/* reset */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
/**
 * Fix appearance for Firefox
 */
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

:root {
  --clr-base: #1c1d20;
  --clr-main: #26272a;
  --clr-accent: #f8f9fb;
  --clr-accent-base: #f0f1f3;
  --clr-text: #333;
  --padding-overall: calc(16vw*100/375);
}
@media screen and (min-width: 1024px) {
  :root {
    --padding-overall: 40px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}

body {
  background-color: #fff;
  color: #333;
  font-family: 'Noto Sans JP', "Inter", sans-serif;
  font-size: calc(1.4rem*0.625);
  font-weight: 400;
  line-height: 1.7;
}

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

a:active, a:hover {
  outline: 0;
}

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

.l-wrapper {
  position: relative;
}

.l-header {
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.l-header__inner {
  padding: calc(12vw*100/375) calc(8vw*100/375);
}

.l-header__logo {
  display: block;
  line-height: 0;
  width: 100%;
  max-height: calc(26vw*100/375);
  object-fit: contain;
  object-position: left;
}

@media screen and (min-width: 1024px) {
  .l-header__inner {
    padding: 12px 8px;
  }

  .l-header__logo {
    max-height: 48px;
  }
}
.l-main {
  overflow: hidden;
}

.l-footer {
  background-color: #f6f6f6;
}

.l-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 40px 16px;
}

.l-footer__address {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.l-footer__logo {
  position: relative;
  width: 220px;
  height: 59px;
  object-fit: cover;
}

.l-footer__address-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.l-footer__address-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.l-footer__shop-name {
  font-size: 10px;
  line-height: 1.2;
}

.l-footer__address-detail {
  font-size: 10px;
  line-height: 1.2;
}

.l-footer__copyright {
  font-size: 10px;
  line-height: 1.2;
}

@media screen and (min-width: 600px) {
  .l-footer__address-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: auto;
  }
}
.c-link {
  transition: .2s ease;
}

@media (hover: hover) {
  .c-link:hover {
    opacity: .9;
    transform: scale(1.04);
  }
}
.c-mv__img {
  width: 100%;
}

.c-btnarea__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(12vw*100/375);
  padding: calc(24vw*100/375) var(--padding-overall) calc(40vw*100/375);
}

.c-btnarea__heading {
  font-size: calc(18vw*100/375);
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: calc(12vw*100/375);
  text-align: center;
}
.c-btnarea__heading::before, .c-btnarea__heading::after {
  background-color: #333;
  content: '';
  width: calc(2vw*100/375);
  flex-shrink: 0;
}
.c-btnarea__heading::before {
  transform: rotate(-20deg);
}
.c-btnarea__heading::after {
  transform: rotate(20deg);
}

.c-btnarea__content {
  width: 100%;
}

.c-btnarea__btn-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(16vw*100/375);
}

.c-btnarea__btn {
  width: 100%;
}

.c-btnarea__btn-form {
  margin: calc(-6vw*100/375) calc(-16vw*100/375) calc(-20vw*100/375);
}

.c-btnarea__btn-tel {
  margin: calc(-12vw*100/375) calc(-16vw*100/375) calc(-20vw*100/375);
}

.c-btnarea__btn-img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .c-btnarea__inner {
    gap: 12px;
    padding: 48px var(--padding-overall) 24px;
  }

  .c-btnarea__heading {
    font-size: 28px;
    gap: 16px;
    align-items: center;
  }
  .c-btnarea__heading::before, .c-btnarea__heading::after {
    width: 2.5px;
    height: 28px;
  }
  .c-btnarea__heading::before {
    transform: rotate(-30deg);
  }
  .c-btnarea__heading::after {
    transform: rotate(30deg);
  }

  .c-btnarea__content {
    width: auto;
  }

  .c-btnarea__btn-wrapper {
    flex-direction: row;
    align-items: flex-end;
    gap: 24px;
  }

  .c-btnarea__btn-form {
    margin: -6px -20px -24px;
  }

  .c-btnarea__btn-tel {
    margin: -14px -20px -24px;
  }

  .c-btnarea__btn-tel02 {
    padding-bottom: 8px;
  }

  .c-btnarea__btn-img {
    width: auto;
  }
}
.c-overview__content {
  display: flex;
  flex-direction: column;
  gap: calc(16vw*100/375);
}

