@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/*@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

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

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

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

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

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

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

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: left;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  width: 100%;
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", system-ui, -apple-system, Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #25292c;
  background-color: #f0f0f0;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-kerning: normal;
}

a {
  text-decoration: none;
}

dd {
  margin-left: 0;
}

th {
  text-align: left;
}

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

i,
cite,
em,
address,
dfn {
  font-style: normal;
}

code,
pre {
  font-family: Consolas, Menlo, Courier, monospace;
}

code {
  padding: 0.2em;
  background-color: rgba(0, 0, 0, 0.06);
}

pre code {
  padding: 0;
  background-color: inherit;
}

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-top: 0;
  margin-bottom: 0;
}

img[src$=".svg"] {
  width: 100%;
}

.pc-br {
  display: block;
}

.sp-br {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.slick-dots {
  bottom: -40px;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}

.slick-dots li button {
  overflow: hidden;
  width: 10px;
  height: 10px;
  text-indent: -100;
  border-radius: 5px;
  background-color: #b9b9b9;
}

.slick-dots li button:before {
  display: block;
  display: none;
  overflow: hidden;
  width: 10px;
  height: 10px;
}

.slick-dots li.slick-active button {
  background-color: #6b6b6b;
}

.main {
  width: 750px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  background-size: 10px 10px;
}

.top-banner a {
  display: block;
}

.top-banner a img {
  display: block;
}

.top-banner a img.sp {
  display: none;
}

.article {
  padding-right: 40px;
  padding-left: 40px;
}

.article.pt {
  padding-top: 100px;
}

.article.pb {
  padding-bottom: 100px;
}

.article.pb2 {
  padding-bottom: 150px;
}

.article.pb3 {
  padding-bottom: 65px;
}

.article-wb {
  background-color: #fff;
}

.b-title {
  margin-bottom: 60px;
  padding-left: 40px;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.6;
  border-left: solid 8px #25292c;
  background-color: #f0f0f0;
}

.n-title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
}

.s-title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
}

.s-normal {
  font-size: 1.8rem;
  line-height: 2;
}

.s-normal b {
  font-weight: 600;
}

.s-normal a {
  font-weight: 600;
  color: #25292c;
}

.s-normal a:hover {
  color: #008ba7;
}

.bred {
  font-weight: 600;
  color: #d15c4a;
}

.note {
  font-size: 1.4rem;
}

.mb10 {
  margin-bottom: 10px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.link-button {
  position: relative;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
}

.link-button a {
  position: relative;
  display: block;
  display: flex;
  width: 460px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  font-size: 2.4rem;
  font-weight: 600;
  transition: all .3s linear;
  color: #fff;
  background-color: #007c95;
  justify-content: center;
  align-items: center;
}

.link-button a span {
  position: relative;
  z-index: 2;
  display: block;
}

.link-button a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50%;
  transition: opacity .3s linear;
  background-color: #008ba7;
}

.link-button a::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20px;
  display: block;
  width: 27px;
  height: 27px;
  transition: right .3s linear;
  transform: translateY(-50%);
  background-image: url(../img/ico-button-aw.svg);
  background-position: 0 0;
  background-size: 27px auto;
}

.link-button a:hover {
  background-color: #00839d;
}

.link-button a:hover::before {
  opacity: 0.7;
}

.link-button a:hover::after {
  right: 17px;
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

.movie {
  height: auto;
}

.care-pics {
  display: flex;
  margin-top: 70px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.care-pics .care-pic {
  width: 320px;
}

.care-pics .care-pic .care-pic-cap {
  display: flex;
  height: 100px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.care-pics .care-pic.c1 {
  background-color: #f6f3e8;
}

.care-pics .care-pic.c2 {
  background-color: #ab967f;
}

.care-pics .care-pic.c2 .care-pic-cap {
  font-weight: 300;
  color: #fff;
}

.care-pics .care-pic.c3 {
  background-color: #7a929f;
}

.care-pics .care-pic.c3 .care-pic-cap {
  font-weight: 300;
  color: #fff;
}

.care-pics .care-pic.c4 {
  background-color: #faebdf;
}

.care-pics .care-pic.bt {
  margin-top: 40px;
}

.three-arrow {
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  justify-content: center;
}

.three-arrow .arrow {
  width: 92px;
  -webkit-animation: flash 1.8s ease-in-out infinite;
          animation: flash 1.8s ease-in-out infinite;
}

.three-arrow .arrow + .arrow {
  margin-left: 40px;
}

@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.arrow-target {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  color: #d15c4a;
}

.tartar-fig {
  padding-top: 50px;
  padding-bottom: 60px;
}

.intro-summary {
  padding-top: 40px;
  font-size: 2.8rem;
  line-height: 1.6;
}

.em {
  font-weight: 600;
  background-image: linear-gradient(transparent 70%, #fffd6c 0%);
}

.leave-text {
  padding-top: 50px;
  padding-bottom: 70px;
  font-size: 2.8rem;
}

.leave-result .dig {
  margin-top: 70px;
  margin-bottom: 25px;
  font-size: 2.8rem;
  font-weight: 600;
}

.leave-result .dig img {
  display: inline-block;
  vertical-align: middle;
}

.leave-result .dig img.dig1 {
  width: 28px;
  margin-right: 39px;
  margin-left: 9px;
}

.leave-result .dig img.dig2 {
  width: 50px;
  margin-right: 28px;
}

.leave-result .dig img.dig3 {
  width: 46px;
  margin-right: 30px;
}

.leave-result .dig img.dig4 {
  width: 44px;
  margin-right: 33px;
}

.leave-result .dig img.dig5 {
  width: 49px;
  margin-right: 29px;
}

.aw-banner {
  padding-top: 70px;
  padding-bottom: 70px;
}

.aw-banner img {
  display: block;
}

.aw-banner img.sp {
  display: none;
}

.results-sub-tit {
  display: flex;
  width: 96px;
  height: 36px;
  margin-bottom: 25px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background-color: #45aebe;
  justify-content: center;
  align-items: center;
}

.fig-crowd-funding {
  margin-top: 30px;
  margin-bottom: 50px;
}

.slide-developer {
  margin-top: 55px;
}

.co-developers {
  width: 670px !important;
  height: 100%;
  padding: 40px;
  border-radius: 30px;
  background-color: #eaeaea;
}

.co-developers .co-developers-name-pic {
  display: flex;
  justify-content: space-between;
}

.co-developers .co-developers-name-pic .co-developers-pic {
  width: 146px;
}

.co-developers .co-developers-name-pic .co-developers-name {
  display: flex;
  width: 415px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
  justify-content: flex-start;
  align-items: center;
}

.co-developers .co-developers-desc {
  padding-top: 30px;
}

.co-developers .co-developers-desc p {
  font-size: 1.8rem;
  line-height: 2;
}

.slick-slide > div {
  height: 100%;
}

.slick-slide > div .co-developers {
  height: 100%;
}

.slide-voice {
  margin-top: 60px;
  margin-bottom: 120px;
}

.voice-ico {
  fill: #e9cf7f;
}

.slide-voice-inner {
  width: 750px;
  transform: translateX(-40px);
}

.slide-voice-inner .slick-slide {
  display: flex;
  width: 750px;
  justify-content: center;
}

.slide-voice-inner .slick-prev, .slide-voice-inner .slick-next {
  position: absolute;
  z-index: 1000;
  top: 50%;
  display: block;
  width: 26px;
  height: 40px;
  padding: 0;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
  transform: translate(0, -50%);
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slide-voice-inner .slick-next {
  right: 74px;
}

.slide-voice-inner .slick-next:before {
  content: "";
  display: block;
  overflow: hidden;
  width: 26px;
  height: 40px;
  transition: all .3s linear;
  background-image: url(../img/slide-aw2-next.svg);
  background-repeat: no-repeat;
  background-size: 26px 40px;
}

.slide-voice-inner .slick-prev {
  left: 74px;
}

.slide-voice-inner .slick-prev:before {
  content: "";
  display: block;
  overflow: hidden;
  width: 26px;
  height: 40px;
  transition: all .3s linear;
  background-image: url(../img/slide-aw2-prev.svg);
  background-repeat: no-repeat;
  background-size: 26px 40px;
}

.slick-slide > div {
  height: 100%;
}

.slick-slide > div .slide-voice-voice {
  height: 100%;
}

.slide-voice-voice {
  width: 540px !important;
  height: 380px;
  padding: 30px;
  border-radius: 30px;
}

.slide-voice-voice .slide-voice-data {
  font-size: 2rem;
  font-weight: 600;
}

.slide-voice-voice .slide-voice-data svg {
  width: 31px;
  margin-right: 25px;
  vertical-align: middle;
}

.slide-voice-voice .slide-voice-data li + li {
  margin-top: 10px;
}

.slide-voice-voice .slide-voice-desc {
  padding-top: 20px;
}

.slide-voice-voice .slide-voice-desc p {
  font-size: 1.8rem;
  line-height: 2;
}

.slide-voice-voice.c1 {
  background-color: #f6f3e8;
}

.slide-voice-voice.c1 .voice-ico {
  fill: #e9cf7f;
}

.slide-voice-voice.c2 {
  background-color: #faebdf;
}

.slide-voice-voice.c2 .voice-ico {
  fill: #e9a97f;
}

.media-wrap {
  padding-top: 60px;
  padding-bottom: 70px;
}

.media-wrap .media + .media {
  margin-top: 30px;
}

.point {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 30px 40px 50px 40px;
  background-image: url(../img/point-bg.png);
  background-repeat: repeat;
  background-size: 10px auto;
}

.point .point-icon {
  width: 60px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.point .point-wrap .point-desc {
  padding-left: 30px;
  font-size: 1.8rem;
  line-height: 1.8;
  background-image: url(../img/ico-check.svg);
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-size: 22px auto;
}

.point .point-wrap .point-desc .bred {
  font-weight: 600;
  color: #d15c4a;
}

.point .point-wrap .point-desc + .point-desc {
  margin-top: 34px;
}

.q-a {
  border: solid 5px #45aebe;
}

.q-a + .q-a {
  margin-top: 20px;
}

.q-a .question {
  position: relative;
  display: flex;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  cursor: pointer;
  background-color: #45aebe;
  align-items: center;
}

.q-a .question .iq {
  font-size: 4rem;
  font-weight: 600;
  opacity: 0.6;
  color: #fff;
}

.q-a .question .iqt {
  padding-right: 50px;
  padding-left: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
}

.q-a .question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 22px;
  height: 13px;
  transition: all .3s linear;
  transform: translateY(-50%) rotate(180deg);
  background-image: url(../img/ico-qa-aw.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 22px auto;
}

.q-a .question.on::after {
  transform: translateY(-50%) rotate(0deg);
}

.q-a .answer {
  display: none;
  padding: 25px 20px;
  background-color: #fff;
}

.q-a .answer .answer-inner {
  display: flex;
  align-items: flex-start;
}

.q-a .answer .answer-inner .ia {
  font-size: 4rem;
  font-weight: 300;
  color: #45aebe;
}

.q-a .answer .answer-inner .iat {
  padding-left: 10px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.benefit-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.benefit-wrap .benefit {
  width: 320px;
  height: 240px;
  margin-bottom: 30px;
  border: solid 5px #85cccc;
  background-color: #fff;
}

.benefit-wrap .benefit.c1 {
  border: solid 5px #e9cf7f;
}

.benefit-wrap .benefit.c2 {
  border: solid 5px #e9a97f;
}

.benefit-wrap .benefit.c3 {
  border: solid 5px #85cccc;
}

.benefit-wrap .benefit.c4 {
  border: solid 5px #96c987;
}

.benefit-wrap .benefit.c5 {
  border: solid 5px #bfa8cb;
}

.benefit-wrap .benefit .benefit-no {
  padding-top: 23px;
  text-align: center;
}

.benefit-wrap .benefit .benefit-no img.benefit-no1 {
  width: 24px;
}

.benefit-wrap .benefit .benefit-no img.benefit-no2 {
  width: 42px;
}

.benefit-wrap .benefit .benefit-no img.benefit-no3 {
  width: 40px;
}

.benefit-wrap .benefit .benefit-no img.benefit-no4 {
  width: 38px;
}

.benefit-wrap .benefit .benefit-no img.benefit-no5 {
  width: 41px;
}

.benefit-wrap .benefit .benefit-no img.benefit-no6 {
  width: 39px;
}

.benefit-wrap .benefit .benefit-desc {
  display: flex;
  height: 135px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.benefit-wrap .benefit .benefit-desc .bred {
  font-size: 2.2rem;
  color: #d15c4a;
}

.coupon-wrap {
  padding-top: 40px;
  padding-bottom: 25px;
}

.coupon-wrap .coupon-title {
  margin-bottom: 25px;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
}

.coupon-wrap .coupon-title .em {
  background-image: linear-gradient(transparent 60%, #fffd6c 0%);
}

.coupon-wrap .coupon-title .hs {
  font-weight: 200;
}

.coupon-wrap .coupon {
  padding-right: 80px;
  padding-left: 80px;
}

.coupon-wrap .coupon-button {
  position: relative;
}

.coupon-wrap .coupon-button img {
  position: relative;
  z-index: 1;
}

.coupon-wrap .coupon-button .coupon-code {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: none;
  padding: 10px;
  font-size: 2.8rem;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #fff;
  background-color: #e9a97f;
}

.coupon-wrap .coupon-note {
  margin-top: 15px;
  font-size: 1.4rem;
  text-align: center;
}

.coupon-wrap .coupon-note span {
  display: inline-block;
  background-image: linear-gradient(transparent 60%, #fffd6c 0%);
}

.tel-link {
  padding-top: 50px;
  padding-bottom: 120px;
}

.tel-link .tel-link-pc {
  padding-right: 80px;
  padding-left: 80px;
}

.tel-link .tel-link-sp {
  display: none;
  padding-right: 80px;
  padding-left: 80px;
}

.detail-link {
  padding-top: 20px;
}

.detail-link .link-button a {
  width: 590px;
}

.image-container {
  display: flex;
  flex-direction: column; /* 縦方向に並べる */
  text-align : center; /* 中央揃えにする */
}

