@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 {
  background-color: #f7f7f7;
  color: #071E40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

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: -webkit-gradient(linear, left top, right top, from(rgb(32, 213, 29)), to(rgb(4, 195, 0)));
  background: -o-linear-gradient(left, rgb(32, 213, 29) 0%, rgb(4, 195, 0) 100%);
  background: linear-gradient(90deg, rgb(32, 213, 29) 0%, rgb(4, 195, 0) 100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-orange {
  background: -webkit-gradient(linear, left top, right top, from(rgb(214, 0, 153)), to(rgb(214, 61, 0)));
  background: -o-linear-gradient(left, rgb(214, 0, 153) 0%, rgb(214, 61, 0) 100%);
  background: linear-gradient(90deg, rgb(214, 0, 153) 0%, rgb(214, 61, 0) 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%);
}

.green {
  color: #1D9576;
}

.yellow {
  color: #F6FE54;
}

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

.l-header {
  background-color: #ffffff;
  height: 60px;
}

.c-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1110px;
  padding-left: 15px;
  padding-right: 15px;
}

.c-container--s {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

.c-title {
  background-color: none;
  color: #071E40;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 calc(50% - 50vw);
  padding: 5px 10px;
  width: 100vw;
}

.c-title__point {
  color: #071E40;
  font-size: 4.2rem;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 8px;
}

.p-section__title {
  color: #19AA86;
  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: #19AA86;
  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__logo {
  width: 180px;
}

.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: red;
}

.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;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9rem;
  font-weight: bold;
  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: 55px;
}

.p-header__link.btn-green:hover {
  background: #ffffff;
  border: 1px solid #04C300;
  color: #04C300;
}

.p-header__link.btn-green:hover circle {
  fill: #04C300;
}

.p-header__link.btn-green:hover path {
  fill: #ffffff;
}

.p-header__link.btn-orange:hover {
  background: #ffffff;
  border: 1px solid #D60099;
  color: #D60099;
}

.p-header__link.btn-orange:hover circle {
  fill: #D60099;
}

.p-header__link.btn-orange:hover path {
  fill: #ffffff;
}

.p-header__link .l {
  font-size: 1rem;
}

.p-header__link .sp-none {
  display: none;
}

.p-header__link svg {
  display: none;
}

.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-image: url(../images/mv/mv_bg_sp.webp);
  background-size: cover;
  padding-bottom: 67px;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.p-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  min-height: 312px;
  max-width: 1080px;
  padding: 0 16px;
}

.p-mv__copy {
  text-align: left;
  padding-bottom: 16px;
}

.p-mv__copy .c-title__point {
  background: #FFF;
  color: #3C4D69;
  font-size: 3.3rem;
  line-height: 1.3;
}

.p-mv__title {
  margin-top: 12px;
}

.p-mv__subtitle {
  font-size: 20px;
  font-weight: 900;
  color: #3C4D69;
}

.p-mv__media-image {
  right: 5%;
  width: 50%;
  min-width: 320px;
  z-index: 1;
}

.p-mv__cta {
  margin-top: -53px;
  position: relative;
  width: calc(100% - 30px);
}

.p-cta {
  max-width: 1080px;
}

.p-cta__inner {
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 30px rgba(8, 29, 62, 0.16);
  box-shadow: 0 5px 30px rgba(8, 29, 62, 0.16);
  padding: 26px 20px 40px;
}

.p-cta__title {
  color: #071E40;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.45;
  margin-bottom: 19px;
}

.p-cta__title .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%);
  font-size: 3rem;
}

.p-cta__buttons {
  display: grid;
  gap: 20px;
}

.p-cta__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -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;
  height: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.1em;
  position: relative;
  width: 100%;
}

.p-cta__button::before {
  border: 2px solid #ffffff;
  border-radius: 10px;
  content: "";
  height: calc(100% - 10px);
  left: 5px;
  position: absolute;
  top: 5px;
  width: calc(100% - 10px);
}

.p-cta__button.btn-green {
  position: relative;
}

.p-cta__button.btn-green .free {
  left: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 27px;
}

.p-cta__button.btn-green .free path {
  -webkit-transition: fill 0.5s;
  -o-transition: fill 0.5s;
  transition: fill 0.5s;
}

.p-cta__button.btn-green:hover {
  background: #ffffff;
  color: #04C300;
}

.p-cta__button.btn-green:hover::before {
  border-color: #04C300;
}

.p-cta__button.btn-green:hover .free path {
  fill: #ffffff;
}

.p-cta__button.btn-green:hover .free path.fill {
  fill: #04C300;
}