.c-overview__text {
  padding: 0 var(--padding-overall);
}

.c-overview__img {
  width: 100%;
}

.c-overview__text {
  font-size: calc(14vw*100/375);
}

@media screen and (min-width: 1024px) {
  .c-overview__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 80px var(--padding-overall) 0;
  }

  .c-overview__text {
    padding: 0;
  }

  .c-overview__image {
    text-align: center;
  }

  .c-overview__img {
    width: auto;
  }

  .c-overview__text {
    font-size: 18px;
    line-height: 2;
    text-align: center;
  }
}
.c-point__inner {
  display: flex;
  flex-direction: column;
  gap: calc(72vw*100/375);
  padding: calc(32vw*100/375) 0;
}

.c-point__header-img {
  width: 100%;
}

.c-point__content {
  position: relative;
}

.c-point__main-image {
  position: absolute;
  width: calc(104vw*100/375);
  height: calc(121vw*100/375);
  top: calc(-106vw*100/375);
  left: calc(-8vw*100/375);
  object-fit: cover;
}

.c-point__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(72vw*100/375);
  padding: 0 var(--padding-overall);
}

.c-point__item {
  background-color: #dff1ff;
  border-radius: calc(16vw*100/375);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(24vw*100/375);
  padding: calc(56vw*100/375) calc(24vw*100/375) calc(32vw*100/375);
  position: relative;
}

.c-point__text {
  color: #3285df;
  font-weight: bold;
  font-size: calc(20vw*100/375);
  line-height: 1.45;
  text-align: center;
}

.c-point__details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(16vw*100/375);
}

.c-point__img-wrapper {
  background-color: #fff;
  border-radius: calc(16vw*100/375);
  overflow: hidden;
  width: calc(217vw*100/375);
}

.c-point__text-detail {
  font-size: calc(14vw*100/375);
}

.c-point__badge {
  color: #3285df;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  position: absolute;
  top: calc(-45vw*100/375);
  left: 50%;
  transform: translateX(-50%);
}

.c-point__badge-text {
  font-size: calc(18vw*100/375);
  line-height: 1;
  white-space: nowrap;
}

.c-point__badge-number {
  font-size: calc(72vw*100/375);
  line-height: 1;
  white-space: nowrap;
}

.c-point__details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(16vw*100/375);
}

.c-point__img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .c-point__inner {
    gap: 96px;
    padding: 80px 0;
  }

  .c-point__header {
    text-align: center;
  }

  .c-point__header-img {
    width: auto;
  }

  .c-point__content {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
  }

  .c-point__main-image {
    width: 162px;
    height: 189px;
    top: -168px;
    left: -38px;
  }

  .c-point__list {
    flex-direction: row;
    align-items: stretch;
    gap: 29px;
    padding: 0;
  }

  .c-point__item {
    border-radius: 16px;
    gap: 24px;
    padding: 56px 24px 32px;
    flex: 1;
  }

  .c-point__text {
    font-size: 20px;
  }

  .c-point__details {
    gap: 16px;
  }

  .c-point__img-wrapper {
    border-radius: 16px;
    width: 217px;
  }

  .c-point__text-detail {
    font-size: 14px;
  }

  .c-point__badge {
    top: -45px;
  }

  .c-point__badge-text {
    font-size: 18px;
  }

  .c-point__badge-number {
    font-size: 72px;
  }

  .c-point__details {
    gap: 16px;
  }

  .c-point__img {
    width: auto;
  }
}
.c-menu {
  background-color: #4cb1fa;
  background-image: url("../images/top/section_bg.png");
  background-position: center top calc(-80vw*100/375);
  background-repeat: repeat;
  background-size: 100% auto;
}

.c-menu__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(32vw*100/375) 0;
  position: relative;
}

.c-menu__header {
  margin-top: calc(-20vw*100/375);
  width: 100%;
}

.c-menu__header-img {
  width: 100%;
}

