@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

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

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

span, picture {
  display: inline-block;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
  font: inherit;
}

input,
textarea,
select {
  font: inherit;
}

/*----------------------------------
  レイアウト（単位不要）
----------------------------------*/
/*----------------------------------
  color
----------------------------------*/
/*----------------------------------
  font-family
----------------------------------*/
/*----------------------------------
  z-index
----------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}

body.is-fixed {
  overflow: hidden;
  height: 100vh;
}

#top svg {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
.c-button {
  border-radius: 3.5rem;
  text-align: center;
  position: relative;
  display: block;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media (any-hover: hover) {
  .c-button:hover a {
    opacity: 1;
  }
  .c-button:hover .c-button__decoration img {
    rotate: y 360deg;
  }
}

.c-button--red,
.c-button--green {
  width: 17.9375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-button--red,
  .c-button--green {
    width: 13.4375rem;
  }
}
.c-button--red a,
.c-button--green a {
  display: block;
  padding-left: 0.5rem;
  padding-right: 0.978125rem;
  padding-block: 1.5625rem 1.375rem;
}

.c-button--red {
  background-color: #DF4800;
}
@media (any-hover: hover) {
  .c-button--red:hover {
    background-color: #e77540;
  }
}

.c-button--green {
  background-color: #02B54B;
}
@media (any-hover: hover) {
  .c-button--green:hover {
    background-color: #44c378;
  }
}

.c-button--yellow {
  background-color: #FFA600;
}
.c-button--yellow a {
  padding-left: 1.25rem;
  padding-right: 2rem;
  padding-block: 0.84375rem 0.65625rem;
}
@media (any-hover: hover) {
  .c-button--yellow:hover {
    background-color: #f7c66a;
  }
}

.c-button__textBox {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

.c-button__textSub {
  border-radius: 2rem;
  border: 1px solid currentColor;
  background: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  padding-inline: 0.75rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  display: inline-block;
}

.c-button__textSub--red {
  color: #ed7220;
  top: -0.5625rem;
}

.c-button__textSub--green {
  color: #02B54B;
  top: -0.75rem;
}

.c-button__textSub--yellow {
  color: #ed7220;
  top: -0.5625rem;
}

.c-button__decoration {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  width: 0.625rem;
}
.c-button__decoration img {
  -webkit-transition: rotate 2s ease;
  transition: rotate 2s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.c-button__decoration--red,
.c-button__decoration--green {
  right: 0.978125rem;
}

.c-button__decoration--yellow {
  right: 0.790625rem;
}

.c-button__textBox--yellow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-button__img {
  width: 4.375rem;
}

.c-button-img1 {
  aspect-ratio: 70/40;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-top-button {
  position: relative;
  width: 64vw;
  height: 13.3333333333vw;
  display: grid;
  place-items: center;
  border-radius: 14.9333333333vw;
  background-color: #DF4800;
  color: #FFF;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.2;
  padding-right: 2.1333333333vw;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media screen and (min-width: 768px) {
  .c-top-button {
    width: 16.6666666667vw;
    height: 3.4722222222vw;
    border-radius: 3.8888888889vw;
    font-size: 1.0416666667vw;
    padding-right: 0.5555555556vw;
  }
}
.c-top-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.2666666667vw;
  translate: 0 -50%;
  width: 2.6666666667vw;
  aspect-ratio: 1/1;
  background: url(../img/common/kirakira-button-icon.png) center/contain no-repeat;
  -webkit-transition: rotate 2s;
  transition: rotate 2s;
}
@media screen and (min-width: 768px) {
  .c-top-button::before {
    right: 1.1111111111vw;
    width: 0.6944444444vw;
  }
}
@media (any-hover: hover) {
  .c-top-button:hover {
    opacity: 1;
    background-color: #E77540;
  }
  .c-top-button:hover::before {
    rotate: y 360deg;
  }
}

#top .c-button {
  border-radius: 14.9333333333vw;
}
@media screen and (min-width: 768px) {
  #top .c-button {
    border-radius: 3.8888888889vw;
  }
}
#top .c-button--red,
#top .c-button--green {
  width: 76.5333333333vw;
}
@media screen and (min-width: 768px) {
  #top .c-button--red,
  #top .c-button--green {
    width: 14.9305555556vw;
  }
}
#top .c-button--red a,
#top .c-button--green a {
  padding-left: 2.1333333333vw;
  padding-right: 4.1733333333vw;
  padding-block: 6.6666666667vw 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  #top .c-button--red a,
  #top .c-button--green a {
    padding-left: 0.5555555556vw;
    padding-right: 1.0868055556vw;
    padding-block: 1.7361111111vw 1.5277777778vw;
  }
}
#top .c-button--yellow a {
  padding-left: 5.3333333333vw;
  padding-right: 8.5333333333vw;
  padding-block: 3.6vw 2.8vw;
}
@media screen and (min-width: 768px) {
  #top .c-button--yellow a {
    padding-left: 1.3888888889vw;
    padding-right: 2.2222222222vw;
    padding-block: 0.9375vw 0.7291666667vw;
  }
}
#top .c-button__textBox {
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  #top .c-button__textBox {
    font-size: 1.0416666667vw;
  }
}
#top .c-button__textSub {
  border-radius: 8.5333333333vw;
  font-size: 3.4666666667vw;
  padding-inline: 3.2vw;
}
@media screen and (min-width: 768px) {
  #top .c-button__textSub {
    border-radius: 2.2222222222vw;
    font-size: 0.9027777778vw;
    padding-inline: 0.8333333333vw;
  }
}
#top .c-button__textSub--red {
  top: -2.4vw;
}
@media screen and (min-width: 768px) {
  #top .c-button__textSub--red {
    top: -0.625vw;
  }
}
#top .c-button__textSub--green {
  top: -3.2vw;
}
@media screen and (min-width: 768px) {
  #top .c-button__textSub--green {
    top: -0.8333333333vw;
  }
}
#top .c-button__textSub--yellow {
  top: -2.4vw;
}
@media screen and (min-width: 768px) {
  #top .c-button__textSub--yellow {
    top: -0.625vw;
  }
}
#top .c-button__decoration {
  width: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  #top .c-button__decoration {
    width: 0.6944444444vw;
  }
}
#top .c-button__decoration--red,
#top .c-button__decoration--green {
  right: vw-ap(15.65);
}
@media screen and (min-width: 768px) {
  #top .c-button__decoration--red,
  #top .c-button__decoration--green {
    right: 1.0868055556vw;
  }
}
#top .c-button__decoration--yellow {
  right: 3.3733333333vw;
}
@media screen and (min-width: 768px) {
  #top .c-button__decoration--yellow {
    right: 0.8784722222vw;
  }
}
#top .c-button__textBox--yellow {
  gap: 1.6vw;
}
@media screen and (min-width: 768px) {
  #top .c-button__textBox--yellow {
    gap: 0.4166666667vw;
  }
}
#top .c-button__img {
  width: 18.6666666667vw;
}
@media screen and (min-width: 768px) {
  #top .c-button__img {
    width: 4.8611111111vw;
  }
}

.c-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 0.625rem;
}
.c-heading.--left {
  text-align: left;
}

.c-heading__en {
  font-family: "Lato", serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.175rem;
  background: linear-gradient(120deg, #ed7220 13.82%, #f68f40 80.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .c-heading__en {
    letter-spacing: 0.35rem;
  }
}
.c-heading__en.--small {
  font-size: 3.125rem;
}
@media screen and (min-width: 768px) {
  .c-heading__en.--small {
    font-size: 3.5rem;
  }
}

.c-heading__ja {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.12rem;
}
.c-heading__ja.--red {
  color: #DB500E;
}

#top .c-heading {
  gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  #top .c-heading {
    gap: 0.6944444444vw;
  }
}
#top .c-heading__en {
  font-size: 14.9333333333vw;
  letter-spacing: 0.7466666667vw;
}
@media screen and (min-width: 768px) {
  #top .c-heading__en {
    font-size: 3.8888888889vw;
    letter-spacing: 0.3888888889vw;
  }
}
#top .c-heading__ja {
  font-size: 6.4vw;
  letter-spacing: 0.512vw;
}
@media screen and (min-width: 768px) {
  #top .c-heading__ja {
    font-size: 1.6666666667vw;
    letter-spacing: 0.1333333333vw;
  }
}

.c-banner {
  position: fixed;
  bottom: 0;
  right: 50%;
  translate: 50% 0.5rem;
  width: 23.4375rem;
  height: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  border-radius: 0.625rem;
  border: 2px solid #FFF;
  background-color: #DF4800;
  z-index: 100;
  padding: 0.25rem 3.25rem 0.25rem 0.9375rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: translate 0.6s, visibility 0.6s, opacity 0.6s;
  transition: translate 0.6s, visibility 0.6s, opacity 0.6s;
}
@media screen and (min-width: 768px) {
  .c-banner {
    bottom: 1.5277777778vw;
    right: 1.5277777778vw;
    translate: 0 0.5555555556vw;
    width: 27.7777777778vw;
    height: 5.5555555556vw;
    gap: 0.3472222222vw;
    border-radius: 0.6944444444vw;
    padding: 0.2777777778vw 3.6111111111vw 0.2777777778vw 1.1111111111vw;
  }
}
.c-banner::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.75rem;
  translate: 0 -50%;
  width: 1.0625rem;
  aspect-ratio: 1/1;
  background: url(../img/common/banner-arrow.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .c-banner::before {
    right: 2.0833333333vw;
    width: 1.25vw;
  }
}
.c-banner.fade-in {
  translate: 50% 0;
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c-banner.fade-in {
    translate: 0 0;
  }
}
@media (any-hover: hover) {
  .c-banner:hover {
    opacity: 1;
    translate: 50% -0.5rem;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .c-banner:hover {
    translate: 0 -0.5555555556vw;
  }
}

.c-banner__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4.6875rem;
  aspect-ratio: 80/40;
}
@media screen and (min-width: 768px) {
  .c-banner__image {
    width: 5.5555555556vw;
  }
}
.c-banner__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.c-banner__text {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-banner__text {
    font-size: 1.5277777778vw;
  }
}

.l-inner {
  width: 100%;
  max-width: 35rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 73.75rem;
    padding-inline: 2.5rem;
  }
}

#top .l-inner {
  max-width: 100%;
  padding-inline: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  #top .l-inner {
    max-width: 81.9444444444vw;
    padding-inline: 2.7777777778vw;
  }
}

.l-header {
  background: #FFF;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.l-header__inner {
  padding-inline: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  height: 3.25rem;
  margin-inline: auto;
  max-width: 32.5rem;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    height: 4.5rem;
    padding-inline: 2.5rem;
    max-width: 90rem;
  }
}

.l-header__logo {
  width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 10.4166666667vw;
  }
}
@media (min-width: 1360px) {
  .l-header__logo {
    width: 9.375rem;
  }
}

.l-header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    display: block;
  }
}

.l-header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 0.25rem;
  padding-right: 1.125rem;
  padding-left: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  border-radius: 2rem;
  background: #f6f6f6;
}
@media screen and (min-width: 768px) {
  .l-header-list {
    padding-block: 0.2777777778vw;
    padding-right: 1.25vw;
    padding-left: 0.2777777778vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.3472222222vw;
    border-radius: 2rem;
  }
}
@media (min-width: 1360px) {
  .l-header-list {
    padding-block: 4px;
    padding-right: 1.125rem;
    padding-left: 4px;
    gap: 0.3125rem;
  }
}
.l-header-list li {
  padding-inline: 0.75rem;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9027777778vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
@media screen and (min-width: 768px) {
  .l-header-list li {
    padding-inline: 0.8333333333vw;
    color: #333333;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
  }
}
@media (min-width: 1360px) {
  .l-header-list li {
    padding-inline: 0.75rem;
    font-size: 0.8125rem;
  }
}
@media (any-hover: hover) {
  .l-header-list li:hover {
    border-radius: 2rem;
    background: #faeade;
    color: #F4893A;
    padding-block: 2px;
  }
  .l-header-list li:hover a {
    opacity: 1;
  }
}
.l-header-list li.current-menu-item, .l-header-list li.is-current {
  background-color: #F4893A;
  color: #FFF;
  border-radius: 2rem;
  padding-block: 2px;
}
.l-header-list li.current-menu-item a, .l-header-list li.is-current a {
  color: inherit;
}

.l-header__buttonBox {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__buttonBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
  }
}

.l-header__button {
  border-radius: 0.625rem;
  padding: 0.625rem;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
@media screen and (min-width: 768px) {
  .l-header__button {
    padding: 0.6944444444vw;
  }
}
@media (min-width: 1360px) {
  .l-header__button {
    padding: 0.625rem;
  }
}
.l-header__button:hover a {
  opacity: 1;
}

.l-header__button--orange {
  background: #F4893A;
}
.l-header__button--orange:hover {
  background: #f9af79;
}

.l-header__button--red {
  background: #DF4800;
}
.l-header__button--red:hover {
  background: #e77540;
}

.l-header-button__textBox {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3px;
}
@media screen and (min-width: 768px) {
  .l-header-button__textBox {
    font-size: 0.9027777778vw;
  }
}
@media (min-width: 1360px) {
  .l-header-button__textBox {
    font-size: 0.8125rem;
  }
}

.l-header-button__decoration {
  width: 1.375rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .l-header-button__decoration {
    width: 1.5277777778vw;
  }
}
@media (min-width: 1360px) {
  .l-header-button__decoration {
    width: 1.375rem;
  }
}

.l-header__buttonBox__sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header-button__sp {
  display: inline-block;
  padding: 0.625rem 1rem;
  color: #FFF;
  border-radius: 2rem;
  background: #DF4800;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
}
@media (any-hover: hover) {
  .l-header-button__sp:hover {
    background-color: #e77540;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .l-header-button__sp {
    display: none;
  }
}

.l-drawer-button {
  position: relative;
  padding: 1.25rem;
  border-radius: 0.3125rem;
  background: #F4893A;
  width: 2rem;
  height: 2rem;
  padding: 0.8125rem 0;
}
@media screen and (min-width: 768px) {
  .l-drawer-button {
    display: none;
  }
}
.l-drawer-button.is-checked .l-drawer-button__bar:nth-of-type(1) {
  translate: -50% 6px;
  rotate: 30deg;
}
.l-drawer-button.is-checked .l-drawer-button__bar:nth-of-type(2) {
  opacity: 0;
}
.l-drawer-button.is-checked .l-drawer-button__bar:nth-of-type(3) {
  translate: -50% -6px;
  rotate: -30deg;
}

.l-drawer-button__bar {
  width: 1.125rem;
  height: 1px;
  background: #FFF;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: translate 0.3s linear, rotate 0.3s ease;
  transition: translate 0.3s linear, rotate 0.3s ease;
}
.l-drawer-button__bar:nth-of-type(1) {
  top: 0.5625rem;
}
.l-drawer-button__bar:nth-of-type(2) {
  top: 0.9375rem;
}
.l-drawer-button__bar:nth-of-type(3) {
  top: 1.3125rem;
}

.l-drawer-menu {
  translate: 100% 0;
  -webkit-transition: translate 0.3s linear;
  transition: translate 0.3s linear;
  position: fixed;
  width: 100vw;
  height: calc(100dvh - 3.25rem);
  max-width: 32.5rem;
  background: linear-gradient(8deg, #ffebdc 1.89%, #fff8c2 98.11%);
  padding-left: 3.0625rem;
  top: 3.25rem;
  left: auto;
  right: 0;
  z-index: 101;
  overflow-y: auto;
  overflow-x: hidden;
}
.l-drawer-menu.is-checked {
  translate: 0 0;
}
.l-drawer-menu::before {
  content: "";
  position: absolute;
  top: 3.5rem;
  right: -2rem;
  left: auto;
  bottom: auto;
  background: url("../img/header/bg-decoration.svg") center/contain no-repeat;
  width: 27.5rem;
  height: 36.875rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-drawer-menu {
    display: none;
  }
}

.l-drawer-menu__title {
  color: #f17610;
  text-align: left;
  font-family: "Lato", serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 2.4px;
  border-bottom: 2px solid currentColor;
  padding-bottom: 0.5rem;
  padding-top: 3.125rem;
}

.l-drawer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6875rem;
  padding-top: 2rem;
}
.l-drawer-list li {
  color: #4d4d4d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  padding-left: 1.5625rem;
}
.l-drawer-list li::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/header/li-decoration.svg") center/contain no-repeat;
  width: 1rem;
  height: 1rem;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-footer__inner {
  max-width: 90rem;
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 3.5rem;
  padding-inline: 2.34375rem;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    padding-block: 5.4375rem;
  }
}

.l-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2.3125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.1875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .l-footer__top {
    gap: 2.3125rem;
  }
}

.l-footer__logo {
  display: block;
  margin-inline: auto;
  width: 11.625rem;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    width: 12.9375rem;
  }
}

.l-footer__nav {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
  width: calc(100% - 1.25rem);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    padding-inline: 0;
    width: 100%;
  }
}

.l-footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .l-footer-nav__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.8125rem;
  }
}

.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 1.5rem;
  padding-inline: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 1.5rem;
    padding-inline: 0.625rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-footer__linksBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-footer__linksBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1.5625rem;
  }
}

.l-footer__linksText {
  color: #8A8A8A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
}

.l-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
}

.l-footer__link {
  width: 1.75rem;
}

.l-footer__communityLogo {
  width: 17.5rem;
  margin: 0 auto;
}

.l-cta {
  background: linear-gradient(326deg, #febd8a 2.96%, #ed7220 43.06%, #f68f40 74.88%, #f68f40 92.32%);
  overflow: hidden;
}

.l-cta__inner {
  padding-block: 3.5rem;
  padding-inline: 1.5rem;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-cta__inner {
    padding-top: 6.25rem;
    padding-bottom: 5.25rem;
    padding-inline: 2.5rem;
  }
}
.l-cta__inner::before {
  content: "";
  position: absolute;
  width: 53.4375rem;
  height: 30.3125rem;
  top: 3.5625rem;
  bottom: auto;
  left: auto;
  right: -8.5625rem;
  background-image: url("../img/cta/bg-decoration-sp.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-cta__inner::before {
    background-image: url("../img/cta/bg-decoration.svg");
    width: 95.25rem;
    height: 55.875rem;
    top: -8.375rem;
    bottom: auto;
    left: auto;
    right: -1.1875rem;
  }
}

.l-cta__lead {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.16rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-cta__lead {
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
  }
  .l-cta__lead br {
    display: none;
  }
}

.l-cta__layout {
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-cta__layout {
    padding-top: 1.625rem;
  }
}

.l-cta__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-cta__cards {
    gap: 0.625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-cta__card {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9);
  padding-block: 2rem;
  padding-inline: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-cta__card {
    padding-block: 3rem;
    padding-inline: 2.5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 10px);
            flex: 1 1 calc(50% - 10px);
    min-width: calc(50% - 10px);
  }
}

.l-cta-card__titleBox {
  color: #DB500E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .l-cta-card__titleBox {
    font-size: 1.625rem;
    letter-spacing: 0.13rem;
  }
}

.l-cta-card-title__img {
  width: 1.25rem;
}

.l-cta-card__textBox {
  padding-top: 1.25rem;
}

.l-cta-card__text {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: 0.035rem;
}
@media screen and (min-width: 768px) {
  .l-cta-card__text {
    line-height: 1.8;
  }
}

.l-cta-card__buttonBox--01,
.l-cta-card__buttonBox--02 {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-cta-card__buttonBox--01,
  .l-cta-card__buttonBox--02 {
    padding-top: 3rem;
  }
}

.l-cta-card__buttonBox--01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.625rem;
  max-width: 28.125rem;
  margin-inline: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-cta-card__buttonBox--01 {
    gap: 0.3125rem;
    max-width: 28.125rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-cta-card__buttonBox--02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-cta-card__buttonBox--02 {
    padding-top: 4.5625rem;
  }
}

#top .l-cta__inner {
  padding-block: 14.9333333333vw;
  padding-inline: 6.4vw;
}
@media screen and (min-width: 768px) {
  #top .l-cta__inner {
    padding-top: 6.9444444444vw;
    padding-bottom: 5.8333333333vw;
    padding-inline: 2.7777777778vw;
  }
}
#top .l-cta__inner::before {
  width: 228vw;
  height: 129.3333333333vw;
  top: 15.2vw;
  right: -36.5333333333vw;
}
@media screen and (min-width: 768px) {
  #top .l-cta__inner::before {
    width: 105.8333333333vw;
    height: 62.0833333333vw;
    top: -9.3055555556vw;
    right: -1.3194444444vw;
  }
}
#top .l-cta__lead {
  font-size: 8.5333333333vw;
  letter-spacing: 0.6826666667vw;
}
@media screen and (min-width: 768px) {
  #top .l-cta__lead {
    font-size: 2.7777777778vw;
    letter-spacing: 0.2222222222vw;
  }
}
#top .l-cta__layout {
  padding-top: 6.4vw;
}
@media screen and (min-width: 768px) {
  #top .l-cta__layout {
    padding-top: 1.8055555556vw;
  }
}
#top .l-cta__cards {
  gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  #top .l-cta__cards {
    gap: 0.6944444444vw;
  }
}
#top .l-cta__card {
  padding-block: 8.5333333333vw;
  padding-inline: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  #top .l-cta__card {
    padding-block: 3.3333333333vw;
    padding-inline: 2.7777777778vw;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 0.6944444444vw);
            flex: 1 1 calc(50% - 0.6944444444vw);
    min-width: calc(50% - 0.6944444444vw);
  }
}
#top .l-cta-card__titleBox {
  font-size: 5.3333333333vw;
  letter-spacing: 0.4266666667vw;
  gap: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  #top .l-cta-card__titleBox {
    font-size: 1.8055555556vw;
    letter-spacing: 0.1444444444vw;
    gap: 0.3472222222vw;
  }
}
#top .l-cta-card-title__img {
  width: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  #top .l-cta-card-title__img {
    width: 1.3888888889vw;
  }
}
#top .l-cta-card__textBox {
  padding-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  #top .l-cta-card__textBox {
    padding-top: 1.3888888889vw;
  }
}
#top .l-cta-card__text {
  font-size: 3.7333333333vw;
  letter-spacing: 0.1493333333vw;
}
@media screen and (min-width: 768px) {
  #top .l-cta-card__text {
    font-size: 0.9722222222vw;
    letter-spacing: 0.0388888889vw;
  }
}
#top .l-cta-card__buttonBox--01,
#top .l-cta-card__buttonBox--02 {
  padding-top: 8.5333333333vw;
}
@media screen and (min-width: 768px) {
  #top .l-cta-card__buttonBox--01,
  #top .l-cta-card__buttonBox--02 {
    padding-top: 3.3333333333vw;
  }
}
#top .l-cta-card__buttonBox--01 {
  gap: 6.9333333333vw;
  max-width: 120vw;
}
@media screen and (min-width: 768px) {
  #top .l-cta-card__buttonBox--01 {
    gap: 0.3472222222vw;
    max-width: 31.25vw;
  }
}
@media screen and (min-width: 768px) {
  #top .l-cta-card__buttonBox--02 {
    padding-top: 5.0694444444vw;
  }
}

.l-custom {
  overflow: hidden;
  background-color: #F8F8F8;
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .l-custom {
    margin-top: 4.5rem;
  }
}

.l-custom-inner {
  position: relative;
  z-index: 1;
  padding-block: 5rem;
}
@media screen and (min-width: 768px) {
  .l-custom-inner {
    padding-top: 6.25rem;
    padding-bottom: 8.6875rem;
  }
}
.l-custom-inner::before, .l-custom-inner::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.l-custom-inner::before {
  background: url("../img/common/bg-decoration01-sp.svg") center/contain no-repeat;
  width: 29.1875rem;
  height: 19.875rem;
  right: -13.75rem;
  left: auto;
  bottom: 0;
  top: -5.125rem;
}
@media screen and (min-width: 768px) {
  .l-custom-inner::before {
    background: url("../img/common/bg-decoration01.svg") center/contain no-repeat;
    width: 52.7083333333vw;
    height: 42.5vw;
    right: -17.3177083333vw;
    left: auto;
    bottom: 0;
    top: -2.5037013889vw;
  }
}
@media (min-width: 1200px) {
  .l-custom-inner::before {
    width: 52.7083333333vw;
    height: 42.5vw;
    right: -18.1875vw;
    left: auto;
    bottom: 0;
    top: -2.5037013889vw;
  }
}
@media (min-width: 1300px) {
  .l-custom-inner::before {
    width: 52.7083333333vw;
    height: 42.5vw;
    right: -20.1730769231vw;
    left: auto;
    bottom: 0;
    top: -9.0314791667vw;
  }
}
@media (min-width: 1400px) {
  .l-custom-inner::before {
    width: 47.4375rem;
    height: 38.25rem;
    right: -21.125rem;
    left: auto;
    bottom: 0;
    top: -5.125rem;
  }
}
.l-custom-inner::after {
  background: url("../img/common/bg-decoration02-sp.svg") center/contain no-repeat;
  width: 35.0625rem;
  height: 32.6875rem;
  right: auto;
  left: -14.8125rem;
  bottom: -15.1875rem;
  top: auto;
}
@media screen and (min-width: 768px) {
  .l-custom-inner::after {
    background: url("../img/common/bg-decoration02.svg") center/contain no-repeat;
    width: 52.221875rem;
    height: 56.8109375rem;
    bottom: -26.7745625rem;
    right: -18.659375rem;
    left: auto;
    top: auto;
  }
}
.l-custom-inner:has(.l-custom__text)::after {
  display: none;
}

.l-custom-inner__member {
  padding-bottom: 8.6875rem;
  position: relative;
  z-index: 1;
  padding-block: 5rem;
}
@media screen and (min-width: 768px) {
  .l-custom-inner__member {
    padding-top: 6.25rem;
  }
}
.l-custom-inner__member::before, .l-custom-inner__member::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.l-custom-inner__member::before {
  background: url("../img/common/bg-decoration01-sp.svg") center/contain no-repeat;
  width: 29.1875rem;
  height: 19.875rem;
  right: -13.75rem;
  left: auto;
  bottom: 0;
  top: -5.125rem;
}
@media screen and (min-width: 768px) {
  .l-custom-inner__member::before {
    background: url("../img/common/bg-decoration01.svg") center/contain no-repeat;
    width: 52.7083333333vw;
    height: 42.5vw;
    right: -17.3177083333vw;
    left: auto;
    bottom: 0;
    top: -2.5037013889vw;
  }
}
@media (min-width: 1200px) {
  .l-custom-inner__member::before {
    width: 52.7083333333vw;
    height: 42.5vw;
    right: -18.1875vw;
    left: auto;
    bottom: 0;
    top: -2.5037013889vw;
  }
}
@media (min-width: 1300px) {
  .l-custom-inner__member::before {
    width: 52.7083333333vw;
    height: 42.5vw;
    right: -20.1730769231vw;
    left: auto;
    bottom: 0;
    top: -9.0314791667vw;
  }
}
@media (min-width: 1400px) {
  .l-custom-inner__member::before {
    width: 47.4375rem;
    height: 38.25rem;
    right: -21.125rem;
    left: auto;
    bottom: 0;
    top: -5.125rem;
  }
}
.l-custom-inner__member::after {
  background: url("../img/common/bg-decoration02-sp.svg") center/contain no-repeat;
  width: 35.0625rem;
  height: 32.6875rem;
  right: auto;
  left: -14.8125rem;
  bottom: -15.1875rem;
  top: auto;
}
@media screen and (min-width: 768px) {
  .l-custom-inner__member::after {
    background: url("../img/common/bg-decoration02.svg") center/contain no-repeat;
    inset: 0;
    width: 52.221875rem;
    height: 56.8109375rem;
    bottom: -26.7745625rem;
    right: -16.659375rem;
    left: auto;
    top: auto;
  }
}
.l-custom-inner__member:has(.l-custom__text)::after {
  display: none;
}

.l-custom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .l-custom-list {
    padding-top: 6.25rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 1.25rem;
  }
}

.l-custom-list__item > a {
  -webkit-transition: translate 0.6s;
  transition: translate 0.6s;
}
@media (any-hover: hover) {
  .l-custom-list__item > a:hover {
    opacity: 1;
    translate: 0 -0.5rem;
  }
}

.l-custom-list__img {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 0.625rem;
  overflow: hidden;
}
.l-custom-list__img img {
  aspect-ratio: 340/196.9;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-custom-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5625rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-custom-list__content {
    gap: 0.625rem;
  }
}

.l-custom__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-custom__tag {
  color: #f17610;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03rem;
  border-radius: 2rem;
  background: #f3e4d9;
  padding: 0 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-custom-list__title {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.08rem;
}

.l-custom__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.8125rem;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-custom__pagination {
    gap: 1.1875rem;
  }
}
.l-custom__pagination .page-numbers {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.3833125rem 0.575rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-family: "Lato", serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .l-custom__pagination .page-numbers {
    width: 2.875rem;
    height: 2.875rem;
  }
}
.l-custom__pagination .page-numbers.prev, .l-custom__pagination .page-numbers.next {
  width: auto;
  padding: 0;
  border-radius: 0;
  margin: 0;
}
.l-custom__pagination .prev.page-numbers,
.l-custom__pagination .next.page-numbers,
.l-custom__pagination .page-numbers.dots {
  background-color: transparent;
  padding: 0;
  border: none;
}
.l-custom__pagination .page-numbers.dots {
  display: inline-block;
  width: 0.875rem;
  height: 2.4375rem;
  background: url("../img/custom/dot.svg") center/contain no-repeat;
  margin: 0;
  font-size: 0;
}

.l-custom__pagination--download .page-numbers {
  background: #c6c6c6;
}
.l-custom__pagination--download .page-numbers.current {
  background-color: #f17610;
}

.l-custom__pagination--case .page-numbers {
  background: #FFF;
  color: #f17610;
  border: 1px solid #f17610;
}
.l-custom__pagination--case .page-numbers.current {
  background-color: #f17610;
  color: #FFF;
}

.l-custom-pagination__prev,
.l-custom-pagination__next {
  width: 0.8125rem;
}

#top .l-custom-list {
  gap: 12.8vw;
}
@media screen and (min-width: 768px) {
  #top .l-custom-list {
    gap: 3.3333333333vw 1.3888888889vw;
  }
}
#top .l-custom-list__item > a {
  -webkit-transition: translate 0.6s;
  transition: translate 0.6s;
}
@media (any-hover: hover) {
  #top .l-custom-list__item > a:hover {
    opacity: 1;
    translate: 0 -2.1333333333vw;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  #top .l-custom-list__item > a:hover {
    translate: 0 -0.5555555556vw;
  }
}
#top .l-custom-list__img {
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  #top .l-custom-list__img {
    border-radius: 0.6944444444vw;
  }
}
#top .l-custom-list__content {
  gap: 2.4vw;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  #top .l-custom-list__content {
    gap: 0.6944444444vw;
    margin-top: 0.6944444444vw;
  }
}
#top .l-custom__tags {
  gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  #top .l-custom__tags {
    gap: 0.6944444444vw;
  }
}
#top .l-custom__tag {
  font-size: 3.2vw;
  letter-spacing: 0.128vw;
  border-radius: 8.5333333333vw;
  padding: 0 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  #top .l-custom__tag {
    font-size: 0.8333333333vw;
    letter-spacing: 0.0333333333vw;
    border-radius: 2.2222222222vw;
    padding: 0 0.6944444444vw;
  }
}
#top .l-custom-list__title {
  font-size: 4.2666666667vw;
  letter-spacing: 0.3413333333vw;
}
@media screen and (min-width: 768px) {
  #top .l-custom-list__title {
    font-size: 1.1111111111vw;
    letter-spacing: 0.0888888889vw;
  }
}

.l-custom__text {
  text-align: center;
  margin-top: 2.5rem;
}

.l-single {
  background-color: #F8F8F8;
  overflow: hidden;
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .l-single {
    margin-top: 4.5rem;
  }
}

.l-single__inner {
  max-width: 90rem;
  margin: 0 auto;
  z-index: 0;
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .l-single__inner {
    padding-top: 5.5rem;
    padding-bottom: 8.75rem;
  }
}
.l-single__inner::before, .l-single__inner::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.l-single__inner::before {
  width: 29.1875rem;
  height: 19.875rem;
  right: -13.625rem;
  left: auto;
  bottom: 0;
  top: -4.8125rem;
  background: url("../img/common/bg-decoration01-sp.svg") center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .l-single__inner::before {
    background: url("../img/common/bg-decoration01.svg") center/contain no-repeat;
    width: 52.7083333333vw;
    height: 42.5vw;
    right: -17.3177083333vw;
    left: auto;
    bottom: 0;
    top: -2.5037013889vw;
  }
}
@media (min-width: 1200px) {
  .l-single__inner::before {
    width: 52.7083333333vw;
    height: 42.5vw;
    right: -15.1666666667vw;
    left: auto;
    bottom: 0;
    top: -2.5037013889vw;
  }
}
@media (min-width: 1300px) {
  .l-single__inner::before {
    width: 52.7083333333vw;
    height: 42.5vw;
    right: -14.1730769231vw;
    left: auto;
    bottom: 0;
    top: -9.0314791667vw;
  }
}
@media (min-width: 1400px) {
  .l-single__inner::before {
    width: 47.4375rem;
    height: 38.25rem;
    right: -13.125rem;
    left: auto;
    bottom: 0;
    top: -5.125rem;
  }
}
.l-single__inner::after {
  background: url("../img/common/bg-decoration02-sp.svg") center/contain no-repeat;
  inset: 0;
  width: 33.0625rem;
  height: 33.0625rem;
  bottom: -15.5625rem;
  left: -13.625rem;
  right: auto;
  top: auto;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-single__inner::after {
    background: url("../img/common/bg-decoration02.svg") center/contain no-repeat;
    width: 52.1875rem;
    height: 56.75rem;
    bottom: -26.75rem;
    right: -10.625rem;
    left: auto;
  }
}
.l-single__inner h1 {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: 1.25rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .l-single__inner h1 {
    font-size: 2rem;
    letter-spacing: 0.16rem;
    padding-bottom: 2.875rem;
  }
}
.l-single__inner h2 {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  font-size: 1.25rem;
  padding: 3.5rem 0 2rem 0;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .l-single__inner h2 {
    font-size: 1.5rem;
    letter-spacing: 0.12rem;
  }
}
.l-single__inner h3 {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  margin-top: 1.5rem;
  padding-left: 1.8125rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.09rem;
}
@media screen and (min-width: 768px) {
  .l-single__inner h3 {
    font-size: 1.25rem;
    padding-left: 1.875rem;
    letter-spacing: 0.1rem;
  }
}
.l-single__inner h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.5625rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4893a), to(#ed6a18));
  background: linear-gradient(180deg, #f4893a 0%, #ed6a18 100%);
}
.l-single__inner h4 {
  color: #DB500E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  position: relative;
  padding-left: 2.5625rem;
  padding-block: 1.125rem;
}
@media screen and (min-width: 768px) {
  .l-single__inner h4 {
    padding-left: 3.9375rem;
    padding-block: 1.1875rem;
  }
}
.l-single__inner h4::before {
  content: "";
  position: absolute;
  left: 0;
  position: absolute;
  bottom: 0;
  background: #DB500E;
  width: 1.8125rem;
  height: 0.125rem;
  top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .l-single__inner h4::before {
    width: 3.1875rem;
  }
}
.l-single__inner figure {
  padding-block: 0.625rem;
  display: block;
}
.l-single__inner figure img {
  border-radius: 0.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 327/228;
}
@media screen and (min-width: 768px) {
  .l-single__inner figure img {
    border-radius: 0.625rem;
    aspect-ratio: 780/495;
  }
}
.l-single__inner #toc_container {
  border-radius: 0.625rem;
  border: none;
  width: 100%;
  padding-inline: 0;
  margin-bottom: 0;
  margin-top: 3.5rem;
  background-color: #F8F8F8;
}
.l-single__inner #toc_container p.toc_title {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px solid #dfdfdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  letter-spacing: 0;
  padding-top: 0.8125rem;
  padding-bottom: 1.4375rem;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-single__inner #toc_container p.toc_title {
    padding-top: 0.8125rem;
    padding-bottom: 1.4375rem;
    padding-inline: 3.5rem;
  }
}
.l-single__inner #toc_container p.toc_title + ul.toc_list {
  margin-top: 0;
}
.l-single__inner #toc_container .toc_list {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 0;
  padding: 1.5rem;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .l-single__inner #toc_container .toc_list {
    margin-bottom: 1.875rem;
    padding-inline: 3.5rem;
    margin-top: 2.5rem;
  }
}
.l-single__inner #toc_container .toc_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.3125rem;
}
.l-single__inner #toc_container .toc_list li::after {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.625rem;
  background: url("../img/single/toc-arrow.svg") center/cover no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-single__inner p {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.075rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-single__inner p {
    line-height: 1.8;
  }
}

.l-single__contents {
  margin: 0 auto;
  background: #fff;
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
  width: 100%;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-single__contents {
    max-width: 61.25rem;
    width: calc(100% - 5rem);
    padding-top: 3.5rem;
    padding-bottom: 4rem;
    padding-inline: 3rem;
    border-radius: 1.25rem;
  }
}

.l-single-contents__inner {
  max-width: 32.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-single-contents__inner {
    max-width: 48.75rem;
  }
}

.l-single__tags {
  padding-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-single__tags {
    padding-bottom: 2rem;
  }
}

.l-single__tag {
  color: #f17610;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.035rem;
  border-radius: 2rem;
  background: #f3e4d9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  padding: 0 0.625rem;
}

.l-single-figure__imgBox {
  padding: 0.625rem 0;
}

.l-single-figure__img figure {
  padding-block: 0.625rem;
  display: block;
}
.l-single-figure__img figure img {
  border-radius: 0.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 327/228;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (min-width: 768px) {
  .l-single-figure__img figure img {
    border-radius: 0.625rem;
    aspect-ratio: 780/495;
  }
}

.p-single-figure__textBox {
  padding: 0.625rem;
}

p.l-single-figure__text {
  color: #8A8A8A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  padding-bottom: 0;
}

.l-single__interview {
  padding-top: 3rem;
}

.l-single-interview__inner {
  background: #f8f8f8;
  padding: 2.5rem 1.25rem 2rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-single-interview__inner {
    padding: 2.625rem 3.5rem 2rem 3.5rem;
  }
}

.l-single-interview__titleBox {
  border-bottom: 1px solid #d1c8d1;
  padding-bottom: 0.625rem;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .l-single-interview__titleBox {
    margin-bottom: 1rem;
  }
}

p.l-single-interview__title {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 0;
  position: relative;
  padding-left: 1.375rem;
  letter-spacing: 0;
  z-index: 0;
}
p.l-single-interview__title::before {
  content: "";
  position: absolute;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
  background: url("../img/single/decoration01.svg") center/cover no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  p.l-single-interview__title::before {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.l-single-interview__content {
  padding-block: 1rem;
}

.l-single-interview__info {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  position: relative;
}

figure.l-single-interview__photo {
  padding-block: 0;
}
figure.l-single-interview__photo img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-single-interview__nameBox {
  gap: 0.375rem;
  padding-block: 0.5625rem;
}

p.l-single-interview__position {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0;
  letter-spacing: 0;
}

p.l-single-interview__name {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0;
  letter-spacing: 0;
}

.l-single-interview__textBox {
  margin-top: 1rem;
}

p.l-single-interview__text {
  background: #FFF;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.77;
  letter-spacing: 0.07rem;
}
@media screen and (min-width: 768px) {
  p.l-single-interview__text {
    padding: 0.5rem 1.25rem 0.625rem 1.25rem;
    line-height: 1.8;
  }
}

.l-single-voice__inner {
  padding-block: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-single-voice__inner {
    padding-block: 1.5rem;
  }
}

.l-single-voice__content {
  padding-block: 0.75rem;
  gap: 0.9375rem;
}

.l-single-voice__tag {
  border-radius: 0.3125rem;
  background: #f17610;
  display: inline-block;
  padding-left: 0.75rem;
  padding-right: 0.1875rem;
  padding-block: 0.1875rem;
}

p.l-single-voice__title {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-right: 1.125rem;
  padding-bottom: 0;
  letter-spacing: 0;
  position: relative;
  padding-left: 1.3125rem;
  letter-spacing: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  p.l-single-voice__title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
p.l-single-voice__title::before {
  content: "";
  position: absolute;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
  background: url("../img/single/decoration02.svg") center/cover no-repeat;
  z-index: -1;
}

p.l-single-voice__text {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.0375rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  p.l-single-voice__text {
    line-height: 1.8;
  }
}

.l-single-voice__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5625rem;
  padding-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .l-single-voice__lists {
    gap: 0.5625rem;
  }
}

.l-single-voice__list {
  position: relative;
  padding-left: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.075rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-single-voice__list {
    line-height: 1.8;
    padding-left: 1.25rem;
  }
}
.l-single-voice__list::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #f17610;
  border-radius: 50%;
  top: 0.5625rem;
  display: inline-block;
}

.l-single-buttonWrapper {
  padding-bottom: 3rem;
  padding-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-single-buttonWrapper {
    padding-block: 3rem;
  }
}

.l-single__button {
  border-radius: 3.5rem;
  background: #df4800;
  display: inline-block;
  min-width: 15rem;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
@media (any-hover: hover) {
  .l-single__button:hover {
    background: #e77540;
  }
  .l-single__button:hover a {
    opacity: 1;
  }
  .l-single__button:hover div::before {
    -webkit-transition: 2s;
    transition: 2s;
    rotate: y 360deg;
  }
}
.l-single__button div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
}
.l-single__button div::before {
  content: "";
  position: absolute;
  right: 0.978125rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  background: url("../img/single/decoration02.svg") center/cover no-repeat;
  z-index: -1;
  -webkit-transition: rotate 2s ease;
  transition: rotate 2s ease;
}

p.l-single-button__text {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
  width: 100%;
  padding: 0;
  letter-spacing: 0;
}
p.l-single-button__text a {
  padding: 1.125rem 1.5rem 1.125rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.l-single__campaign {
  padding-block: 10px;
  gap: 24px;
}

.l-single-campaign__inner {
  border-radius: 0.625rem;
  border: 1px solid #c3c3c3;
  padding: 2rem 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-single-campaign__inner {
    padding: 2rem 1.5rem;
  }
}

.l-single-campaign__imgBox div figure {
  padding-block: 0;
}
@media screen and (min-width: 768px) {
  .l-single-campaign__imgBox div figure {
    width: 21.25rem;
  }
}

.l-single-campaign__wrapper {
  gap: 1.8125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-single-campaign__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

h2.l-single-campaign__heading {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  padding: 0;
  line-break: strict;
}

p.l-campaign__desc {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.075rem;
  padding-bottom: 0;
  padding-top: 1rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  p.l-campaign__desc {
    padding-top: 1.625rem;
    line-height: 1.8;
  }
}

.l-single-campaign__buttonWrapper {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

figure.l-single__table {
  max-width: 48.75rem;
  padding-block: 0.625rem;
}
figure.l-single__table td {
  border: none;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.075rem;
}
figure.l-single__table td:nth-child(1) {
  background: #fff1e6;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.075rem;
  padding-block: 0.625rem;
  padding-left: 1rem;
  padding-right: 1.0625rem;
  max-width: 12.5rem;
  min-width: 6.25rem;
}
@media screen and (min-width: 768px) {
  figure.l-single__table td:nth-child(1) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
figure.l-single__table td:nth-child(2) {
  background: #f5f5f5;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  padding-block: 0.625rem;
  padding-left: 1rem;
  padding-right: 1.0625rem;
}
@media screen and (min-width: 768px) {
  figure.l-single__table td:nth-child(2) {
    padding-block: 0.625rem;
    padding-left: 1.0625rem;
    padding-right: 1rem;
  }
}
figure.l-single__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  figure.l-single__table tr {
    gap: 0.3125rem;
  }
}
figure.l-single__table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
}

.l-single__textBox {
  padding-block: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .l-single__textBox {
    padding-block: 1.8125rem;
  }
}

p.l-single__text {
  line-height: 1.8;
  padding-bottom: 0;
}

.l-single__form {
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
}

.l-single-form__titleBox div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-single-form__titleBox div {
    margin-bottom: 1.25rem;
  }
}

p.l-single-form__title {
  padding-bottom: 0;
  z-index: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #ed7220;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.09rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
}
@media screen and (min-width: 768px) {
  p.l-single-form__title {
    font-size: 1.5rem;
    letter-spacing: 0.12rem;
    padding-inline: 0.625rem;
  }
}
p.l-single-form__title::before, p.l-single-form__title::after {
  content: "";
  width: 1.625rem;
  height: 1.625rem;
}
@media screen and (min-width: 768px) {
  p.l-single-form__title::before, p.l-single-form__title::after {
    width: 1.8470625rem;
    height: 1.5rem;
  }
}
p.l-single-form__title::before {
  background: url("../img/single/form-title-left.svg") center/cover no-repeat;
}
p.l-single-form__title::after {
  background: url("../img/single/form-title-right.svg") center/cover no-repeat;
}

.l-single-form__content {
  border-radius: 0.625rem;
  background: #ffefe4;
  max-width: 41.5rem;
  margin: 0 auto;
  padding-top: 2rem;
  padding-inline: 1.4375rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .l-single-form__content {
    padding-top: 2.0625rem;
    padding-inline: 2rem;
    padding-bottom: 2rem;
  }
}
.l-single-form__content .wpcf7-not-valid {
  color: #DB500E;
  border: 1px solid #FFCBA5;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(149, 149, 149, 0.1) inset;
          box-shadow: 1px 1px 5px 0 rgba(149, 149, 149, 0.1) inset;
  background: #FCEAEA;
}

.l-single-form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-single-form__fields {
    gap: 1.5625rem;
  }
}
.l-single-form__fields .wpcf7-not-valid-tip {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  border-radius: 0.125rem;
  background: #f17610;
  padding: 0 0.75rem;
  position: relative;
  display: inline-block;
  z-index: 0;
}
.l-single-form__fields .wpcf7-not-valid-tip::before {
  content: "";
  position: absolute;
  inset: 0;
  top: -0.3125rem;
  left: 0.9375rem;
  width: 1rem;
  height: 0.875rem;
  background: url("../img/single/form-polygon.svg") center/cover no-repeat;
  z-index: -1;
}

.l-single-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.l-single-form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-single-form-field__label {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  color: #222;
}

.l-single-form-field__tag {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #db500e;
}

.l-single-form-field__item span {
  display: block;
}
.l-single-form-field__item p {
  padding: 0;
  color: #989898;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0;
}

.l-single-form-field__item--name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.l-single-form__text,
.l-single-form__text--name {
  border-radius: 0.625rem;
  border: 1px solid #e3e3e3;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(149, 149, 149, 0.1) inset;
          box-shadow: 1px 1px 5px 0 rgba(149, 149, 149, 0.1) inset;
  padding-block: 0.75rem;
  padding-inline: 0.625rem;
  width: 100%;
}
.l-single-form__text::-webkit-input-placeholder, .l-single-form__text--name::-webkit-input-placeholder {
  color: #c4c4c4;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
}
.l-single-form__text::-moz-placeholder, .l-single-form__text--name::-moz-placeholder {
  color: #c4c4c4;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
}
.l-single-form__text:-ms-input-placeholder, .l-single-form__text--name:-ms-input-placeholder {
  color: #c4c4c4;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
}
.l-single-form__text::-ms-input-placeholder, .l-single-form__text--name::-ms-input-placeholder {
  color: #c4c4c4;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
}
.l-single-form__text::placeholder,
.l-single-form__text--name::placeholder {
  color: #c4c4c4;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
}

.l-single-form__buttonWrap {
  text-align: center;
}

.l-single-form__buttonBox {
  display: inline-block;
  position: relative;
}
@media (any-hover: hover) {
  .l-single-form__buttonBox:hover .l-single-form__button {
    background: #e77540;
  }
  .l-single-form__buttonBox:hover::before {
    -webkit-transition: 2s;
    transition: 2s;
    rotate: y 360deg;
  }
}
.l-single-form__buttonBox::before {
  content: "";
  position: absolute;
  right: 0.978125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  background: url("../img/single/decoration02.svg") center/cover no-repeat;
  z-index: 1;
  -webkit-transition: rotate 2s ease;
  transition: rotate 2s ease;
}
.l-single-form__buttonBox .wpcf7-spinner {
  display: none;
}

.l-single-form__textarea {
  border-radius: 0.625rem;
  border: 1px solid #e3e3e3;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(149, 149, 149, 0.1) inset;
          box-shadow: 1px 1px 5px 0 rgba(149, 149, 149, 0.1) inset;
  padding-block: 0.625rem;
  padding-inline: 0.625rem;
  width: 100%;
  height: 9.625rem;
}
.l-single-form__textarea::-webkit-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #c4c4c4;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  white-space: nowrap;
}
.l-single-form__textarea::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #c4c4c4;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  white-space: nowrap;
}
.l-single-form__textarea:-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #c4c4c4;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  white-space: nowrap;
}
.l-single-form__textarea::-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #c4c4c4;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  white-space: nowrap;
}
.l-single-form__textarea::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #c4c4c4;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  white-space: nowrap;
}

.l-single-form-field__item--document input {
  display: none;
}
.l-single-form-field__item--document .wpcf7-list-item {
  margin: 0;
  padding: 0;
  color: #989898;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0;
}

.l-single-form__button {
  border: none;
  border-radius: 3.5rem;
  background: #df4800;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  padding-block: 1.125rem;
  padding-left: 1rem;
  padding-right: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 15rem;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.l-single__nav {
  padding-block: 0.625rem;
}

.l-single-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.l-single-nav__prev,
.l-single-nav__next {
  color: #757474;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.075rem;
  position: relative;
  z-index: 0;
}
.l-single-nav__prev a::before,
.l-single-nav__next a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
  z-index: 1;
}

.l-single-nav__prev a {
  padding-left: 1.1875rem;
}
.l-single-nav__prev a::before {
  background: url("../img/single/prev.svg") center/contain no-repeat;
  left: 2px;
  right: auto;
}

.l-single-nav__next a {
  padding-right: 1.1875rem;
}
.l-single-nav__next a::before {
  background: url("../img/single/next.svg") center/contain no-repeat;
  right: 0;
  left: auto;
}

.l-single-nav__back {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-single-nav__back a {
  color: #f17610;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.075rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.l-single-content__new {
  border-radius: 1.25rem;
  background: #FFF;
  margin-inline: auto;
  margin-top: 3rem;
  width: calc(100% - 2rem);
  position: relative;
  z-index: 0;
  padding: 2rem 1rem;
  max-width: 32.5rem;
}
@media screen and (min-width: 768px) {
  .l-single-content__new {
    padding: 3.5rem 3.125rem;
    width: calc(100% - 5rem);
    margin-top: 3.125rem;
    max-width: 61.25rem;
  }
}

h2.l-single-content__new-title {
  color: #ed7220;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12rem;
  text-align: center;
  max-width: 100%;
  margin-bottom: 0.625rem;
  padding-block: 0;
}
@media screen and (min-width: 768px) {
  h2.l-single-content__new-title {
    margin-bottom: 0.75rem;
  }
}

.l-single__tags--new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-single__tags--new {
    padding-top: 0.625rem;
    padding-bottom: 0.5rem;
    gap: 0.625rem;
  }
}

.l-single-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .l-single-list__content {
    gap: 0.625rem;
  }
}

.l-single__tag--new {
  color: #f17610;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03rem;
  border-radius: 2rem;
  background: #f3e4d9;
  padding: 0 0.625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-single-content__new-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-single-content__new-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-single-list__item {
  padding-block: 1.4375rem;
}
.l-single-list__item:first-child {
  padding-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .l-single-list__item {
    border: 1px solid #c3c3c3;
    border-right: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    min-width: 0;
    padding-block: 1.5rem;
  }
  .l-single-list__item:last-child {
    border-right: 1px solid #c3c3c3;
  }
}
.l-single-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  padding-top: 0.25rem;
  padding-left: 0.3125rem;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .l-single-list__item a {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-inline: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-single-list__img {
  aspect-ratio: 140/81;
  width: 8.75rem;
  padding-block: 0.1875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-single-list__img {
    aspect-ratio: 246/142.46;
    max-width: 15.375rem;
    width: 100%;
    padding-block: 0;
  }
}
.l-single-list__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 0.625rem;
}

h3.l-single-list__title {
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 0;
  margin: 0;
  font-size: 0.875rem;
  letter-spacing: 0.07rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
  h3.l-single-list__title {
    font-size: 1rem;
    letter-spacing: 0.08rem;
    display: block;
    overflow: visible;
  }
}
h3.l-single-list__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
}

.l-single-content__newBack {
  color: #f17610;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.075rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-top: 0.625rem;
}

.l-contact {
  background-color: #F8F8F8;
  overflow: hidden;
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .l-contact {
    margin-top: 4.5rem;
  }
}

.l-contact__inner {
  max-width: 90rem;
  margin: 0 auto;
  z-index: 0;
  position: relative;
  padding-block: 5rem;
  z-index: 1;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-contact__inner {
    padding-block: 6.25rem;
  }
}
.l-contact__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../img/common/bg-decoration01-sp.svg") center/contain no-repeat;
  width: 29.1875rem;
  height: 19.875rem;
  right: -13.5rem;
  left: auto;
  bottom: 0;
  top: -4.9375rem;
}
@media screen and (min-width: 768px) {
  .l-contact__inner::before {
    background: url("../img/common/bg-decoration01.svg") center/contain no-repeat;
    width: 47.4375rem;
    height: 38.25rem;
    right: -13.125rem;
    left: auto;
    bottom: 0;
    top: -5.125rem;
  }
}

.l-contact__contents {
  max-width: 32.5rem;
  margin: 0 auto;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .l-contact__contents {
    max-width: 40rem;
    padding-top: 3.5625rem;
  }
}
.l-contact__contents .wpcf7-not-valid {
  color: #DB500E;
  border: 1px solid #ffcba5;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(149, 149, 149, 0.1) inset;
          box-shadow: 1px 1px 5px 0 rgba(149, 149, 149, 0.1) inset;
  background: #fceaea;
}

.l-contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.l-contact__fields .wpcf7-not-valid-tip {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  border-radius: 0.125rem;
  background: #f17610;
  padding: 0 0.75rem;
  position: relative;
  display: inline-block;
  z-index: 0;
}
.l-contact__fields .wpcf7-not-valid-tip::before {
  content: "";
  position: absolute;
  inset: 0;
  top: -0.3125rem;
  left: 0.9375rem;
  width: 1rem;
  height: 0.875rem;
  background: url("../img/single/form-polygon.svg") center/cover no-repeat;
  z-index: -1;
}
.l-contact__fields .wpcf7-spinner {
  display: none;
}
.l-contact__fields .wpcf7-not-valid + .select2 .select2-selection--single {
  color: #DB500E;
  border: 1px solid #ffcba5;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(149, 149, 149, 0.1) inset;
          box-shadow: 1px 1px 5px 0 rgba(149, 149, 149, 0.1) inset;
  background: #fceaea;
}

.l-contact-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.l-contact-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-contact-field__label {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  color: #222;
}

.l-contact-field__tag {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #db500e;
}

.l-contact-field__item--name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.l-contact-field__item span {
  display: block;
}
.l-contact-field__item p {
  padding: 0;
  color: #989898;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0;
}

.l-contact__text,
.l-contact__text--name,
.l-contact__tell {
  border-radius: 0.625rem;
  border: 1px solid #e3e3e3;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(149, 149, 149, 0.1) inset;
          box-shadow: 1px 1px 5px 0 rgba(149, 149, 149, 0.1) inset;
  padding-block: 0.8125rem;
  padding-inline: 0.625rem;
  width: 100%;
}
.l-contact__text::-webkit-input-placeholder, .l-contact__text--name::-webkit-input-placeholder, .l-contact__tell::-webkit-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #c4c4c4;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
}
.l-contact__text::-moz-placeholder, .l-contact__text--name::-moz-placeholder, .l-contact__tell::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #c4c4c4;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
}
.l-contact__text:-ms-input-placeholder, .l-contact__text--name:-ms-input-placeholder, .l-contact__tell:-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #c4c4c4;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
}
.l-contact__text::-ms-input-placeholder, .l-contact__text--name::-ms-input-placeholder, .l-contact__tell::-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #c4c4c4;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
}
.l-contact__text::placeholder,
.l-contact__text--name::placeholder,
.l-contact__tell::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #c4c4c4;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
}

.l-contact__textarea {
  border-radius: 0.625rem;
  border: 1px solid #e3e3e3;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(149, 149, 149, 0.1) inset;
          box-shadow: 1px 1px 5px 0 rgba(149, 149, 149, 0.1) inset;
  padding-block: 0.625rem;
  padding-inline: 0.625rem;
  width: 100%;
  height: 9.5625rem;
}
.l-contact__textarea::-webkit-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #c4c4c4;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
}
.l-contact__textarea::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #c4c4c4;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
}
.l-contact__textarea:-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #c4c4c4;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
}
.l-contact__textarea::-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #c4c4c4;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
}
.l-contact__textarea::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #c4c4c4;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
}

.l-contact__select {
  width: 100%;
}

.select2 {
  width: 100%;
  height: 50px;
}

.select2-container--default .select2-selection--single {
  border: none;
  background: #FFF;
  border-radius: 0.625rem;
  border: 1px solid #e3e3e3;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(149, 149, 149, 0.1) inset;
          box-shadow: 1px 1px 5px 0 rgba(149, 149, 149, 0.1) inset;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-container--open .select2-selection--single {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 0.625rem;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #c4c4c4;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  padding-block: 0.625rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #222;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  padding-inline: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
}

.select2-results__option--selectable {
  color: #222;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}

.select2-container--default .select2-results > .select2-results__options {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-inline: 5px;
  padding-block: 6px;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  background: #FFF;
  top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .select2-container--open .select2-dropdown--below {
    top: 2.4375rem;
  }
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 100%;
}

.l-contact-field__item--select {
  position: relative;
  z-index: 0;
}
.l-contact-field__item--select::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url("../img/contact/select-polygon.svg") center/cover no-repeat;
  top: 24px;
  pointer-events: none;
  right: 14px;
  width: 11px;
  height: 5px;
}
.l-contact-field__item--select .wpcf7-form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.l-contact__select select {
  color: #222;
}
.l-contact__select.is-empty {
  color: #c4c4c4;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.js-contact-select {
  background: #fff;
}

.l-contact__buttonWrap {
  text-align: center;
  margin-top: 2rem;
}

.l-contact__buttonBox {
  display: inline-block;
  position: relative;
}
@media (any-hover: hover) {
  .l-contact__buttonBox:hover .l-contact__button {
    background: #e77540;
  }
  .l-contact__buttonBox:hover::before {
    -webkit-transition: 2s;
    transition: 2s;
    rotate: y 360deg;
  }
}
.l-contact__buttonBox::before {
  content: "";
  position: absolute;
  right: 0.978125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  background: url("../img/single/decoration02.svg") center/cover no-repeat;
  z-index: 1;
  -webkit-transition: rotate 2s ease;
  transition: rotate 2s ease;
}
.l-contact__buttonBox .wpcf7-spinner {
  display: none;
}

.l-contact__button {
  border: none;
  border-radius: 3.5rem;
  background: #df4800;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  padding-block: 1.125rem;
  padding-left: 1rem;
  padding-right: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 15rem;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}

.l-contact-thanks {
  background-color: #F8F8F8;
  overflow: hidden;
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .l-contact-thanks {
    margin-top: 4.5rem;
  }
}

.l-contact-thanks__inner {
  max-width: 90rem;
  margin: 0 auto;
  z-index: 0;
  position: relative;
  padding-block: 5rem;
  z-index: 1;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .l-contact-thanks__inner {
    padding-block: 6.25rem;
  }
}
.l-contact-thanks__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.l-contact-thanks__inner::before {
  background: url("../img/common/bg-decoration01-sp.svg") center/contain no-repeat;
  width: 23.4375rem;
  height: 38.25rem;
  right: -10.125rem;
  left: auto;
  bottom: 0;
  top: -12.125rem;
}
@media screen and (min-width: 768px) {
  .l-contact-thanks__inner::before {
    background: url("../img/common/bg-decoration01.svg") center/contain no-repeat;
    width: 46.25rem;
    height: 36.125rem;
    right: -13.9375rem;
    left: auto;
    bottom: 0;
    top: -6.0625rem;
  }
}

.l-contact-thanks__contents {
  max-width: 32.5rem;
  margin: 0 auto;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .l-contact-thanks__contents {
    max-width: 40rem;
    padding-top: 3.5rem;
  }
}

.l-contact-thanks__textBox {
  text-align: center;
}

.l-contact-thanks__text {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.0375rem;
}
@media screen and (min-width: 768px) {
  .l-contact-thanks__text {
    font-size: 1rem;
  }
}

.l-contact__back {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.0375rem;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .l-contact__back {
    font-size: 1rem;
  }
}

.l-contact-thanks__buttonWrap {
  text-align: center;
  margin-top: 2rem;
}

.l-contact-thanks__buttonBox {
  display: inline-block;
  position: relative;
}
@media (any-hover: hover) {
  .l-contact-thanks__buttonBox:hover .l-contact-thanks__button {
    background: #e77540;
  }
  .l-contact-thanks__buttonBox:hover::before {
    -webkit-transition: 2s;
    transition: 2s;
    rotate: y 360deg;
  }
}
.l-contact-thanks__buttonBox::before {
  content: "";
  position: absolute;
  right: 0.978125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  background: url("../img/single/decoration02.svg") center/cover no-repeat;
  z-index: 1;
  -webkit-transition: rotate 2s ease;
  transition: rotate 2s ease;
}

.l-contact-thanks__button {
  border: none;
  border-radius: 3.5rem;
  background: #df4800;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 15rem;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.l-contact-thanks__button a {
  padding-block: 1.125rem;
  padding-left: 1rem;
  padding-right: 1.5rem;
}

.p-top-main-visual {
  position: relative;
  padding-block: calc(73.8666666667vw + 3.25rem) 26.6666666667vw;
  background-color: #F8F8F8;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual {
    padding-block: calc(4.9305555556vw + 4.5rem) 7.9861111111vw;
    overflow: visible;
  }
}

.p-top-main-visual__container {
  position: absolute;
  top: calc(2.9333333333vw + 3.25rem);
  left: 6.4vw;
  width: 94.4vw;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__container {
    top: calc(2.7777777778vw + 4.5rem);
    left: 50.1388888889vw;
    width: 36.9444444444vw;
  }
}
.p-top-main-visual__container::before {
  content: "";
  position: absolute;
  top: 39.4666666667vw;
  left: 1.0666666667vw;
  width: 13.0666666667vw;
  aspect-ratio: 1/1;
  background: url(../img/common/kirakira-icon.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__container::before {
    top: 14.9305555556vw;
    left: -0.3472222222vw;
    width: 3.75vw;
  }
}

.p-top-main-visual__line {
  position: relative;
  z-index: 1;
}

#main-visual-line {
  -webkit-animation: draw-01 1.2s ease-in-out forwards;
          animation: draw-01 1.2s ease-in-out forwards;
}

#main-visual-line-sp {
  -webkit-animation: draw-01 1.2s ease-in-out forwards;
          animation: draw-01 1.2s ease-in-out forwards;
}

@-webkit-keyframes draw-01 {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw-01 {
  to {
    stroke-dashoffset: 0;
  }
}
.p-top-main-visual__image-wrapper {
  position: absolute;
  top: 0.5333333333vw;
  left: 16vw;
  width: 56.8vw;
  height: 69.3333333333vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__image-wrapper {
    top: 0.1388888889vw;
    left: 4.1666666667vw;
    width: 24.5138888889vw;
    height: unset;
    overflow: visible;
  }
}

.p-top-main-visual__image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.p-top-main-visual__image:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.p-top-main-visual__logo-box {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__logo-box {
    position: absolute;
    bottom: -3.1944444444vw;
    left: 50%;
    translate: -50% 0;
    width: 76.3888888889vw;
    height: 6.3888888889vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.7777777778vw;
    border-radius: 0.6944444444vw;
    background-color: #FFF;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
    padding: 1.3888888889vw 1.9444444444vw 1.3888888889vw 2.2222222222vw;
    z-index: 3;
  }
}

.p-top-main-visual__logo-box-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-right: 1px solid #F4893A;
  color: #4C4C4C;
  font-size: 0.8333333333vw;
  font-weight: 600;
  line-height: 1.2;
  padding-right: 1.3194444444vw;
}
.p-top-main-visual__logo-box-text .--large {
  color: #ED6A18;
  font-family: "Lato", serif;
  font-size: 2.2222222222vw;
  font-weight: 900;
}

.p-top-main-visual__logo-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.7777777778vw;
  overflow-x: scroll;
  overflow-y: visible;
}
.p-top-main-visual__logo-box-list::-webkit-scrollbar {
  height: 4px; /* 横スクロールバーの高さを調整 */
}
.p-top-main-visual__logo-box-list::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 4px;
}

