@charset "UTF-8";
/* ==========================================================================
   Reset
   ========================================================================== */
/* Initialize
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary, input, textarea,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

:root {
  --color-black: #141414;
  --color-yellow: #fff23a;
  --color-orange: #ffb401;
  --color-orange-deep: #ff871c;
  --color-link: #fff;
  --color-red: #ca0307;
  --color-deep-blue: #0f375e;
  --color-blue: #0c4a8c;
  --btn-bg-gradient: linear-gradient(90deg, #f92ccb, #f96523, #f96523, #f92ccb);
  --border-gradient: linear-gradient(180deg, #cd306f, #6b27aa, #2d35e3);
  --bg-gradient: linear-gradient(90deg, #cd306f, #6b27aa, #2d35e3);
  --bg-stripe-yellow: repeating-linear-gradient(-50deg, transparent 0, transparent 13px, #ffe84a 13px, #ffe84a 24px) 50% 0;
  --bg-stripe-blue: repeating-linear-gradient(-50deg, transparent 0, transparent 13px, #2a89bd 13px, #2a89bd 24px) 50% 0;
  --bg-stripe-white: repeating-linear-gradient(-50deg, transparent 0, transparent 13px, #fff 13px, #fff 24px) 50% 0;
  --bg-stripe-yellow-sp: repeating-linear-gradient(-50deg, transparent 0, transparent -webkit-calc(13 / 750 * 100vw), #ffe84a -webkit-calc(13 / 750 * 100vw), #ffe84a -webkit-calc(24 / 750 * 100vw)) 50% 0;
  --bg-stripe-yellow-sp: repeating-linear-gradient(-50deg, transparent 0, transparent calc(13 / 750 * 100vw), #ffe84a calc(13 / 750 * 100vw), #ffe84a calc(24 / 750 * 100vw)) 50% 0;
  --bg-stripe-blue-sp: repeating-linear-gradient(-50deg, transparent 0, transparent -webkit-calc(13 / 750 * 100vw), #2a89bd -webkit-calc(13 / 750 * 100vw), #2a89bd -webkit-calc(24 / 750 * 100vw)) 50% 0;
  --bg-stripe-blue-sp: repeating-linear-gradient(-50deg, transparent 0, transparent calc(13 / 750 * 100vw), #2a89bd calc(13 / 750 * 100vw), #2a89bd calc(24 / 750 * 100vw)) 50% 0;
  --bg-stripe-white-sp: repeating-linear-gradient(-50deg, transparent 0, transparent -webkit-calc(13 / 750 * 100vw), #fff -webkit-calc(13 / 750 * 100vw), #fff -webkit-calc(24 / 750 * 100vw)) 50% 0;
  --bg-stripe-white-sp: repeating-linear-gradient(-50deg, transparent 0, transparent calc(13 / 750 * 100vw), #fff calc(13 / 750 * 100vw), #fff calc(24 / 750 * 100vw)) 50% 0;
}

html {
  font-size: 0.625em;
  height: 100%;
  overflow-y: scroll;
}

body {
  color: #fff;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
body.is-fixed {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

button {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

dd,
dt,
td,
th,
ol,
ul,
p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  dd,
  dt,
  td,
  th,
  ol,
  ul,
  p {
    font-size: 3.2vw;
  }
}

td dl,
td ul,
td ol,
td td,
td th,
td p,
td li,
dd dd,
dd dt,
dd p,
dd li,
dd ul,
dd ol,
li th,
li td,
li table,
li dd,
li dt,
li ol,
li ul,
ol li,
ul li,
li p {
  font-size: 1em;
}

ol,
ul {
  list-style: none;
}

a {
  color: var(--color-link);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) {
  a:hover img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

address {
  font-style: normal;
}

/* google chrome input button padding */
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button, button {
  padding: 1px 6px;
}