.c-menu__content {
  padding: 0 var(--padding-overall);
  width: 100%;
}

.c-menu__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(16vw*100/375);
}

.c-menu__item-card {
  background-color: #fff;
  border-radius: calc(16vw*100/375);
  padding: calc(16vw*100/375);
}

.c-menu__details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(12vw*100/375);
}

.c-menu__img {
  width: 100%;
}

.c-menu__text {
  color: #fff;
  font-size: calc(21vw*100/375);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .c-menu {
    background-image: url("../images/top/section_bg_pc.png");
    background-position: center top -230px;
  }

  .c-menu__inner {
    padding: 80px 0;
    margin: 0 auto;
    max-width: 1000px;
  }

  .c-menu__header {
    margin-top: -14px;
    text-align: center;
  }

  .c-menu__header-img {
    width: auto;
  }

  .c-menu__content {
    padding: 0;
  }

  .c-menu__list {
    gap: 30px;
  }

  .c-menu__item-card {
    border-radius: 16px;
    padding: 16px;
  }

  .c-menu__item-content {
    gap: 12px;
  }

  .c-menu__details {
    gap: 12px;
  }

  .c-menu__text {
    font-size: 30px;
  }
  .c-menu__text br {
    display: none;
  }
}
.c-case {
  background-color: #3285df;
  background-image: url("../images/top/section_bg.png");
  background-position: center top calc(-80vw*100/375);
  background-repeat: repeat;
  background-size: 100% auto;
}

.c-case__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(32vw*100/375) 0;
  position: relative;
}

.c-case__header {
  margin-top: calc(-10vw*100/375);
  width: 100%;
}

.c-case__header-img {
  width: 100%;
}

.c-case__content {
  width: 100%;
}

.c-case__slide {
  overflow-x: visible;
  padding: 0 0 0 var(--padding-overall) !important;
}

.c-case__list:not(:last-child) .c-case__item-card {
  margin-right: calc(16vw*100/375);
}

.c-case__item-card {
  background-color: #fff;
  border-radius: calc(16vw*100/375);
  padding: calc(16vw*100/375);
}

.c-case__item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(12vw*100/375);
}

.c-case__details {
  display: inline-flex;
  align-items: center;
  gap: calc(16vw*100/375);
}

.c-case__photo {
  width: calc(56vw*100/375);
  height: calc(56vw*100/375);
}

.c-case__text {
  font-weight: 700;
  line-height: 1;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: calc(10vw*100/375);
  white-space: nowrap;
}

.c-case__location {
  color: #3285df;
  font-size: calc(16vw*100/375);
}

.c-case__person {
  font-size: calc(10vw*100/375);
}

.c-case__image {
  border-top: calc(1vw*100/375) dashed #D0D0D0;
  padding-top: calc(12vw*100/375);
  width: 100%;
}