.p-top-main-visual__logo-box-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.9444444444vw;
  height: 3.1944444444vw;
}
.p-top-main-visual__logo-box-item img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.p-top-main-visual__inner {
  padding-left: 6.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__inner {
    padding-left: 12.0833333333vw;
  }
}

.p-top-main-visual__heading {
  position: relative;
  text-shadow: 0 0 2px #F8F8F8;
  -webkit-text-stroke-width: 1.2px;
  -webkit-text-stroke-color: #F8F8F8;
  paint-order: stroke;
  font-size: 12.2666666667vw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.6133333333vw;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__heading {
    text-shadow: unset;
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
    font-size: 3.8888888889vw;
    line-height: 1.4;
    letter-spacing: 0.1944444444vw;
  }
}

.p-top-main-visual__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  color: #DB500E;
  font-size: 4.8vw;
  font-weight: 700;
  letter-spacing: 0.384vw;
  padding: 1.6vw 4.2666666667vw;
  margin-top: 3.2vw;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__text {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    font-size: 1.6666666667vw;
    letter-spacing: 0.1333333333vw;
    padding: 0.4166666667vw 1.1111111111vw;
    margin-top: 0.6944444444vw;
  }
}
.p-top-main-visual__text + .p-top-main-visual__text {
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__text + .p-top-main-visual__text {
    margin-top: 0.3472222222vw;
  }
}

