* {
  margin: 0;
  padding: 0;
  line-height: calc(0.25rem + 1em + 0.25rem);
}
*,
::before,
::after {
  box-sizing: border-box;
}
*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}
html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}
:where(svg) {
  stroke: none;
  fill: currentColor;
}
:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
:where(svg):where(:not([width])) {
  inline-size: 5rem;
}
:where(input, button, textarea, select),
:where(input[type="file"])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
}
:where(textarea) {
  resize: vertical;
}
@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}
h1 {
  font-size: 2em;
}
:where(ul, ol) {
  list-style-position: inside;
}
:where(ul, ol)[role="list"] {
  list-style: none;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
:where(
    a[href],
    area,
    button,
    input,
    label[for],
    select,
    summary,
    textarea,
    [tabindex]:not([tabindex*="-"])
  ) {
  cursor: pointer;
  touch-action: manipulation;
}
:where(input[type="file"]) {
  cursor: auto;
}
:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  cursor: pointer;
}
@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}
:where(
    button,
    button[type],
    input[type="button"],
    input[type="submit"],
    input[type="reset"]
  ),
:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
}
:where(
    button,
    button[type],
    input[type="button"],
    input[type="submit"],
    input[type="reset"]
  )[disabled] {
  cursor: not-allowed;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:focus {
  outline: none;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
}
* {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ",
    sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ",
    sans-serif;
  text-align: center;
}
html {
  scroll-padding-top: 95px;
  scroll-behavior: smooth;
}
dd {
  font-size: min(spvw(12), 13px);
  letter-spacing: ls(1.4);
}
.sp-active {
  display: inline-block !important;
}
@media (min-width: 768px) {
  .sp-active {
    display: none !important;
  }
}
.sp-active-with-flex {
  display: flex !important;
}
@media (min-width: 768px) {
  .sp-active-with-flex {
    display: none !important;
  }
}
.sp-active-with-grid {
  display: grid !important;
}
@media (min-width: 768px) {
  .sp-active-with-grid {
    display: none !important;
  }
}
.sp-active-with-inlineGrid {
  display: inline-grid !important;
}
@media (min-width: 768px) {
  .sp-active-with-inlineGrid {
    display: none !important;
  }
}
.sp-active-with-block {
  display: block !important;
}
@media (min-width: 768px) {
  .sp-active-with-block {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .tab-active {
    display: inline-block !important;
  }
}
@media (min-width: 1100px) {
  .tab-active {
    display: none !important;
  }
}
.tab-active-with-flex {
  display: none !important;
}
@media (min-width: 768px) {
  .tab-active-with-flex {
    display: flex !important;
  }
}
@media (min-width: 1100px) {
  .tab-active-with-flex {
    display: none !important;
  }
}
.tab-active-with-grid {
  display: none !important;
}
@media (min-width: 768px) {
  .tab-active-with-grid {
    display: grid !important;
  }
}
@media (min-width: 1100px) {
  .tab-active-with-grid {
    display: none !important;
  }
}
.tab-active-with-inlineGrid {
  display: none !important;
}
@media (min-width: 768px) {
  .tab-active-with-inlineGrid {
    display: inline-grid !important;
  }
}
@media (min-width: 1100px) {
  .tab-active-with-inlineGrid {
    display: none !important;
  }
}
.tab-active-with-block {
  display: none !important;
}
@media (min-width: 768px) {
  .tab-active-with-block {
    display: block !important;
  }
}
@media (min-width: 1100px) {
  .tab-active-with-block {
    display: none !important;
  }
}
.pc-active {
  display: none !important;
}
@media (min-width: 1100px) {
  .pc-active {
    display: inline-block !important;
  }
}
.pc-active-with-flex {
  display: none !important;
}
@media (min-width: 1100px) {
  .pc-active-with-flex {
    display: flex !important;
  }
}
.pc-active-with-grid {
  display: none !important;
}
@media (min-width: 1100px) {
  .pc-active-with-grid {
    display: grid !important;
  }
}
.pc-active-with-inlineGrid {
  display: none !important;
}
@media (min-width: 1100px) {
  .pc-active-with-inlineGrid {
    display: inline-grid !important;
  }
}
.pc-active-with-block {
  display: none !important;
}
@media (min-width: 1100px) {
  .pc-active-with-block {
    display: block !important;
  }
}
.c-breadcrumb {
  padding: 24px 0;
}
@media (max-width: 750px) {
  .c-breadcrumb {
    padding: min(6.4vw, 48px) 0;
  }
}
.c-breadcrumb__list {
  display: flex;
  gap: 4px;
  list-style: none;
}
.c-breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.55px;
}
.c-breadcrumb__item::after {
  content: "";
  margin: 0 4px;
  width: 5px;
  height: 9px;
  background: url("../img/common/breadcrumb-arrow.svg") no-repeat center;
}
.c-breadcrumb__item:last-child::after {
  display: none;
}
.c-breadcrumb__item a {
  text-decoration: none;
}
.c-contents {
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 750px) {
  .c-contents {
    border-radius: min(8vw, 60px);
  }
}
.c-contents[data-type="service"] .c-contents__body {
  padding: 40px 80px 56px 80px;
}
@media (max-width: 1024px) {
  .c-contents[data-type="service"] .c-contents__body {
    padding: 40px 40px 56px 40px;
  }
}
@media (max-width: 750px) {
  .c-contents[data-type="service"] .c-contents__body {
    padding: min(10.6666666667vw, 80px) min(5.3333333333vw, 40px)
      min(14.9333333333vw, 112px) min(5.3333333333vw, 40px);
  }
}
.c-contents[data-type="shop"] .c-contents__head {
  text-align: left;
}
.c-contents[data-type="shop"] .c-contents__body {
  padding: 56px 40px;
}
@media (max-width: 750px) {
  .c-contents[data-type="shop"] .c-contents__body {
    padding: min(8vw, 60px) min(5.3333333333vw, 40px);
  }
}
.c-contents__head {
  padding: 16px 24px;
  background-color: #e0e8f4;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.6px;
}
@media (max-width: 750px) {
  .c-contents__head {
    padding: min(4.2666666667vw, 32px) min(6.4vw, 48px);
    font-size: min(4.2666666667vw, 32px);
    letter-spacing: min(0.128vw, 0.96px);
  }
}
.c-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-flex--column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.c-flex--row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
body.no-scroll {
  overflow: hidden;
  height: 100%;
  width: 100%;
  overscroll-behavior: contain;
}
@supports (-webkit-touch-callout: none) {
  body.no-scroll {
    position: fixed;
    inset: 0;
  }
}
.l-header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  padding-top: min(5.3333333333vw, 30px);
}
.l-header__container {
  width: min(89.3333333333vw, 1280px);
  margin: 0 auto;
  padding: 0 0 min(2.6666666667vw, 20px);
  justify-content: space-between;
}
.l-header__logo {
  display: block;
  width: min(36.8vw, 220px);
  aspect-ratio: 138/25;
}
.l-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.l-header__menu {
  row-gap: min(1.0666666667vw, 6px);
  width: min(6.4vw, 30px);
  height: min(6.4vw, 30px);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.l-header__menu-bar {
  background-color: #000;
  height: min(0.5333333333vw, 2.5px);
  width: min(3.7333333333vw, 17.5px);
  transition: all 0.3s ease-in;
}
.l-header #menuToggle.open .l-header__menu-bar:nth-child(1) {
  transform: translateY(min(1.2vw, 6.5px)) rotate(45deg);
  width: min(4vw, 18.75px);
}
.l-header #menuToggle.open .l-header__menu-bar:nth-child(2) {
  opacity: 0;
}
.l-header #menuToggle.open .l-header__menu-bar:nth-child(3) {
  transform: translateY(max(-2vw, -10px)) rotate(-45deg);
  width: min(4vw, 18.75px);
}
.l-header__pc-nav {
  -moz-column-gap: min(0.9090909091vw, 30px);
  column-gap: min(0.9090909091vw, 30px);
}
.l-header__pc-nav--link {
  margin-left: 60px;
  justify-content: flex-end;
  -moz-column-gap: min(1.0909090909vw, 24px);
  column-gap: min(1.0909090909vw, 24px);
  row-gap: min(0.1818181818vw, 4px);
  max-width: 657px;
}
.l-header__pc-nav--link li a {
  font-size: min(1.2727272727vw, 15px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: calc(0.48 / 16 * 1rem);
}
.l-header__pc-nav--btn {
  -moz-column-gap: min(1.0909090909vw, 16px);
  column-gap: min(1.0909090909vw, 16px);
}
.l-header__pc-nav--call-link {
  width: min(15.4545454545vw, 198px);
  -moz-column-gap: min(0.5454545455vw, 10px);
  column-gap: min(0.5454545455vw, 10px);
  align-items: baseline;
}
.l-header__pc-nav--call-link img {
  width: min(1.2727272727vw, 20px);
  aspect-ratio: 1/1;
}
.l-header__pc-nav--call-link > div > p {
  font-size: min(1.6363636364vw, 24px);
  font-weight: 700;
  line-height: 1.6;
}
.l-header__pc-nav--call-link > div > small {
  font-size: min(0.9090909091vw, 11px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: calc(0.55 / 16 * 1rem);
}
.l-header__pc-nav--call-link--tel {
  max-width: 170px;
}
.l-header__pc-nav--contact-link {
  height: 50px;
  width: min(12.7272727273vw, 159px);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: calc(0.48 / 16 * 1rem);
  background-color: #ffc916;
  border-radius: 30px;
}
.l-header__nav {
  opacity: 0;
  visibility: hidden;
  height: 0;
  z-index: -1;
  position: relative;
  top: 0;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s ease-in;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: min(8vw, 37.5px);
}
.l-header__nav.open {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  height: calc(100dvh - min(14.6666666667vw, 90px));
  max-height: calc(100dvh - min(14.6666666667vw, 90px));
  overflow-y: auto;
  padding-bottom: calc(min(12.8vw, 60px) + min(2.6666666667vw, 12.5px));
}
.l-header__nav.open > * {
  opacity: 1;
  visibility: visible;
  height: auto;
  z-index: 1;
  transition: all 0.15s ease-out;
}
.l-header__nav > * {
  margin: 0 auto;
  width: min(84vw, 1100px);
  opacity: 0;
  visibility: hidden;
  height: 0;
  z-index: -1;
}
.l-header__nav-link {
  margin-top: calc(15dvh - min(14.6666666667vw, 90px));
  row-gap: min(6.4vw, 24px);
}
.l-header__nav-link li {
  text-align: center;
}
.l-header__nav-link li a {
  display: inline-block;
  color: #000;
  line-height: 1.6;
  font-weight: 500;
  font-size: min(4.2666666667vw, 16px);
  letter-spacing: calc(0.48 / 16 * 1rem);
  justify-content: center;
  align-items: center;
}
.l-header__nav__area {
  background-color: #ffc916;
  width: 100%;
  align-items: center;
  padding-bottom: min(10.6666666667vw, 70px);
}
.l-header__nav__area-image {
  margin: 0 auto;
  width: min(56vw, 210px);
  position: relative;
}
.l-header__nav__area-title {
  margin-top: min(10.6666666667vw, 70px);
  font-size: min(4.8vw, 26px);
  line-height: 1.5;
  font-weight: 700;
  border-bottom: min(1.0666666667vw, 4px) solid #fff;
}
@media (min-width: 768px) {
  .l-header__nav__area-title {
    margin-top: min(3.7760416667vw, 29px);
  }
}
@media (min-width: 1100px) {
  .l-header__nav__area-title {
    margin-top: 20px;
  }
}
.l-header__nav__area-text {
  width: min(89.3333333333vw, 850px);
  margin: min(5.3333333333vw, 20px) auto 0;
  font-size: min(3.7333333333vw, 14px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: calc(0.7 / 16 * 1rem);
  text-align: center;
}
.l-header__nav__area-links {
  width: min(89.3333333333vw, 1100px);
  margin: min(8vw, 30px) auto 0;
  row-gap: min(5.3333333333vw, 20px);
  -moz-column-gap: min(13.3333333333vw, 50px);
  column-gap: min(13.3333333333vw, 50px);
}
@media (min-width: 1100px) {
  .l-header__nav__area-links {
    width: 850px;
  }
}
.l-header__nav__link {
  background-color: #f24a0d;
  border: min(1.0666666667vw, 4px) solid #fff;
  border-radius: min(10.6666666667vw, 40px);
  width: min(89.3333333333vw, 350px);
  height: min(21.3333333333vw, 80px);
  -moz-column-gap: min(2.1333333333vw, 12px);
  column-gap: min(2.1333333333vw, 12px);
}
@media (min-width: 1100px) {
  .l-header__nav__link {
    width: 400px;
  }
}
.l-header__nav__link-wrapper {
  -moz-column-gap: min(2.1333333333vw, 12px);
  column-gap: min(2.1333333333vw, 12px);
}
.l-header__nav__link--call {
  row-gap: min(0.8vw, 5px);
  justify-content: center;
}
.l-header__nav__link-icon {
  width: min(6.4vw, 32px);
  aspect-ratio: 24/26;
}
.l-header__nav__link-tel {
  row-gap: min(0.8vw, 3px);
}
.l-header__nav__link-text {
  font-size: min(4.2666666667vw, 20px);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: calc(0.48 / 16 * 1rem);
}
.l-header__nav__link-number {
  font-size: min(6.4vw, 24px);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: calc(0.48 / 16 * 1rem);
}
.l-header__nav__link-time {
  color: #fff;
  font-size: min(2.9333333333vw, 11px);
  line-height: 1.5;
  text-align: center;
}
.l-header__nav-other {
  justify-content: flex-start;
}
.l-header__nav-other li {
  width: 50%;
  padding: 0 min(4vw, 22.5px);
}
.l-header__nav-other li:nth-of-type(odd) {
  border-right: solid 1px #e3e3e3;
}
.l-header__nav-other li a {
  color: #231815;
  line-height: 1;
  font-weight: 700;
  font-size: min(3.2vw, 15px);
  padding: min(2.6666666667vw, 12.5px) 0;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.l-header__nav-other li a.--font-small {
  font-size: min(2.9333333333vw, 15px);
}
.l-header__nav-other li a .--svg-arrow {
  position: relative;
  right: 0;
  color: #fff8aa;
  width: min(4.2666666667vw, 20px);
  aspect-ratio: 1/1;
}
.l-header__contact-logo {
  width: min(53.0666666667vw, 199px);
  aspect-ratio: 199/36;
  margin: 0 auto;
}
.l-header__contact-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.l-header__contact-tel {
  gap: min(0.8vw, 3px);
}
.l-header__contact-icon {
  width: min(8vw, 30px);
  aspect-ratio: 1/1;
}
.l-header__contact-number {
  font-size: min(8.5333333333vw, 32px);
  font-weight: 700;
  line-height: 1.6;
}
.l-header__contact-text {
  font-size: min(4.2666666667vw, 20px);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: calc(0.48 / 16 * 1rem);
}
.l-header__contact-time {
  font-size: min(2.9333333333vw, 11px);
  line-height: 1.5;
  letter-spacing: calc(0.7 / 16 * 1rem);
  text-align: center;
}
.l-header__contact__link {
  background-color: #ffc916;
  border: min(1.0666666667vw, 4px) solid #fff;
  border-radius: min(10.6666666667vw, 40px);
  width: min(89.3333333333vw, 350px);
  max-width: 100%;
  height: min(21.3333333333vw, 80px);
  margin: min(5.3333333333vw, 20px) auto 0;
}
.l-header__contact__link-text {
  font-size: min(4.2666666667vw, 20px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: calc(0.48 / 16 * 1rem);
}
.l-header__pc-nav {
  display: none;
}
@media (min-width: 1100px) {
  .l-header__menu {
    display: none;
  }
  .l-header__nav {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0 !important;
  }
  .l-header__pc-nav {
    display: flex;
  }
}
.l-header--support {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}
.l-header--support .l-header__container {
  width: min(89.3333333333vw, 1100px);
  margin: 0 auto;
  padding: min(5.3333333333vw, 23px) 0 min(2.6666666667vw, 20px);
  justify-content: flex-start;
}
.l-header--support .l-header__logo {
  width: min(36.8vw, 220px);
  aspect-ratio: 138/25;
}
.l-header--support .l-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-float {
  position: fixed;
  right: min(2.6666666667vw, 20px);
  bottom: 0;
  width: min(100vw, 457px);
  z-index: 2;
}
@media (min-width: 768px) {
  .c-float {
    right: min(2.6041666667vw, 33px);
    align-items: flex-end;
  }
}
.c-float__link {
  width: min(63.2vw, 286px);
  height: min(18.1333333333vw, 76px);
  margin-right: max(-19.7333333333vw, -110px);
  background-color: #ffc916;
  border-radius: min(10.6666666667vw, 40px);
  box-shadow: 0 min(1.0666666667vw, 4px) min(0.1333333333vw, 0.5px) 0 #e9b300;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .c-float__link {
    margin-bottom: min(3.515625vw, 28px);
  }
}
.c-float__link small {
  font-size: min(3.4666666667vw, 13px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: calc(0.65 / 16 * 1rem);
}
.c-float__link-text {
  font-size: min(4.2666666667vw, 16px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: calc(0.6 / 16 * 1rem);
}
.c-float__image {
  width: min(51.156vw, 275.625px);
  aspect-ratio: 457.5375/280.035;
}
.l-footer {
  position: relative;
  z-index: 1;
}
.l-footer__container {
  border-top: 1px solid #231815;
  background-color: #ffc916;
  width: 100%;
  padding: min(13.3333333333vw, 50px) 0;
  row-gap: min(8vw, 30px);
  align-items: center;
}
.l-footer__wrapper {
  width: min(89.3333333333vw, 1280px);
  margin: 0 auto;
  text-align: center;
}
.l-footer__links {
  row-gap: min(3.2vw, 15px);
  justify-content: center;
  align-items: center;
}
@media (min-width: 1100px) {
  .l-footer__links {
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
.l-footer__link {
  width: 50%;
  text-align: center;
  padding-top: min(0.8vw, 5px);
  padding-bottom: min(0.8vw, 5px);
}
@media (min-width: 1100px) {
  .l-footer__link {
    width: unset;
  }
}
.l-footer__link--long {
  flex-grow: 1;
  padding-top: unset;
  padding-bottom: unset;
  padding-left: min(2.6666666667vw, 14px);
}
@media (min-width: 768px) {
  .l-footer__link--long {
    padding-left: 0;
  }
}
@media (min-width: 1100px) {
  .l-footer__link--long {
    flex-grow: unset;
    justify-content: center;
  }
}
.l-footer__link:nth-of-type(odd) {
  border-right: 1px solid #231815;
}
.l-footer__link:nth-of-type(odd):last-of-type {
  border-right: none;
}
@media (min-width: 1100px) {
  .l-footer__link:nth-of-type(odd) {
    border-right: none;
  }
}
.l-footer__link a {
  font-size: min(3.7333333333vw, 14px);
  line-height: 1.2;
  font-weight: 500;
}
.l-footer__logo {
  width: min(58.6666666667vw, 220px);
  margin: 0 auto;
}
.l-footer__copyright {
  font-size: min(3.7333333333vw, 14px);
  line-height: 1;
  letter-spacing: calc(0.28 / 16 * 1rem);
}
.p-footerCta {
  background: #ffc916;
}
@media (min-width: 1100px) {
  .p-footerCta {
    padding-bottom: 40px;
  }
}
.p-footerCta__container {
  width: 100%;
  row-gap: min(13.3333333333vw, 50px);
  position: relative;
  z-index: 1;
}
.p-footerCta__title {
  padding: min(13.3333333333vw, 50px) 0 0;
}
.p-footerCta__title p {
  display: inline;
  font-size: min(5.3333333333vw, 20px);
  font-weight: 700;
  line-height: 2.2;
}
.p-footerCta__title p span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  padding-bottom: min(0.8vw, 3px);
  border-bottom: min(0.5333333333vw, 2px) solid #ffc916;
}
.p-footerCta__area {
  background: rgba(0, 0, 0, 0);
  width: 100%;
  align-items: center;
}
.p-footerCta__area-title {
  margin-top: min(10.6666666667vw, 70px);
  font-size: min(3.4666666667vw, 13px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: calc(0.65 / 16 * 1rem);
  align-items: center;
}
@media (min-width: 768px) {
  .p-footerCta__area-title {
    margin-top: min(3.7760416667vw, 29px);
  }
}
@media (min-width: 1100px) {
  .p-footerCta__area-title {
    flex-direction: row;
    margin-top: 20px;
  }
}
.p-footerCta__area-title > p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.p-footerCta__area-title > p span {
  font-size: min(4.2666666667vw, 16px);
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.p-footerCta__area-title > p span.left {
  display: inline-block;
  transform: rotate(-25deg);
}
.p-footerCta__area-title > p span.right {
  display: inline-block;
  transform: rotate(25deg);
}
.p-footerCta__area-text {
  width: min(89.3333333333vw, 850px);
  margin: max(-1.6vw, -6px) auto 0;
  font-size: min(3.7333333333vw, 14px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: calc(0.7 / 16 * 1rem);
  text-align: center;
}
.p-footerCta__area-links {
  width: min(89.3333333333vw, 1100px);
  margin: min(8vw, 30px) auto 0;
  row-gap: min(5.3333333333vw, 20px);
  -moz-column-gap: min(13.3333333333vw, 50px);
  column-gap: min(13.3333333333vw, 50px);
}
@media (min-width: 1100px) {
  .p-footerCta__area-links {
    width: 850px;
  }
}
.p-footerCta__tel {
  gap: min(0.8vw, 3px);
}
.p-footerCta__tel-icon {
  width: min(10.1333333333vw, 38px);
  aspect-ratio: 1/1;
}
.p-footerCta__tel-number {
  font-size: min(10.6666666667vw, 40px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: calc(0.48 / 16 * 1rem);
}
.p-footerCta__link {
  background-color: #f24a0d;
  border: min(1.0666666667vw, 4px) solid #fff;
  border-radius: min(10.6666666667vw, 40px);
  width: min(89.3333333333vw, 350px);
  margin-top: min(5.3333333333vw, 20px);
  height: min(21.3333333333vw, 80px);
  -moz-column-gap: min(2.1333333333vw, 12px);
  column-gap: min(2.1333333333vw, 12px);
}
@media (min-width: 1100px) {
  .p-footerCta__link {
    width: 400px;
  }
}
.p-footerCta__link-wrapper {
  -moz-column-gap: min(2.1333333333vw, 12px);
  column-gap: min(2.1333333333vw, 12px);
}
.p-footerCta__link--call {
  row-gap: min(0.8vw, 5px);
  justify-content: center;
}
.p-footerCta__link-icon {
  width: min(6.4vw, 32px);
  aspect-ratio: 24/26;
}
.p-footerCta__link-text {
  font-size: min(4.2666666667vw, 16px);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: calc(0.48 / 16 * 1rem);
}
.l-service {
  padding: 240px 0 0 0;
  background-color: #ffc916;
}
@media (max-width: 1024px) {
  .l-service {
    padding: 180px 0 0 0;
  }
}
@media (max-width: 750px) {
  .l-service {
    padding: min(32vw, 240px) 0 0 0;
  }
}
.l-service .l-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 750px) {
  .l-service .l-inner {
    max-width: min(89.3333333333vw, 670px);
    padding: 0;
  }
}
.l-service .p-service {
  position: relative;
  background-color: #fef7ad;
}
.l-service .p-service:before {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  aspect-ratio: 1440/160;
  height: auto;
  background-image: url("../../dest/img/service/top-bg.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .l-service .p-service:before {
    top: 0;
    left: 0;
    max-width: 100%;
    transform: translateY(-100%);
  }
}
.l-service .p-service .p-service__top {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 48px 0;
}
@media (max-width: 750px) {
  .l-service .p-service .p-service__top {
    padding: min(6.4vw, 48px) 0;
  }
}
.l-service .p-service .p-service__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.l-service .p-service .p-service__head--en {
  display: block;
  width: 100%;
  max-width: 278px;
  padding: 8.5px 0;
}
@media (max-width: 750px) {
  .l-service .p-service .p-service__head--en {
    max-width: min(59.4026666667vw, 445.52px);
    padding: min(1.8666666667vw, 14px) 0;
  }
}
.l-service .p-service .p-service__head--en img {
  width: 100%;
  height: auto;
}
.l-service .p-service .p-service__head--ja {
  display: block;
  margin: 10px 0 0 0;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ",
    sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.96px;
}
@media (max-width: 750px) {
  .l-service .p-service .p-service__head--ja {
    font-size: min(7.4666666667vw, 56px);
    margin: min(2.1333333333vw, 16px) 0 0 0;
  }
}
.l-service .p-service .p-service__text {
  text-align: center;
  margin: 32px 0 0 0;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ",
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.32px;
}
@media (max-width: 750px) {
  .l-service .p-service .p-service__text {
    font-size: min(3.7333333333vw, 28px);
    margin: min(4.2666666667vw, 32px) 0 0 0;
  }
}
.l-service .p-life {
  position: relative;
  z-index: 1;
}
.l-service .p-property-and-casualty {
  position: relative;
  margin: 40px 0 0 0;
  z-index: 1;
}
@media (max-width: 1160px) {
  .l-service .p-property-and-casualty {
    margin: 80px 0 0 0;
  }
}
@media (max-width: 960px) {
  .l-service .p-property-and-casualty {
    margin: 100px 0 0 0;
  }
}
@media (max-width: 750px) {
  .l-service .p-property-and-casualty {
    z-index: 2;
    margin: 120px 0 0 0;
  }
}
.l-service .p-property-and-casualty .p-gacha {
  position: absolute;
  width: 312px;
  top: -339px;
  left: 0;
  z-index: 2;
}
@media (max-width: 1080px) {
  .l-service .p-property-and-casualty .p-gacha {
    width: 280px;
  }
}
@media (max-width: 960px) {
  .l-service .p-property-and-casualty .p-gacha {
    width: 260px;
  }
}
@media (max-width: 820px) {
  .l-service .p-property-and-casualty .p-gacha {
    width: 210px;
    z-index: -1;
    top: -193px;
  }
}
.l-service .p-property-and-casualty .p-gacha [data-media="pc"] {
  display: block;
}
@media (max-width: 820px) {
  .l-service .p-property-and-casualty .p-gacha [data-media="pc"] {
    display: none;
  }
}
.l-service .p-property-and-casualty .p-gacha [data-media="sp"] {
  display: none;
}
@media (max-width: 820px) {
  .l-service .p-property-and-casualty .p-gacha [data-media="sp"] {
    display: block;
  }
}
.l-service .p-short-term {
  position: relative;
  z-index: 2;
  margin: 40px 0 0 0;
}
@media (max-width: 820px) {
  .l-service .p-short-term {
    margin: 120px 0 0 0;
  }
}
.l-service .p-short-term .p-muck {
  position: absolute;
  width: 212px;
  right: 33px;
  top: -288px;
  z-index: 2;
}
@media (max-width: 820px) {
  .l-service .p-short-term .p-muck {
    right: 10px;
    width: 172px;
    top: -243.93px;
    z-index: -1;
  }
}
.l-service .p-short-term .p-muck [data-media="pc"] {
  display: block;
}
@media (max-width: 820px) {
  .l-service .p-short-term .p-muck [data-media="pc"] {
    display: none;
  }
}
.l-service .p-short-term .p-muck [data-media="sp"] {
  display: none;
}
@media (max-width: 820px) {
  .l-service .p-short-term .p-muck [data-media="sp"] {
    display: block;
  }
}
.l-service .p-web {
  margin: 40px 0 0 0;
  padding: 24px 80px 56px 80px;
  border-radius: 30px;
  background-color: #fff;
}
@media (max-width: 750px) {
  .l-service .p-web {
    margin: min(6.4vw, 48px) 0 0 0;
    padding: min(6.4vw, 48px) min(5.3333333333vw, 40px)
      min(14.9333333333vw, 112px) min(5.3333333333vw, 40px);
    border-radius: min(8vw, 60px);
  }
}
.l-service .p-web__head {
  padding: 16px 0;
  border-bottom: 3px solid #ffc916;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.6px;
}
@media (max-width: 750px) {
  .l-service .p-web__head {
    padding: min(4.2666666667vw, 32px) 0;
    font-size: min(5.3333333333vw, 40px);
    letter-spacing: min(0.16vw, 1.2px);
  }
}
.l-service .p-web__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0 0 0;
}
@media (max-width: 750px) {
  .l-service .p-web__body {
    padding: min(10.6666666667vw, 80px) 0 0 0;
  }
}
.l-service .p-web__body .p-web__bannerList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
  max-width: 753px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .l-service .p-web__body .p-web__bannerList {
    max-width: min(62.6666666667vw, 470px);
    gap: min(6.4vw, 48px);
  }
}
.l-service .p-web__body .p-web__bannerList .p-web__link {
  display: block;
  width: 235px;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
}
@media (max-width: 750px) {
  .l-service .p-web__body .p-web__bannerList .p-web__link {
    width: 100%;
  }
}
.l-service .p-web__body .p-web__bannerList .p-web__link:hover {
  opacity: 0.6;
}
.l-service .p-web__body .p-web__note {
  margin: 24px 0 0 0;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.55px;
}
@media (max-width: 750px) {
  .l-service .p-web__body .p-web__note {
    font-size: min(2.9333333333vw, 22px);
    margin: min(6.4vw, 48px) 0 0 0;
    letter-spacing: min(0.1466666667vw, 1.1px);
  }
}
.l-service .p-footerCtaWrap {
  background-color: #ffc916;
}
@media (min-width: 1100px) {
  .l-service .p-footerCtaWrap {
    padding: 20px 0 0 0;
  }
}
.c-serviceList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 750px) {
  .c-serviceList[data-type="property-and-casualty"] {
    justify-content: flex-start;
  }
}
@media (max-width: 750px) {
  .c-serviceList {
    display: grid;
    flex-wrap: nowrap;
    justify-content: normal;
    grid-template-columns: repeat(2, 1fr);
    gap: min(4.2666666667vw, 32px);
  }
}
.c-serviceList .c-serviceCard {
  width: 15.8333333333vw;
  max-width: 228px;
  box-sizing: border-box;
  padding: 8px 16px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .c-serviceList .c-serviceCard {
    width: 19.53125vw;
    max-width: 200px;
  }
}
@media (max-width: 750px) {
  .c-serviceList .c-serviceCard {
    width: 100%;
    max-width: 100%;
    padding: min(2.1333333333vw, 16px);
    border-radius: min(1.0666666667vw, 8px);
  }
}
.c-serviceList .c-serviceCard__image {
  aspect-ratio: 196/120;
  overflow: hidden;
}
.c-serviceList .c-serviceCard__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-serviceList .c-serviceCard__titleWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 64px;
}
@media (max-width: 750px) {
  .c-serviceList .c-serviceCard__titleWrap {
    min-height: min(19.7333333333vw, 148px);
  }
}
.c-serviceList .c-serviceCard__title {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ",
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.8px;
}
@media (max-width: 750px) {
  .c-serviceList .c-serviceCard__title {
    font-size: min(3.7333333333vw, 28px);
    letter-spacing: min(0.1866666667vw, 1.4px);
  }
}
.c-breadcrumb {
  margin: 80px 0 0 0;
}
@media (max-width: 750px) {
  .c-breadcrumb {
    margin: min(10.6666666667vw, 80px) 0 0 0;
  }
}
.l-footer__container {
  border-top: none;
}
[data-media="sp"] {
  display: none;
}
@media (max-width: 750px) {
  [data-media="sp"] {
    display: block;
  }
}
[data-media="pc"] {
  display: block;
}
@media (max-width: 750px) {
  [data-media="pc"] {
    display: none;
  }
}
/*# sourceMappingURL=service.css.map */