.c-case__img {
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #fff !important;
  border-radius: 50%;
  border: calc(2vw*100/375) solid rgba(50, 133, 223, 0.4) !important;
  box-shadow: 0 calc(2vw*100/375) calc(8vw*100/375) rgba(0, 0, 0, 0.06);
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: calc(44vw*100/375) !important;
  height: calc(44vw*100/375) !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-next::before,
.swiper-button-prev::before {
  background-color: #3285DF;
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2215%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%233285DF%22%20d%3D%22M16.728%206.84%2010.59.7A.924.924%200%200%200%209.931.43.924.924%200%200%200%209.273.7l-.557.558a.942.942%200%200%200%200%201.323l3.581%203.59H.918A.908.908%200%200%200%200%207.085v.789c0%20.513.405.955.918.955h11.42l-3.622%203.61a.91.91%200%200%200-.272.651c0%20.25.097.48.272.655l.557.556c.175.175.409.27.658.27.25%200%20.483-.096.658-.271l6.14-6.14A.924.924%200%200%200%2017%207.5a.924.924%200%200%200-.272-.66Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center/100% auto;
  mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2215%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%233285DF%22%20d%3D%22M16.728%206.84%2010.59.7A.924.924%200%200%200%209.931.43.924.924%200%200%200%209.273.7l-.557.558a.942.942%200%200%200%200%201.323l3.581%203.59H.918A.908.908%200%200%200%200%207.085v.789c0%20.513.405.955.918.955h11.42l-3.622%203.61a.91.91%200%200%200-.272.651c0%20.25.097.48.272.655l.557.556c.175.175.409.27.658.27.25%200%20.483-.096.658-.271l6.14-6.14A.924.924%200%200%200%2017%207.5a.924.924%200%200%200-.272-.66Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center/100% auto;
  content: '';
  display: block;
  width: calc(17vw*100/375);
  height: calc(15vw*100/375);
}

.swiper-button-prev::before {
  transform: scale(-1, 1);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}

.swiper-button-prev {
  left: calc(8vw*100/375) !important;
}

.swiper-button-next {
  right: calc(8vw*100/375) !important;
}

@media screen and (min-width: 1024px) {
  .c-case {
    background-image: url("../images/top/section_bg_pc.png");
    background-position: center top -230px;
  }

  .c-case__inner {
    padding: 80px 0;
    margin: 0 auto;
    max-width: 1000px;
  }

  .c-case__header {
    margin-top: -14px;
    text-align: center;
  }

  .c-case__header-img {
    width: auto;
  }

  .c-case__slide {
    padding: 0 !important;
  }

  .c-case__list {
    gap: 29px;
  }
  .c-case__list:not(:last-child) .c-case__item-card {
    margin-right: 0;
  }

  .c-case__item {
    flex-shrink: 1 !important;
    width: auto !important;
  }

  .c-case__item-card {
    border-radius: 16px;
    padding: 16px;
  }

  .c-case__item-content {
    gap: 12px;
  }

  .c-case__details {
    gap: 16px;
  }

  .c-case__photo {
    width: 56px;
    height: 56px;
  }

  .c-case__text {
    gap: 10px;
  }

  .c-case__location {
    font-size: 16px;
  }

  .c-case__person {
    font-size: 10px;
  }

  .c-case__image {
    border-top-width: 1px;
    padding-top: 12px;
    width: 100%;
  }

  .c-case__img {
    aspect-ratio: 282/420;
    object-fit: cover;
    width: 100%;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}
.c-faq__inner {
  display: flex;
  flex-direction: column;
  gap: calc(32vw*100/375);
  padding: calc(16vw*100/375) var(--padding-overall) calc(32vw*100/375);
  position: relative;
}

.c-faq__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(16vw*100/375);
}
.c-faq__heading::after {
  background-color: #C4E5FF;
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2237%22%20height%3D%224%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%2234.5%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23C4E5FF%22%20transform%3D%22rotate(90%2034.5%202)%22%2F%3E%3Ccircle%20cx%3D%2226.5%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23C4E5FF%22%20transform%3D%22rotate(90%2026.5%202)%22%2F%3E%3Ccircle%20cx%3D%2218.5%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23C4E5FF%22%20transform%3D%22rotate(90%2018.5%202)%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23C4E5FF%22%20transform%3D%22rotate(90%2010.5%202)%22%2F%3E%3Ccircle%20cx%3D%222.5%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23C4E5FF%22%20transform%3D%22rotate(90%202.5%202)%22%2F%3E%3C%2Fsvg%3E") no-repeat center/100% auto;
  mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2237%22%20height%3D%224%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%2234.5%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23C4E5FF%22%20transform%3D%22rotate(90%2034.5%202)%22%2F%3E%3Ccircle%20cx%3D%2226.5%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23C4E5FF%22%20transform%3D%22rotate(90%2026.5%202)%22%2F%3E%3Ccircle%20cx%3D%2218.5%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23C4E5FF%22%20transform%3D%22rotate(90%2018.5%202)%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23C4E5FF%22%20transform%3D%22rotate(90%2010.5%202)%22%2F%3E%3Ccircle%20cx%3D%222.5%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23C4E5FF%22%20transform%3D%22rotate(90%202.5%202)%22%2F%3E%3C%2Fsvg%3E") no-repeat center/100% auto;
  content: '';
  display: block;
  width: calc(37vw*100/375);
  height: calc(4vw*100/375);
}

.c-faq__heading-text {
  display: flex;
  flex-direction: column;
  font-size: calc(20vw*100/375);
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

.c-faq__heading-highlight {
  color: #3285df;
  font-size: calc(24vw*100/375);
}

.c-faq__content {
  position: relative;
}

.c-faq__image {
  position: absolute;
  top: calc(-90vw*100/375);
  left: calc(-20vw*100/375);
  width: calc(96vw*100/375);
  height: calc(104vw*100/375);
  z-index: 0;
  object-fit: cover;
}

.c-faq__list {
  display: flex;
  flex-direction: column;
  gap: calc(16vw*100/375);
}

.c-faq__question {
  background-color: #dff1ff;
  border-radius: calc(4vw*100/375);
  display: flex;
  gap: calc(8vw*100/375);
  padding: calc(16vw*100/375) calc(8vw*100/375);
  position: relative;
}
.c-faq__question::before {
  background-color: #3285df;
  border-radius: 50%;
  content: 'Q';
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(14.9vw*100/375);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  width: calc(28vw*100/375);
  height: calc(28vw*100/375);
  flex-shrink: 0;
  padding-bottom: calc(2vw*100/375);
}

.c-faq__question-text {
  display: flex;
  align-items: center;
  font-size: calc(16vw*100/375);
  font-weight: 700;
  line-height: 1.4;
}

.c-faq__answer {
  background-color: #fff;
  border: calc(2vw*100/375) solid #dff1ff;
  border-radius: 0 0 calc(4vw*100/375) calc(4vw*100/375);
  display: flex;
  gap: calc(8vw*100/375);
  padding: calc(16vw*100/375);
  position: relative;
}
.c-faq__answer::before {
  background-color: #FBE969;
  border-radius: 50%;
  content: 'A';
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(14.9vw*100/375);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  width: calc(28vw*100/375);
  height: calc(28vw*100/375);
  flex-shrink: 0;
}

.c-faq__answer-text {
  font-size: calc(14vw*100/375);
}

.c-faq__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(30vw*100/375);
  height: calc(30vw*100/375);
  flex-shrink: 0;
  margin-left: auto;
}

.c-faq__arrow-icon {
  position: relative;
}
.c-faq__arrow-icon::before, .c-faq__arrow-icon::after {
  border-bottom: calc(2vw*100/375) solid #3285DF;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(16vw*100/375);
  transition: .15s ease;
}
.c-faq__arrow-icon::before {
  transform: translateX(-50%) rotate(90deg);
}
.c-faq__arrow-icon::after {
  transform: translateX(-50%);
}

.c-faq__item .c-faq__answer-wrap {
  display: grid;
  transition: grid-template-rows .35s;
  grid-template-rows: 1fr;
}
.c-faq__item .c-faq__answer {
  overflow: hidden;
  transition: .35s;
}
.c-faq__item .c-faq__arrow-icon::before {
  transform: translateX(-50%) rotate(180deg);
}
.c-faq__item .c-faq__arrow-icon::after {
  transform: translateX(-50%) rotate(180deg);
}
.c-faq__item:not(.active) .c-faq__answer-wrap {
  grid-template-rows: 0fr;
}
.c-faq__item:not(.active) .c-faq__answer {
  border-top-width: 0;
  border-bottom-width: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}
.c-faq__item:not(.active) .c-faq__arrow-icon::before {
  transform: translateX(-50%) rotate(90deg);
}
.c-faq__item:not(.active) .c-faq__arrow-icon::after {
  transform: translateX(-50%);
}
.c-faq__item:not(.active) .c-faq__arrow-icon::before, .c-faq__item:not(.active) .c-faq__arrow-icon::after {
  transition: .35s;
}
.c-faq__item.active .c-faq__question {
  border-radius: calc(4vw*100/375) calc(4vw*100/375) 0 0;
}

@media screen and (min-width: 1024px) {
  .c-faq__inner {
    gap: 32px;
    padding: 80px 0;
    margin: 0 auto;
    max-width: 900px;
  }

  .c-faq__heading {
    gap: 16px;
  }
  .c-faq__heading::after {
    width: 37px;
    height: 4px;
  }

  .c-faq__heading-text {
    font-size: 26px;
  }

  .c-faq__heading-highlight {
    font-size: 44px;
  }

  .c-faq__image {
    position: absolute;
    top: -151px;
    left: -29px;
    width: 162px;
    height: 175px;
  }

  .c-faq__list {
    gap: 16px;
  }

  .c-faq__question {
    border-radius: 4px;
    gap: 8px;
    padding: 16px 8px;
  }
  .c-faq__question::before {
    font-size: 14.9px;
    width: 28px;
    height: 28px;
    padding-bottom: 2px;
  }

  .c-faq__question-text {
    font-size: 16px;
  }

  .c-faq__answer {
    border: 2px solid #dff1ff;
    border-radius: 0 0 4px 4px;
    gap: 8px;
    padding: 16px;
  }
  .c-faq__answer::before {
    font-size: 14.9px;
    width: 28px;
    height: 28px;
  }

  .c-faq__answer-text {
    font-size: 14px;
  }

  .c-faq__arrow {
    width: 30px;
    height: 30px;
  }

  .c-faq__arrow-icon::before, .c-faq__arrow-icon::after {
    border-bottom: 2px solid #3285DF;
    width: 16px;
  }

  .c-faq__item.active .c-faq__question {
    border-radius: 4px 4px 0 0;
  }
}
.c-telarea {
  background-color: #F9F1DB;
}

.c-telarea__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(32vw*100/375) 0;
  position: relative;
}

