@charset "UTF-8";

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  line-height: 1.15;
  /* 1 */
  scroll-behavior: smooth;
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  min-height: 100vh;
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */

/* ============================================ */

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

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */

/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  margin: 0;
  clear: both;
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-size: inherit;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  -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-size: inherit;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
  vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

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

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

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.u-desktop {
  display: none;
}

.font-family-en {
  font-family: "Roboto Slab", serif;
}

html {
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /* フォントサイズの正確に */
  -webkit-text-size-adjust: 100%;
  /* 文字をシャープに */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}

body {
  color: #4d4d4d;
  font-family: "Noto Sans", sans-serif;
}

.sr-only {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip-path: inset(50%);
}

/* ホバー */

.l-campaign {
  margin-top: 100px;
}

.l-campaign-sub {
  margin-top: 0;
}

.l-campaign__img {
  display: block;
  width: 100%;
  max-width: 1316px;
  margin: 0 auto;
}

.l-example {
  margin-top: -33%;
}

.l-footer {
  position: relative;
  background: rgba(252, 151, 0, 0.1);
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.l-footer__inner {
  width: 84.5%;
  max-width: 500px;
  margin: 0 auto;
  padding-top: 51px;
  padding-bottom: 50px;
}

.l-footer__logo {
  max-width: 233px;
}

.l-footer__button {
  margin-top: 30px;
}

.l-footer__button a {
  display: inline-block;
}

.l-footer__button a img {
  border-radius: 8px;
}

@media screen and (min-width:768px) {
  .l-footer__button a img {
  }  
}

.l-footer__text-inner {
  margin-top: 17px;
}

.l-footer__text {
  width: 91%;
  margin: 0 auto;
}


.l-footer__to-top {
  position: absolute;
  top: 0;
  right: 10px;
  /* width: 11.7px; */
  /* height: 146px; */
}

.l-footer__to-top a {
  display: block;
  width: 30px;
  text-align: center;
}

.l-footer__to-top a:hover {
  opacity: 0.6;
}

.l-footer__to-top a img {
  width: 10px;
  display: inline-block;
}

.l-footer__company {
  margin-top: 50.2px;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.06em;
}

.l-footer__company span {
  margin-right: 10px;
  font-size: 0.875rem;
}

.l-footer__info {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.333;
}

.l-footer__copyright {
  display: block;
  display: block;
  padding: 13.5px 15px;
  background: #fc9700;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}

.bnr_star {
  max-width: 360px;
  margin: 36.5px auto 0;
}

.l-header {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 72px;
}

.l-header__logo {
  max-width: 150px;
  width: 100%;
}

.l-header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 9px;
  padding-right: 8px;
  padding-left: 16px;
}

.l-header__contact-button {
  width: 100%;
  max-width: 179px;
  cursor: pointer;
}

.l-header__contact-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.l-header__contact-button img {
  border-radius: 8px;
}

.l-header__contact-button a {
  display: inline-block;
  width: 100%;
}

.l-lead {
  margin-top: 100px;
}

.l-point {
  margin-top: 100px;
}

.l-step-up {
  margin-top: 71px;
}

.l-step {
  margin-top: 0;
}

.l-worries {
  z-index: -1;
  position: relative;
  margin-top: -17%;
}

.l-voice {
  margin-top: 80px;
}

.p-accordion__list {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-accordion__list+.p-accordion__list {
  margin-top: 3.125rem;
}

.p-accordion input {
  display: none;
}

.p-accordion__switch {
  display: block;
  padding: 1.59375rem 0;
  background: #72a6e1;
  cursor: pointer;
}

.p-accordion__title {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: baseline;
  width: 84.5%;
  max-width: 500px;
  margin: 0 auto;
  padding-right: 28px;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: 0.025em;
}

.p-accordion__title::before {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px;
  content: "Q :";
  font-size: 1.5rem;
}

.p-accordion__title::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-width: 0 0.875rem 1.4375rem 0.875rem;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  content: "";
}

.p-accordion__inside {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  height: 0;
  opacity: 0;
  transition: 0.5s;
}

.p-accordion__text {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  width: 84%;
  max-width: 500px;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.333;
  letter-spacing: 0.025em;
}

.p-accordion__text::before {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px;
  content: "A :";
  font-size: 1.125rem;
}

.p-accordion input:checked~.p-accordion__inside {
  height: auto;
  opacity: 1;
}

.p-accordion__title::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.5s;
}