input[type=checkbox] {
  margin: 0;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.img-box {
  font-size: 0;
  line-height: 0;
}

.wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1340px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .wrap {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    width: auto;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

sup {
  font-size: 1.2rem;
  font-weight: normal;
  vertical-align: top;
}

.text-bold,
strong {
  font-weight: bold;
}

.text-small {
  font-size: 0.8em;
}

.text-large {
  font-size: 2.4em;
}

.text-underline {
  text-decoration: underline;
}

.text-italic {
  font-style: italic;
}

video {
  outline: none;
}

.align-left {
  text-align: left !important;
}

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

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

.text-red {
  color: var(--color-red) !important;
}

.text-black {
  color: var(--color-black) !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* ---------------------------------------------------------

■■■ PC SP ■■■■■■■■■■

--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  img.sp,
  br.sp,
  span.sp,
  .sp {
    display: none !important;
  }
  br.sp {
    width: 0 !important;
  }
  .pc {
    display: block !important;
  }
  span.pc,
  img.pc,
  br.pc {
    display: inline !important;
  }
  th.pc,
  td.pc {
    display: table-cell !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  th.pc,
  td.pc,
  span.pc,
  br.pc,
  img.pc,
  .pc {
    display: none !important;
  }
  img.sp,
  br.sp,
  span.sp {
    display: inline !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

/* f-move-top
========================================================================== */
.f-move-top {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.f-move-top.--delay {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.f-move-top.--delay2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .f-move-top.--delay2, .f-move-top.--delay {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.f-move-top.--move {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* c-btn
========================================================================== */
.c-btn {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 5.3333333333vw;
  }
}
.c-btn > a {
  background: var(--btn-bg-gradient) 0 0;
  background-size: 200% 100%;
  border: 2px solid #fff;
  border-radius: 37px;
  -webkit-box-shadow: 6px 6px 2px rgba(0, 0, 0, 0.6), -6px -6px 10px inset rgba(0, 0, 0, 0.6);
          box-shadow: 6px 6px 2px rgba(0, 0, 0, 0.6), -6px -6px 10px inset rgba(0, 0, 0, 0.6);
  color: #fff;
  display: inline-block;
  padding: 40px;
  width: 582px;
  position: relative;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.c-btn > a::before {
  background: url(../img/btn-cover.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 66.0550458716%;
  width: 95.5326460481%;
  position: absolute;
  left: 2.0618556701%;
  top: 8.2568807339%;
}
.c-btn > a::after {
  background: url(../img/icon-arrow.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 27px;
  width: 17px;
  position: absolute;
  right: 36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
@media (hover: hover) {
  .c-btn > a:hover {
    background-position: -200% 0;
  }
  .c-btn > a:hover::after {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn > a {
    border-width: 0.2666666667vw;
    border-radius: 4.9333333333vw;
    -webkit-box-shadow: 0.8vw 0.8vw 0.2666666667vw rgba(0, 0, 0, 0.6), -0.8vw -0.8vw 1.3333333333vw inset rgba(0, 0, 0, 0.6);
            box-shadow: 0.8vw 0.8vw 0.2666666667vw rgba(0, 0, 0, 0.6), -0.8vw -0.8vw 1.3333333333vw inset rgba(0, 0, 0, 0.6);
    padding: 6.6666666667vw;
    width: 83.3333333333vw;
  }
  .c-btn > a::before {
    height: 12.1333333333vw;
    width: 79.7333333333vw;
    left: 1.7333333333vw;
    top: 1.4666666667vw;
  }
  .c-btn > a::after {
    height: 3.6vw;
    width: 2.2666666667vw;
    right: 6.4vw;
  }
}

/* c-link
========================================================================== */
.c-link {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .c-link {
    font-size: 3.2vw;
  }
}
.c-link > a {
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 7px 37px;
  position: relative;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.c-link > a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 5px;
  margin-top: -3px;
  width: 5px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: right 0.3s, opacity 0.3s;
  transition: right 0.3s, opacity 0.3s;
}
@media (hover: hover) {
  .c-link > a:hover::after {
    right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .c-link > a {
    padding: 1.8666666667vw 8.4vw;
  }
  .c-link > a::after {
    height: 0.5333333333vw;
    margin-top: -0.2666666667vw;
    width: 0.5333333333vw;
    right: 2.9333333333vw;
  }
}
.c-link.--center {
  text-align: center;
}
.c-link.--mini > a {
  font-size: 12px;
  padding: 5px 27px;
}
.c-link.--mini > a::after {
  height: 4px;
  margin-top: -2px;
  width: 4px;
  right: 18px;
}
@media screen and (max-width: 767px) {
  .c-link.--mini > a {
    font-size: 2.6666666667vw;
    padding: 1.0666666667vw 4.9333333333vw;
  }
  .c-link.--mini > a::after {
    height: 0.6666666667vw;
    margin-top: 0;
    width: 0.6666666667vw;
    right: 3.2vw;
  }
}
.c-link.--blue > a {
  border-color: var(--color-blue);
  color: var(--color-blue);
}
.c-link.--blue > a::after {
  border-color: var(--color-blue);
}

/* c-title
========================================================================== */
.c-title {
  display: table;
  margin: 0 auto 45px;
  text-align: center;
  width: 280px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title {
    margin-bottom: 6.6666666667vw;
    width: 48.9333333333vw;
  }
}
.c-title::before {
  background-color: var(--color-orange);
  border-radius: 100px;
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-title::before {
    height: 0.5333333333vw;
  }
}
.c-title h2,
.c-title p {
  text-transform: uppercase;
}
.c-title h2 {
  color: var(--color-blue);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  padding: 20px 0 24px;
}
.c-title h2 > span {
  font-family: "greycliff-cf", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 800;
}
.c-title h2 > span.--small {
  display: block;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .c-title h2 {
    font-size: 6.2666666667vw;
    padding: 3.2vw 0;
  }
  .c-title h2 > span {
    font-size: 8.5333333333vw;
  }
  .c-title h2 > span.--small {
    font-size: 4.8vw;
  }
}
.c-title p {
  color: var(--color-orange);
  font-family: "greycliff-cf", "Noto Sans JP", sans-serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title p {
    font-size: 4vw;
    font-weight: 400;
  }
}
.c-title p::after, .c-title p::before {
  background-color: var(--color-orange);
  border-radius: 100px;
  content: "";
  height: 3px;
  margin-top: -3px;
  width: 80px;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .c-title p::after, .c-title p::before {
    height: 0.5333333333vw;
    margin-top: -0.4vw;
    width: 15.4666666667vw;
  }
}
.c-title p::before {
  left: 0;
}
.c-title p::after {
  right: 0;
}
.c-title.--white h2 {
  color: #fff;
}

/* c-caution
========================================================================== */
.c-caution {
  font-size: 12px;
  line-height: 1.6666666667;
}
.c-caution.--blue {
  color: var(--color-blue);
}
.c-caution.--gray {
  color: #736e61;
}
@media screen and (max-width: 767px) {
  .c-caution {
    font-size: 2.6666666667vw;
  }
}

/* c-bg
========================================================================== */
.c-bg {
  background: -webkit-repeating-linear-gradient(135deg, #dedede, #dedede 10px, #e5e5e5 10px, #e5e5e5 20px) 50% 50%;
  background: repeating-linear-gradient(-45deg, #dedede, #dedede 10px, #e5e5e5 10px, #e5e5e5 20px) 50% 50%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .c-bg {
    background: -webkit-repeating-linear-gradient(135deg, #dedede, #dedede 2.6666666667vw, #e5e5e5 2.6666666667vw, #e5e5e5 20px) 50% 50%;
    background: repeating-linear-gradient(-45deg, #dedede, #dedede 2.6666666667vw, #e5e5e5 2.6666666667vw, #e5e5e5 20px) 50% 50%;
  }
}
.c-bg::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(75%, #dedede), to(rgba(222, 222, 222, 0)));
  background: -webkit-linear-gradient(bottom, #dedede 75%, rgba(222, 222, 222, 0));
  background: linear-gradient(0deg, #dedede 75%, rgba(222, 222, 222, 0));
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-bg::before {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(55%, #dedede), to(rgba(222, 222, 222, 0)));
    background: -webkit-linear-gradient(bottom, #dedede 55%, rgba(222, 222, 222, 0));
    background: linear-gradient(0deg, #dedede 55%, rgba(222, 222, 222, 0));
  }
}

body {
  background: #0c4a8c;
}

/* l-container
========================================================================== */
.l-container {
  overflow-x: hidden;
}

/* l-header
========================================================================== */
.l-header {
  background-color: #0c4a8c;
  -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.35);
          box-shadow: 0 4px 9px rgba(0, 0, 0, 0.35);
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-header {
    border-bottom-width: 0.2666666667vw;
    -webkit-box-shadow: 0 0.5333333333vw 1.2vw rgba(0, 0, 0, 0.35);
            box-shadow: 0 0.5333333333vw 1.2vw rgba(0, 0, 0, 0.35);
  }
}
.l-header .l-header_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 66px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 78px 0 50px;
}
@media screen and (max-width: 767px) {
  .l-header .l-header_inner {
    height: 11.3333333333vw;
    padding: 0 1.8666666667vw 0 4.2666666667vw;
  }
}
.l-header .logo {
  width: 238px;
}
@media screen and (max-width: 767px) {
  .l-header .logo {
    width: 37.0666666667vw;
  }
}
.l-header .l-header_btn {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .l-header .l-header_btn {
    font-size: 2.6666666667vw;
  }
}
.l-header .l-header_btn > a {
  background: var(--btn-bg-gradient) 0 0;
  background-size: 200% 100%;
  border-radius: 100px;
  -webkit-box-shadow: -4px -4px 6px inset rgba(0, 0, 0, 0.33);
          box-shadow: -4px -4px 6px inset rgba(0, 0, 0, 0.33);
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 10px 33px;
  position: relative;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.l-header .l-header_btn > a::before {
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, rgba(255, 255, 255, 0.3)));
  background: -webkit-linear-gradient(bottom, transparent, rgba(255, 255, 255, 0.3) 50%);
  background: linear-gradient(0deg, transparent, rgba(255, 255, 255, 0.3) 50%);
  border-radius: 100px 100px 0 0;
  content: "";
  pointer-events: none;
  height: 18px;
  position: absolute;
  left: 6px;
  right: 6px;
  top: 3px;
}
@media (hover: hover) {
  .l-header .l-header_btn > a:hover {
    background-position: -100% 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header .l-header_btn > a {
    -webkit-box-shadow: -0.5333333333vw -0.5333333333vw 0.8vw inset rgba(0, 0, 0, 0.33);
            box-shadow: -0.5333333333vw -0.5333333333vw 0.8vw inset rgba(0, 0, 0, 0.33);
    padding: 1.8666666667vw 2.1333333333vw;
  }
  .l-header .l-header_btn > a::before {
    height: 2.9333333333vw;
    left: 0.9333333333vw;
    right: 0.9333333333vw;
    top: 0.5333333333vw;
  }
}

/* l-footer
========================================================================== */
.l-footer {
  background-color: #0a2253;
  padding-bottom: 70px;
  padding-top: 70px;
  text-align: center;
}
.l-footer .wrap {
  max-width: 1200px;
}
.l-footer .l-footer_nav {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  gap: 18px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.1;
  margin-bottom: 54px;
}
.l-footer .logo {
  margin-bottom: 30px;
}
.l-footer .logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 238px;
}
.l-footer .copyright {
  font-size: 12px;
}

/* p-main-visual
========================================================================== */
.p-main-visual {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.p-main-visual::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f8e753), color-stop(50%, #f8cf53));
  background: -webkit-linear-gradient(left, #f8e753 50%, #f8cf53 50%);
  background: linear-gradient(90deg, #f8e753 50%, #f8cf53 50%);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-main-visual::before {
    content: none;
  }
}
.p-main-visual .p-main-visual_title {
  text-align: center;
  position: relative;
  z-index: 0;
}
.p-main-visual .p-main-visual_title picture {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 39.21875vw;
}
.p-main-visual .p-main-visual_title::after, .p-main-visual .p-main-visual_title::before {
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: drop-shadow(0.2604166667vw 0.2604166667vw 0.2604166667vw rgba(0, 0, 0, 0.24));
          filter: drop-shadow(0.2604166667vw 0.2604166667vw 0.2604166667vw rgba(0, 0, 0, 0.24));
  content: "";
  height: 100%;
  width: 30.46875vw;
  position: absolute;
  top: 36px;
  z-index: 0;
}
.p-main-visual .p-main-visual_title::before {
  background-image: url(../img/mv-jacket_bg-left.png);
  background-position: 100% 0;
  left: 0;
}
.p-main-visual .p-main-visual_title::after {
  background-image: url(../img/mv-jacket_bg-right.png);
  background-position: 0 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-main-visual .p-main-visual_title picture {
    width: 100%;
  }
  .p-main-visual .p-main-visual_title::after, .p-main-visual .p-main-visual_title::before {
    content: none;
  }
}

/* p-trial
========================================================================== */
.p-trial {
  background: url(../img/cta_bg01.jpg) no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 85px;
  padding-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-trial {
    background-image: url(../img/cta_bg01-sp.jpg);
    padding-bottom: 10vw;
    padding-top: 6.6666666667vw;
  }
}
.p-trial .p-trial_title {
  background-color: var(--color-yellow);
  border-radius: 100px;
  border: 3px solid #fff;
  color: var(--color-deep-blue);
  display: table;
  font-size: 22px;
  font-weight: 700;
  margin: 0 auto 25px;
  padding: 14px 24px;
  position: relative;
}
.p-trial .p-trial_title > sup {
  font-size: 60%;
  vertical-align: top;
}
.p-trial .p-trial_title::before {
  background: url(../img/icon-bubble-arrow.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 15px;
  width: 24px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.p-trial .p-trial_title.--blue {
  background-color: var(--color-blue);
  color: #fff;
}
.p-trial .p-trial_title.--blue::before {
  background-image: url(../img/icon-bubble-arrow-blue.png);
}
@media screen and (max-width: 767px) {
  .p-trial .p-trial_title {
    border-width: 0.2666666667vw;
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
    padding: 2.6666666667vw 5.0666666667vw;
  }
  .p-trial .p-trial_title::before {
    height: 2vw;
    width: 3.2vw;
  }
}
.p-trial .c-btn {
  margin-bottom: 36px;
}
.p-trial .c-link {
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-trial .c-btn {
    margin-bottom: 4.2666666667vw;
  }
  .p-trial .c-link {
    margin-bottom: 2.6666666667vw;
  }
  .p-trial .c-caution {
    text-align: left;
  }
}
.p-trial.--type02 {
  background-image: url(../img/cta_bg02.jpg);
  margin-top: -1px;
  padding-top: 200px;
  position: relative;
}
.p-trial.--type02::after {
  border-color: var(--color-blue) transparent transparent;
  border-style: solid;
  border-width: 120px 50vw 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-trial.--type02 {
    background-image: url(../img/cta_bg02-sp.jpg);
    padding-top: 21.3333333333vw;
  }
  .p-trial.--type02::after {
    border-width: 10.6666666667vw 50vw 0;
  }
}
.p-trial.--type03 {
  background: #fff56b;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-trial.--type03 {
    background: url(../img/service_bg-sp.png) no-repeat 50% 1.3333333333vw #fff56b;
    background-size: 100%;
    padding-top: 8.4vw;
  }
}

/* p-about
========================================================================== */
.p-about {
  background: url(../img/about_bg.png) no-repeat left 50% bottom 100px #fcfaea;
  background-size: 100%;
  padding-bottom: 150px;
  padding-top: 100px;
  position: relative;
}
@media (max-width: 1920px) {
  .p-about {
    background-size: 1920px;
  }
}
@media screen and (max-width: 767px) {
  .p-about {
    background: url(../img/about_bg-sp.png) no-repeat 50% 90vw #fcfaea;
    background-size: 100%;
    padding-bottom: 16vw;
    padding-top: 12vw;
  }
}
.p-about::before {
  background: var(--bg-stripe-yellow);
  content: "";
  height: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-about::before {
    background: var(--bg-stripe-yellow-sp);
    height: 4.9333333333vw;
  }
}
.p-about .p-about_img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about .p-about_img {
    display: none;
  }
}
.p-about .p-about_catch {
  color: var(--color-blue);
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  margin-top: 36px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about .p-about_catch {
    font-size: 6.1333333333vw;
    letter-spacing: -0.06em;
    margin-bottom: 2.6666666667vw;
    margin-top: 6.6666666667vw;
  }
}
.p-about .p-about_catch > span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-yellow);
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 7px;
  min-height: 62px;
  padding: 8px 16px;
}
.p-about .p-about_catch > span:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-about .p-about_catch > span {
    min-height: 0;
    position: relative;
  }
  .p-about .p-about_catch > span::after, .p-about .p-about_catch > span::before {
    background: no-repeat 0 0;
    background-size: 100% 100%;
    content: "";
    position: absolute;
  }
  .p-about .p-about_catch > span:nth-child(1) {
    background: none;
    gap: 1.8666666667vw 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.8666666667vw;
    padding: 0;
  }
  .p-about .p-about_catch > span:nth-child(1)::before {
    background-image: url(../img/icon-book-blue.png);
    height: 7.2vw;
    width: 8.6666666667vw;
    right: -1.8666666667vw;
    top: -5.6vw;
  }
  .p-about .p-about_catch > span:nth-child(3)::after {
    background-image: url(../img/icon-cd-blue.png);
    height: 7.3333333333vw;
    width: 7.4666666667vw;
    bottom: -3.6vw;
    left: -4.9333333333vw;
  }
  .p-about .p-about_catch > span > span {
    background-color: var(--color-yellow);
    border-radius: 1.0666666667vw;
    padding: 2.1333333333vw 2.6666666667vw;
  }
}
.p-about .p-about_catch strong {
  font-size: 40px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-about .p-about_catch strong {
    font-size: 8.9333333333vw;
  }
}
.p-about .p-about_catch sup {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 14px;
  font-weight: 400;
  margin-left: 0.5em;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-about .p-about_catch sup {
    font-size: 3.4666666667vw;
  }
}
.p-about .c-caution {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about .c-caution {
    margin-left: auto;
    margin-right: auto;
    max-width: 64vw;
    text-align: left;
  }
}
.p-about .p-about_img-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-about .p-about_img-sp {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 5.6vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 13.3333333333vw;
  }
  .p-about .p-about_img-sp > span {
    height: 29.0666666667vw;
    width: 33.6vw;
  }
  .p-about .p-about_img-sp > span:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 5.3333333333vw;
  }
  .p-about .p-about_img-sp > span:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-about .p-about_img-sp img {
    -webkit-box-shadow: 1.7333333333vw 1.7333333333vw 0 0 var(--color-orange);
            box-shadow: 1.7333333333vw 1.7333333333vw 0 0 var(--color-orange);
    border: 0;
    border-radius: 2.6666666667vw;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.p-about .p-about_step {
  background-color: #fff;
  border: 4px dotted #ffb401;
  border-radius: 20px;
  -webkit-box-shadow: 7px 7px 13px 6px rgba(62, 54, 34, 0.15);
          box-shadow: 7px 7px 13px 6px rgba(62, 54, 34, 0.15);
  margin: 150px auto 0;
  max-width: 900px;
  padding: 77px 30px 50px;
  position: relative;
  z-index: 0;
}
.p-about .p-about_step .p-about_step_title {
  background-color: #ff871c;
  border-radius: 20px;
  font-size: 24px;
  font-weight: 700;
  padding: 20px 0;
  text-align: center;
  width: 520px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -60%);
      -ms-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}
.p-about .p-about_step .p-about_step_title::before {
  border-color: #ff871c transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.p-about .p-about_step .p-about_step_list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: var(--color-blue);
  counter-reset: step;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 0 68px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-about .p-about_step .p-about_step_list li {
  counter-increment: step;
  text-align: center;
  position: relative;
}
.p-about .p-about_step .p-about_step_list li > span {
  background-color: var(--color-blue);
  border-radius: 50%;
  color: #fff;
  font-family: "greycliff-cf", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  height: 58px;
  line-height: 1;
  padding-top: 13px;
  text-transform: uppercase;
  width: 58px;
  position: absolute;
  left: -20px;
  top: -12px;
  z-index: 1;
}
.p-about .p-about_step .p-about_step_list li > span::after {
  content: counter(step, decimal-leading-zero);
  display: block;
  font-size: 23.8px;
  font-weight: 700;
}
.p-about .p-about_step .p-about_step_list li figure img {
  border: 4px solid var(--color-yellow);
  border-radius: 33px;
}
.p-about .p-about_step .p-about_step_list li p {
  line-height: 1.2222222222;
  margin-top: 1em;
}
.p-about .p-about_step .p-about_step_list li:not(:last-child) figure {
  position: relative;
}
.p-about .p-about_step .p-about_step_list li:not(:last-child) figure::before {
  border-color: transparent transparent transparent var(--color-blue);
  border-style: solid;
  border-width: 6px 0 6px 11px;
  content: "";
  position: absolute;
  right: -29px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
@media screen and (max-width: 767px) {
  .p-about .p-about_step {
    border-width: 0.5333333333vw;
    -webkit-box-shadow: 0.9333333333vw 0.9333333333vw 1.7333333333vw 0.8vw rgba(62, 54, 34, 0.15);
            box-shadow: 0.9333333333vw 0.9333333333vw 1.7333333333vw 0.8vw rgba(62, 54, 34, 0.15);
    margin-top: 20vw;
    padding: 17.3333333333vw 7.2vw 8.8vw;
  }
  .p-about .p-about_step .p-about_step_title {
    border-radius: 2.6666666667vw;
    font-size: 4.8vw;
    line-height: 1.25;
    padding: 3.2vw 0;
    width: 61.6vw;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-about .p-about_step .p-about_step_title::before {
    border-width: 2.4vw 1.7333333333vw 0;
  }
  .p-about .p-about_step .p-about_step_list {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 4vw;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    gap: 6.2666666667vw 0;
  }
  .p-about .p-about_step .p-about_step_list li {
    background-color: var(--color-yellow);
    border-radius: 4.6666666667vw;
    padding: 4.6666666667vw;
  }
  .p-about .p-about_step .p-about_step_list li > span {
    font-size: 2.6666666667vw;
    height: 10.9333333333vw;
    padding-top: 2.4vw;
    width: 10.9333333333vw;
    left: 0.2666666667vw;
    top: -3.2vw;
  }
  .p-about .p-about_step .p-about_step_list li > span::after {
    font-size: 4.5333333333vw;
    margin-top: 0.2666666667vw;
  }
  .p-about .p-about_step .p-about_step_list li figure {
    display: none;
  }
  .p-about .p-about_step .p-about_step_list li p {
    margin-top: 0;
  }
  .p-about .p-about_step .p-about_step_list li:not(:last-child) figure {
    position: absolute;
  }
  .p-about .p-about_step .p-about_step_list li:not(:last-child) figure::before {
    border-color: var(--color-blue) transparent transparent;
    border-width: 2vw 1.0666666667vw 0;
    bottom: -2.4vw;
    left: 50%;
    right: auto;
    top: auto;
    -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}

/* p-rental
========================================================================== */
.p-rental {
  background: url(../img/rental_bg.png) no-repeat 50% 341px var(--color-blue);
  background-size: 100%;
  padding-bottom: 40px;
  padding-top: 100px;
  position: relative;
}
@media (max-width: 1920px) {
  .p-rental {
    background-size: 1920px;
  }
}
@media screen and (max-width: 767px) {
  .p-rental {
    background: url(../img/rental_bg-sp.png) no-repeat 50% 69.7333333333vw var(--color-blue);
    background-size: 100%;
    padding-bottom: 4vw;
    padding-top: 10.6666666667vw;
  }
}
.p-rental::before {
  background: var(--bg-stripe-blue);
  content: "";
  height: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-rental::before {
    background: var(--bg-stripe-blue-sp);
    height: 4.9333333333vw;
  }
}
.p-rental .c-title {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-rental .c-title {
    margin-bottom: 8.4vw;
    width: 53.3333333333vw;
  }
}
.p-rental .p-rental_title {
  color: var(--color-yellow);
  display: table;
  font-size: 24px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
}
.p-rental .p-rental_title::after, .p-rental .p-rental_title::before {
  background-color: var(--color-yellow);
  border-radius: 10px;
  content: "";
  height: 90%;
  width: 3px;
  position: absolute;
  top: 10%;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.p-rental .p-rental_title::before {
  left: 0;
  -webkit-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.p-rental .p-rental_title::after {
  right: 0;
  -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media screen and (max-width: 767px) {
  .p-rental .p-rental_title {
    font-size: 4.1333333333vw;
  }
  .p-rental .p-rental_title::after, .p-rental .p-rental_title::before {
    width: 0.4vw;
  }
}
.p-rental .p-rental_trouble {
  font-size: 20px;
  font-weight: 500;
  margin: 60px auto 100px;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .p-rental .p-rental_trouble {
    font-size: 3.7333333333vw;
    margin: 5.3333333333vw 0 10.6666666667vw;
  }
}
.p-rental .p-rental_trouble li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-rental .p-rental_trouble li figure {
  position: relative;
  z-index: 1;
}
.p-rental .p-rental_trouble li figure img {
  -webkit-box-shadow: 12px 12px 0 var(--color-orange);
          box-shadow: 12px 12px 0 var(--color-orange);
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-rental .p-rental_trouble li figure {
    height: 42.6666666667vw;
    width: 37.0666666667vw;
  }
  .p-rental .p-rental_trouble li figure img {
    -webkit-box-shadow: 1.6vw 1.6vw 0 var(--color-orange);
            box-shadow: 1.6vw 1.6vw 0 var(--color-orange);
    border-radius: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-rental .p-rental_trouble li:nth-child(1) {
    padding-left: 4vw;
  }
  .p-rental .p-rental_trouble li:nth-child(1) figure {
    -webkit-transform: rotate(-4.28deg);
        -ms-transform: rotate(-4.28deg);
            transform: rotate(-4.28deg);
  }
  .p-rental .p-rental_trouble li:nth-child(2) figure {
    -webkit-transform: rotate(4.28deg);
        -ms-transform: rotate(4.28deg);
            transform: rotate(4.28deg);
  }
}
.p-rental .p-rental_trouble li p {
  background-color: var(--color-deep-blue);
  border-radius: 30px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-rental .p-rental_trouble li p {
    background: none;
    border-radius: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-rental .p-rental_trouble li p::before {
  background: url(../img/icon-trouble.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  position: absolute;
}
.p-rental .p-rental_trouble li:nth-child(1) p {
  margin-left: -24px;
  margin-top: 100px;
  padding: 48px 32px 56px 55px;
}
.p-rental .p-rental_trouble li:nth-child(1) p::before {
  height: 71px;
  width: 71px;
  right: 68px;
  top: -50px;
}
@media screen and (max-width: 767px) {
  .p-rental .p-rental_trouble li:nth-child(1) p {
    margin-left: 0;
    margin-top: 0;
    padding: 4.8vw 0 4.8vw 6.9333333333vw;
  }
  .p-rental .p-rental_trouble li:nth-child(1) p::before {
    height: 12.2666666667vw;
    width: 11.8666666667vw;
    right: 1.8666666667vw;
    top: 0;
  }
}
.p-rental .p-rental_trouble li:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-rental .p-rental_trouble li:nth-child(2) {
    margin-top: -5.3333333333vw;
    padding-right: 6vw;
  }
}
.p-rental .p-rental_trouble li:nth-child(2) p {
  margin-right: -44px;
  margin-top: 100px;
  padding: 32px 82px 40px 45px;
  text-align: right;
}
.p-rental .p-rental_trouble li:nth-child(2) p::before {
  height: 54px;
  width: 54px;
  left: -36px;
  top: 35px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .p-rental .p-rental_trouble li:nth-child(2) p {
    margin-right: 0;
    margin-top: 0;
    padding: 14vw 6.9333333333vw 4.8vw 0;
  }
  .p-rental .p-rental_trouble li:nth-child(2) p::before {
    height: 9.4666666667vw;
    width: 8.9333333333vw;
    left: 2.2666666667vw;
    top: 13.8666666667vw;
  }
}
.p-rental .p-rental_plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.p-rental .p-rental_plan li {
  background-color: #fff;
  border: 4px solid var(--color-orange);
  border-radius: 40px;
  padding: 25px 20px 10px;
}
.p-rental .p-rental_plan li figure {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 96px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px;
  width: 134px;
}
.p-rental .p-rental_plan li p:not(.c-caution) {
  color: var(--color-blue);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.375;
  text-align: center;
}
.p-rental .p-rental_plan li p:not(.c-caution) span {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
.p-rental .p-rental_plan li .c-caution {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-rental .p-rental_plan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.9333333333vw 0;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    margin-top: 5.3333333333vw;
  }
  .p-rental .p-rental_plan li {
    border-width: 0.5333333333vw;
    border-radius: 5.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 3.7333333333vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4.8vw 0 1.8666666667vw;
  }
  .p-rental .p-rental_plan li figure {
    height: 14.8vw;
    margin: 0;
    width: 17.8666666667vw;
  }
  .p-rental .p-rental_plan li:nth-child(1) figure img {
    width: 13.3333333333vw;
  }
  .p-rental .p-rental_plan li:nth-child(3) figure img {
    width: 14.8vw;
  }
  .p-rental .p-rental_plan li p:not(.c-caution) {
    font-size: 5.3333333333vw;
    text-align: left;
  }
  .p-rental .p-rental_plan li p:not(.c-caution) span {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
  }
  .p-rental .p-rental_plan li .c-caution {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
  }
}

/* p-service
========================================================================== */
.p-service {
  background: url(../img/service_bg.png) no-repeat 50% 216px #fff56b;
  background-size: 100%;
  padding-bottom: 135px;
  padding-top: 100px;
  position: relative;
}
@media (max-width: 1920px) {
  .p-service {
    background-size: 1920px;
  }
}
@media screen and (max-width: 767px) {
  .p-service {
    background: url(../img/service_bg-sp.png) no-repeat 50% 44.8vw #fff56b;
    background-size: 100%;
    padding-bottom: 13.3333333333vw;
    padding-top: 11.2vw;
  }
  .p-service .c-title {
    width: 56.2666666667vw;
  }
}
.p-service .wrap {
  max-width: 900px;
}
.p-service::before {
  background: var(--bg-stripe-white);
  content: "";
  height: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-service::before {
    background: var(--bg-stripe-white-sp);
    height: 4.9333333333vw;
  }
}
.p-service .p-service_feature-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  counter-reset: list;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature-list {
    gap: 0 3.0666666667vw;
    margin-top: 6.6666666667vw;
  }
}
.p-service .p-service_feature-list li {
  background-color: var(--color-orange-deep);
  -webkit-box-shadow: 0 0 0 5px var(--color-orange-deep) inset, 0 0 0 7px #fff inset, 4px 4px 8px rgba(88, 72, 33, 0.14);
          box-shadow: 0 0 0 5px var(--color-orange-deep) inset, 0 0 0 7px #fff inset, 4px 4px 8px rgba(88, 72, 33, 0.14);
  border-radius: 50%;
  counter-increment: list;
  height: 210px;
  padding-top: 24px;
  width: 210px;
}
.p-service .p-service_feature-list li:nth-child(2n) {
  background-color: var(--color-blue);
  -webkit-box-shadow: 0 0 0 5px var(--color-blue) inset, 0 0 0 7px #fff inset;
          box-shadow: 0 0 0 5px var(--color-blue) inset, 0 0 0 7px #fff inset;
}
.p-service .p-service_feature-list li::before {
  content: counter(list, decimal-leading-zero);
  font-family: "greycliff-cf", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3px;
}
.p-service .p-service_feature-list li figure {
  margin-bottom: 10px;
}
.p-service .p-service_feature-list li p {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature-list li {
    -webkit-box-shadow: 0 0 0 0.6666666667vw var(--color-orange-deep) inset, 0 0 0 0.9333333333vw #fff inset, 0.5333333333vw 0.5333333333vw 1.0666666667vw rgba(88, 72, 33, 0.14);
            box-shadow: 0 0 0 0.6666666667vw var(--color-orange-deep) inset, 0 0 0 0.9333333333vw #fff inset, 0.5333333333vw 0.5333333333vw 1.0666666667vw rgba(88, 72, 33, 0.14);
    height: 28.2666666667vw;
    padding-top: 2.6666666667vw;
    width: 28.2666666667vw;
  }
  .p-service .p-service_feature-list li:nth-child(2n) {
    background-color: var(--color-blue);
    -webkit-box-shadow: 0 0 0 0.6666666667vw var(--color-blue) inset, 0 0 0 0.9333333333vw #fff inset;
            box-shadow: 0 0 0 0.6666666667vw var(--color-blue) inset, 0 0 0 0.9333333333vw #fff inset;
  }
  .p-service .p-service_feature-list li::before {
    font-size: 6vw;
    margin-bottom: 0.4vw;
  }
  .p-service .p-service_feature-list li figure {
    margin-bottom: 0.6666666667vw;
    height: 7.6vw;
  }
  .p-service .p-service_feature-list li figure img {
    height: 100%;
    max-width: initial;
    width: auto;
  }
  .p-service .p-service_feature-list li p {
    font-size: 3.2vw;
  }
}
.p-service .p-service_feature {
  counter-reset: feature;
}
.p-service .p-service_feature .p-service_feature_box {
  background: url(../img/service-feature_bg.jpg) no-repeat 50% 9px #fffffc;
  border-radius: 21px;
  border: 4px solid var(--color-orange-deep);
  counter-increment: feature;
  margin-top: 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature .p-service_feature_box {
    background: url(../img/service-feature_bg-sp.jpg) no-repeat 50% 0.4vw #fffffc;
    background-size: contain;
    border-radius: 3.3333333333vw;
    border-width: 0.8vw;
    margin-top: 17.3333333333vw;
  }
}
.p-service .p-service_feature .p-service_feature_box::before {
  background-color: var(--color-orange-deep);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  content: counter(feature, decimal-leading-zero);
  font-family: "greycliff-cf", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  height: 120px;
  padding-top: 24px;
  width: 120px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -60%);
      -ms-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature .p-service_feature_box::before {
    font-size: 6.6666666667vw;
    height: 15.7333333333vw;
    padding-top: 3.2vw;
    width: 15.7333333333vw;
  }
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_title {
  background-color: var(--color-orange-deep);
  border-radius: 10px 10px 0 0;
  font-size: 30px;
  font-style: italic;
  font-weight: 900;
  padding: 30px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_title {
    border-radius: 1.6vw 1.6vw 0 0;
    font-size: 5.8666666667vw;
    padding: 4vw;
  }
}
.p-service .p-service_feature .p-service_feature_box:nth-child(2n) {
  border-color: var(--color-blue);
}
.p-service .p-service_feature .p-service_feature_box:nth-child(2n)::before {
  background-color: var(--color-blue);
}
.p-service .p-service_feature .p-service_feature_box:nth-child(2n) .p-service_feature_title {
  background-color: var(--color-blue);
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_img {
  text-align: center;
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_img img {
  -webkit-filter: drop-shadow(7px 7px 10px rgba(88, 88, 88, 0.3));
          filter: drop-shadow(7px 7px 10px rgba(88, 88, 88, 0.3));
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_img img {
    -webkit-filter: drop-shadow(0.9333333333vw 0.9333333333vw 1.3333333333vw rgba(88, 88, 88, 0.3));
            filter: drop-shadow(0.9333333333vw 0.9333333333vw 1.3333333333vw rgba(88, 88, 88, 0.3));
  }
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_catch {
  color: var(--color-blue);
  font-size: 37px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_catch > span {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: var(--color-yellow);
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 7px;
  padding: 8px 16px;
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_catch > span:last-child {
  margin-bottom: 0;
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_catch > span > span {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_catch {
    font-size: 6.4vw;
    margin-top: 5.6vw;
  }
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_catch > span {
    border-radius: 1.0666666667vw;
    margin-bottom: 1.3333333333vw;
    padding: 1.6vw 1.8666666667vw;
  }
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_catch > span > span {
    font-size: 5.0666666667vw;
  }
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_items {
  color: var(--color-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 47px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_items li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 4px solid var(--color-orange);
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 10px rgba(39, 39, 39, 0.45);
          box-shadow: 3px 3px 10px rgba(39, 39, 39, 0.45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 30px;
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_items .p-service_feature_items_text p:not(.c-caution) {
  font-family: "greycliff-cf", "Noto Sans JP", sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.1;
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_items .p-service_feature_items_text p:not(.c-caution) b {
  font-size: 44px;
  line-height: 1;
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_items .p-service_feature_items_text p:not(.c-caution) span {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_items .p-service_feature_items_text p:not(.c-caution) sup {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2vw 0;
    margin-top: 6.6666666667vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 0 6.4vw;
  }
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_items li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0;
    border-bottom: 1.0666666667vw dotted var(--color-orange);
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 3.2vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0 2.6666666667vw;
  }
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_items li figure {
    height: 10vw;
    text-align: center;
    width: 10vw;
  }
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_items li:nth-child(2) figure img {
    height: 8.8vw;
    width: 7.6vw;
  }
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_items .p-service_feature_items_text p:not(.c-caution) {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 5.3333333333vw;
  }
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_items .p-service_feature_items_text p:not(.c-caution) b {
    font-size: 8.5333333333vw;
  }
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_items .p-service_feature_items_text p:not(.c-caution) span {
    font-size: 5.3333333333vw;
  }
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_items .p-service_feature_items_text p:not(.c-caution) sup {
    font-size: 3.4666666667vw;
  }
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_genre {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_genre {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-top: 6vw;
  }
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_genre ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  gap: 0 20px;
  text-align: center;
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_genre ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-linear-gradient(315deg, var(--color-blue), #0a3d73);
  background: linear-gradient(135deg, var(--color-blue), #0a3d73);
  border-radius: 50%;
  height: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 135px;
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_genre ul li figure figcaption {
  margin-top: 15px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_genre ul {
    gap: 0 2.6666666667vw;
  }
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_genre ul li {
    height: 24.5333333333vw;
    width: 24.5333333333vw;
  }
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_genre ul li figure {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 11.2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_genre ul li figure img {
    height: 100%;
    max-width: initial;
    width: auto;
  }
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_genre ul li figure figcaption {
    margin-top: 1.7333333333vw;
  }
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_genre .p-service_feature_genre_text p {
  color: var(--color-blue);
  font-weight: 700;
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_genre .p-service_feature_genre_text p > span {
  font-size: 20px;
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_genre .p-service_feature_genre_text p strong {
  background-color: var(--color-yellow);
  border-radius: 8px;
  font-size: 24px;
  padding: 2px 8px;
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_genre .p-service_feature_genre_text {
    text-align: center;
  }
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_genre .p-service_feature_genre_text p > span {
    font-size: 4.8vw;
  }
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_genre .p-service_feature_genre_text p strong {
    border-radius: 1.0666666667vw;
    font-size: 5.3333333333vw;
    margin-left: 0.3em;
    margin-right: 0.3em;
    padding: 0.2666666667vw 1.6vw;
  }
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_ahead {
  background-color: #ddf4f1;
  color: var(--color-blue);
  margin-top: 50px;
  padding: 70px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_ahead {
    background: url(../img/service-feature_ahead_bg-top-sp.png) no-repeat 50% 0, url(../img/service-feature_ahead_bg-bottom-sp.png) no-repeat 50% 100%, #ddf4f1;
    background-size: 100%;
    padding: 12vw 0;
  }
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_ahead .p-service_feature_ahead_title {
  border-bottom: 4px dotted var(--color-orange);
  font-size: 30px;
  font-weight: 900;
  margin: 0 auto 20px;
  max-width: 460px;
  padding-bottom: 20px;
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_ahead .p-service_feature_ahead_title > span {
  font-size: 22px;
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_ahead .p-service_feature_ahead_title > span.--spsmall {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_ahead .p-service_feature_ahead_title {
    border-bottom-width: 1.0666666667vw;
    display: table;
    font-size: 6.5333333333vw;
    margin: 0 auto 2.4vw;
    max-width: initial;
    padding-bottom: 3.7333333333vw;
  }
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_ahead .p-service_feature_ahead_title > span {
    font-size: 5.2vw;
  }
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_ahead .p-service_feature_ahead_title > span.--spsmall {
    font-size: 5.2vw;
  }
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_ahead .p-service_feature_ahead_lead {
  line-height: 1.5;
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_ahead .p-service_feature_ahead_subtitle {
  background-color: #fff;
  border: 2px solid var(--color-deep-blue);
  color: var(--color-blue);
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin: 35px auto;
  padding: 13px;
  width: 230px;
  position: relative;
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_ahead .p-service_feature_ahead_subtitle::before {
  background: url(../img/icon-bubble-arrow-blue-deep.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 11px;
  width: 13px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_ahead .p-service_feature_ahead_subtitle {
    border-width: 0.4vw;
    border-radius: 2.1333333333vw;
    font-size: 4.2666666667vw;
    margin: 4.8vw auto 6.6666666667vw;
    padding: 1.7333333333vw;
    width: 54.9333333333vw;
  }
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_ahead .p-service_feature_ahead_subtitle::before {
    background-image: url(../img/icon-bubble-arrow-blue-deep-sp.png);
    height: 2.1333333333vw;
    width: 2.6666666667vw;
  }
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_ahead .p-service_feature_ahead_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  gap: 0 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_ahead .p-service_feature_ahead_list li {
  width: 154px;
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_ahead .p-service_feature_ahead_list li p {
  line-height: 1.4285714286;
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_ahead .p-service_feature_ahead_list figure {
  margin-bottom: 18px;
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_ahead .p-service_feature_ahead_list figure img {
  -webkit-box-shadow: 4px 4px 13px rgba(86, 83, 76, 0.2);
          box-shadow: 4px 4px 13px rgba(86, 83, 76, 0.2);
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_ahead .p-service_feature_ahead_list {
    gap: 0 3.2vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    overflow-x: scroll;
    padding: 0 4vw;
    white-space: nowrap;
  }
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_ahead .p-service_feature_ahead_list li {
    width: 32.6666666667vw;
  }
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_ahead .p-service_feature_ahead_list figure {
    margin-bottom: 2.6666666667vw;
  }
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_ahead .p-service_feature_ahead_list figure img {
    -webkit-box-shadow: 0.5333333333vw 0.5333333333vw 1.7333333333vw rgba(86, 83, 76, 0.2);
            box-shadow: 0.5333333333vw 0.5333333333vw 1.7333333333vw rgba(86, 83, 76, 0.2);
  }
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_recommend {
  color: var(--color-blue);
  overflow: hidden;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_recommend {
    margin-top: -6.6666666667vw;
    min-height: 0 !important;
    padding: 0 0 6.4vw !important;
  }
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_recommend .p-service_feature_recommend_title {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.4666666667;
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_recommend .p-service_feature_recommend_title > span {
  background-color: var(--color-yellow);
  border-radius: 25px;
  display: block;
  text-align: center;
  position: relative;
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_recommend .p-service_feature_recommend_title > span::before {
  border-color: var(--color-yellow) transparent transparent;
  border-style: solid;
  border-width: 20px 15px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_recommend .p-service_feature_recommend_title img {
  -webkit-filter: drop-shadow(4px 4px 6px rgba(118, 117, 114, 0.3));
          filter: drop-shadow(4px 4px 6px rgba(118, 117, 114, 0.3));
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_recommend .p-service_feature_recommend_title {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-filter: drop-shadow(0.5333333333vw 0.5333333333vw 0.8vw rgba(118, 117, 114, 0.3)) !important;
            filter: drop-shadow(0.5333333333vw 0.5333333333vw 0.8vw rgba(118, 117, 114, 0.3)) !important;
    font-size: 5.3333333333vw !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 4.8vw;
    overflow: hidden;
    width: auto !important;
    position: static !important;
    -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
            transform: translate(0) !important;
  }
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_recommend .p-service_feature_recommend_title > span {
    border-radius: 2.6666666667vw;
    margin-bottom: 2.6666666667vw !important;
    margin-right: -9.3333333333vw !important;
    padding: 4vw 7.3333333333vw !important;
  }
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_recommend .p-service_feature_recommend_title > span::before {
    border-width: 2.6666666667vw 2vw;
  }
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_recommend .p-service_feature_recommend_title img {
    -webkit-filter: drop-shadow(0.5333333333vw 0.5333333333vw 0.8vw rgba(118, 117, 114, 0.15)) !important;
            filter: drop-shadow(0.5333333333vw 0.5333333333vw 0.8vw rgba(118, 117, 114, 0.15)) !important;
    width: 42.1333333333vw;
    position: static !important;
    -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
            transform: translate(0) !important;
  }
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_recommend .p-service_feature_recommend_list {
  font-size: 22px;
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_recommend .p-service_feature_recommend_list > li {
  border-bottom: 4px dotted var(--color-orange);
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 70px;
  position: relative;
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_recommend .p-service_feature_recommend_list > li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_recommend .p-service_feature_recommend_list > li::before {
  background: url(../img/icon-check.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 25px;
  width: 28px;
  position: absolute;
  left: 18px;
  top: 8px;
}
.p-service .p-service_feature .p-service_feature_box .p-service_feature_recommend .p-service_feature_recommend_list > li > ul {
  color: #767572;
  font-size: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_recommend .p-service_feature_recommend_list {
    font-size: 4.2666666667vw;
    padding: 0 6.4vw;
  }
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_recommend .p-service_feature_recommend_list > li {
    border-bottom-width: 1.0666666667vw;
    margin-bottom: 4.8vw;
    padding-bottom: 4.8vw;
    padding-left: 8.5333333333vw;
  }
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_recommend .p-service_feature_recommend_list > li::before {
    height: 4.6666666667vw;
    width: 5.4666666667vw;
    left: 0;
    top: 1.3333333333vw;
  }
  .p-service .p-service_feature .p-service_feature_box .p-service_feature_recommend .p-service_feature_recommend_list > li > ul {
    color: #767572;
    font-size: 2.9333333333vw;
    margin-top: 1.3333333333vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: -0.06em;
  }
}
.p-service .p-service_feature .p-service_feature_box:nth-child(1) .p-service_feature_img {
  padding-top: 46px;
}
.p-service .p-service_feature .p-service_feature_box:nth-child(1) .p-service_feature_recommend {
  min-height: 482px;
  padding-right: 384px;
}
.p-service .p-service_feature .p-service_feature_box:nth-child(1) .p-service_feature_recommend .p-service_feature_recommend_title {
  -webkit-filter: drop-shadow(6px 6px 3px rgba(118, 117, 114, 0.3));
          filter: drop-shadow(6px 6px 3px rgba(118, 117, 114, 0.3));
  width: 330px;
  position: absolute;
  bottom: 0;
  right: 30px;
}
.p-service .p-service_feature .p-service_feature_box:nth-child(1) .p-service_feature_recommend .p-service_feature_recommend_title > span {
  margin-bottom: 12px;
  margin-right: 12px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature .p-service_feature_box:nth-child(1) .p-service_feature_img {
    margin-left: auto;
    margin-right: auto;
    padding-top: 6.6666666667vw;
    width: 78.9333333333vw;
  }
}
.p-service .p-service_feature .p-service_feature_box:nth-child(2) .p-service_feature_img {
  margin-bottom: 15px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature .p-service_feature_box:nth-child(2) .p-service_feature_img {
    margin-left: auto;
    margin-right: auto;
    padding-top: 6.6666666667vw;
    width: 80.6666666667vw;
  }
}
.p-service .p-service_feature .p-service_feature_box:nth-child(2) .p-service_feature_items li {
  gap: 0 13px;
  padding-bottom: 13px;
}
.p-service .p-service_feature .p-service_feature_box:nth-child(2) .p-service_feature_items .p-service_feature_items_text p:not(.c-caution) span {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.p-service .p-service_feature .p-service_feature_box:nth-child(2) .p-service_feature_items .p-service_feature_items_text p:not(.c-caution) span b {
  font-size: 40px;
}
.p-service .p-service_feature .p-service_feature_box:nth-child(2) .p-service_feature_items .p-service_feature_items_text p:not(.c-caution) span sup {
  -ms-flex-item-align: start;
      align-self: start;
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature .p-service_feature_box:nth-child(2) .p-service_feature_items li {
    gap: 0 2.6666666667vw;
    padding-bottom: 3.2vw;
  }
  .p-service .p-service_feature .p-service_feature_box:nth-child(2) .p-service_feature_items li figure {
    width: 8vw;
  }
  .p-service .p-service_feature .p-service_feature_box:nth-child(2) .p-service_feature_items .p-service_feature_items_text p:not(.c-caution) span b {
    font-size: 8.9333333333vw;
  }
}
.p-service .p-service_feature .p-service_feature_box:nth-child(2) .p-service_feature_point {
  background-color: #ddf4f1;
  color: var(--color-yellow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
  padding: 75px 20px;
}
.p-service .p-service_feature .p-service_feature_box:nth-child(2) .p-service_feature_point li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-blue);
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 128px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 187px;
  position: relative;
}
.p-service .p-service_feature .p-service_feature_box:nth-child(2) .p-service_feature_point li figure {
  position: absolute;
  left: -25px;
  top: -17px;
}
.p-service .p-service_feature .p-service_feature_box:nth-child(2) .p-service_feature_point li p {
  font-family: "greycliff-cf", "Noto Sans JP", sans-serif;
  font-style: italic;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-service .p-service_feature .p-service_feature_box:nth-child(2) .p-service_feature_point li p b {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature .p-service_feature_box:nth-child(2) .p-service_feature_point {
    background: url(../img/service-feature_ahead_bg-top-sp.png) no-repeat 50% 0, url(../img/service-feature_ahead_bg-bottom-sp.png) no-repeat 50% 100% #ddf4f1;
    background-size: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4.9333333333vw 4.9333333333vw;
    margin-top: 8vw;
    padding: 10.6666666667vw 6.6666666667vw;
  }
  .p-service .p-service_feature .p-service_feature_box:nth-child(2) .p-service_feature_point li {
    border-radius: 5.3333333333vw;
    height: 23.2vw;
    width: 34.2666666667vw;
  }
  .p-service .p-service_feature .p-service_feature_box:nth-child(2) .p-service_feature_point li:first-child {
    margin: 0 4vw;
  }
  .p-service .p-service_feature .p-service_feature_box:nth-child(2) .p-service_feature_point li figure {
    height: 9.6vw;
    width: 12.1333333333vw;
    left: -4.5333333333vw;
    top: -3.0666666667vw;
  }
  .p-service .p-service_feature .p-service_feature_box:nth-child(2) .p-service_feature_point li p {
    font-size: 4.5333333333vw;
    line-height: 1.2;
  }
  .p-service .p-service_feature .p-service_feature_box:nth-child(2) .p-service_feature_point li p b {
    font-size: 6.6666666667vw;
  }
}
.p-service .p-service_feature .p-service_feature_box:nth-child(2) .p-service_feature_recommend {
  padding-right: 382px;
  padding-top: 30px;
}
.p-service .p-service_feature .p-service_feature_box:nth-child(2) .p-service_feature_recommend .p-service_feature_recommend_title > span {
  display: table;
  margin: 0 auto 36px;
  padding: 15px;
  width: 412px;
}
.p-service .p-service_feature .p-service_feature_box:nth-child(2) .p-service_feature_recommend .p-service_feature_recommend_title img {
  position: absolute;
  bottom: 0;
  right: 65px;
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature .p-service_feature_box:nth-child(2) .p-service_feature_recommend .p-service_feature_recommend_title > span {
    display: block;
    margin: 0;
    width: auto;
  }
}
.p-service .p-service_feature .p-service_feature_box:nth-child(3) {
  z-index: 0;
}
.p-service .p-service_feature .p-service_feature_box:nth-child(3)::after {
  background: url(../img/service-feature-last_bg.png) no-repeat 50% 100%;
  content: "";
  height: 100%;
  pointer-events: none;
  width: 100%;
  position: absolute;
  bottom: -135px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature .p-service_feature_box:nth-child(3)::after {
    background-image: url(../img/service-feature-last_bg-sp.png);
    background-size: 100%;
    bottom: -13.3333333333vw;
    width: auto;
    left: -0.8vw;
    right: -0.8vw;
  }
}
.p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_lead {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 9px;
  padding-bottom: 60px;
  padding-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_lead {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.5333333333vw 0;
    padding-bottom: 9.3333333333vw;
    padding-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_img {
    width: 64.1333333333vw;
  }
  .p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_img img {
    -webkit-filter: none !important;
            filter: none !important;
  }
}
.p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_catch {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_catch {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
}
.p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_items .p-service_feature_items_text p {
  position: relative;
}
.p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_items .p-service_feature_items_text p span {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_items .p-service_feature_items_text .p-service_feature_items_tax {
  font-size: 10px;
  position: absolute;
  left: 60px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_items figure {
    display: none;
  }
  .p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_items .p-service_feature_items_text p {
    font-style: italic;
  }
  .p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_items .p-service_feature_items_text p b {
    font-size: 13.0666666667vw;
  }
  .p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_items .p-service_feature_items_text p span {
    font-size: 6.6666666667vw;
  }
  .p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_items .p-service_feature_items_text .p-service_feature_items_tax {
    font-size: 2.4vw;
    left: 18.9333333333vw;
  }
}
.p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_genre {
  background-color: #ddf4f1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  padding: 75px 20px;
}
.p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_genre ul {
  gap: 0 36px;
  margin-left: 48px;
  margin-right: 38px;
}
.p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_genre ul li figure figcaption {
  margin-top: 10px;
}
.p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_genre .p-service_feature_genre_title {
  border: 2px solid var(--color-deep-blue);
  border-radius: 8px;
  color: var(--color-blue);
  font-size: 18px;
  line-height: 1.1;
  padding: 11px 24px;
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_genre {
    background: url(../img/service-feature_ahead_bg-top-sp.png) no-repeat 50% 0, url(../img/service-feature_ahead_bg-bottom-sp.png) no-repeat 50% 100% #ddf4f1;
    background-size: 100%;
    display: block;
    padding: 9.3333333333vw 4vw;
  }
  .p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_genre ul {
    gap: 0 5.0666666667vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 3.2vw;
  }
  .p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_genre ul li figure figcaption {
    margin-top: 1.6vw;
  }
  .p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_genre ul li:nth-child(2) figure img {
    height: 8.5333333333vw;
  }
  .p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_genre .p-service_feature_genre_title {
    background-color: #fff;
    border-width: 0.4vw;
    border-radius: 1.0666666667vw;
    display: table;
    font-size: 4vw;
    margin: 0 auto 2.4vw;
    padding: 1.8666666667vw 3.7333333333vw;
    position: relative;
  }
  .p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_genre .p-service_feature_genre_title::before {
    background: url(../img/icon-bubble-arrow-blue-deep-sp.png) no-repeat 0 0;
    background-size: 100% 100%;
    content: "";
    height: 2.1333333333vw;
    width: 2.6666666667vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  .p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_genre .c-caution {
    text-align: center;
  }
}
.p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_recommend {
  padding-bottom: 20px;
  padding-left: 100px;
  padding-right: 382px;
  padding-top: 40px;
}
.p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_recommend .p-service_feature_recommend_title > span {
  display: table;
  margin: 0 auto 36px;
  padding: 15px;
  width: 412px;
}
@media screen and (max-width: 767px) {
  .p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_recommend {
    padding-bottom: 0 !important;
  }
  .p-service .p-service_feature .p-service_feature_box:nth-child(3) .p-service_feature_recommend .p-service_feature_recommend_title > span {
    margin: 0;
    width: auto;
  }
}

/* p-products-group
========================================================================== */
.p-products-group {
  background: var(--color-blue);
  background-size: 100%;
  padding-bottom: 240px;
  padding-top: 110px;
  position: relative;
}
@media (max-width: 1920px) {
  .p-products-group {
    background-size: 1920px;
  }
}
@media screen and (max-width: 767px) {
  .p-products-group {
    padding-bottom: 21.3333333333vw;
    padding-top: 12vw;
  }
}
.p-products-group::before {
  background: var(--bg-stripe-blue);
  content: "";
  height: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-products-group::before {
    background: var(--bg-stripe-blue-sp);
    height: 4.9333333333vw;
  }
}
.p-products-group .c-title {
  margin-bottom: 115px;
  width: 322px;
}
.p-products-group .c-title p::after, .p-products-group .c-title p::before {
  width: 85px;
}
@media screen and (max-width: 767px) {
  .p-products-group .c-title {
    margin-bottom: 12.2666666667vw;
    width: 69.3333333333vw;
  }
  .p-products-group .c-title p::after, .p-products-group .c-title p::before {
    width: 17.6vw;
  }
}

/* p-products
========================================================================== */
.p-products + .p-products {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-products + .p-products {
    padding-top: 8vw;
  }
}
.p-products .p-products_slider {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-products .p-products_slider .p-products_slider_container {
    overflow: visible;
  }
}
.p-products .p-products_list {
  cursor: -webkit-grab;
  cursor: grab;
}
@media screen and (min-width: 768px) {
  .p-products .p-products_list:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
}
.p-products .p-products_item {
  width: 111px;
}
.p-products .p-products_item figure {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-products .p-products_item figure img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.p-products .p-products_item .p-products_item_title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 16px;
}
.p-products .p-products_item .p-products_item_artist {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .p-products .p-products_item {
    width: 24.9333333333vw;
  }
  .p-products .p-products_item .p-products_item_title {
    font-size: 3.2vw;
    margin-top: 1.6vw;
  }
  .p-products .p-products_item .p-products_item_artist {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
  }
}
.p-products .p-products_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-yellow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  gap: 0 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-products .p-products_title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 4.8vw;
    gap: 0 2.6666666667vw;
    line-height: 1.3888888889;
    margin-bottom: 2.6666666667vw;
  }
}
.p-products .p-products_title span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-products .p-products_title::before {
  background: url(../img/icon-dvd-yellow.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 25px;
  width: 25px;
}
@media screen and (max-width: 767px) {
  .p-products .p-products_title::before {
    height: 5.7333333333vw;
    width: 5.7333333333vw;
  }
}
.p-products .p-products_title.--music::before {
  background-image: url(../img/icon-music-yellow.png);
  height: 24px;
  width: 21px;
}
@media screen and (max-width: 767px) {
  .p-products .p-products_title.--music::before {
    height: 4.8vw;
    width: 4.1333333333vw;
  }
}
.p-products .p-products_title.--comic::before {
  background-image: url(../img/icon-comic-yellow.png);
  height: 24px;
  width: 26px;
}
@media screen and (max-width: 767px) {
  .p-products .p-products_title.--comic::before {
    height: 4.8vw;
    width: 5.2vw;
  }
}
.p-products .swiper-button-next,
.p-products .swiper-button-prev {
  background-color: rgba(20, 20, 20, 0.7);
  border-radius: 50%;
  height: 44px;
  margin: 0;
  pointer-events: all;
  width: 44px;
  top: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-products .swiper-button-next,
  .p-products .swiper-button-prev {
    display: none;
  }
}
.p-products .swiper-button-next::before,
.p-products .swiper-button-prev::before {
  background: url(../img/icon-arrow-bold.png);
  background-size: 100% 100%;
  content: "";
  height: 16px;
  width: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-products .swiper-button-next::after,
.p-products .swiper-button-prev::after {
  content: none;
}
.p-products .swiper-button-next.swiper-button-disabled,
.p-products .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.p-products .swiper-button-prev {
  left: -20px;
}
.p-products .swiper-button-prev::before {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
      -ms-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
.p-products .swiper-button-next {
  right: -20px;
}

/* p-use
========================================================================== */
.p-use {
  background: url(../img/use_bg.png) no-repeat 50% 100% #fcfaea;
  background-size: 100%;
  padding-bottom: 200px;
  padding-top: 100px;
  position: relative;
}
@media (max-width: 1920px) {
  .p-use {
    background-size: 1920px;
  }
}
@media screen and (max-width: 767px) {
  .p-use {
    background: url(../img/use_bg-sp.png) no-repeat left 50% bottom 6.6666666667vw #fcfaea;
    background-size: 100%;
    padding-bottom: 20vw;
    padding-top: 12vw;
  }
}
.p-use::before {
  background: var(--bg-stripe-yellow);
  content: "";
  height: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-use::before {
    background: var(--bg-stripe-yellow-sp);
    height: 4.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-use .c-title p::after, .p-use .c-title p::before {
    width: 9.3333333333vw;
  }
}
.p-use .p-use_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #9a9a9a;
  font-family: "greycliff-cf", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  gap: 0 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-use .p-use_nav {
    font-size: 3.4666666667vw;
    gap: 0 1.3333333333vw;
    line-height: 1.1;
    margin-top: 8.5333333333vw;
  }
}
.p-use .p-use_nav li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e5e5e5;
  border-radius: 14px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 9px;
  padding: 15px;
  width: 323px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-use .p-use_nav li img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-use .p-use_nav li span {
  padding-top: 2px;
}
.p-use .p-use_nav li.--active {
  background-color: var(--color-blue);
  color: #fff;
}
.p-use .p-use_nav li.--active img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (hover: hover) {
  .p-use .p-use_nav li:hover {
    background-color: var(--color-blue);
    color: #fff;
  }
  .p-use .p-use_nav li:hover img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media screen and (max-width: 767px) {
  .p-use .p-use_nav li {
    border-radius: 1.8666666667vw;
    gap: 0 1.2vw;
    padding: 3.2vw 2.4vw;
    width: 323px;
  }
  .p-use .p-use_nav li img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-use .p-use_nav li span {
    padding-top: 0;
  }
  .p-use .p-use_nav li[data-id="#use01"] img {
    height: 6.2666666667vw;
    width: 6.2666666667vw;
  }
  .p-use .p-use_nav li[data-id="#use02"] img {
    height: 5.6vw;
    width: 7.6vw;
  }
  .p-use .p-use_nav li[data-id="#use03"] img {
    height: 6vw;
    width: 5.6vw;
  }
  .p-use .p-use_nav li[data-id="#use03"] span {
    padding-top: 1.0666666667vw;
  }
}
.p-use .p-use_list {
  color: var(--color-blue);
  counter-reset: use;
  display: none;
  font-size: 18px;
  gap: 0 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .p-use .p-use_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.6vw 0;
    font-size: 4.8vw;
    margin-top: 9.6vw;
  }
}
.p-use .p-use_list.--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-use .p-use_list li {
  background-color: #fff;
  border: 5px solid var(--color-orange);
  -webkit-box-shadow: 7px 7px 0 3px var(--color-orange);
          box-shadow: 7px 7px 0 3px var(--color-orange);
  border-radius: 25px;
  counter-increment: use;
  width: 276px;
  position: relative;
}
.p-use .p-use_list li:not(:last-child)::before {
  border-color: transparent transparent transparent var(--color-blue);
  border-style: solid;
  border-width: 8px 0 8px 15px;
  content: "";
  position: absolute;
  right: -32px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.p-use .p-use_list li figure {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.p-use .p-use_list li figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-use .p-use_list li {
    border-width: 0.6666666667vw;
    -webkit-box-shadow: 0.9333333333vw 0.9333333333vw 0 0.4vw var(--color-orange);
            box-shadow: 0.9333333333vw 0.9333333333vw 0 0.4vw var(--color-orange);
    border-radius: 3.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  .p-use .p-use_list li:not(:last-child)::before {
    border-color: var(--color-blue) transparent transparent;
    border-width: 2vw 1.0666666667vw 0 1.0666666667vw;
    bottom: -4.2666666667vw;
    left: 50%;
    right: auto;
    top: auto;
    -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  .p-use .p-use_list li figure {
    border-radius: 2.6666666667vw 0 0 2.6666666667vw;
    width: 40.2666666667vw;
  }
}
.p-use .p-use_list .p-use_list_text {
  padding: 15px 35px 30px;
}
@media screen and (max-width: 767px) {
  .p-use .p-use_list .p-use_list_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 3.7333333333vw 5.6vw 3.2vw;
  }
}
.p-use .p-use_list .p-use_list_number {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid var(--color-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "greycliff-cf", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 16px;
  padding-bottom: 10px;
}
.p-use .p-use_list .p-use_list_number::after {
  content: counter(use, decimal-leading-zero);
  font-size: 2em;
  margin-left: 5px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-use .p-use_list .p-use_list_number {
    font-size: 4vw;
    margin-bottom: 1.3333333333vw;
    padding-bottom: 0.6666666667vw;
  }
  .p-use .p-use_list .p-use_list_number::after {
    font-size: 6.9333333333vw;
    margin-left: 0.9333333333vw;
  }
}

/* p-pay
========================================================================== */
.p-pay {
  background: #fff56b;
  color: var(--color-blue);
  padding-bottom: 120px;
  padding-top: 100px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-pay {
    padding-bottom: 14vw;
    padding-top: 12vw;
  }
}
.p-pay::before {
  background: var(--bg-stripe-white);
  content: "";
  height: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-pay::before {
    background: var(--bg-stripe-white-sp);
    height: 4.9333333333vw;
  }
}
.p-pay .wrap {
  max-width: 850px;
}
.p-pay .c-title {
  margin-bottom: 70px;
  width: 255px;
}
.p-pay .c-title p::after, .p-pay .c-title p::before {
  width: 90px;
}
@media screen and (max-width: 767px) {
  .p-pay .c-title {
    margin-bottom: 8vw;
    width: 56.4vw;
  }
  .p-pay .c-title p::after, .p-pay .c-title p::before {
    width: 21.0666666667vw;
  }
}
.p-pay .p-pay_text {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-pay .p-pay_text {
    font-size: 3.7333333333vw;
  }
}
.p-pay .p-pay_box {
  background-color: #fff;
  border-radius: 24px;
  margin-bottom: 25px;
  margin-top: 36px;
  padding: 50px 64px 38px;
}
@media screen and (max-width: 767px) {
  .p-pay .p-pay_box {
    border-radius: 3.2vw;
    margin-bottom: 4vw;
    margin-top: 4vw;
    padding: 6.6666666667vw 4.8vw;
  }
}
.p-pay .p-pay_career,
.p-pay .p-pay_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-pay .p-pay_career,
  .p-pay .p-pay_card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-pay .p-pay_card {
  border-bottom: 2px solid #e4e4e4;
  gap: 0 46px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-pay .p-pay_card {
    border-bottom-width: 0.5333333333vw;
    gap: 4.8vw 5.6vw;
    margin-bottom: 7.2vw;
    padding-bottom: 7.2vw;
  }
  .p-pay .p-pay_card li:nth-child(1) img {
    width: 23.4666666667vw;
  }
  .p-pay .p-pay_card li:nth-child(2) img {
    width: 12.2666666667vw;
  }
  .p-pay .p-pay_card li:nth-child(3) img {
    width: 13.3333333333vw;
  }
  .p-pay .p-pay_card li:nth-child(4) img {
    width: 32.8vw;
  }
  .p-pay .p-pay_card li:nth-child(5) img {
    width: 10.2666666667vw;
  }
}
.p-pay .p-pay_career {
  color: var(--color-deep-blue);
  gap: 0 64px;
  text-align: center;
}
.p-pay .p-pay_career span {
  display: block;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-pay .p-pay_career {
    gap: 0 6.6666666667vw;
  }
  .p-pay .p-pay_career span {
    margin-top: 3.2vw;
  }
  .p-pay .p-pay_career li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/* p-faq
========================================================================== */
.p-faq {
  padding-bottom: 70px;
  padding-top: 70px;
  position: relative;
}
.p-faq .wrap {
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-bottom: 6.6666666667vw;
    padding-top: 11.3333333333vw;
  }
}
.p-faq::before {
  background: var(--bg-stripe-blue);
  content: "";
  height: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-faq::before {
    background: var(--bg-stripe-blue-sp);
    height: 4.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-faq .c-title {
    width: 53.3333333333vw;
  }
  .p-faq .c-title p::after, .p-faq .c-title p::before {
    width: 18.6666666667vw;
  }
}
.p-faq .p-faq_list {
  color: var(--color-blue);
}
.p-faq .p-faq_list > li {
  background-color: #fff;
  border: 3px solid var(--color-orange);
  border-radius: 18px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-faq .p-faq_list > li {
    border-width: 0.4vw;
    border-radius: 3.3333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-faq .p-faq_list > li:last-child {
  margin-bottom: 0;
}
.p-faq .p-faq_list .p-faq_list_title {
  cursor: pointer;
  font-size: 20px;
  letter-spacing: 0.025em;
  line-height: 1.4;
  padding: 20px 40px;
  position: relative;
}
.p-faq .p-faq_list .p-faq_list_title::before, .p-faq .p-faq_list .p-faq_list_title::after {
  background-color: var(--color-deep-blue);
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-faq .p-faq_list .p-faq_list_title::before {
  height: 2px;
  width: 26px;
  right: 32px;
}
.p-faq .p-faq_list .p-faq_list_title::after {
  height: 26px;
  width: 2px;
  right: 44px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-faq .p-faq_list .p-faq_list_title.--active::after {
  -webkit-transform: translateY(-50%) rotate(450deg) scale(0.3);
      -ms-transform: translateY(-50%) rotate(450deg) scale(0.3);
          transform: translateY(-50%) rotate(450deg) scale(0.3);
}
@media screen and (max-width: 767px) {
  .p-faq .p-faq_list .p-faq_list_title {
    font-size: 4.2666666667vw;
    padding: 3.2vw 4.6666666667vw;
  }
  .p-faq .p-faq_list .p-faq_list_title::before {
    height: 0.2666666667vw;
    width: 3.4666666667vw;
    right: 4.2666666667vw;
  }
  .p-faq .p-faq_list .p-faq_list_title::after {
    height: 3.4666666667vw;
    width: 0.2666666667vw;
    right: 5.8666666667vw;
  }
}
.p-faq .p-faq_list .p-faq_list_text {
  display: none;
  padding: 10px 40px 20px;
}
@media screen and (max-width: 767px) {
  .p-faq .p-faq_list .p-faq_list_text {
    padding: 1.8666666667vw 4.6666666667vw 3.2vw;
  }
}
.p-faq .p-faq_list .p-faq_list_text p {
  letter-spacing: 0.025em;
  line-height: 1.875;
  margin-bottom: 1em;
}
.p-faq .p-faq_list .p-faq_list_text p:last-child {
  margin-bottom: 0;
}
.p-faq .p-faq_list .p-faq_list_text dl dt {
  border: 2px solid var(--color-orange-deep);
  color: var(--color-orange-deep);
  display: table;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  margin-top: 16px;
  padding: 3px 7px 4px;
}
.p-faq .p-faq_list .p-faq_list_text dl dt:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-faq .p-faq_list .p-faq_list_text dl dt {
    border-width: 0.2666666667vw;
    margin-bottom: 1.0666666667vw;
    margin-top: 3.4666666667vw;
    padding: 1.0666666667vw 1.7333333333vw 1.2vw;
  }
}