.p-top-main-visual__button-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.3888888889vw;
    margin-top: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__button-wrapper .c-button--yellow {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 19.7222222222vw !important;
  }
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__button-wrapper .c-button--red {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 16.6666666667vw !important;
    margin-inline: 0;
  }
}

.p-top-about {
  position: relative;
  background: url(../img/top/about-bg--sp.webp) center/cover no-repeat;
  padding-block: 59.2vw 20vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-about {
    background-image: url(../img/top/about-bg--pc.webp);
    padding-block: 14.0277777778vw;
    z-index: 1;
  }
}

.p-top-about__container {
  position: absolute;
  top: 24vw;
  left: -26.1333333333vw;
  width: 151.2vw;
}
@media screen and (min-width: 768px) {
  .p-top-about__container {
    top: -3.1944444444vw;
    left: 49.4444444444vw;
    width: 55.625vw;
  }
}

.p-top-about__line {
  position: relative;
  z-index: 1;
}

.p-top-about__image-wrapper {
  position: absolute;
  top: -14.4vw;
  left: 53.8666666667vw;
  width: 42.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-about__image-wrapper {
    top: 14.5833333333vw;
    left: 7.7777777778vw;
    width: 22.2222222222vw;
  }
}

.p-top-about__image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.p-top-about__image::before, .p-top-about__image::after {
  content: "";
  position: absolute;
}
.p-top-about__image:nth-of-type(1)::before {
  top: 40.5333333333vw;
  left: 37.3333333333vw;
  width: 9.8666666667vw;
  aspect-ratio: 74/86;
  background: url(../img/top/about-icon--01.webp) center/contain no-repeat;
  -webkit-animation: huwahuwa 2.4s ease infinite;
          animation: huwahuwa 2.4s ease infinite;
}
@media screen and (min-width: 768px) {
  .p-top-about__image:nth-of-type(1)::before {
    top: 6.3888888889vw;
    left: -1.6666666667vw;
    width: 5.1388888889vw;
  }
}
.p-top-about__image:nth-of-type(1)::after {
  top: 11.2vw;
  right: 34.1333333333vw;
  width: 14.9333333333vw;
  aspect-ratio: 114/111;
  background: url(../img/top/about-icon--02.webp) center/contain no-repeat;
  -webkit-animation: huwahuwa 2.4s ease 0.8s infinite;
          animation: huwahuwa 2.4s ease 0.8s infinite;
}
@media screen and (min-width: 768px) {
  .p-top-about__image:nth-of-type(1)::after {
    top: 20.6944444444vw;
    right: -3.8888888889vw;
    width: 7.9166666667vw;
  }
}
@-webkit-keyframes huwahuwa {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 0 -12px;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes huwahuwa {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 0 -12px;
  }
  100% {
    translate: 0 0;
  }
}
.p-top-about__image:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-top-about__image:nth-of-type(2)::before, .p-top-about__image:nth-of-type(2)::after {
  aspect-ratio: 1/1;
  background: url(../img/common/kirakira-icon--white.png) center/contain no-repeat;
  -webkit-animation: kirakira 2s ease infinite;
          animation: kirakira 2s ease infinite;
}
.p-top-about__image:nth-of-type(2)::before {
  top: 34.6666666667vw;
  left: -10.1333333333vw;
  width: 6.4vw;
}
@media screen and (min-width: 768px) {
  .p-top-about__image:nth-of-type(2)::before {
    top: 0.8333333333vw;
    left: 1.1805555556vw;
    width: 2.7777777778vw;
  }
}
.p-top-about__image:nth-of-type(2)::after {
  top: 10.1333333333vw;
  right: -6.9333333333vw;
  width: 5.3333333333vw;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (min-width: 768px) {
  .p-top-about__image:nth-of-type(2)::after {
    top: 12.5vw;
    right: -2.5vw;
    width: 2.2222222222vw;
  }
}

@-webkit-keyframes kirakira {
  0% {
    rotate: y 0deg;
  }
  100% {
    rotate: y 180deg;
  }
}

@keyframes kirakira {
  0% {
    rotate: y 0deg;
  }
  100% {
    rotate: y 180deg;
  }
}
#top .p-top-about__inner {
  position: relative;
  padding-inline: 6.6666666667vw;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #top .p-top-about__inner {
    position: unset;
    padding-inline: 2.7777777778vw;
  }
}