.p-accordion input:checked~.p-accordion__switch>.p-accordion__title::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transform: translateY(-50%) rotate(0deg);
  transition: 0.5s;
}

.p-accordion__text {
  padding: 23px 0;
  font-size: 1.125rem;
  line-height: 1.333;
  letter-spacing: 0.025em;
}

.p-example {
  z-index: 1;
  position: relative;
  padding: 32.5% 0 16%;
}

.p-example::before {
  -webkit-transform: skewY(6.6deg);
  -ms-transform: skewY(6.6deg);
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: skewY(6.6deg);
  background-color: rgba(114, 166, 225, 0.08);
  content: "";
}

.p-example__inner {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 12.6px;
}

.p-example__title {
  font-weight: 600;
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-example__swiper {
  position: relative;
  margin-top: 54px;
}

.p-example .swiper-button-prev::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 48px;
  height: 48px;
  background: url(../images/icon_prev.svg) no-repeat center;
  background-size: cover;
  content: "";
}

.p-example .swiper-button-next::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 48px;
  height: 48px;
  background: url(../images/icon_next.svg) no-repeat center;
  background-size: cover;
  content: "";
}

.p-example .swiper-button-lock {
  display: block;
}

.swiper-button-next,
.swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 45%);
}

.p-faq {
  padding: 100px 0 80px;
}

.p-faq__title {
  font-weight: 600;
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-faq__accordion {
  margin-top: 50px;
}

.p-lead {
  text-align: center;
}

.p-lead__sub-title {
  font-weight: 500;
  font-size: 1.5rem;
}

.p-lead__title {
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1.333;
  letter-spacing: 0.025em;
}

.p-lead__title--marker {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), color-stop(70%, rgba(252, 151, 0, 0.72)));
  background: -o-linear-gradient(transparent 0%, transparent 70%, rgba(252, 151, 0, 0.72) 70%);
  background: linear-gradient(transparent 0%, transparent 70%, rgba(252, 151, 0, 0.72) 70%);
}

.p-lead__slide {
  margin-top: 36px;
}

.p-lead__slide-items {
  display: none;
}

.p-lead__slide-item {
  -webkit-transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-lead__slide-item img {
  -webkit-transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-lead__slide-item img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  overflow: hidden;
  transform: scale(1.2);
}

/* .p-point {
  padding-bottom: 100px;
} */

.p-point__top {
  position: relative;
}

.p-point__top-img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 181%;
}

.p-point__top-img img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-point__top-inner {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 45%;
  left: 50%;
  width: 85%;
  max-width: 500px;
  transform: translate(-50%, -50%);
  text-align: center;
}

.p-point__top-sub-title {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.025em;
}

.p-point__top-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #72a6e1;
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: 0.025em;
}

.p-point__top-title span {
  display: block;
  font-weight: 300;
  font-size: 3.75rem;
  font-family: "Roboto Slab", serif;
}

.p-point-text {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.025em;
  text-align: left;
}

.p-point__top-text {
  margin-top: 30px;
  line-height: 1.75;
}

.p-point__list {
  position: relative;
  padding-bottom: 80px;
}

.p-point__list-inner {
  width: 88%;
  max-width: 500px;
  margin: 0 auto;
}

.p-point__img-number {
  width: 100%;
  max-width: 175px;
}

.p-point__list-title {
  color: #72a6e1;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1.384;
  letter-spacing: 0.025em;
  font-weight: 700;
}

.p-point__list-text {
  margin-top: 15px;
  line-height: 2;
  letter-spacing: 0.025em;
}

.p-point__img--1 {
  width: 89%;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 81.3px;
}

.p-point__img--2 {
  margin-top: 36.5px;
}

.p-point__list--2 {
  position: relative;
}

.p-point__list--2::before {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 22%;
  background: url(../images/point_bg_2_sp.png) no-repeat center;
  background-size: cover;
  content: "";
}