.c-telarea__header {
  margin-top: calc(-45vw*100/375);
  width: 100%;
}

.c-telarea__header-img {
  width: 100%;
}

.c-telarea__content {
  padding: 0 var(--padding-overall);
  width: 100%;
}

.c-telarea__info {
  background-color: #fff;
  border-radius: calc(16vw*100/375);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(10vw*100/375);
  padding: calc(20vw*100/375);
}

.c-telarea__info-text {
  font-size: calc(18vw*100/375);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.c-telarea__phone {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: calc(6vw*100/375);
}

.c-telarea__phone-number {
  display: inline-flex;
  align-items: center;
  gap: calc(10vw*100/375);
}
.c-telarea__phone-number::before {
  background-color: #F17F14;
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2226%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23F17F14%22%20d%3D%22M3.746.692C4.68-.229%205.854-.229%206.793.687c.58.568%201.15%201.149%201.724%201.723.556.563%201.113%201.113%201.67%201.676.981.987.981%202.137.006%203.118-.7.706-1.395%201.412-2.107%202.1-.185.186-.204.336-.108.563.473%201.125%201.149%202.125%201.909%203.059%201.532%201.879%203.262%203.549%205.327%204.847.443.276.934.48%201.395.73.233.133.395.09.587-.108.7-.717%201.412-1.423%202.124-2.13.933-.927%202.107-.927%203.046%200%201.143%201.138%202.287%202.275%203.424%203.418.952.957.945%202.13-.012%203.1-.647.652-1.334%201.275-1.945%201.957-.891%201-2.005%201.323-3.286%201.251-1.861-.101-3.574-.718-5.226-1.52-3.668-1.784-6.805-4.256-9.432-7.38-1.945-2.31-3.55-4.83-4.603-7.666C.772%208.055.407%206.647.521%205.157c.072-.915.413-1.7%201.089-2.34C2.34%202.123%203.028%201.4%203.746.692Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center/100% auto;
  mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2226%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23F17F14%22%20d%3D%22M3.746.692C4.68-.229%205.854-.229%206.793.687c.58.568%201.15%201.149%201.724%201.723.556.563%201.113%201.113%201.67%201.676.981.987.981%202.137.006%203.118-.7.706-1.395%201.412-2.107%202.1-.185.186-.204.336-.108.563.473%201.125%201.149%202.125%201.909%203.059%201.532%201.879%203.262%203.549%205.327%204.847.443.276.934.48%201.395.73.233.133.395.09.587-.108.7-.717%201.412-1.423%202.124-2.13.933-.927%202.107-.927%203.046%200%201.143%201.138%202.287%202.275%203.424%203.418.952.957.945%202.13-.012%203.1-.647.652-1.334%201.275-1.945%201.957-.891%201-2.005%201.323-3.286%201.251-1.861-.101-3.574-.718-5.226-1.52-3.668-1.784-6.805-4.256-9.432-7.38-1.945-2.31-3.55-4.83-4.603-7.666C.772%208.055.407%206.647.521%205.157c.072-.915.413-1.7%201.089-2.34C2.34%202.123%203.028%201.4%203.746.692Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center/100% auto;
  content: '';
  display: block;
  width: calc(26vw*100/375);
  height: calc(26vw*100/375);
}

.c-telarea__phone-number-text {
  font-family: 'Roboto', sans-serif;
  font-size: calc(36vw*100/375);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.c-telarea__schedule {
  font-size: calc(12vw*100/375);
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 1024px) {
  .c-telarea__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 56px 0;
    margin: 0 auto;
    max-width: 1000px;
  }

  .c-telarea__header {
    margin-top: -77px;
    margin-left: -18px;
    margin-bottom: -56px;
    width: 582px;
    flex-shrink: 0;
  }

  .c-telarea__content {
    padding: 0 0;
  }

  .c-telarea__info {
    border-radius: 16px;
    gap: 10px;
    padding: 20px;
    max-width: 412px;
    height: 175px;
  }

  .c-telarea__info-text {
    font-size: 18px;
  }

  .c-telarea__phone {
    gap: 6px;
  }

  .c-telarea__phone-number {
    gap: 10px;
  }
  .c-telarea__phone-number::before {
    width: 26px;
    height: 26px;
  }

  .c-telarea__phone-number-text {
    font-size: 36px;
  }

  .c-telarea__schedule {
    font-size: 12px;
  }
}
.is-hidden,
.screen-reader-response {
  display: none !important;
}

.wpcf7-not-valid-tip {
  color: #E00211;
  font-weight: 700;
}

.wpcf7-response-output {
  margin-top: 1em;
}

@media screen and (min-width: 1024px) {
  .wpcf7-response-output {
    text-align: center;
  }
}
.c-form {
  background-color: #3285df;
  background-image: url("../images/top/section_bg.png");
  background-position: center top calc(-80vw*100/375);
  background-repeat: repeat;
  background-size: 100% auto;
}

.c-form__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(32vw*100/375) 0;
  position: relative;
}