.p-top-about__heading {
  text-shadow: 0 0 10px rgba(130, 57, 22, 0.32);
  color: #FFF;
  font-family: "Lato", serif;
  font-size: 14.9333333333vw;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-about__heading {
    text-shadow: unset;
    font-size: 3.8888888889vw;
  }
}

.p-top-about__lead {
  text-shadow: 0 0 10px rgba(130, 57, 22, 0.32);
  color: #FFF;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 2;
  margin-top: 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-about__lead {
    text-shadow: unset;
    font-size: 1.5277777778vw;
    margin-top: 2.2222222222vw;
  }
}

.p-top-about__text {
  color: #FFF;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.1706666667vw;
  margin-top: 8.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-about__text {
    font-size: 1.25vw;
    line-height: 1.8;
    letter-spacing: 0.05vw;
    margin-top: 2.2222222222vw;
  }
}

.p-before-after {
  position: relative;
  padding-block: 21.3333333333vw;
  overflow: hidden;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-before-after {
    padding-block: 8.3333333333vw 10.2777777778vw;
  }
}
.p-before-after.is-active .p-before-after__container::before {
  rotate: y 360deg;
}

.p-before-after__container {
  position: absolute;
  bottom: 53.3333333333vw;
  right: -13.8666666667vw;
  width: 137.8666666667vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-before-after__container {
    bottom: -0.9027777778vw;
    right: -29.7222222222vw;
    width: 58.75vw;
  }
}
@media screen and (min-width: 768px) {
  .p-before-after__container::before {
    content: "";
    position: absolute;
    top: -0.4861111111vw;
    left: 21.3888888889vw;
    width: 3.75vw;
    aspect-ratio: 1/1;
    background: url(../img/common/kirakira-icon--yellow.png) center/contain no-repeat;
    -webkit-transition: rotate 2s 1.6s;
    transition: rotate 2s 1.6s;
  }
}

