@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
@charset "UTF-8";
/*=====
変数
=====*/
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  -moz-tab-size: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0; /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  color: inherit; /* Correct border color in Firefox. */
  height: 0; /* Add the correct box sizing in Firefox */
  overflow: visible; /* Show the overflow in Edge and IE */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

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

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/*=====
Mixin
=====*/
html {
  font-size: 10px;
}

body {
  color: #071E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-bottom: 104px;
}
body.fixed {
  overflow: hidden;
}

ul, ol {
  padding-left: 0;
}

li {
  list-style: none;
}

img, svg {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.btn-green {
  background-color: #009A5C;
  border: 1px solid #009A5C;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-green:hover {
  background-color: #ffffff;
  color: #009A5C;
}
.btn-green:hover circle, .btn-green:hover ellipse {
  fill: #009A5C;
}
.btn-green:hover path {
  fill: #ffffff;
}
.btn-green circle, .btn-green ellipse {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
.btn-green path {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.btn-orange {
  background: -webkit-gradient(linear, left top, right top, from(rgb(221, 108, 64)), to(rgb(226, 155, 15)));
  background: -o-linear-gradient(left, rgb(221, 108, 64) 0%, rgb(226, 155, 15) 100%);
  background: linear-gradient(90deg, rgb(221, 108, 64) 0%, rgb(226, 155, 15) 100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #F6FE54));
  background: -o-linear-gradient(transparent 70%, #F6FE54 70%);
  background: linear-gradient(transparent 70%, #F6FE54 70%);
}

.blue {
  color: #324669;
}

.yellow {
  color: #F6FE54;
}

.text-green {
  color: #009A5C;
}

.text-red {
  color: #ED403C;
}

.c-card {
  background-color: #e6f4f1;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
}
.c-card__title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.c-card__text {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.c-card__note {
  color: #666;
  display: block;
  font-size: 0.75rem;
  margin-top: 1.5rem;
}

.p-kv {
  text-align: center;
}
.p-kv__lead {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.l-main {
  min-height: 100vh;
}

.l-header {
  background-color: #ffffff;
  height: 66px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.l-header.is-hidden {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  visibility: hidden;
}
.l-header.is-hidden[data-js-scroll=true] {
  opacity: 1;
  visibility: visible;
}

.c-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  padding-left: min(4.26vw, 16px);
  padding-right: min(4.26vw, 16px);
}
.c-container--s {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding-left: min(4.26vw, 16px);
  padding-right: min(4.26vw, 16px);
}

.c-split {
  display: inline-block;
}
.c-split--block {
  display: block;
}

.c-title {
  background-color: #324669;
  border-radius: 10px;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.1;
  padding: 16px;
}
.c-title__point {
  color: #F6FE54;
  font-size: 4.2rem;
  line-height: 1.2;
}

.p-section__title {
  color: #009A5C;
  font-size: 3.2rem;
  line-height: 1.8;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
.p-section__title::after {
  background-color: #009A5C;
  bottom: 12px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
}

.p-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}
.p-header.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.p-header__logo {
  width: min(30vw, 110px);
}
.p-header__logo-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.p-header__logo-link:hover {
  color: #ED403C;
}
.p-header__logo-link img {
  max-width: 150px;
}
.p-header__menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-header__item {
  display: block;
  margin-left: 10px;
}
.p-header__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #009A5C;
  border: 1px solid transparent;
  border-radius: 30px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: min(3.46vw, 1.3rem);
  font-weight: bold;
  gap: min(4vw, 15px);
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 0.5s, border 0.5s;
  -o-transition: color 0.5s, border 0.5s;
  transition: color 0.5s, border 0.5s;
  width: min(55vw, 215px);
}
.p-header__link:hover {
  background: #ffffff;
  border: 1px solid #009A5C;
  color: #009A5C;
}
.p-header__link:hover circle {
  fill: #009A5C;
}
.p-header__link:hover path {
  fill: #ffffff;
}
.p-header__link svg {
  width: 12px;
}
.p-header__link svg circle {
  -webkit-transition: fill 0.5s;
  -o-transition: fill 0.5s;
  transition: fill 0.5s;
}
.p-header__link svg path {
  -webkit-transition: fill 0.5s;
  -o-transition: fill 0.5s;
  transition: fill 0.5s;
}

.p-mv {
  background-color: #ffffff;
  padding-bottom: 100px;
}
.p-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.p-mv__contents {
  padding-inline: 16px;
  padding-top: 24px;
}
.p-mv__contents-message {
  background-color: #BCEACB;
  border-radius: 5px;
  color: #009A5C;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.3;
  margin-bottom: 40px;
  padding-block: 17px;
  position: relative;
}
.p-mv__contents-message::after {
  border-bottom: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-style: solid;
  border-top: 22px solid #BCEACB;
  bottom: -20px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
}
.p-mv__contents-caption {
  color: #324669;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 24px;
  text-align: center;
}
.p-mv__contents-system {
  color: #ED403C;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin-bottom: 24px;
  text-align: center;
}
.p-mv__contents-system .l {
  font-size: min(9.6vw, 36px);
}
.p-mv__contents-system .s {
  font-size: min(6.13vw, 23px);
}
.p-mv__contents-logo {
  margin-bottom: 24px;
  margin-inline: auto;
  width: 200px;
}
.p-mv__media-point {
  margin-top: -112px;
  padding-inline: 10px;
  text-align: center;
}
.p-mv__media-point img {
  width: 90%;
}
.p-mv__media-text {
  color: #009A5C;
  font-size: min(2.803vw, 30px);
  font-weight: bold;
  text-align: center;
}
.p-mv__button {
  width: min(100%, 350px) !important;
}

.p-cta {
  max-width: 1080px;
}
.p-cta__inner {
  background-color: #ffffff;
  border: 1px solid #009A5C;
  border-radius: 10px;
  padding: 26px 20px 40px;
}
.p-cta__title {
  color: #324669;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.45;
  margin-bottom: 19px;
}
.p-cta__title .text-green {
  font-size: 3rem;
}
.p-cta__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  gap: 15px;
  height: 72px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  position: relative;
  width: min(100%, 350px);
}

.p-worries {
  background-color: #D9D9D9;
  display: block;
  padding-bottom: 60px;
  padding-top: 32px;
}
.p-worries__title {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 30px;
}
.p-worries__title .dot {
  display: inline-block;
  font-size: 3.2rem;
  position: relative;
}
.p-worries__title .dot::before {
  background-color: #009A5C;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: -1px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8px;
}
.p-worries__title .text-green {
  border-bottom: 2px solid #009A5C;
}
.p-worries__grid {
  display: grid;
  gap: 20px;
}
.p-worries__text {
  background-color: #ffffff;
  border-radius: 20px;
  color: #324669;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 45px;
  padding-top: 36px;
}
.p-worries__media {
  margin-top: -30px;
}
.p-worries__media--1 {
  width: 208px;
}
.p-worries__media--2 {
  width: 300px;
}
.p-worries__media--3 {
  width: 300px;
}

.p-about {
  display: block;
  margin-bottom: 51px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 60px;
}
.p-about__caption {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  gap: 7.5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}
.p-about__logo {
  margin-bottom: 20px;
}
.p-about__title {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.65;
  margin-bottom: 17px;
}
.p-about__title .blue {
  font-size: 3.6rem;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.p-about__movie {
  -webkit-box-shadow: 0 5px 30px rgba(8, 29, 62, 0.16);
          box-shadow: 0 5px 30px rgba(8, 29, 62, 0.16);
  max-width: 800px;
  position: relative;
}
.p-about__movie::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.p-about__movie img {
  left: -12px;
  position: absolute;
  top: -66px;
  width: 99px;
  z-index: -1;
}
.p-about__movie iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-improvement {
  display: block;
  margin-bottom: 80px;
  padding-top: 65px;
  position: relative;
}
.p-improvement .arrow {
  left: 50%;
  position: absolute;
  top: -32.5px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.p-improvement__inner {
  border: 3px solid #387EE5;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 30px rgba(8, 29, 62, 0.16);
          box-shadow: 0 5px 30px rgba(8, 29, 62, 0.16);
  max-width: 840px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.p-improvement__text {
  font-size: min(6.4vw, 2.4rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 24px;
}
.p-improvement__text .s {
  font-size: min(6.4vw, 3.8rem);
}
.p-improvement__text .m {
  font-size: min(6.4vw, 3.8rem);
}
.p-improvement__text .l {
  font-size: min(8.23vw, 3.2rem);
}
.p-improvement__card {
  background-color: #BCEACB;
  border-radius: 20px;
  font-weight: bold;
  padding: 40px 16px;
}
.p-improvement__card-text {
  background-color: #ffffff;
  border-radius: 24px;
  font-size: min(3.73vw, 18px);
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  padding: 24px min(6.4vw, 24px);
}
.p-improvement__card-note {
  display: block;
  font-size: min(2.66vw, 12px);
  text-align: center;
}

.p-risk {
  position: relative;
  z-index: 2;
}
.p-risk__inner {
  background-image: url(../images/risk/risk_bg_sp.webp);
  background-position: center;
  background-size: cover;
  padding-bottom: 60px;
  padding-top: 27px;
}
.p-risk__title {
  color: #ffffff;
  font-size: 4rem;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.p-risk__title .back {
  background-color: #253C51;
  border-radius: 5px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.p-risk__title .s {
  font-size: 3.2rem;
}
.p-risk__grid {
  display: grid;
  gap: 20px;
}
.p-risk__media, .p-risk__text {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}
.p-risk__text {
  background-color: rgba(37, 60, 81, 0.8);
  border-radius: 5px;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: -23px;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
  z-index: 1;
}
.p-risk__message {
  background-color: #F6FE54;
  bottom: -35px;
  font-size: 2.8rem;
  font-weight: bold;
  left: 50%;
  padding: 10px;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(-2deg);
      -ms-transform: translateX(-50%) rotate(-2deg);
          transform: translateX(-50%) rotate(-2deg);
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-use {
  background-color: #E5F6E6;
  display: block;
  padding-bottom: 64px;
  padding-top: 120px;
  position: relative;
}
.p-use__title {
  font-size: 2.2rem;
}
.p-use__title .l {
  font-size: 3.2rem;
}
.p-use__title::after {
  background-color: #ffffff;
}
.p-use__list {
  display: grid;
  gap: 24px;
}
.p-use__list-title {
  background-color: #ffffff;
  border-radius: 5px;
  color: #324669;
  font-size: min(6.4vw, 2.4rem);
  font-weight: bold;
  margin-bottom: 28px;
  padding-block: 10px;
}
.p-use__item-number {
  font-family: "Montserrat", sans-serif;
  font-size: 6.4rem;
  font-weight: bold;
  line-height: 0.9;
  margin-bottom: 10px;
  text-align: center;
}
.p-use__item-media {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
}
.p-use__item-title {
  color: #009A5C;
  font-size: min(5.3vw, 2rem);
  letter-spacing: 0.03em;
  margin-bottom: 16px;
  text-align: left;
}
.p-use__item-caption {
  font-size: min(4vw, 1.5rem);
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.p-use__item-caption br {
  display: none;
}
.p-use__cta {
  left: 50%;
  position: absolute;
  top: -180px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 30px);
  z-index: 1;
}

.p-faq {
  margin-bottom: 220px;
}
.p-faq__list {
  border-top: 1px solid #071E40;
  display: block;
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 30px;
}
.p-faq__list.open .p-faq__question::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.p-faq__list.open .p-faq__answer {
  line-height: 1.5;
  opacity: 1;
  padding-top: 20px;
  visibility: visible;
}
.p-faq__list:last-child {
  border-bottom: 1px solid #071E40;
}
.p-faq__question {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: grid;
  font-size: 1.8rem;
  font-weight: bold;
  gap: 20px;
  grid-template-columns: 40px 1fr;
  padding-right: 50px;
  position: relative;
}
.p-faq__question::before, .p-faq__question::after {
  background-color: #009A5C;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.p-faq__question::before {
  height: 2px;
  right: 0;
  width: 30px;
}
.p-faq__question::after {
  height: 30px;
  right: 14px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 2px;
}
.p-faq__answer {
  line-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-left: 60px;
  padding-right: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
}

.p-try {
  background-color: #E5F6E6;
  padding-bottom: 64px;
  padding-top: 36px;
  position: relative;
}
.p-try__inner {
  position: relative;
}
.p-try__media {
  margin-bottom: 48px;
  margin-inline: auto;
  margin-top: -118.125px;
  max-width: 315px;
}
.p-try__subtitle {
  font-size: min(5.86vw, 2.2rem);
  font-weight: bold;
  margin-bottom: 40px;
}
.p-try__subtitle .s {
  font-size: min(4.8vw, 1.8rem);
}
.p-try__subtitle > * + * {
  margin-top: 20px;
}

.p-case {
  display: block;
  margin-bottom: 60px;
  padding-top: 80px;
}
.p-case__title {
  color: #324669;
}
.p-case__title::after {
  background-color: #324669;
  bottom: 13px;
}
.p-case__caption {
  color: #324669;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 30px;
  margin-top: -25px;
  padding-bottom: 15px;
  text-align: center;
}
.p-case__balloon {
  background-color: #009A5C;
  border-radius: 5px;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 22px;
  margin-inline: auto;
  padding: 10px 20px 16px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-case__balloon::after {
  border-bottom: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-style: solid;
  border-top: 22px solid #009A5C;
  bottom: -20px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
}
.p-case__balloon .s {
  font-size: 1.8rem;
}
.p-case__grid {
  display: grid;
  gap: 30px;
  margin-bottom: 60px;
}
.p-case__card {
  border: 1px solid #009A5C;
  border-radius: 20px;
  overflow: hidden;
}
.p-case__card-link {
  display: block;
  height: 100%;
}
.p-case__card-link:hover .p-case__card-media img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.p-case__card-link:hover .p-case__card-button {
  background-color: #ffffff;
  color: #009A5C;
}
.p-case__card-link:hover .p-case__card-button svg ellipse {
  fill: #009A5C;
}
.p-case__card-link:hover .p-case__card-button svg path {
  fill: #ffffff;
  stroke: #ffffff;
}
.p-case__card-media {
  overflow: hidden;
  padding: 30px 24px 0;
  position: relative;
}
.p-case__card-media img {
  aspect-ratio: 295/142;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.p-case__card-contents {
  padding: 20px 20px 30px;
}
.p-case__card-title {
  color: #009A5C;
  font-size: 2rem;
  margin-bottom: 14px;
  text-align: center;
}
.p-case__card-caption {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-case__card-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  gap: 10px;
  margin-bottom: 30px;
}
.p-case__card-tag {
  background-color: #FFF2D2;
  border-radius: 30px;
  font-weight: bold;
  padding: 5px 15px;
}
.p-case__card-button {
  background-color: #009A5C;
  border: 1px solid #009A5C;
  border-radius: 50px;
  color: #ffffff;
  display: block;
  font-weight: bold;
  padding: 9px 39px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.5s, color 0.5s;
  -o-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-case__card-button svg {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-case__card-button svg ellipse {
  -webkit-transition: fill 0.5s;
  -o-transition: fill 0.5s;
  transition: fill 0.5s;
}
.p-case__card-button svg path {
  -webkit-transition: fill 0.5s;
  -o-transition: fill 0.5s;
  transition: fill 0.5s;
}

.p-relief {
  background-image: url(../images/relief/relief_bg_sp.webp);
  background-size: cover;
  display: block;
  margin-bottom: 60px;
  padding-bottom: 40px;
  padding-top: 240px;
}
.p-relief__title {
  margin-bottom: 40px;
}
.p-relief__grid {
  display: grid;
  gap: 20px;
}
.p-relief__text {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-reason {
  margin-bottom: 240px;
  overflow: hidden;
  position: relative;
}
.p-reason__header {
  margin-bottom: 6px;
}
.p-reason__balloon {
  background-color: #324669;
  border-radius: 5px;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.65;
  margin-bottom: 4px;
  padding-block: 17px;
  position: relative;
}
.p-reason__balloon::after {
  border-bottom: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-style: solid;
  border-top: 22px solid #324669;
  bottom: -20px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
}
.p-reason__balloon .dot {
  display: inline-block;
  font-size: 3.2rem;
  position: relative;
}
.p-reason__balloon .dot::before {
  background-color: #85DBB8;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: 1px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8px;
}
.p-reason__title {
  font-size: 3.2rem;
  letter-spacing: 0.04em;
}
.p-reason__title .m {
  font-family: "Montserrat", sans-serif;
  font-size: 4.8rem;
}
.p-reason__grid {
  display: grid;
  gap: 64px;
}
.p-reason__item-media {
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
}
.p-reason__item-media img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-reason__item-label {
  background-color: #BCEACB;
  border-radius: 30px;
  color: #324669;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 0.125em;
  margin-bottom: 22px;
  margin-right: auto;
  padding: 5px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-reason__item-title {
  color: #324669;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 20px;
}
.p-reason__item-caption {
  background-color: #E5F6E6;
  border-radius: 5px;
  color: #4BB78C;
  font-size: min(4vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 16px;
}
.p-reason__item-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 4px;
}
.p-reason__item-list {
  font-size: 1.4rem;
  padding-top: 16px;
}
.p-reason__item-list .text-green {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.p-reason__item-list ul {
  padding-left: 28px;
}
.p-reason__item-list ul li {
  color: #324669;
  line-height: 1.5;
  list-style-type: disc;
}

.p-download {
  background-image: url(../images/download/download_bg_sp.png);
  background-size: cover;
  border: 1px solid #DD6C40;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 30px rgba(8, 29, 62, 0.16);
          box-shadow: 0 5px 30px rgba(8, 29, 62, 0.16);
  color: #ffffff;
  display: block;
  overflow: hidden;
  padding-top: 20px;
  text-align: center;
}
.p-download:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.7;
  -webkit-transform: translate3d(0, 3px, 0);
          transform: translate3d(0, 3px, 0);
  -webkit-transition: shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  -o-transition: shadow 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  transition: shadow 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  transition: shadow 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.p-download:hover .p-download__button {
  background-color: #DD6C40;
  color: #ffffff;
}
.p-download:hover .p-download__button path {
  fill: #ffffff;
}
.p-download:hover .p-download__button path.arrow {
  fill: #DD6C40;
  stroke: #DD6C40;
}
.p-download__inner {
  position: relative;
}
.p-download__subtitle {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
.p-download__subtitle .l {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
}
.p-download__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  font-size: 2rem;
  gap: 5px;
  grid-template-columns: 215px 65px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.05;
  margin-bottom: 11px;
}
.p-download__title .yellow {
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  line-height: 1.1;
}
.p-download__media {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 204px;
}
.p-download__media::after {
  background-image: url(../images/download/icon.webp);
  background-size: contain;
  bottom: -3px;
  content: "";
  height: 90px;
  position: absolute;
  right: -60px;
  width: 57px;
  z-index: 1;
}
.p-download__footer {
  background-color: #ffffff;
  padding: 10px 15px;
  position: relative;
  z-index: 2;
}
.p-download__button {
  border: 2px solid #DD6C40;
  border-radius: 50px;
  color: #DD6C40;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  height: 40px;
  line-height: 36px;
  position: relative;
  -webkit-transition: background-color 0.5s, color 0.5s;
  -o-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  width: 100%;
}
.p-download__button svg {
  position: absolute;
  right: 15px;
  top: 52%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: fill 0.5s, stroke 0.5s;
  -o-transition: fill 0.5s, stroke 0.5s;
  transition: fill 0.5s, stroke 0.5s;
}

.p-offer {
  display: block;
  margin-bottom: 54px;
  padding-bottom: 30px;
}
.p-offer__title {
  margin-bottom: 40px;
}
.p-offer__grid {
  display: grid;
  gap: 24px;
  margin-bottom: 40px;
}
.p-offer__grid-contents {
  color: #324669;
  font-size: min(4vw, 1.8rem);
  font-weight: bold;
}
.p-offer__subtitle {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.p-offer__subtitle .l {
  font-size: 5rem;
}

.p-fixed {
  background-color: #E5F6E6;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 20px 16px;
  position: fixed;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 99;
}
.p-fixed[data-js-scroll=true] {
  opacity: 1;
  visibility: visible;
}
.p-fixed__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 20px rgba(16, 39, 30, 0.22);
          box-shadow: 0 0 20px rgba(16, 39, 30, 0.22);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  gap: 15px;
  height: 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: min(100%, 350px);
}
.p-fixed__button svg {
  height: 20px;
  width: 20px;
}

.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.u-mbxs {
  margin-bottom: 8px;
}
.u-mbs {
  margin-bottom: 16px;
}
.u-mbm {
  margin-bottom: 20px;
}
.u-mbl {
  margin-bottom: 48px;
}

.u-px {
  padding-inline: 16px;
}

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

.u-sp {
  display: block;
}

.u-pc {
  display: none;
}

/*================================================
Foundation
================================================*/
/*================================================
Layout
================================================*/
/*================================================
Object
================================================*/
@media (min-width: 520px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 10px;
  }
  .p-header__link {
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 1.6rem;
    height: auto;
    letter-spacing: 0.08em;
    line-height: 1;
    padding: 10px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-header__link:hover {
    border: 2px solid #009A5C;
  }
  .p-header__link svg {
    margin-top: 2px;
    width: 18px;
  }
}
@media (min-width: 960px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.6rem;
    padding-bottom: 0;
    padding-top: 77px;
  }
  .l-header {
    height: 77px;
  }
  .l-header.is-hidden {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .c-title {
    border-radius: 5px;
    font-size: 5rem;
    margin: 0 auto;
    padding: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-title__point {
    font-size: 6rem;
  }
  .p-section__title::after {
    bottom: 6px;
  }
  .p-header {
    padding-left: min(2.7vw, 40px);
    padding-right: min(2.7vw, 40px);
  }
  .p-header__logo {
    width: 180px;
  }
  .p-header__item {
    margin-left: 20px;
  }
  .p-header__link {
    font-size: 1.9rem;
    padding: 13px 18px;
  }
  .p-mv {
    background-color: #F8F8F8;
    padding-bottom: 0;
  }
  .p-mv__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
  .p-mv__contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #F8F8F8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-inline: 0;
    padding-top: 0;
    width: 50%;
  }
  .p-mv__contents-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .p-mv__contents-message {
    font-size: 1.8rem;
    margin-bottom: 32px;
    padding-block: 20px;
    padding-inline: min(5vw, 70px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-mv__contents-caption {
    font-size: min(1.94vw, 2.8rem);
    margin-bottom: 8px;
    text-align: center;
  }
  .p-mv__contents-system {
    margin-bottom: 16px;
    text-align: left;
  }
  .p-mv__contents-system .l {
    font-size: min(3.33vw, 4.8rem);
  }
  .p-mv__contents-system .s {
    font-size: min(2.22vw, 3.2rem);
  }
  .p-mv__contents-logo {
    margin-bottom: 45px;
    width: min(20vw, 280px);
  }
  .p-mv__media {
    position: relative;
    width: 50%;
  }
  .p-mv__media-point {
    left: 1.7vw;
    max-width: 540px;
    position: absolute;
    top: 80%;
  }
  .p-mv__media-point img {
    width: 100%;
  }
  .p-mv__media-text {
    max-width: 540px;
  }
  .p-mv__button {
    width: 400px !important;
  }
  .p-cta__inner {
    padding: 32px 70px 50px;
  }
  .p-cta__title {
    font-size: 2.4rem;
    margin-bottom: 21px;
  }
  .p-cta__button {
    border-radius: 30px;
    font-size: 2rem;
    gap: 15px;
    height: 60px;
    letter-spacing: 0.1em;
    padding-inline: 40px;
    width: min(50%, 460px);
  }
  .p-cta__button--l {
    border-radius: 40px;
    font-size: 3rem;
    height: 74px;
    width: min(65%, 580px);
  }
  .p-cta__button--l svg {
    height: 30px;
    width: 30px;
  }
  .p-worries {
    padding-bottom: 24px;
    padding-top: 50px;
  }
  .p-worries__title {
    font-size: 3.2rem;
    margin-bottom: 28px;
  }
  .p-worries__title .dot {
    font-size: 4rem;
  }
  .p-worries__title .dot::before {
    top: -3px;
  }
  .p-worries__grid {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-worries__text {
    font-size: 1.8rem;
    min-height: 142px;
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .p-worries__media--3 {
    width: 200px;
  }
  .p-worries__media.x10 {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
  }
  .p-about {
    margin-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 85px;
  }
  .p-about__caption {
    margin-bottom: 12px;
  }
  .p-about__logo {
    margin-bottom: 15px;
  }
  .p-about__title {
    font-size: 3.2rem;
  }
  .p-about__movie img {
    left: -77px;
    top: -106px;
    width: 170px;
  }
  .p-improvement {
    padding-top: 60px;
  }
  .p-improvement__inner {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .p-improvement__text {
    font-size: min(2.638vw, 3.8rem);
  }
  .p-improvement__text .s {
    font-size: min(2.22vw, 3.2rem);
  }
  .p-improvement__text .m {
    font-size: min(2.638vw, 3.8rem);
  }
  .p-improvement__text .l {
    font-size: min(3.125vw, 45rem);
    font-weight: 900;
  }
  .p-improvement__card {
    padding: 30px;
  }
  .p-improvement__card-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-improvement__card-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: min(1.6vw, 2rem);
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
    text-align: center;
  }
  .p-improvement__card-note {
    font-size: min(0.694vw, 10px);
    text-align: left;
  }
  .p-risk__inner {
    background-image: url(../images/risk/risk_bg_pc.webp);
    border-radius: 30px;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .p-risk__title {
    margin-bottom: 30px;
  }
  .p-risk__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-risk__message {
    padding: 6px;
  }
  .p-use {
    padding-bottom: 80px;
    padding-top: 200px;
  }
  .p-use__title {
    font-size: 3.2rem;
  }
  .p-use__title .pcl {
    font-size: 4rem;
  }
  .p-use__list {
    gap: min(4.16vw, 60px);
    grid-template-columns: repeat(3, 1fr);
  }
  .p-use__list-title {
    font-size: 3rem;
    padding-block: 0;
  }
  .p-use__item-number {
    font-size: 8rem;
    margin-bottom: 0;
  }
  .p-use__item-content {
    padding: 0;
  }
  .p-use__item-media {
    margin-bottom: 0;
  }
  .p-use__item-title {
    font-size: min(1.6vw, 2.4rem);
    text-align: center;
  }
  .p-use__item-caption {
    font-size: min(1.38vw, 2rem);
    line-height: 1.5;
  }
  .p-use__item-caption br {
    display: block;
  }
  .p-use__cta {
    top: -100px;
    width: 100%;
  }
  .p-faq {
    margin-bottom: 100px;
  }
  .p-faq__list {
    padding-bottom: 50px;
    padding-top: 30px;
  }
  .p-faq__list.open .p-faq__answer {
    padding-top: 40px;
  }
  .p-faq__question {
    font-size: 2.4rem;
    gap: 40px;
    grid-template-columns: 50px 1fr;
  }
  .p-faq__question svg {
    width: 50px;
  }
  .p-faq__answer {
    font-size: 2rem;
  }
  .p-try {
    padding-bottom: 60px;
    padding-top: 70px;
  }
  .p-try__subtitle {
    margin-bottom: 64px;
  }
  .p-try__subtitle .s {
    font-size: min(5.86vw, 2.2rem);
  }
  .p-try__subtitle .pc_mb {
    margin-top: 20px;
  }
  .p-try__cta {
    position: relative;
  }
  .p-try__cta::before {
    background-image: url(../images/try/try.png);
    background-size: contain;
    content: "";
    height: 148px;
    position: absolute;
    right: 71px;
    top: -148px;
    width: 142px;
  }
  .p-case {
    margin-bottom: 100px;
    padding-top: 64px;
  }
  .p-case__caption {
    font-size: 3.2rem;
    margin-top: 0;
  }
  .p-case__balloon {
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-case__balloon--l {
    font-size: 2.8rem;
  }
  .p-case__balloon .s {
    font-size: 2.8rem;
  }
  .p-case__grid {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 150px;
  }
  .p-case__card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-case__card-media {
    padding: 62px 45px 0;
  }
  .p-case__card-media img {
    aspect-ratio: 290/140;
  }
  .p-case__card-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 24px 20px 62px;
    text-align: center;
  }
  .p-case__card-title {
    font-size: 2.4rem;
  }
  .p-case__card-caption {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 2rem;
    margin-bottom: 14px;
  }
  .p-relief {
    background-image: url(../images/relief/relief_bg_pc.webp);
    margin-bottom: 64px;
    padding-bottom: 35px;
    padding-top: 196px;
  }
  .p-relief__title {
    margin-bottom: 48px;
    width: 100%;
  }
  .p-relief__grid {
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 24px;
  }
  .p-relief__text {
    font-size: 2.4rem;
    padding-left: 33px;
  }
  .p-reason {
    margin-bottom: 230px;
  }
  .p-reason__header {
    margin-bottom: 30px;
  }
  .p-reason__balloon {
    font-size: 3.2rem;
    margin-bottom: -3px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-reason__balloon .dot::before {
    top: -3px;
  }
  .p-reason__balloon .s {
    font-size: 2.8rem;
  }
  .p-reason__title {
    font-size: 4rem;
  }
  .p-reason__title .m {
    font-size: 5.6rem;
  }
  .p-reason__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(3.472vw, 50px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .p-reason__item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-reason__item-media {
    margin-bottom: 0;
    margin-top: 48px;
    width: 50%;
  }
  .p-reason__item-contents {
    width: 50%;
  }
  .p-reason__item-label {
    margin-bottom: 10px;
    margin-left: 0;
  }
  .p-reason__item-title {
    font-size: 3rem;
    margin-bottom: 12px;
  }
  .p-reason__item-caption {
    font-size: min(1.5vw, 2.4rem);
    line-height: 1.5;
    text-align: center;
  }
  .p-reason__item-arrow {
    padding-block: 10px;
  }
  .p-reason__item-list {
    font-size: 2rem;
  }
  .p-reason__item-list .text-green {
    font-size: 2rem;
  }
  .p-reason__item-list ul li .c-split--block {
    display: inline-block;
  }
  .p-offer {
    margin-bottom: 49px;
    padding-bottom: 58px;
  }
  .p-offer__title {
    font-size: 6rem;
    margin-bottom: 64px;
  }
  .p-offer__grid {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 80px;
  }
  .p-offer__grid-contents {
    font-size: min(1.66vw, 2.4rem);
  }
  .p-offer__subtitle {
    font-size: 4rem;
    margin-bottom: 10px;
  }
  .p-offer__subtitle .l {
    font-size: 6rem;
  }
  .p-fixed {
    display: none;
  }
  .u-px {
    padding-inline: 0;
  }
  .u-sp {
    display: none;
  }
  .u-pc {
    display: block;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 10px;
  }
  .p-header__link {
    padding-inline: 40px;
  }
  .p-mv__button {
    width: 460px !important;
  }
  .p-faq__answer {
    font-size: 2rem;
    padding-left: 100px;
    padding-right: 90px;
  }
  .p-try__media {
    bottom: 0;
    margin: 0;
    position: absolute;
    right: -2.1vw;
    width: min(21.7361vw, 315px);
  }
  .p-case__grid {
    margin-left: -5vw;
    width: calc(100% + 10vw);
  }
  .p-relief__text {
    font-size: 2.8rem;
  }
  .p-reason__grid {
    gap: 100px;
    margin-left: -5vw;
    width: calc(100% + 10vw);
  }
  .p-reason__item-title {
    font-size: 3.6rem;
  }
  .p-download {
    background-image: url(../images/download/download_bg_pc.png);
    border: none;
    -webkit-box-shadow: 0 15px 5px rgb(243, 216, 192);
            box-shadow: 0 15px 5px rgb(243, 216, 192);
    overflow: visible;
    padding: 52px 0 28px 60px;
    position: relative;
  }
  .p-download__inner::before {
    background-image: url(../images/download/image.webp);
    background-size: contain;
    bottom: -28px;
    content: "";
    height: 329px;
    left: 50%;
    position: absolute;
    width: 490px;
  }
  .p-download__inner::after {
    background-image: url(../images/download/icon.webp);
    background-size: contain;
    bottom: -28px;
    content: "";
    height: 255px;
    position: absolute;
    right: 8px;
    width: 164px;
    z-index: 2;
  }
  .p-download__body {
    width: 50%;
  }
  .p-download__subtitle {
    font-size: 3.2rem;
    margin-bottom: 5px;
    text-align: left;
  }
  .p-download__subtitle .l {
    font-size: 4.2rem;
  }
  .p-download__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 40px;
  }
  .p-download__title .yellow {
    font-size: 6.6rem;
  }
  .p-download__media {
    display: none;
  }
  .p-download__media::after {
    display: none;
  }
  .p-download__footer {
    background-color: transparent;
    padding: 0;
  }
  .p-download__button {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 2.4rem;
    height: 53px;
    line-height: 49px;
    width: 330px;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 990px) {
  .p-kv__lead {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .p-download__inner::before {
    left: 46%;
  }
}

/* Footer styles (PC default) */

.footer {
  position: relative;
  height: auto;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  padding: 0 40px 40px 40px;
}

.footer.footer__lp {
  height: initial;
  background-color: initial;
  display: inherit;
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.footer__copyRight--lp-sp-only {
  display: none;
}

.footer .footer-ipad {
  position: absolute;
  top: 40px;
  left: 70px;
  z-index: 1;
  max-width: 470px;
}

.footer .footer-gearLeft {
  position: absolute;
  top: 155px;
  left: 40px;
  z-index: 0;
}

.footer .footer-gearRight {
  position: absolute;
  bottom: 493px;
  right: 42px;
  z-index: 0;
}

.footer .sns-icon.sns-icon__lp {
  width: 32px;
}

.footer .footer-inner .footer-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}

.footer .footer-inner .footer-banner {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.footer .footer-inner .footer-down .footer-logo {
  margin-right: 60px;
}

.footer .footer-inner .footer-down .footer-list {
  display: flex;
}

.footer .footer-inner .footer-down .footer-logo p {
  color: #505050;
  font-size: 12px;
  font-weight: bold;
  margin-top: 16px;
}

.footer .footer-inner .footer-up .footer-up-main .footer-cta {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.footer .footer-inner .footer-up .footer-up-main .footer-title {
  position: relative;
  z-index: 1;
  text-align: center;
}

.footer .footer-inner .footer-up .footer-up-main .footer-subtitle {
  position: relative;
  z-index: 1;
  margin-top: 75px;
  color: #ff6a46;
  background: -webkit-linear-gradient(#FFC780, #FF5C45);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
}

.footer .footer-inner .footer-down .footer-list .footer-list-right {
  margin-left: 112px;
}

.footer .footer-inner .footer-down .footer-list .footer-list-middle {
  margin-left: 112px;
}

.footer .footer-inner .footer-up .footer-up-main .footer-title h2 {
  font-weight: 900;
  color: #ff6a46;
  background: -webkit-linear-gradient(top, #FFC780, #FF5C45 50%, #FFC780 50%, #FF5C45);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 42px;
}

.footer .footer-inner .footer-up .footer-up-main .footer-cta .cta {
  display: flex;
}

.footer .footer-inner .footer-up .footer-up-main .footer-cta .cta li {
  list-style: none;
}

.footer .footer-inner .footer-down .footer-list .footer-list-left ul li {
  list-style: none;
  margin-top: 15px;
}

.footer .footer-inner .footer-down .footer-list .footer-list-right ul li {
  list-style: none;
  margin-top: 15px;
}

.footer .footer-inner .footer-down .footer-list .footer-list-middle ul li {
  list-style: none;
  margin-top: 15px;
}

.footer .footer-inner .footer-down .footer-list .footer-list-left ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #505050;
}

.footer .footer-inner .footer-down .footer-list .footer-list-right ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #505050;
}

.footer .footer-inner .footer-down .footer-list .footer-list-middle ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #505050;
}

.footer .footer-inner .footer-up .footer-up-main .footer-cta .cta li .contact_cta {
  display: inline-block;
  border-radius: 36px;
  background: linear-gradient(135deg,#FFC780 5%, #FF5C45);
  color: #ffffff;
  filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
  width: 272px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 900;
  margin-left: 24px;
  position: relative;
  z-index: 1;
}

.footer .footer-inner .footer-up .footer-up-main .footer-cta .cta li .download_cta {
  position: relative;
  display: inline-block;
  border-radius: 36px;
  background: linear-gradient(135deg,#FFC780 5%, #FF5C45);
  color: #ffffff;
  filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
  width: 272px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 900;
  z-index: 1;
}

.footer .footer-inner .footer-down .footer-list .footer-list-right ul li .sns-icon-list .sns-icon {
  margin-left: 6px;
}

/* Footer styles (SP overrides) */

@media screen and (max-width: 767px) {

  .footer .footer-inner .footer-down {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
  }

  .footer {
    background: #ffffff;
    padding-bottom: 80px;
    position: relative;
  }

  .footer.footer__lp {
    width: auto;
    padding-top: 0;
    background-color: initial;
    padding-bottom: 60px;
  }

  .footer__copyRight--lp-pc-only {
    display: none;
  }

  .footer .sns-icon.sns-icon__lp {
    width: 32px;
  }

  .footer .footer-inner .footer-up {
    position: relative;
    z-index: 1;
  }

  .footer .footer-inner .footer-banner {
    margin-top: 32px;
    text-align: center;
  }

  .footer .footer-inner .footer-gearLeft {
    position: absolute;
    top: 120px;
    right: 0;
    z-index: 0;
  }

  .footer .footer-inner .footer-banner .sp {
    width: 100%;
    height: 100%;
    display: inline-block;
  }

  .footer .footer-inner .footer-down .footer-logo {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
    margin-right: 0;
  }

  .footer .footer-inner .footer-banner .sp img {
    max-width: 100%;
  }

  .footer .footer-inner .footer-down .footer-list {
    display: block;
  }

  .footer .footer-inner .footer-down .footer-list .copyRight {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
  }

  .footer .footer-inner .footer-up .footer-up-main .footer-cta {
    list-style: none;
  }

  .footer .footer-inner .footer-up .footer-up-main .footer-subtitle {
    font-size: 20px;
    font-weight: 900;
    color: #ff6a46;
    background: -webkit-linear-gradient(#FFC780, #FF5C45 140%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    padding-top: 40px;
  }

  .footer .footer-inner .footer-down .footer-list .copyRight p {
    color: #505050;
  }

  .footer .footer-inner .footer-up .footer-up-main .footer-title h2 {
    font-size: 26px;
    font-weight: bold;
    color: #ff6a46;
    background: -webkit-linear-gradient(top, #FFC780, #FF5C45 50%, #FFC780 50%, #FF5C45);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
  }

  .footer .footer-inner .footer-up .footer-up-main .footer-cta .cta li {
    list-style:none;
  }

  .footer .footer-inner .footer-down .footer-list .footer-list-left ul li {
    list-style: none;
    text-align: center;
    margin-bottom: 24px;
  }

  .footer .footer-inner .footer-down .footer-list .footer-list-right {
    margin-left: 0;
  }

  .footer .footer-inner .footer-down .footer-list .footer-list-right ul li {
    list-style: none;
    text-align: center;
    margin-bottom: 24px;
  }

  .footer .footer-inner .footer-down .footer-list .footer-list-middle ul li {
    list-style: none;
    text-align: center;
    margin-bottom: 24px;
  }

  .footer .footer-inner .footer-down .footer-list .footer-list-left ul li a {
    color: #505050;
    font-size: 16px;
    font-weight: bold;
  }

  .footer .footer-inner .footer-down .footer-list .footer-list-right ul li a {
    color: #505050;
    font-size: 16px;
    font-weight: bold;
  }

  .footer .footer-inner .footer-down .footer-list .footer-list-middle ul li a {
    color: #505050;
    font-size: 16px;
    font-weight: bold;
  }

  .footer .footer-inner .footer-up .footer-up-main .footer-cta .cta li .contact_cta {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    width: 245px;
    height: 64px;
    border-radius: 32px;
    background: linear-gradient(135deg,#FFC780 5%, #FF5C45);
    filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
    margin: 0 auto;
    margin-top: 32px;
  }

  .footer .footer-inner .footer-up .footer-up-main .footer-cta .cta li .download_cta {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    width: 245px;
    height: 64px;
    border-radius: 32px;
    background: linear-gradient(135deg,#FFC780 5%, #FF5C45);
    filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
    margin: 0 auto;
    margin-top: 24px;
  }

  .footer .footer-inner .footer-down .footer-list .footer-list-right ul li .sns-icon-list .sns-icon {
    margin-left: 6px;
  }

}