.c-form__header {
  margin-top: calc(-10vw*100/375);
  width: 100%;
}

.c-form__header-img {
  width: 100%;
}

.c-form__content {
  padding: 0 var(--padding-overall);
}

.c-form__form {
  background-color: #fff;
  border-radius: calc(16vw*100/375);
  padding: calc(16vw*100/375);
}

.c-form__wrap {
  display: flex;
  flex-direction: column;
  gap: calc(16vw*100/375);
}

.c-form__frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(12vw*100/375);
}

.c-form__field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(8vw*100/375);
}

.c-form__label {
  display: flex;
  align-items: center;
  gap: calc(6vw*100/375);
}

.c-form__label-text {
  font-size: calc(14vw*100/375);
  font-weight: 700;
  line-height: 1.4;
}

.c-form__label-required {
  background-color: #fbe969;
  border-radius: calc(4vw*100/375);
  font-size: calc(10vw*100/375);
  font-weight: 700;
  line-height: 1.4;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: calc(2vw*100/375) calc(6vw*100/375);
}

.c-form__input-text,
.c-form__textarea-text {
  background-color: #f1f5f7;
  border-radius: calc(2vw*100/375);
  border: calc(1vw*100/375) solid #cfd3d6;
  color: #333;
  font-size: calc(16vw*100/375);
  font-weight: 500;
  width: 100%;
}
.c-form__input-text::placeholder,
.c-form__textarea-text::placeholder {
  opacity: .36;
}