#top .p-before-after__heading--en {
  font-size: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  #top .p-before-after__heading--en {
    font-size: 3.8888888889vw;
  }
}

.p-before-after__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10.6666666667vw;
  padding-inline: 1.0666666667vw;
  margin-top: 8.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-before-after__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.7777777778vw;
    padding-inline: 0;
    margin-top: 2.2222222222vw;
  }
}

.p-before-after__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-before-after__item {
    width: 23.6111111111vw;
    display: block;
  }
}
@media (max-width: 767px) {
  .p-before-after__item:nth-of-type(1) {
    display: block;
    padding-bottom: 5.3333333333vw;
  }
  .p-before-after__item:nth-of-type(1) .p-before-after__item-image {
    width: 100%;
  }
  .p-before-after__item:nth-of-type(1) .p-before-after__item-title {
    font-size: 5.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.p-before-after__item-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 26.6666666667vw;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .p-before-after__item-image {
    width: 100%;
  }
}
.p-before-after__item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-before-after__item-image img {
    border-radius: 0.6944444444vw;
  }
}

.p-before-after__item-body {
  width: 100%;
}

.p-before-after__item-title {
  color: #FFF;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-before-after__item-title {
    font-size: 1.5277777778vw;
    margin-top: 0.6944444444vw;
  }
}
.p-before-after__item-title span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  background: -webkit-gradient(linear, right top, left top, color-stop(0.04%, #FAAF77), color-stop(99.96%, #F16E1C));
  background: linear-gradient(270deg, #FAAF77 0.04%, #F16E1C 99.96%);
  padding-inline: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p-before-after__item-title span {
    padding-inline: 0.6944444444vw;
  }
}
.p-before-after__item-title span + span {
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-before-after__item-title span + span {
    margin-top: 0.3472222222vw;
  }
}

.p-before-after__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.8vw;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-before-after__item-label {
    gap: 1.25vw;
    margin-top: 0.6944444444vw;
  }
}

.p-before-after__item-name {
  position: relative;
  max-width: 50%;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1493333333vw;
}
@media screen and (min-width: 768px) {
  .p-before-after__item-name {
    font-size: 0.9722222222vw;
    letter-spacing: 0.0388888889vw;
  }
}
.p-before-after__item-name::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -4.5333333333vw;
  translate: 0 -50%;
  rotate: -54.45deg;
  width: 4.5333333333vw;
  height: 1px;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .p-before-after__item-name::before {
    right: -1.1805555556vw;
    width: 1.1805555556vw;
  }
}