.p-point__list--3::before {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 14%;
  background: url(../images/point_bg_3_sp.png) no-repeat center;
  background-size: cover;
  content: "";
}

.p-card {
  position: relative;
  border: solid 2px #72a6e1;
}

.p-card::before {
  display: block;
  position: absolute;
  top: -10%;
  left: -10%;
  width: 115px;
  height: 115px;
  background: url(../images/point_banner_icon.png) no-repeat center;
  background-size: cover;
  content: "";
}

.p-card__text {
  font-size: 1.125rem;
}

.p-card__body {
  padding: 20px 10px 24px;
  background: rgba(114, 166, 225, 0.27);
  text-align: center;
}

.p-card__link {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

.p-step-up {
  z-index: 3;
  position: relative;
  background: url(../images/step-up_bg_sp.jpg) no-repeat center;
  background-size: cover;
}

.p-step-up__img-pc {
  display: none;
}

.p-step-up__inner {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  padding: 15px 0 0;
}

.p-step-up_img_2 {
  margin-top: 22px;
}

.p-step-up__button {
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 22px;
  margin-bottom: 12px;
  padding-bottom: 31%;
  /* 画像の縦横比率に応じて調整 */
}

.p-step-up__button-link {
  -webkit-animation: bounce 2s infinite;
  z-index: 0;
  position: absolute;
  animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0% {
    bottom: 0px;
  }

  50% {
    bottom: 10px;
  }

  100% {
    bottom: 0px;
  }
}

@keyframes bounce {
  0% {
    bottom: 0px;
  }

  50% {
    bottom: 10px;
  }

  100% {
    bottom: 0px;
  }
}

@media screen and (min-width:768px) {
      
  .p-step-up__button img {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}


.p-step-up_img_3 {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  margin-top: -60px;
  pointer-events: none;
  position: relative;
}

.p-step-up__button a {
  display: inline-block;
}

.p-step-up__img-inner {
  position: relative;
}

.p-step-up__link {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-animation: bounce 2s infinite;
  display: inline-block;
  position: absolute;
  bottom: 3%;
  left: 50%;
  width: 35%;
  max-width: 479px;
  transform: translateX(-50%);
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0% {
    bottom: 0px;
  }

  50% {
    bottom: 10px;
  }

  100% {
    bottom: 0px;
  }
}

.p-step {
  padding: 50px 0 172px;
  background: url(../images/step_bg_sp.png) no-repeat;
  background-position: bottom;
  background-size: cover;
  color: #ffffff;
}

.p-step__inner {
  text-align: center;
}

.p-step__title {
  font-weight: 500;
  font-size: 2.25rem;
  letter-spacing: 0.05em;
}

.p-step__title--number {
  margin: 0 5px;
  font-size: 3.75rem;
}

.p-step__title--flex-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-step__list+.p-step__list {
  margin-top: 30px;
}

.p-step__list-img {
  width: 100%;
  max-width: 158px;
  margin: 0 auto;
}

.p-step__list-text {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.025em;
  text-align: center;
}

.p-step__lists {
  width: 55%;
  margin: 43px auto 0;
}

.p-step__button {
  width: 100%;
  max-width: 335px;
  margin: 60px auto 0;
}

.p-step__button-link {
  display: inline-block;
  width: 100%;
}

.p-step__button-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.p-voice {
  background: url(../images/voice_bg_sp.jpg) no-repeat top;
  background-size: cover;
}

.p-voice__title {
  padding: 50px 10px;
  font-weight: 500;
  font-size: 2.25rem;
}

.p-voice__top {
  background: #fc9700;
  color: #ffffff;
  text-align: center;
}

.p-voice__title--s {
  display: block;
  font-size: 1.5rem;
}

.p-voice__title--m {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.05em;
}

.p-voice__title--l {
  font-weight: 600;
  font-size: 3.1875rem;
  letter-spacing: 0.025em;
}

.p-voice__lists {
  padding: 100px 0;
}

.p-voice__list {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
}

.p-voice__list--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-voice__list+.p-voice__list {
  margin-top: 100px;
}

.p-voice__list-img {
  width: 100%;
  max-width: 279px;
}

.p-voice__list-img--reverse {
  margin-left: auto;
}

.p-voice__list-title-en {
  color: #fc9700;
  font-weight: 400;
  font-size: 3.75rem;
  font-family: "Roboto Slab", serif;
  letter-spacing: 0.025em;
  text-align: right;
}

.p-voice__list-title-en--reverse {
  text-align: left;
}

.p-voice__text-block {
  margin-top: -30px;
  padding: 22px 20px 14px;
  background: rgba(252, 151, 0, 0.19);
}

.p-voice__text-inner {
  width: 100%;
  max-width: 308px;
  margin-left: auto;
}

.p-voice__text-block--reverse {
  margin-right: auto;
  margin-left: 0;
}

.p-voice__list-title {
  font-weight: 500;
  font-size: 1.5rem;
}

.p-voice__list-text {
  margin-top: 15px;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }

  .u-mobile {
    display: none;
  }

  .l-campaign_details {
    margin-top: 17px;
  }

  .l-campaign {
    margin-top: 108px;
  }

  .l-campaign-sub {
    margin-top: 0;
  }

  .l-voice {
    margin-top: 84px;
  }

  .l-example {
    z-index: 1;
    position: relative;
    margin-top: -4%;
  }

  .l-footer__text {
    max-width: 676px;
    width: 91%;
    margin: 0 auto;
  }

  /* .l-footer {
    background: rgba(252, 151, 0, 0.1);
  } */

  .l-footer__inner {
    max-width: 920px;
    padding-top: 57.8px;
  }

  .l-footer__button {
    margin-top: 36.5px;
    text-align: center;
  }

  .l-footer__button a {
    max-width: 381px;
    width: 100%;
  }

  .l-footer__to-top {
    right: 27px;
  }

  .l-footer__to-top a img {
    width: 11px;
  }

  .l-footer__company {
    margin-top: 58.2px;
  }

  .l-footer__info {
    margin-top: 6px;
  }

  .l-header__inner {
    padding: 20px 30px 0;
  }

  .l-header__logo {
    max-width: 332px;
    width: 100%;
  }

  .l-header__contact-button {
    -webkit-transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    width: 100%;
    max-width: 256px;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .l-lead {
    margin-top: 96px;
  }

  .l-point {
    margin-top: 97px;
  }

  .l-step-up {
    margin-top: 114px;
  }

  .l-step {
    z-index: 3;
    position: relative;
    margin-top: 0;
  }

  .l-worries {
    z-index: 2;
    margin-top: -14%;
  }

  .p-accordion__list+.p-accordion__list {
    margin-top: 58px;
  }

  .p-accordion__switch {
    position: relative;
    padding: 31px 0;
  }

  .p-accordion__title {
    width: 90%;
    max-width: 880px;
  }

  .p-accordion__title::after {
    right: 0%;
    border-width: 0 1.3125rem 2.3125rem 1.3125rem;
  }

  .p-accordion__text {
    width: 90%;
    max-width: 880px;
    font-size: 1rem;
  }

  .p-example {
    padding: 11% 0;
  }

  .p-example::before {
    -webkit-transform: skewY(2.6deg);
    -ms-transform: skewY(2.6deg);
    transform: skewY(2.6deg);
  }

  .p-example__inner {
    max-width: unset;
    padding: 0;
  }

  .p-example__swiper {
    margin-top: 50px;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 193px);
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 100px);
    left: auto;
  }

  .p-faq__accordion {
    margin-top: 44px;
  }

  .p-lead__slide {
    margin-top: 71px;
  }

  .p-lead__swiper {
    display: none;
  }

  .p-lead__slide-items {
    -webkit-column-gap: 22.5px;
    -moz-column-gap: 22.5px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 22.5px;
    place-items: center;
    width: 95%;
    max-width: 1162px;
    margin: 0 auto;
  }

  .p-point__top-img {
    padding-bottom: 599px;
  }

  .p-point__top-inner {
    top: 38%;
    max-width: 548px;
  }

  .p-point__lists {
    margin-top: -10%;
  }

  .p-point__list {
    padding-top: 76px;
    padding-bottom: 27px;
  }

  .p-point__list:last-of-type {
    padding-bottom: 0;
  }

  .p-point__list-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    max-width: 1360px;
    margin-right: auto;
    margin-left: 0;
  }

  .p-point__list-inner--1 {
    max-width: 1050px;
    margin: 0 auto;
  }

  .p-point__list-inner--reverse {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    max-width: 1270px;
    margin: -3% auto 0;
    margin-top: -27px;
  }

  .p-point__list-inner--3 {
    max-width: 1172px;
    margin: -5% auto 0;
    margin-top: -5%;
  }

  .p-point__text-inner {
    width: 100%;
    max-width: 560px;
  }

  .p-point__text-inner--2 {
    width: 100%;
  }

  .p-point__img-number {
    width: 40%;
  }

  .p-point__list-title {
    padding-left: 36px;
    font-size: 2rem;
    line-height: 1.4;
  }

  .p-point__list-text {
    padding-left: 36px;
    line-height: 1.5;
  }

  .p-point__img--1 {
    width: 80%;
    max-width: 402px;
    margin: unset;
  }

  .p-point__img--2 {
    width: 100%;
    max-width: 520px;
  }

  .p-point__img--3 {
    width: 100%;
    max-width: 471px;
    margin-right: 24px;
  }

  .p-point__list--1::before {
    position: absolute;
    top: -2%;
    left: 0;
    content: "";
  }

  .p-point__list--2::before {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 17%;
    background: url(../images/point_bg_2.png) no-repeat center;
    background-size: cover;
    content: "";
  }

  .p-point__list--3::before {
    width: 86.5%;
    max-width: 1600px;
    height: 0;
    margin-left: auto;
    padding-bottom: 11.7%;
    background: url(../images/point_bg_3.png) no-repeat center;
    background-size: cover;
  }

  .p-step-up {
    background: unset;
  }

  .p-step-up__img-sp {
    display: none;
  }

  .p-step-up__img-pc {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .p-step-up__inner {
    width: 100%;
    max-width: unset;
  }

  .p-step {
    -webkit-clip-path: polygon(100% 0, 100% 81%, 86% 81%, 0 98%, 0 0);
    background: unset;
    background-color: #fc9700;
    clip-path: polygon(100% 0, 100% 81%, 86% 81%, 0 98%, 0 0);
  }

  .p-step__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .p-step__list+.p-step__list {
    margin-top: 0;
  }

  .p-step__lists {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 20px;
    width: 90%;
    max-width: 900px;
    margin: 42px auto 0;
  }

  .p-step__button {
    width: 100%;
    max-width: 472px;
    margin-top: 29px;
  }

  .p-step__button-link {
    -webkit-transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .p-voice {
    background: url(../images/voice_bg.jpg) no-repeat top;
    background-size: cover;
  }

  .p-voice__title--s {
    font-size: 2rem;
  }

  .p-voice__title--m {
    display: inline;
    font-size: 2.625rem;
  }

  .p-voice__title--l {
    font-size: 3.8125rem;
  }

  .p-voice__lists {
    padding-top: 122px;
  }

  .p-voice__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 880px;
  }

  .p-voice__list+.p-voice__list {
    margin-top: 110px;
  }

  .p-voice__list-img {
    margin-left: auto;
  }

  .p-voice__list-img--reverse {
    margin-right: auto;
    margin-left: unset;
  }

  .p-voice__list-title-en {
    position: relative;
    font-size: 6.125rem;
    text-align: center;
  }

  .p-voice__list-title-en--1 {
    top: -9px;
    left: 7px;
  }

  .p-voice__list-title-en--reverse {
    top: 21px;
    left: -35px;
  }

  .p-voice__list-title-en--3 {
    top: -10px;
  }

  .p-voice__text-block {
    margin-top: -53px;
    padding: 43px 74px 38px 33px;
  }

  .p-voice__text-inner {
    width: 90%;
    max-width: 556px;
  }

  .p-voice__text-block--reverse {
    width: 100%;
    max-width: 529px;
    margin-top: -20px;
    padding-bottom: 30px;
  }

  .p-voice__text-inner--2 {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 1366px) {
  .p-point__top-img {
    padding-bottom: 44.5%;
    /* 画像の縦横比率に応じて調整 */
  }
}

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