.p-cta__button.btn-green:hover .arrow circle {
  fill: #04C300;
}

.p-cta__button.btn-green:hover .arrow path {
  fill: #ffffff;
}

.p-cta__button.btn-orange:hover {
  background: #ffffff;
  color: #D60099;
}

.p-cta__button.btn-orange:hover::before {
  border-color: #D60099;
}

.p-cta__button.btn-orange:hover svg circle {
  fill: #D60099;
}

.p-cta__button.btn-orange:hover svg path {
  fill: #ffffff;
}

.p-cta__button svg.arrow {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: fill 0.5s;
  -o-transition: fill 0.5s;
  transition: fill 0.5s;
  width: 16px;
}

.p-worries {
  background-color: #EFFCF7;
  display: block;
  padding-bottom: 60px;
  padding-top: 100px;
  margin-top: -50px;
}

.p-worries__title {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 30px;
}

.p-worries__title .green {
  font-size: 3.6rem;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.p-worries__title .dot {
  display: inline-block;
  position: relative;
}

.p-worries__title .dot::before {
  background-color: #19AA86;
  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__grid {
  display: grid;
  gap: 20px;
}

.p-worries__text {
  background-color: #ffffff;
  border: 2px solid #071E40;
  border-radius: 20px;
  color: #071E40;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 45px;
  padding-top: 36px;
}

.p-worries__media {
  margin-top: -30px;
  width: 190px;
}

.p-improvement {
  display: block;
  margin-bottom: 72px;
  padding-left: 15px;
  padding-right: 15px;
  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 #19AA86;
  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: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-improvement__text .green {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.p-faq {
  margin-bottom: 66px;
}

.p-faq__list {
  border-top: 1px solid #333;
  display: block;
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 20px;
}

.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 #333;
}

.p-faq__question {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: grid;
  font-size: 2rem;
  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: #19AA86;
  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 {
  padding-top: 36px;
  position: relative;
}

.p-try::before {
  background-image: url(../images/try/try_bg_sp.webp);
  background-size: cover;
  content: "";
  height: 84%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-try__subtitle {
  font-weight: bold;
  margin-bottom: 10px;
}

.p-try__subtitle.m {
  font-size: 2.8rem;
}

.p-try__subtitle.l {
  font-size: 4.8rem;
  margin-bottom: 40px;
}

.p-case {
  display: block;
  margin-bottom: 60px;
}

.p-case__title::after {
  bottom: 13px;
}

.p-case__balloon {
  background-color: #0093B1;
  border-radius: 5px;
  -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;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 22px;
  padding-bottom: 6px;
  padding-top: 5px;
  position: relative;
}

.p-case__balloon::after {
  border-bottom: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-style: solid;
  border-top: 22px solid #0093B1;
  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: 2.8rem;
}

.p-case__grid {
  display: grid;
  gap: 30px;
  margin-bottom: 60px;
  justify-items: center;
}

.p-case__card {
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 30px rgba(8, 29, 62, 0.12);
  box-shadow: 0 5px 30px rgba(8, 29, 62, 0.12);
  overflow: hidden;
  align-items: center;
}

.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: #19AA86;
}

.p-case__card-link:hover .p-case__card-button svg ellipse {
  fill: #19AA86;
}

.p-case__card-link:hover .p-case__card-button svg path {
  fill: #ffffff;
}

.p-case__card-media {
  overflow: hidden;
  position: relative;
}

.p-case__card-media img {
  aspect-ratio: 345/220;
  -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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 24px 20px 30px;
}

.p-case__card-title {
  color: #19AA86;
  font-size: 2rem;
  margin-bottom: 20px;
}

.p-case__card-caption {
  font-size: 1.6rem;
  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: #19AA86;
  border: 1px solid #19AA86;
  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-top: -120px;
  margin-bottom: 60px;
  padding-bottom: 40px;
  padding-top: 120px;
}

.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: 20px;
  overflow: hidden;
  padding-bottom: 40px;
  position: relative;
}

.p-reason__inner {
  margin-bottom: 140px;
}

.p-reason__header {
  margin-bottom: 6px;
}

.p-reason__balloon {
  background-color: #0093B1;
  border-radius: 5px;
  -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;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.65;
  margin-bottom: 4px;
  padding-bottom: 6px;
  padding-top: 4px;
  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 #0093B1;
  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 .s {
  font-size: 2.8rem;
}

.p-reason__balloon .dot {
  display: inline-block;
  position: relative;
}

.p-reason__balloon .dot::before {
  background-color: #F6FE54;
  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.6rem;
  letter-spacing: 0.04em;
}

.p-reason__title .m {
  font-family: "Montserrat", sans-serif;
  font-size: 5.6rem;
}

.p-reason__grid {
  display: grid;
  gap: 30px;
}

.p-reason__item:nth-child(2n-1) .p-reason__item-media::before {
  border-radius: 0 20px 20px 0;
  left: calc(50% - 50vw);
}

.p-reason__item:nth-child(2n) .p-reason__item-media::before {
  border-radius: 20px 0 0 20px;
  right: calc(50% - 50vw);
}

.p-reason__item-media {
  margin-bottom: 36px;
  position: relative;
}

.p-reason__item-media img {
  border: solid 1px rgba(20, 39, 32, 0.08);
}

.p-reason__item-media::before {
  background-color: #DFF8EF;
  bottom: -16px;
  content: "";
  height: calc(100% - 10px);
  position: absolute;
  width: calc(100% - 5px);
  z-index: -1;
}

.p-reason__item-media img {
  aspect-ratio: 345/240;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-reason__item-label {
  background-color: #0093B1;
  border-radius: 30px;
  color: #ffffff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 0.125em;
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-reason__item-title {
  color: #19AA86;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.p-reason__item-caption {
  color: #4E5252;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-reason__cta {
  margin-top: 40px;
  position: relative;
  width: calc(100% - 30px);
}

.p-fixed {
  background-color: #DFF8EF;
  bottom: 0;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(1, 1fr);
  left: 0;
  opacity: 0;
  padding: 25px 10px;
  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;
  border-radius: 5px;
  -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: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  gap: 5px;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
}

.p-fixed__button::before {
  border: 1px solid #ffffff;
  border-radius: 5px;
  content: "";
  height: calc(100% - 4px);
  left: 2px;
  position: absolute;
  top: 2px;
  width: calc(100% - 4px);
}

.p-fixed__button.btn-green {
  position: relative;
}

.p-fixed__button.btn-green .free {
  width: 27px;
}

.p-fixed__button.btn-green .free path {
  -webkit-transition: fill 0.5s;
  -o-transition: fill 0.5s;
  transition: fill 0.5s;
}

.p-fixed__button .s {
  font-size: 1.8rem;
}

.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-text-center {
  text-align: center;
}

/*================================================
Foundation
================================================*/
/*================================================
Layout
================================================*/
/*================================================
Object
================================================*/
@media (min-width: 520px) {
  html {
    font-size: 10px;
  }

  .p-mv__copy .c-title__point {
    font-size: 4.8rem;
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 10px;
  }

  .p-header__link {
    border: 2px 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.btn-green {
    gap: 10px;
  }

  .p-header__link.btn-green:hover {
    border: 2px solid #04C300;
  }

  .p-header__link.btn-orange {
    gap: 20px;
  }

  .p-header__link.btn-orange:hover {
    border: 2px solid #D60099;
  }

  .p-header__link .l {
    font-size: 1.6rem;
    line-height: 1;
  }

  .p-header__link .sp-none {
    display: inline-block;
  }

  .p-header__link svg {
    display: block;
    margin-top: 2px;
  }

  .p-mv__copy .c-title__point {
    font-size: 4.8rem;
  }

  .p-case__card {
    width: 75%;
  }
}

@media (min-width: 960px) {
  html {
    font-size: 10px;
  }

  body {
    font-size: 1.6rem;
  }

  .l-header {
    height: 100px;
  }

  .c-title {
    border-radius: 5px;
    font-size: 5rem;
    line-height: 1;
    margin: 0 auto;
    padding: 0 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .c-title__point {
    font-size: 5rem;
  }

  .p-section__title::after {
    bottom: 6px;
  }

  .p-header {
    padding-left: 100px;
    padding-right: 110px;
  }

  .p-header__logo {
    width: auto;
  }

  .p-header__item {
    margin-left: 20px;
  }

  .p-header__link {
    font-size: 1.9rem;
    padding: 13px 18px;
    padding-bottom: 14px;
  }

  .p-header__link .l {
    font-size: 1.9rem;
  }

  .p-mv {
    background-image: url(../images/mv/mv_bg_pc.webp);
    padding-bottom: 208px;
    padding-top: 72px;
  }

  .p-mv__inner {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .p-mv__copy {
    flex: 48;
  }

  .p-mv__title {
    font-size: 4.8rem;
    line-height: 1;
    padding-bottom: 0;
    padding-top: 0;
  }

  .p-mv__subtitle {
    font-size: 24px;
  }

  .p-mv__media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 920px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .p-mv__media-point {
    margin-top: 0;
    width: 67%;
  }

  .p-mv__media-image {
    flex: 52;
  }

  .p-mv__cta {
    margin-top: -178px;
  }

  .p-cta__inner {
    padding: 32px 70px 50px;
  }

  .p-cta__title {
    font-size: 2.4rem;
    margin-bottom: 21px;
  }

  .p-cta__buttons {
    grid-template-columns: repeat(1, 1fr);
  }

  .p-cta__button {
    border-radius: 20px;
    font-size: 2rem;
    height: 82px;
    letter-spacing: 0.1em;
  }

  .p-cta__button::before {
    border-radius: 20px;
  }

  .p-cta__button.btn-green .free {
    width: 39px;
  }

  .p-cta__button.btn-orange {
    gap: 20px;
  }

  .p-cta__button.btn-orange svg {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .p-worries__title {
    font-size: 3.2rem;
    margin-bottom: 28px;
  }

  .p-worries__title .dot::before {
    top: -3px;
  }

  .p-worries__grid {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }

  .p-worries__text {
    padding-top: 35px;
  }

  .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-left: 0;
    padding-right: 0;
    padding-top: 60px;
  }

  .p-improvement__inner {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .p-improvement__text {
    font-size: 3.2rem;
  }

  .p-faq {
    margin-bottom: 100px;
  }

  .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-top: 52px;
  }

  .p-try::before {
    background-image: url(../images/try/try_bg_pc.webp);
    height: 90%;
  }

  .p-try__subtitle {
    margin-bottom: 10px;
  }

  .p-try__subtitle.m {
    font-size: 3.2rem;
  }

  .p-try__subtitle.l {
    font-size: 6rem;
  }

  .p-try__title {
    margin-bottom: 10px;
  }

  .p-try__cta {
    position: relative;
  }

  .p-try__cta::before {
    background-image: url(../images/try/try.webp);
    background-size: contain;
    content: "";
    height: 148px;
    position: absolute;
    right: 71px;
    top: -148px;
    width: 142px;
  }

  .p-case {
    margin-bottom: 100px;
  }

  .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__grid {
    grid-template-columns: repeat(1, 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 img {
    aspect-ratio: 340/225;
  }

  .p-case__card-caption {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 20px;
  }

  .p-relief {
    background-image: url(../images/relief/relief_bg_pc.webp);
    margin-bottom: 64px;
    padding-bottom: 35px;
    padding-top: 120px;
  }

  .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: 0px;
  }

  .p-reason__header {
    margin-bottom: 30px;
  }

  .p-reason__balloon {
    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__grid {
    gap: 100px;
  }

  .p-reason__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }

  .p-reason__item::before {
    background-color: #CFF5E6;
    bottom: -40px;
    content: "";
    height: 95%;
    position: absolute;
    width: calc(50vw - 224px);
    z-index: -1;
  }

  .p-reason__item:nth-child(2n-1)::before {
    border-radius: 0 20px 20px 0;
    left: calc(50% - 50vw);
  }

  .p-reason__item:nth-child(2n-1) .p-reason__item-media {
    -webkit-transform: translateX(-56px);
    -ms-transform: translateX(-56px);
    transform: translateX(-56px);
  }

  .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:nth-child(2n)::before {
    border-radius: 20px 0 0 20px;
    right: calc(50% - 50vw);
  }

  .p-reason__item:nth-child(2n) .p-reason__item-media {
    -webkit-transform: translateX(56px);
    -ms-transform: translateX(56px);
    transform: translateX(56px);
  }

  .p-reason__item-media {
    margin-bottom: 0;
    width: 50%;
  }

  .p-reason__item-media::before {
    display: none;
  }

  .p-reason__item-media img {
    aspect-ratio: 535/290;
  }

  .p-reason__item-contents {
    padding-right: 40px;
    padding-top: 30px;
    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: 2rem;
    line-height: 1.5;
  }

  .p-fixed {
    display: none;
  }
}

@media (min-width: 1280px) {
  html {
    font-size: 10px;
  }

  .p-cta__button {
    font-size: 2.4rem;
  }

  .p-cta__button.btn-green .free {
    left: 30px;
  }

  .p-cta__button svg.arrow {
    right: 30px;
    width: 24px;
  }

  .p-faq__answer {
    font-size: 2rem;
    padding-left: 100px;
    padding-right: 90px;
  }

  .p-relief__text {
    font-size: 2.8rem;
  }

  .p-reason__item-title {
    font-size: 3.6rem;
  }
}

@media (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}

@media (min-width: 1280px) and (min-width: 1280px) {}

/*# sourceMappingURL=style.css.map*/