.p-before-after__item-type {
  max-width: 50%;
  color: #858585;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1493333333vw;
}
@media screen and (min-width: 768px) {
  .p-before-after__item-type {
    font-size: 0.9722222222vw;
    letter-spacing: 0.0388888889vw;
  }
}

.p-before-after__item-category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8vw;
  margin-top: 1.0666666667vw;
}
@media screen and (min-width: 768px) {
  .p-before-after__item-category-wrapper {
    gap: 0.2083333333vw;
    margin-top: 0.2777777778vw;
  }
}

.p-before-after__item-category {
  height: 5.8666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8.5333333333vw;
  background-color: #F3E4D9;
  color: #F17610;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.128vw;
  padding-inline: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-before-after__item-category {
    height: 1.5277777778vw;
    border-radius: 2.2222222222vw;
    font-size: 0.8333333333vw;
    letter-spacing: 0.0333333333vw;
    padding-inline: 0.6944444444vw;
  }
}

.p-top-strengths .parallax-img {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}

@media screen and (min-width: 768px) {
  .p-top-strengths__box-wrapper {
    height: 100dvh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-top-strengths__box-wrapper.--02 {
  background: linear-gradient(141deg, #E4620C 17.97%, #E57544 82.03%);
}
.p-top-strengths__box-wrapper.--03 {
  background: linear-gradient(80deg, #E76B19 1.72%, #ED8E4E 91.03%);
}

.p-top-strengths__box {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.p-top-strengths__box.--01 {
  position: relative;
  background: linear-gradient(242deg, #EC7221 1.95%, #ED8E4E 98.05%);
  padding-block: 21.6vw 14.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__box.--01 {
    padding-block: 9.7222222222vw 12.7777777778vw;
  }
}
.p-top-strengths__box.--01::before {
  content: "";
  position: absolute;
  top: 5.3333333333vw;
  left: 5.6vw;
  width: 94.1333333333vw;
  aspect-ratio: 456/427;
  background: url(../img/top/strengths-bg.webp) center/contain no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__box.--01::before {
    top: 1.9444444444vw;
    left: 11.8055555556vw;
    width: 31.6666666667vw;
  }
}
.p-top-strengths__box.--02 {
  padding-block: 96.5333333333vw 14.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__box.--02 {
    width: 100%;
    padding-block: 14.5138888889vw 13.125vw;
  }
}
.p-top-strengths__box.--03 {
  padding-block: 98.1333333333vw 14.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__box.--03 {
    width: 100%;
    padding-block: 16.1111111111vw 13.8888888889vw;
  }
}

.p-top-strengths__container {
  position: absolute;
  z-index: -1;
}
.p-top-strengths__container.--01 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__container.--01 {
    top: 16.1111111111vw;
    left: -12.9166666667vw;
    width: 148.75vw;
    display: block;
  }
}
.p-top-strengths__container.--02 {
  top: 43.2vw;
  left: -177.0666666667vw;
  width: 633.6vw;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__container.--02 {
    top: 13.6111111111vw;
    left: -33.6111111111vw;
    width: 165vw;
  }
}
.p-top-strengths__container.--03 {
  top: -51.7333333333vw;
  left: -112vw;
  width: 255.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__container.--03 {
    top: -18.8888888889vw;
    left: -3.6111111111vw;
    width: 109.5833333333vw;
  }
}

.p-top-strengths__image {
  position: absolute;
}
.p-top-strengths__image::before {
  content: "";
  position: absolute;
  width: 14.4vw;
  aspect-ratio: 1/1;
  background: url(../img/common/kirakira-icon.png) center/contain no-repeat;
  -webkit-animation: kirakira 2s ease infinite;
          animation: kirakira 2s ease infinite;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__image::before {
    width: 3.75vw;
  }
}
.p-top-strengths__image.--01 {
  top: 61.8666666667vw;
  left: 6.9333333333vw;
  width: 78.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__image.--01 {
    top: 20.3472222222vw;
    left: 43.3333333333vw;
    width: 34.9305555556vw;
  }
}
.p-top-strengths__image.--01::before {
  top: 40.8vw;
  left: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__image.--01::before {
    top: 1.7361111111vw;
    left: 24.1666666667vw;
  }
}
.p-top-strengths__image.--02 {
  top: 107.2vw;
  left: 62.4vw;
  width: 34.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__image.--02 {
    top: 40.625vw;
    left: 69.375vw;
    width: 15.625vw;
  }
}
.p-top-strengths__image.--02::before {
  top: 100.5333333333vw;
  left: 22.4vw;
  width: 8.5333333333vw;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__image.--02::before {
    top: 10.1388888889vw;
    left: 0;
    width: 3.75vw;
  }
}
.p-top-strengths__image.--03 {
  top: 14.9333333333vw;
  left: 21.0666666667vw;
  width: 78.4vw;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__image.--03 {
    top: 6.1111111111vw;
    left: 21.9444444444vw;
    width: 30.8333333333vw;
  }
}
.p-top-strengths__image.--03::before {
  top: 24.2666666667vw;
  left: -17.6vw;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__image.--03::before {
    top: 5.2083333333vw;
    left: -0.1388888889vw;
  }
}
.p-top-strengths__image.--04 {
  top: 65.6vw;
  left: 6.4vw;
  width: 40vw;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__image.--04 {
    top: 27.0833333333vw;
    left: 16.25vw;
    width: 15.625vw;
  }
}
.p-top-strengths__image.--04::before {
  top: 41.3333333333vw;
  left: 54.1333333333vw;
  width: 11.4666666667vw;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__image.--04::before {
    top: 6.1111111111vw;
    left: 24.5833333333vw;
    width: 2.9861111111vw;
  }
}
.p-top-strengths__image.--05 {
  top: 14.9333333333vw;
  left: 3.2vw;
  width: 85.8666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__image.--05 {
    top: 8.8888888889vw;
    left: 51.6666666667vw;
    width: 27.5vw;
  }
}
.p-top-strengths__image.--05::before {
  top: 57.0666666667vw;
  left: 78.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__image.--05::before {
    top: 19.3055555556vw;
    left: 3.6111111111vw;
  }
}
.p-top-strengths__image.--06 {
  top: 72vw;
  left: 58.6666666667vw;
  width: 37.8666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__image.--06 {
    top: 29.4444444444vw;
    left: 69.6527777778vw;
    width: 12.1527777778vw;
  }
}
.p-top-strengths__image.--06::before {
  display: none;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__image.--06::before {
    top: -15.5555555556vw;
    left: 4.8611111111vw;
    display: block;
  }
}

#top .p-top-strengths__inner {
  position: relative;
  z-index: 1;
}
#top .p-top-strengths__inner.--01 {
  padding-inline: 6.4vw;
}
@media screen and (min-width: 768px) {
  #top .p-top-strengths__inner.--01 {
    padding-inline: 5.9027777778vw 2.7777777778vw;
  }
}
#top .p-top-strengths__inner.--02 {
  padding-inline: 6.4vw;
}
@media screen and (min-width: 768px) {
  #top .p-top-strengths__inner.--02 {
    padding-inline: 2.7777777778vw 7.2222222222vw;
  }
}
#top .p-top-strengths__inner.--03 {
  padding-inline: 8.5333333333vw;
}
@media screen and (min-width: 768px) {
  #top .p-top-strengths__inner.--03 {
    padding-inline: 11.6666666667vw 2.7777777778vw;
  }
}

.p-top-strengths__heading {
  color: #FFF;
  font-size: 13.3333333333vw;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__heading {
    font-size: 3.8888888889vw;
    line-height: 1.2;
  }
}
.p-top-strengths__heading .--sub {
  font-size: 12.8vw;
  font-family: "Lato", serif;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__heading .--sub {
    font-size: 3.8888888889vw;
  }
}
.p-top-strengths__heading .--large {
  font-family: "Lato", serif;
  font-size: 17.0666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__heading .--large {
    font-size: 5vw;
  }
}

.p-top-strengths__content.--02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.p-top-strengths__number.--01 {
  width: 18.9333333333vw;
  margin-top: 79.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__number.--01 {
    width: 4.9305555556vw;
    margin-top: 8.0555555556vw;
  }
}
.p-top-strengths__number.--02 {
  width: 22.4vw;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__number.--02 {
    width: 5.8333333333vw;
  }
}
.p-top-strengths__number.--03 {
  width: 22.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__number.--03 {
    width: 5.9027777778vw;
  }
}

.p-top-strengths__title span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1.3333333333vw;
  background-color: #FFF;
  color: #DB500E;
  font-size: 7.4666666667vw;
  font-weight: 700;
  letter-spacing: 0.5973333333vw;
  padding: 0.5333333333vw 2.6666666667vw;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__title span {
    border-radius: 0.3472222222vw;
    font-size: 2.2222222222vw;
    letter-spacing: 0.1777777778vw;
    padding: 0.4166666667vw 1.1111111111vw;
    margin-top: 2.0833333333vw;
  }
}
.p-top-strengths__title br + span {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__title br + span {
    margin-top: 0.6944444444vw;
  }
}

.p-top-strengths__text {
  color: #FFF;
  font-size: 4vw;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.16vw;
  margin-top: 8.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-strengths__text {
    font-size: 1.25vw;
    letter-spacing: 0.05vw;
    margin-top: 2.2222222222vw;
  }
}

.p-top-service {
  position: relative;
  background-color: #F8F8F8;
  padding-block: 21.3333333333vw 24vw;
  overflow: clip;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-top-service {
    padding-block: 6.9444444444vw 8.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-service:has(+ .p-top-works) {
    padding-bottom: 19.0277777778vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-service:has(+ .p-top-works) .p-top-service__container.--04 {
    display: block;
  }
}

.p-top-service__container {
  position: absolute;
  z-index: -1;
}
.p-top-service__container.--01 {
  top: 26.1333333333vw;
  right: -17.0666666667vw;
  width: 155.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-service__container.--01 {
    top: -7.7777777778vw;
    right: -16.6666666667vw;
    width: 51.1111111111vw;
  }
}
.p-top-service__container.--02 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-service__container.--02 {
    top: 86.3888888889vw;
    left: -22.2222222222vw;
    width: 49.5138888889vw;
    display: block;
  }
}
.p-top-service__container.--03 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-service__container.--03 {
    top: 166.6666666667vw;
    right: -17.7777777778vw;
    width: 49.5138888889vw;
    display: block;
  }
}
.p-top-service__container.--04 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-service__container.--04 {
    top: 213.3333333333vw;
    left: -14.4444444444vw;
    width: 51.1111111111vw;
  }
}

#top .p-top-service__inner {
  padding-inline: 6.4vw;
}
@media screen and (min-width: 768px) {
  #top .p-top-service__inner {
    max-width: 68.8194444444vw;
    padding-inline: 2.7777777778vw;
  }
}

.p-top-service__nav {
  margin-top: 14.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-service__nav {
    margin-top: 3.8888888889vw;
  }
}

.p-top-service__nav-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-service__nav-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.3888888889vw;
  }
}
.p-top-service__nav-content + .p-top-service__nav-content {
  border-top: 1px solid #C3C3C3;
  padding-top: 4vw;
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-service__nav-content + .p-top-service__nav-content {
    padding-top: 1.0416666667vw;
    margin-top: 1.1111111111vw;
  }
}

.p-top-service__nav-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2vw;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.192vw;
}
@media screen and (min-width: 768px) {
  .p-top-service__nav-text {
    gap: 0.8333333333vw;
    font-size: 1.25vw;
    letter-spacing: 0.05vw;
  }
}
.p-top-service__nav-text::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.6666666667vw;
  aspect-ratio: 1/1;
  background: url(../img/common/kirakira-text-icon.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-service__nav-text::before {
    width: 0.6944444444vw;
  }
}

.p-top-service__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.2vw;
}
@media screen and (min-width: 768px) {
  .p-top-service__nav-list {
    gap: 0.6944444444vw;
  }
}