.c-form__input-text {
  line-height: 1;
  padding: 0 calc(10vw*100/375);
  height: calc(46vw*100/375);
}

.c-form__textarea-text {
  line-height: 1.5;
  padding: calc(11vw*100/375) calc(10vw*100/375);
  height: 150px;
  resize: vertical;
}

.c-form__submit-btn {
  display: block;
  margin: calc(-11vw*100/375) calc(-15vw*100/375) calc(-18vw*100/375);
}

.c-form__submit-img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .c-form {
    background-image: url("../images/top/section_bg_pc.png");
    background-position: center top -230px;
  }

  .c-form__inner {
    padding: 80px 0;
    margin: 0 auto;
    max-width: 960px;
  }

  .c-form__header {
    margin-top: -14px;
  }

  .c-form__header-img {
    width: auto;
  }

  .c-form__content {
    padding: 0;
    width: 100%;
  }

  .c-form__form {
    border-radius: 16px;
    padding: 56px;
  }

  .c-form__wrap {
    gap: 24px;
  }

  .c-form__frame {
    gap: 12px;
  }

  .c-form__field {
    flex-direction: row;
    gap: 8px;
    width: 100%;
  }

  .c-form__label {
    gap: 6px;
    min-width: 160px;
    height: 46px;
  }

  .c-form__label-text {
    font-size: 14px;
  }

  .c-form__label-required {
    border-radius: 4px;
    font-size: 10px;
    padding: 2px 6px;
  }

  .c-form__input-text,
  .c-form__textarea-text {
    border-radius: 2px;
    border-width: 1px;
    font-size: 16px;
  }

  .c-form__input,
  .c-form__textarea {
    width: 100%;
  }

  .c-form__input-text {
    padding: 0 10px;
    height: 46px;
  }

  .c-form__textarea-text {
    padding: 11px 10px;
  }

  .c-form__submit {
    text-align: center;
    margin-bottom: -22px;
  }

  .c-form__submit-btn {
    display: inline-block;
    margin: -14px -18px -22px;
    text-align: center;
  }

  .c-form__submit-img {
    width: 406px;
  }
}
.u-inner {
  padding-left: 24px;
  padding-right: 24px;
}