.image-container img {
  max-width: 70%; /* 画像を幅いっぱいに表示する */
  height: auto; /* アスペクト比を保持したまま高さを自動調整する */
  margin-bottom: 15px; /* 画像間に余白を設定する */
  padding-top:20px;
}

.story-intro-text {
  padding-bottom: 70px;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}


.story-intro-text {
  padding-bottom: 70px;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}

.story-main {
  padding-top: 100px;
  padding-right: 40px;
  padding-bottom: 150px;
  padding-left: 40px;
}

.story-sub-title {
  margin-bottom: 40px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
  color: #d15c4a;
}

.story-fig {
  margin-bottom: 40px;
}

footer {
  display: flex;
  width: 750px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background-color: #25292c;
  justify-content: center;
  align-items: center;
}

footer p {
  width: 178px;
}

@media screen and (max-width: 750px) {
  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
  .main {
    background-size: 15px 15px;
  }
  .top-banner a img {
    display: none;
  }
  .top-banner a img.sp {
    display: block;
  }
  .b-title {
    padding-left: 60px;
    font-size: 5.2rem;
    line-height: 1.5;
    border-left: solid 10px #25292c;
  }
  .n-title {
    font-size: 4.4rem;
  }
  .s-title {
    font-size: 3.2rem;
  }
  .s-normal {
    font-size: 3.2rem;
  }
  .note {
    font-size: 2.3rem;
  }
  .link-button a {
    width: 590px;
    height: 100px;
    font-size: 3.2rem;
  }
  .link-button a::after {
    right: 25px;
  }
  .link-button a:hover {
    background-color: #007c95;
  }
  .link-button a:hover::before {
    opacity: 1;
  }
  .link-button a:hover::after {
    right: 25px;
  }
  .care-pics .care-pic .care-pic-cap {
    height: 140px;
    font-size: 2.8rem;
  }
  .three-arrow {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .arrow-target {
    font-size: 4.4rem;
    line-height: 1.5;
  }
  .tartar-fig {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .intro-summary {
    font-size: 4.4rem;
  }
  .leave-text {
    padding-top: 90px;
    padding-bottom: 70px;
    font-size: 4.4rem;
  }
  .leave-result .dig {
    margin-top: 70px;
    margin-bottom: 40px;
    font-size: 4.4rem;
  }
  .leave-result .dig img.dig1 {
    width: 35px;
  }
  .leave-result .dig img.dig2 {
    width: 63px;
    margin-right: 25px;
  }
  .leave-result .dig img.dig3 {
    width: 59px;
    margin-right: 28px;
  }
  .leave-result .dig img.dig4 {
    width: 57px;
    margin-right: 28px;
  }
  .leave-result .dig img.dig5 {
    width: 61px;
    margin-right: 25px;
  }
  .aw-banner img {
    display: none;
  }
  .aw-banner img.sp {
    display: block;
  }
  .results-sub-tit {
    width: 136px;
    height: 56px;
    font-size: 3.2rem;
  }
  .slide-developer {
    margin-top: 50px;
  }
  .co-developers .co-developers-name-pic .co-developers-name {
    font-size: 2.8rem;
    white-space: nowrap;
  }
  .co-developers .co-developers-desc {
    padding-top: 60px;
  }
  .co-developers .co-developers-desc p {
    font-size: 2.8rem;
  }
  .slide-voice {
    margin-top: 40px;
    margin-bottom: 120px;
  }
  .slide-voice-voice {
    height: auto;
  }
  .slide-voice-voice .slide-voice-data {
    font-size: 2.8rem;
  }
  .slide-voice-voice .slide-voice-data li + li {
    margin-top: 20px;
  }
  .slide-voice-voice .slide-voice-desc {
    padding-top: 50px;
  }
  .slide-voice-voice .slide-voice-desc p {
    font-size: 2.8rem;
  }
  .media-wrap {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .point {
    padding: 30px 40px 70px 40px;
  }
  .point .point-icon {
    margin-bottom: 25px;
  }
  .point .point-wrap .point-desc {
    padding-left: 50px;
    font-size: 2.8rem;
    background-size: 34px auto;
  }
  .point .point-wrap .point-desc + .point-desc {
    margin-top: 40px;
  }
  .q-a .question .iqt {
    padding-right: 40px;
    font-size: 3.1rem;
  }
  .q-a .answer .answer-inner .iat {
    font-size: 2.8rem;
  }
  .benefit-wrap {
    display: block;
  }
  .benefit-wrap .benefit {
    display: flex;
    width: 670px;
    height: 200px;
    justify-content: space-between;
    align-items: center;
  }
  .benefit-wrap .benefit .benefit-no {
    display: flex;
    width: 200px;
    height: 100%;
    padding-top: 0;
    justify-content: center;
    align-items: center;
  }
  .benefit-wrap .benefit .benefit-no img.benefit-no1 {
    width: 51px;
  }
  .benefit-wrap .benefit .benefit-no img.benefit-no2 {
    width: 90px;
  }
  .benefit-wrap .benefit .benefit-no img.benefit-no3 {
    width: 85px;
  }
  .benefit-wrap .benefit .benefit-no img.benefit-no4 {
    width: 81px;
  }
  .benefit-wrap .benefit .benefit-no img.benefit-no5 {
    width: 89px;
  }
  .benefit-wrap .benefit .benefit-no img.benefit-no6 {
    width: 84px;
  }
  .benefit-wrap .benefit .benefit-desc {
    width: 500px;
    height: 100%;
    font-size: 3.2rem;
    line-height: 1.6;
  }
  .benefit-wrap .benefit .benefit-desc .bred {
    font-size: 4.2rem;
  }
  .coupon-wrap {
    padding-top: 55px;
    padding-bottom: 40px;
  }
  .coupon-wrap .coupon-button .coupon-code {
    font-size: 3.6rem;
  }
  .coupon-wrap .coupon-note {
    font-size: 2.2rem;
  }
  .tel-link .tel-link-pc {
    display: none;
  }
  .tel-link .tel-link-sp {
    display: block;
  }
  .detail-link {
    padding-top: 20px;
  }
  .detail-link .link-button a {
    width: 590px;
  }
  .story-intro-text {
    font-size: 4.4rem;
  }
  .story-main {
    padding-bottom: 100px;
  }
  .story-sub-title {
    margin-bottom: 80px;
    font-size: 4.4rem;
  }
  footer {
    height: 130px;
  }
  footer p {
    width: 204px;
  }
}