.p-top-service__nav-link {
  height: 7.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8.5333333333vw;
  border: 1px solid #F17610;
  background-color: #FFF;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1386666667vw;
  padding-inline: 1.8666666667vw;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
@media screen and (min-width: 768px) {
  .p-top-service__nav-link {
    height: 2.5694444444vw;
    font-size: 1.0416666667vw;
    letter-spacing: 0.0416666667vw;
    padding-inline: 1.0416666667vw;
  }
}
@media (any-hover: hover) {
  .p-top-service__nav-link:hover {
    opacity: 1;
    background-color: #FAEADE;
    color: #F17610;
  }
}

.p-top-service__list {
  margin: 5.3333333333vw auto 0;
}
@media screen and (min-width: 768px) {
  .p-top-service__list {
    max-width: 58.3333333333vw;
    margin-top: 2.7777777778vw;
  }
}

.p-top-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 5.3333333333vw;
  padding-top: 12.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-service__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.2222222222vw;
    padding-top: 3.4722222222vw;
  }
}
.p-top-service__item + .p-top-service__item {
  border-top: 1px solid #D9D9D9;
  padding-top: 12vw;
  margin-top: 12.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-service__item + .p-top-service__item {
    padding-top: 3.4027777778vw;
    margin-top: 3.4722222222vw;
  }
}

.p-top-service__item-title {
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-top-service__item-title {
    font-size: 2.2222222222vw;
  }
}

.p-top-service__item-lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1.3333333333vw;
  background: -webkit-gradient(linear, right top, left top, color-stop(0.04%, #FAAF77), color-stop(99.96%, #F16E1C));
  background: linear-gradient(270deg, #FAAF77 0.04%, #F16E1C 99.96%);
  color: #FFF;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 2;
  padding-inline: 2.6666666667vw;
  margin-top: 1.6vw;
}
@media screen and (min-width: 768px) {
  .p-top-service__item-lead {
    border-radius: 0.3472222222vw;
    font-size: 0.8333333333vw;
    padding-inline: 0.6944444444vw;
    margin-top: 0.6944444444vw;
  }
}
.p-top-service__item-lead + .p-top-service__item-lead {
  margin-top: 1.0666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-service__item-lead + .p-top-service__item-lead {
    margin-top: 0.2777777778vw;
  }
}

.p-top-service__item-text {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.16vw;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-service__item-text {
    font-size: 1.1111111111vw;
    letter-spacing: 0.0444444444vw;
    margin-top: 2.2222222222vw;
  }
}
.p-top-service__item-text + .p-top-service__item-text {
  margin-top: 6.4vw;
}
@media screen and (min-width: 768px) {
  .p-top-service__item-text + .p-top-service__item-text {
    margin-top: 1.6666666667vw;
  }
}

.p-top-service__item-button {
  margin: 7.4666666667vw auto 0;
}
@media screen and (min-width: 768px) {
  .p-top-service__item-button {
    margin: 2.2222222222vw 0 0;
  }
}

.p-top-service__item-image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-service__item-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 29.1666666667vw;
  }
}

.p-top-works {
  position: relative;
  background-color: #F8F8F8;
  padding-top: 8.5333333333vw;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-works {
    background-color: transparent;
    padding-top: 0;
    margin-top: -10vw;
    overflow: visible;
  }
}

.p-top-works__container {
  position: absolute;
  top: 26.6666666667vw;
  left: -56vw;
  width: 175.2vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-top-works__container {
    display: none;
  }
}
.p-top-works__container::before {
  content: "";
  position: absolute;
  top: 9.0666666667vw;
  left: 145.6vw;
  width: 7.2vw;
  aspect-ratio: 1/1;
  background: url(../img/common/kirakira-icon--yellow.png) center/contain no-repeat;
}

#top .p-top-works__inner {
  padding-inline: 6.4vw;
}
@media screen and (min-width: 768px) {
  #top .p-top-works__inner {
    max-width: 100%;
    padding-inline: 0;
  }
}

.p-top-works__slider-wrapper {
  position: relative;
  background-color: #F8F8F8;
  padding-bottom: 16vw;
  margin-top: 6.4vw;
}
@media screen and (min-width: 768px) {
  .p-top-works__slider-wrapper {
    padding-bottom: 3.4722222222vw;
    margin-top: 2.2222222222vw;
  }
}

.p-top-works__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 5.8666666667vw;
  border-radius: 2.6666666667vw;
  background-color: #FFF;
  padding: 3.2vw;
  -webkit-transition: translate 0.6s;
  transition: translate 0.6s;
}
@media screen and (min-width: 768px) {
  .p-top-works__slide {
    width: 61.1111111111vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.5138888889vw;
    border-radius: 0.6944444444vw;
    padding: 1.6666666667vw;
  }
}
@media (any-hover: hover) {
  .p-top-works__slide:hover {
    opacity: 1;
    translate: 0 -2.1333333333vw;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .p-top-works__slide:hover {
    translate: 0 -0.5555555556vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-works__slide-body {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 33.8194444444vw;
  }
}

.p-top-works__slide-logo {
  width: 26.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-works__slide-logo {
    width: 6.9444444444vw;
  }
}

.p-top-works__slide-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.8vw;
}
@media screen and (min-width: 768px) {
  .p-top-works__slide-label {
    gap: 1.25vw;
  }
}

.p-top-works__slide-name {
  position: relative;
  max-width: 50%;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1493333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-works__slide-name {
    font-size: 0.9722222222vw;
    letter-spacing: 0.0388888889vw;
  }
}
.p-top-works__slide-name::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -4.5333333333vw;
  translate: 0 -50%;
  rotate: -54.45deg;
  width: 4.5333333333vw;
  height: 1px;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .p-top-works__slide-name::before {
    right: -1.1805555556vw;
    width: 1.1805555556vw;
  }
}

.p-top-works__slide-type {
  max-width: 50%;
  color: #858585;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1493333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-works__slide-type {
    font-size: 0.9722222222vw;
    letter-spacing: 0.0388888889vw;
  }
}

.p-top-works__slide-category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8vw;
  margin-top: 0.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-works__slide-category-wrapper {
    gap: 0.2083333333vw;
    margin-top: 0.1388888889vw;
  }
}

.p-top-works__slide-category {
  height: 5.8666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8.5333333333vw;
  background-color: #F3E4D9;
  color: #F17610;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.128vw;
  padding-inline: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-works__slide-category {
    height: 1.5277777778vw;
    border-radius: 2.2222222222vw;
    font-size: 0.8333333333vw;
    letter-spacing: 0.0333333333vw;
    padding-inline: 0.6944444444vw;
  }
}

.p-top-works__slide-title {
  margin-top: 6.4vw;
}
@media screen and (min-width: 768px) {
  .p-top-works__slide-title {
    margin-top: 1.6666666667vw;
  }
}
.p-top-works__slide-title span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  color: #FFF;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 2;
  background: -webkit-gradient(linear, right top, left top, color-stop(0.04%, #FAAF77), color-stop(99.96%, #F16E1C));
  background: linear-gradient(270deg, #FAAF77 0.04%, #F16E1C 99.96%);
  padding-inline: 1.6vw;
}
@media screen and (min-width: 768px) {
  .p-top-works__slide-title span {
    font-size: 1.25vw;
    padding-inline: 0.6944444444vw;
  }
}
.p-top-works__slide-title span + span {
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-works__slide-title span + span {
    margin-top: 0.3472222222vw;
  }
}

.p-top-works__slide-button {
  width: 42.4vw;
  height: 8.5333333333vw;
  display: grid;
  place-items: center;
  border-radius: 8.5333333333vw;
  border: 1px solid #F17610;
  background-color: #FFF;
  color: #F17610;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.0333333333vw;
  margin: 6.4vw 0 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top-works__slide-button {
    width: 11.0416666667vw;
    height: 2.2222222222vw;
    border-radius: 2.2222222222vw;
    font-size: 0.8333333333vw;
    letter-spacing: 0.0333333333vw;
    margin-top: 1.6666666667vw;
  }
}

.p-top-works__slide-image {
  width: 100%;
  aspect-ratio: 300/200;
}
@media screen and (min-width: 768px) {
  .p-top-works__slide-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 19.4444444444vw;
    aspect-ratio: 280/292;
  }
}
.p-top-works__slide-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-top-works__slider-pagination {
  bottom: 0 !important;
}
.p-top-works__slider-pagination .swiper-pagination-bullet {
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  background-color: #D9D9D9;
  margin-inline: 1.3333333333vw !important;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-top-works__slider-pagination .swiper-pagination-bullet {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    margin-inline: 0.6944444444vw !important;
  }
}
.p-top-works__slider-pagination .swiper-pagination-bullet-active {
  background-color: #F17610;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.p-top-works__slider-button-prev,
.p-top-works__slider-button-next {
  top: 100%;
  width: 14.9333333333vw;
  height: 14.9333333333vw;
  margin-top: 0;
  translate: 0 -9.6vw;
}
@media screen and (min-width: 768px) {
  .p-top-works__slider-button-prev,
  .p-top-works__slider-button-next {
    top: 9.2361111111vw;
    width: 5.1388888889vw;
    height: 5.1388888889vw;
    translate: 0 0;
  }
}
.p-top-works__slider-button-prev::before,
.p-top-works__slider-button-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (any-hover: hover) {
  .p-top-works__slider-button-prev:hover::before,
  .p-top-works__slider-button-next:hover::before {
    opacity: 1;
  }
}

.p-top-works__slider-button-prev {
  left: 0;
  background: url(../img/top/works-arrow--l.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-works__slider-button-prev {
    left: 50%;
    translate: -34.0277777778vw 0;
  }
}
.p-top-works__slider-button-prev::before {
  background: url(../img/top/works-arrow--l-hover.png) center/contain no-repeat;
}

.p-top-works__slider-button-next {
  right: 0;
  background: url(../img/top/works-arrow--r.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-works__slider-button-next {
    right: 50%;
    translate: 34.0277777778vw 0;
  }
}
.p-top-works__slider-button-next::before {
  background: url(../img/top/works-arrow--r-hover.png) center/contain no-repeat;
}

.p-top-works__button-wrapper {
  background-color: #F8F8F8;
  padding-block: 11.4666666667vw 14.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-works__button-wrapper {
    padding-block: 1.8055555556vw 6.9444444444vw;
  }
}

.p-top-works__button {
  margin-inline: auto;
}

.p-top-works__text {
  background-color: #F8F8F8;
  text-align: center;
  padding-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-works__text {
    padding-top: 2.7777777778vw;
  }
}

.p-top-flow {
  position: relative;
  background-color: #F8F8F8;
  padding-block: 12.8vw;
  overflow: hidden;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-top-flow {
    padding-block: 3.3333333333vw;
  }
}
.p-top-flow::before {
  content: "";
  position: absolute;
  top: 0vw;
  right: 149.3333333333vw;
  width: 7.2vw;
  aspect-ratio: 1/1;
  background: url(../img/common/kirakira-icon--yellow.png) center/contain no-repeat;
  -webkit-transition: rotate 2s;
  transition: rotate 2s;
}
@media screen and (min-width: 768px) {
  .p-top-flow::before {
    top: 18.0555555556vw;
    right: 3.125vw;
    width: 3.75vw;
  }
}
.p-top-flow.is-active::before {
  rotate: y 360deg;
}

.p-top-flow__container {
  position: absolute;
  top: 25.0666666667vw;
  left: -305.0666666667vw;
  width: 537.6vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-top-flow__container {
    top: 9.1666666667vw;
    left: -25.5555555556vw;
    width: 140vw;
  }
}

#top .p-top-flow__inner {
  padding-inline: 0;
}
@media screen and (min-width: 768px) {
  #top .p-top-flow__inner {
    padding-inline: 2.7777777778vw;
  }
}

.p-top-flow__list {
  display: grid;
  gap: 15.4666666667vw;
  border-radius: 2.6666666667vw;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 8.5333333333vw 6.4vw;
  margin-top: 8.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-flow__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.9166666667vw;
    border-radius: 0.6944444444vw;
    padding: 3.3333333333vw;
    margin-top: 2.2222222222vw;
  }
}

.p-top-flow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.6944444444vw;
  }
}
.p-top-flow__item + .p-top-flow__item::before {
  content: "";
  position: absolute;
  top: -12.8vw;
  left: 50%;
  translate: -50% 0;
  width: 6.4vw;
  aspect-ratio: 34/28;
  background: url(../img/top/flow-arrow--sp.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-flow__item + .p-top-flow__item::before {
    background-image: url(../img/top/flow-arrow.png);
    top: 8.125vw;
    left: -2.4305555556vw;
    translate: 0 0;
    width: 1.9444444444vw;
    aspect-ratio: 28/34;
  }
}

.p-top-flow__item-step {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 12.2666666667vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-flow__item-step {
    width: 4.7222222222vw;
  }
}
.p-top-flow__item-step.--01 {
  width: 11.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-flow__item-step.--01 {
    width: 4.375vw;
  }
}

.p-top-flow__item-image {
  width: 26.6666666667vw;
  margin-top: -1.6vw;
}
@media screen and (min-width: 768px) {
  .p-top-flow__item-image {
    width: 100%;
    margin-top: -0.6944444444vw;
  }
}

.p-top-flow__item-title {
  font-size: 4.8vw;
  font-weight: 700;
  letter-spacing: 0.384vw;
}
@media screen and (min-width: 768px) {
  .p-top-flow__item-title {
    text-align: center;
    font-size: 1.25vw;
    letter-spacing: 0.1vw;
  }
}

.p-top-flow__item-text {
  color: #656565;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1493333333vw;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-flow__item-text {
    font-size: 0.9722222222vw;
    letter-spacing: 0.0388888889vw;
    margin-top: 1.25vw;
  }
}
.p-top-flow__item-text .--link {
  display: inline;
  text-decoration: underline;
  color: #F17610;
}

.p-top-downloads {
  background-color: #F8F8F8;
  padding-block: 14.9333333333vw 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-downloads {
    padding-block: 3.8888888889vw 8.3333333333vw;
  }
}
.p-top-downloads:has(.p-top-downloads__text) {
  display: none;
}

.p-top-downloads__slider-wrapper {
  position: relative;
  padding-bottom: 22.4vw;
}
@media screen and (min-width: 768px) {
  .p-top-downloads__slider-wrapper {
    display: none;
  }
}

.p-top-downloads__slider {
  padding-top: 12.8vw;
}

.p-top-downloads__slide {
  -webkit-transition: translate 0.6s;
  transition: translate 0.6s;
}
@media (any-hover: hover) {
  .p-top-downloads__slide:hover {
    opacity: 1;
    translate: 0 -2.1333333333vw;
  }
}

.p-top-downloads__slider-pagination {
  bottom: 0 !important;
}
.p-top-downloads__slider-pagination .swiper-pagination-bullet {
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  background-color: #D9D9D9;
  margin-inline: 1.3333333333vw !important;
  opacity: 1;
}
.p-top-downloads__slider-pagination .swiper-pagination-bullet-active {
  background-color: #F17610;
}