@media screen and (min-width: 1024px) {
  .u-inner {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: calc(1160px + 48px);
  }
}
@media screen and (max-width: 1023px) {
  .u-display-pc-only {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .u-display-sp-only {
    display: none;
  }
}


/* モーダル全体のスタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 2247480000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* モーダルコンテンツのスタイル */
.modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  margin: auto;
  width: 90%;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;

  .popupText {
    p {
      margin-bottom: 0.5em;
    }
  }
}

/* 閉じるボタン */
.close-modal {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.call-button {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #007bff;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 10px;
}

.call-button:hover {
  background-color: #0056b3;
}

.popOutTxt {
  font-size: 16px;
  font-size: 5vmin;
  font-weight: bold;
  color: #222;
  padding: 0;
  margin: 0 0 5px 0;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popOutTxt:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: linear-gradient(
    45deg,
    transparent 49%,
    #f27600 49%,
    #f27600 53%,
    transparent 53%,
    transparent
  );
  background-size: 33px 33px;
  margin-right: 5px;
  flex-grow: 0;
  flex-shrink: 0;
}

.popOutTxt:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: linear-gradient(
    -45deg,
    transparent 49%,
    #f27600 49%,
    #f27600 53%,
    transparent 53%,
    transparent
  );
  margin-left: 5px;
  background-size: 33px 33px;
  flex-grow: 0;
  flex-shrink: 0;
}

.popupCon .btn{
  text-align: center;
  box-sizing: border-box;
  margin-top: 0;
  border-radius: 5px;
  display: block;
  float: none !important;
  margin-bottom: 0.5em;
}
.popupCon .btn a {
  display: block;
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 7px 55px 5px 40px;
  text-decoration: none !important;
  border-radius: 5px;
  box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset;
  background: #8dc21f;
  border: #679508 solid 2px;

  padding: 5px 20px 5px 5px;
  text-decoration: none !important;
  font-size: 4.5vmin;
}
.popupCon .btn a:link {
  transition: 0.25s;
}