.p-top-downloads__slider-button-prev,
.p-top-downloads__slider-button-next {
  top: 100%;
  width: 14.9333333333vw;
  height: 14.9333333333vw;
  margin-top: 0;
  translate: 0 -9.6vw;
}
.p-top-downloads__slider-button-prev::before,
.p-top-downloads__slider-button-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (any-hover: hover) {
  .p-top-downloads__slider-button-prev:hover::before,
  .p-top-downloads__slider-button-next:hover::before {
    opacity: 1;
  }
}

.p-top-downloads__slider-button-prev {
  left: 0;
  background: url(../img/top/works-arrow--l.png) center/contain no-repeat;
}
.p-top-downloads__slider-button-prev::before {
  background: url(../img/top/works-arrow--l-hover.png) center/contain no-repeat;
}

.p-top-downloads__slider-button-next {
  right: 0;
  background: url(../img/top/works-arrow--r.png) center/contain no-repeat;
}
.p-top-downloads__slider-button-next::before {
  background: url(../img/top/works-arrow--r-hover.png) center/contain no-repeat;
}

.p-top-downloads__list {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-downloads__list {
    display: grid;
    padding-top: 0;
    margin-top: 2.2222222222vw;
  }
}

.p-top-downloads__button {
  margin: 18.4vw auto 0;
}
@media screen and (min-width: 768px) {
  .p-top-downloads__button {
    margin-top: 2.2222222222vw;
  }
}
.p-top-downloads__button.--sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-downloads__button.--sp {
    display: grid;
  }
}
@media screen and (min-width: 768px) {
  .p-top-downloads__button.--pc {
    display: none;
  }
}

.p-top-downloads__text {
  text-align: center;
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-downloads__text {
    margin-top: 2.7777777778vw;
  }
}

.p-top-faq {
  background: linear-gradient(70deg, #FAEADE 45.61%, #FFEFC8 70.23%);
  padding-block: 19.2vw;
}
@media screen and (min-width: 768px) {
  .p-top-faq {
    padding-block: 6.1111111111vw 6.9444444444vw;
  }
}

#top .p-top-faq__inner {
  padding-inline: 6.4vw;
}
@media screen and (min-width: 768px) {
  #top .p-top-faq__inner {
    max-width: 66.6666666667vw;
    padding-inline: 2.7777777778vw;
  }
}

.p-top-faq__list {
  margin-top: 8.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-faq__list {
    margin-top: 2.2222222222vw;
  }
}

.p-top-faq-accordion + .p-top-faq-accordion {
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-faq-accordion + .p-top-faq-accordion {
    margin-top: 1.6666666667vw;
  }
}
.p-top-faq-accordion.is-opened .p-top-faq-summary {
  border-radius: 2.1333333333vw 2.1333333333vw 0 0;
}
@media screen and (min-width: 768px) {
  .p-top-faq-accordion.is-opened .p-top-faq-summary {
    border-radius: 0.6944444444vw 0.6944444444vw 0 0;
  }
}
.p-top-faq-accordion.is-opened .p-top-faq-summary::after {
  rotate: 180deg;
}

.p-top-faq-summary {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.6666666667vw;
  cursor: pointer;
  border-radius: 2.1333333333vw;
  background-color: #F17610;
  color: #FFF;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.16vw;
  padding: 3.2vw 8.2666666667vw 3.2vw 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-faq-summary {
    gap: 1.25vw;
    border-radius: 0.6944444444vw;
    font-size: 1.25vw;
    letter-spacing: 0.05vw;
    padding: 1.6666666667vw 3.2638888889vw 1.25vw 1.25vw;
  }
}
.p-top-faq-summary::-webkit-details-marker {
  display: none;
}
.p-top-faq-summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4vw;
  translate: 0 -50%;
  width: 3.4666666667vw;
  aspect-ratio: 13/7;
  background: url(../img/top/faq-arrow.png) center/contain no-repeat;
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
}
@media screen and (min-width: 768px) {
  .p-top-faq-summary::after {
    right: 1.1805555556vw;
    width: 0.9027777778vw;
  }
}
.p-top-faq-summary .--icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7.4666666667vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(313deg, #FEBD8A 13.84%, #F68F40 77.28%, #F68F40 92.66%);
  color: #FFF;
  font-family: "Lato", serif;
  font-size: 5.3333333333vw;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  padding: 0.1333333333vw 1.7333333333vw 0.8vw;
}
@media screen and (min-width: 768px) {
  .p-top-faq-summary .--icon {
    width: 3.125vw;
    font-size: 2.2222222222vw;
    padding: 0.1041666667vw 0.7291666667vw 0.3819444444vw;
    margin-top: -0.4166666667vw;
  }
}

.p-top-faq-accordion__inner {
  border-radius: 0 0 2.1333333333vw 2.1333333333vw;
  background-color: #FFF;
  padding: 3.2vw;
}
@media screen and (min-width: 768px) {
  .p-top-faq-accordion__inner {
    border-radius: 0 0 0.6944444444vw 0.6944444444vw;
    padding: 1.3888888889vw;
  }
}

.p-top-faq-accordion__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.6666666667vw;
  font-size: 4vw;
  line-height: 1.8;
  letter-spacing: 0.16vw;
}
@media screen and (min-width: 768px) {
  .p-top-faq-accordion__text {
    gap: 0.8333333333vw;
    font-size: 1.0416666667vw;
    letter-spacing: 0.0416666667vw;
  }
}
.p-top-faq-accordion__text .--icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7.4666666667vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #F7EAE0;
  color: #FFF;
  font-family: "Lato", serif;
  font-size: 5.3333333333vw;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  padding: 0.1333333333vw 2.1333333333vw 0.8vw;
}
@media screen and (min-width: 768px) {
  .p-top-faq-accordion__text .--icon {
    width: 3.125vw;
    font-size: 2.2222222222vw;
    padding: 0.1041666667vw 0.8333333333vw 0.3819444444vw;
  }
}

.p-top-vision {
  background: url(../img/top/vision-bg--sp.webp) center/cover no-repeat;
  padding-block: 19.2vw;
}
@media screen and (min-width: 768px) {
  .p-top-vision {
    background-image: url(../img/top/vision-bg--pc.webp);
    padding-block: 0;
  }
}

#top .p-top-vision__inner {
  padding-inline: 0;
}
@media screen and (min-width: 768px) {
  #top .p-top-vision__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100vw;
    padding-inline: 4.1666666667vw;
  }
}

.p-top-vision__body {
  margin-left: 6.4vw;
}
@media screen and (min-width: 768px) {
  .p-top-vision__body {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 33.6805555556vw;
    margin-left: 7.6388888889vw;
  }
}

.p-top-vision__heading--en {
  color: #FFF;
  font-family: "Lato", serif;
  font-size: 14.9333333333vw;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-vision__heading--en {
    font-size: 3.8888888889vw;
  }
}

.p-top-vision__heading--ja .--text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1.3333333333vw;
  background-color: #FFF;
  color: #DB500E;
  font-size: 6.9333333333vw;
  font-weight: 700;
  letter-spacing: 0.5546666667vw;
  padding: 0.8vw 2.6666666667vw;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-vision__heading--ja .--text {
    border-radius: 0.3472222222vw;
    font-size: 2.2222222222vw;
    letter-spacing: 0.1777777778vw;
    padding: 0.4166666667vw 1.1111111111vw;
    margin-top: 0.6944444444vw;
  }
}

.p-top-vision__text {
  color: #FFF;
  font-size: 4vw;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.16vw;
  margin-top: 8.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-vision__text {
    font-size: 1.25vw;
    letter-spacing: 0.05vw;
    margin-top: 2.2222222222vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-vision__slider {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: calc(100dvh - 4.5rem);
    max-height: 61.1111111111vw;
    margin-inline: 0;
  }
}

.p-top-vision__slider--01 {
  margin-top: 14.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-vision__slider--01 {
    margin: 0 0 0 9.8611111111vw;
  }
}

.p-top-vision__slider--02 {
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .p-top-vision__slider--02 {
    margin: 0 0 0 1.6666666667vw;
  }
}

.p-top-vision__slide-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-top-vision__slide {
  width: 38.4vw;
}
@media screen and (min-width: 768px) {
  .p-top-vision__slide {
    width: 19.4444444444vw;
    height: 22.2222222222vw;
  }
}
.p-top-vision__slide img {
  border-radius: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-vision__slide img {
    border-radius: 0.6944444444vw;
  }
}

.p-top-company {
  background-color: #F8F8F8;
  padding-block: 19.2vw;
}
@media screen and (min-width: 768px) {
  .p-top-company {
    padding-block: 6.9444444444vw;
  }
}

#top .p-top-company__inner {
  padding-inline: 6.4vw;
}
@media screen and (min-width: 768px) {
  #top .p-top-company__inner {
    padding-inline: 2.7777777778vw;
  }
}

.p-top-company__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8.5333333333vw;
  margin-top: 8.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-company__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.2222222222vw;
    margin-top: 2.2222222222vw;
  }
}

.p-top-company__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-company__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 28.75vw;
  }
}
.p-top-company__image img {
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-company__image img {
    border-radius: 0.6944444444vw;
  }
}

.p-top-company__list {
  width: 100%;
  border: 1px solid #E5E5E5;
}

.p-top-company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-company__item + .p-top-company__item {
  border-top: 1px solid #E5E5E5;
}
.p-top-company__item dt, .p-top-company__item dd {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.6;
  padding-block: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-company__item dt, .p-top-company__item dd {
    font-size: 1.1111111111vw;
    padding-block: 0.7986111111vw;
  }
}
.p-top-company__item dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 21.3333333333vw;
  background-color: #E5E5E5;
  padding-inline: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-company__item dt {
    width: 11.1111111111vw;
    padding-inline: 1.6666666667vw;
  }
}
.p-top-company__item dd {
  width: 100%;
  background-color: #FFF;
  letter-spacing: 0.3733333333vw;
  padding-inline: 4.8vw;
}
@media screen and (min-width: 768px) {
  .p-top-company__item dd {
    letter-spacing: 0.1111111111vw;
    padding-inline: 2.2222222222vw;
  }
}

.p-company {
  position: relative;
  background-color: #F8F8F8;
  padding-block: 8.25rem 5rem;
  overflow: hidden;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-company {
    padding-block: 10.75rem 8.75rem;
  }
}

.p-company__bg {
  position: absolute;
  z-index: -1;
}
.p-company__bg.--01 {
  top: -0.375rem;
  right: -13.5rem;
  width: 29.1875rem;
}
@media screen and (min-width: 768px) {
  .p-company__bg.--01 {
    top: -0.125rem;
    right: unset;
    left: 50%;
    translate: 10.6875rem 0;
    width: 47.4375rem;
  }
}
.p-company__bg.--02 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-company__bg.--02 {
    top: 68.75rem;
    right: 50%;
    translate: -16.875rem 0;
    width: 46.375rem;
    display: block;
  }
}
.p-company__bg.--03 {
  bottom: -15rem;
  left: -12.5rem;
  width: 35rem;
}
@media screen and (min-width: 768px) {
  .p-company__bg.--03 {
    bottom: -7.5rem;
    left: 50%;
    translate: 3.125rem 0;
    width: 52.25rem;
  }
}

.p-company__image {
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-company__image {
    margin-top: 4rem;
  }
}
.p-company__image img {
  border-radius: 0.625rem;
}

.p-company-message {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-message {
    margin-top: 4rem;
  }
}

.p-company-message__heading {
  color: #F17610;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
}

.p-company-message__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-company-message__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-company-message__title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-company-message__title {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-company-message__content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 29.125rem;
    margin-top: 0.875rem;
  }
}

.p-company-message__text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.0375rem;
}
.p-company-message__text + .p-company-message__text {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-company-message__text + .p-company-message__text {
    margin-top: 2rem;
  }
}

.p-company-overview {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-company-overview {
    margin-top: 8.75rem;
  }
}

.p-company-overview__heading {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-company-overview__heading {
    font-size: 2.5rem;
  }
}

.p-company-overview__list {
  border: 1px solid #E5E5E5;
  margin-top: 1.5rem;
}

.p-company-overview__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-company-overview__item + .p-company-overview__item {
  border-top: 1px solid #E5E5E5;
}
.p-company-overview__item dt, .p-company-overview__item dd {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  padding-block: 0.75rem;
}
.p-company-overview__item dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.25rem;
  background-color: #E5E5E5;
  padding-inline: 1rem;
}
@media screen and (min-width: 768px) {
  .p-company-overview__item dt {
    width: 10rem;
    padding-inline: 1.5rem;
  }
}
.p-company-overview__item dd {
  width: 100%;
  background-color: #FFF;
  letter-spacing: 0.1rem;
  padding-inline: 1rem;
}
@media screen and (min-width: 768px) {
  .p-company-overview__item dd {
    padding-inline: 2rem;
  }
}

.p-company-overview__foot {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-company-overview__foot {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(2.5rem, 0.2757352941rem + 3.2352941176vw, 3.1875rem);
    margin-top: 3.5rem;
  }
}

.p-company-overview__foot-image img {
  border-radius: 0.375rem;
}

.p-not-found {
  position: relative;
  background-color: #F8F8F8;
  padding-block: 8.25rem 5rem;
  overflow: hidden;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-not-found {
    padding-block: 10.75rem 8.75rem;
  }
}

.p-not-found__bg {
  position: absolute;
  top: -0.375rem;
  right: -13.125rem;
  width: 29.1875rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-not-found__bg {
    top: -0.625rem;
    right: unset;
    left: 50%;
    translate: 10.6875rem 0;
    width: 47.4375rem;
  }
}

.p-not-found__text {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.0375rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-not-found__text {
    margin-top: 3rem;
  }
}

.p-not-found__button {
  position: relative;
  width: 15rem;
  height: 3.375rem;
  display: grid;
  place-items: center;
  border-radius: 3.75rem;
  background-color: #DF4800;
  color: #FFF;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.2;
  padding-right: 0.5rem;
  margin: 2rem auto 0;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media screen and (min-width: 768px) {
  .p-not-found__button {
    margin-top: 3rem;
  }
}
.p-not-found__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  translate: 0 -50%;
  width: 0.625rem;
  aspect-ratio: 1/1;
  background: url(../img/common/kirakira-button-icon.png) center/contain no-repeat;
  -webkit-transition: rotate 2s;
  transition: rotate 2s;
}
@media (any-hover: hover) {
  .p-not-found__button:hover {
    opacity: 1;
    background-color: #E77540;
  }
  .p-not-found__button:hover::before {
    rotate: y 360deg;
  }
}

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

@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}/*# sourceMappingURL=style.css.map */