@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-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 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  margin-top: 0 !important;
}

/* 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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-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 */
  -moz-appearance: none;
       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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

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

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

/**
 * Reset to invisible
 */
fieldset {
  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.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

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

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

caption {
  text-align: left;
}

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

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

.header {
  position: fixed;
  background-color: #fff;
  height: 110px;
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  top: 0;
  z-index: 99;
}
@media (max-width: 768px) {
  .header {
    height: 60px;
    left: 0;
    padding: 0 20px;
    position: fixed;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .header__inner {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}
.header__innerItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
}
@media (max-width: 768px) {
  .header__innerItem {
    display: none;
  }
}
.header__innerItem .area {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__innerItem .area-text {
  padding: 16px 40px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50.42%, #7E308D), to(#450A50));
  background: linear-gradient(180deg, #7E308D 50.42%, #450A50 100%);
  color: #fff;
  margin: 0 30px;
  line-height: 1.3;
  font-size: 1.13rem;
  font-weight: bold;
  border-radius: 40px;
}
.header__innerItem .area span {
  font-size: 0.87rem;
  font-weight: normal;
}
.header__innerItem .tel {
  width: 356px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 26px 8px;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__innerItem .tel-number {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Corporate logo ver3", sans-serif;
  color: #7E308D;
}
.header__innerItem .tel-time {
  font-size: 1.13rem;
  color: #333;
}
.header__innerItem .line a, .header__innerItem .mail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  color: #F5F5F5;
  font-size: 1.13rem;
  font-weight: bold;
  padding: 26px 30px;
  gap: 12px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__innerItem .line {
  background: #06C755;
}
.header__innerItem .mail {
  background: #FF6600;
}
@media (max-width: 768px) {
  .header__logo img {
    max-width: 140px;
    width: 100%;
    height: auto;
  }
}
.header__spNav {
  display: none;
}
@media (max-width: 768px) {
  .header__spNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  .header__spNav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
  }
  .header__spNav a img {
    width: 100%;
    height: auto;
  }
}

.footer {
  text-align: center;
  background-color: #7E308D;
  padding: 80px 0 10px;
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 20px 10px;
  }
}
.footer__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .footer__inner {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.footer__innerItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  text-align: left;
  color: #F5F5F5;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .footer__innerItem {
    font-size: 0.8rem;
    gap: 0;
  }
  .footer__innerItem h1 {
    text-align: center;
  }
}
.footer__innerItem .footer__boldText {
  font-size: 2rem;
  font-weight: bold;
  color: #F5F5F5;
  margin: 40px 0 20px;
}
@media (max-width: 768px) {
  .footer__innerItem .footer__boldText {
    font-size: 1.25rem;
    margin: 20px 0;
  }
}
.footer__innerItem .footer__text {
  font-size: 1.12rem;
  letter-spacing: 0px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .footer__innerItem .footer__text {
    font-size: 1rem;
  }
}
.footer__innerItem .footer__btn {
  color: #F5F5F5;
  text-decoration: none;
  border: 2px solid #F5F5F5;
  padding: 20px;
  max-width: 300px;
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .footer__innerItem .footer__btn {
    padding: 12px;
    font-size: 1rem;
    max-width: 100%;
    margin-top: 20px;
  }
}
.footer__innerItem .footer__btn:hover {
  text-decoration: underline;
}
.footer-content__method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 17px;
  width: 650px;
}
@media (max-width: 768px) {
  .footer-content__method {
    width: 330px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    margin: 0 auto;
  }
}
.footer-content__method li {
  border: 2px solid #F5F5F5;
  font-weight: bold;
  font-size: 1.12rem;
  color: #F5F5F5;
  text-align: center;
  padding: 10px 0;
  max-width: 150px;
  width: 100%;
}
@media (max-width: 768px) {
  .footer-content__method li {
    font-size: 1rem;
    padding: 8px 16px;
  }
}
.footer-content__title {
  text-align: center;
}
@media (max-width: 768px) {
  .footer-content__title {
    max-width: 320px;
    margin: 0 auto 20px;
  }
}
.footer-content__title img {
  width: 100%;
  height: auto;
}
.footer-content__cta {
  margin-top: 20px;
  background-color: #fff;
  padding: 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .footer-content__cta {
    padding: 20px 12px;
    gap: 20px;
  }
}
.footer-content__cta .tel {
  color: #7E308D;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-content__cta .tel img {
  width: 25px;
  height: auto;
  margin-right: 12px;
}
@media (max-width: 768px) {
  .footer-content__cta .tel img {
    width: 26px;
    padding-bottom: 13px;
  }
}
.footer-content__cta .tel-text {
  font-size: 1.63rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .footer-content__cta .tel-text {
    font-size: 2rem;
  }
}
.footer-content__cta .tel-time {
  font-size: 1.12rem;
  color: #333;
}
@media (max-width: 768px) {
  .footer-content__cta .tel-time {
    font-family: "Inter", sans-serif;
    font-size: 0.87rem;
  }
}
.footer-content__cta .tel-number {
  font-size: 4rem;
  font-weight: bold;
  font-family: "Corporate logo ver3", sans-serif;
  color: #7E308D;
  text-align: center;
}
@media (max-width: 768px) {
  .footer-content__cta .tel-number {
    font-size: 2rem;
    font-weight: normal;
    line-height: 0.6;
  }
}
.footer-content__cta .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-content__cta .area-text {
  padding: 16px 40px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50.42%, #7E308D), to(#450A50));
  background: linear-gradient(180deg, #7E308D 50.42%, #450A50 100%);
  color: #fff;
  margin: 0 30px;
  line-height: 1.3;
  font-size: 1.13rem;
  font-weight: bold;
  border-radius: 40px;
}
.footer-content__cta .area span {
  font-size: 0.87rem;
  font-weight: normal;
}
.footer-content__cta .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}
.footer-content__cta .line, .footer-content__cta .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #F5F5F5;
  font-size: 1.62rem;
  padding: 15px 40px;
  text-align: center;
  max-width: 260px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-content__cta .line a, .footer-content__cta .mail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .footer-content__cta .line, .footer-content__cta .mail {
    font-size: 1rem;
    padding: 10px 20px;
  }
  .footer-content__cta .line img, .footer-content__cta .mail img {
    width: 21px;
  }
}
.footer-content__cta .sp-cons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .footer-content__cta .sp-cons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.footer-content__cta .line {
  background: #06C755;
}
.footer-content__cta .mail {
  background: #FF6600;
}
.footer__title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .footer__title {
    font-size: 1rem;
  }
}
.footer .copyright {
  font-size: 1.12rem;
  color: #F5F5F5;
  padding: 80px 0 20px;
}
@media (max-width: 768px) {
  .footer .copyright {
    font-size: 0.8rem;
    padding: 40px 0 10px;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: #fff;
  color: #333;
}
@media (max-width: 768px) {
  body {
    font-size: 0.8rem;
  }
}
body .grecaptcha-badge {
  display: none;
}

.u-wrapper {
  max-width: 1220px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .u-wrapper {
    padding: 0 8px;
    width: 100%;
  }
}

.section-arrow {
  text-align: center;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .section-arrow {
    margin: 20px 0;
  }
}
.section-arrow img {
  width: 32px;
  height: auto;
}
@media (max-width: 768px) {
  .section-arrow img {
    width: 21px;
  }
}

.textBold {
  font-weight: bold;
  padding-bottom: 28px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .textBold {
    font-size: 1.2rem;
  }
}

.text {
  padding-bottom: 28px;
}

.container__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .container__title {
    font-size: 1.5rem;
  }
}

/*---スマホ時改行--*/
@media (max-width: 768px) {
  .pc-br {
    display: none;
  }
  .tb-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
}
/*---タブレット時改行--*/
@media null {
  .pc-br {
    display: none;
  }
  .tb-br {
    display: block;
  }
  .sp-br {
    display: none;
  }
}
/*---PC時改行--*/
@media (min-width: 769px) {
  .pc-br {
    display: block;
  }
  .tb-br {
    display: none;
  }
  .sp-br {
    display: none;
  }
}
.fv {
  height: 90vh;
  width: 100%;
  max-width: 1440px;
  background: url("../../img/fv.jpg") no-repeat top center;
  background-size: contain;
  margin: 110px auto 0px;
}
.fv img {
  display: none;
}
@media (max-width: 768px) {
  .fv {
    background: none;
    margin-top: 60px;
    height: auto;
  }
  .fv img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}

.service-title {
  margin: 20px auto 0;
  height: 40vh;
  width: 100%;
  background: url("../../img/service01.png") no-repeat top center;
  background-size: contain;
}
@media (max-width: 768px) {
  .service-title {
    height: 200px;
    background: url("../../img/sp-service01.png") no-repeat top center;
    background-size: 300px;
  }
}
.service .content__inner {
  border: 1px solid #FFD64D;
  background-color: #FBF8FF;
}
.service .content__title {
  color: #333;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  background: url("../../img/service-title.png") no-repeat center;
  line-height: 1.5;
  padding: 27px 0;
}
@media (max-width: 768px) {
  .service .content__title {
    background: url("../../img/sp-service-title.png") no-repeat center;
    font-size: 1rem;
    background-size: 414px;
    padding: 19px 0;
  }
}
.service .content__title .strong {
  font-weight: bold;
  font-family: "Corporate logo ver3", sans-serif;
  font-size: 3.1rem;
  color: #FF6600;
}
@media (max-width: 768px) {
  .service .content__title .strong {
    font-size: 1.2rem;
  }
}
.service .content .content__item {
  text-align: center;
  margin: 80px 0;
  padding: 0 20px;
}
.service .content .content__item.first {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .service .content .content__item.first {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .service .content .content__item {
    margin: 30px 0;
  }
}
.service .content .content__item h3 {
  position: relative;
}
.service .content .content__item h3::after {
  content: "";
  display: block;
  width: 248px;
  height: 184px;
  background-image: url("./../../img/service04.png");
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-240%);
          transform: translateX(-240%);
}
@media (max-width: 768px) {
  .service .content .content__item h3::after {
    width: 120px;
    height: 88px;
    top: -64px;
    -webkit-transform: translateX(-154%);
            transform: translateX(-154%);
    background-size: 100%;
  }
}
@media (max-width: 768px) {
  .service .content .content__itemImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.service .content .content__itemImg .content__itemTitleSp {
  display: none;
}
@media (max-width: 768px) {
  .service .content .content__itemImg .content__itemTitleSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.13rem;
    font-weight: bold;
    color: #333;
    font-family: "Inter", sans-serif;
    line-height: 1.5;
  }
}
.service .content .content__itemTitle {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .service .content .content__itemTitle {
    font-size: 1.13rem;
    display: none;
  }
}
.service .content .content__itemDesc {
  font-size: 1.13rem;
  color: #333;
  margin-top: 16px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .service .content .content__itemDesc {
    font-size: 1rem;
  }
}
.service .content .content__itemStrong {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .service .content .content__itemStrong {
    max-width: 144px;
  }
}
.service .content .content__item .strong {
  font-weight: bold;
  font-family: "Corporate logo ver3", sans-serif;
  font-size: 3.1rem;
  color: #FF6600;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .service .content .content__item .strong {
    font-size: 1.2rem;
    margin-top: 40px;
  }
}
.service .content .content__item .content__text {
  margin-top: 16px;
  font-size: 1.13rem;
  color: #333;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
  text-align: left;
}
@media (max-width: 768px) {
  .service .content .content__item .content__text {
    font-size: 1rem;
    max-width: 312px;
    margin: 18px auto;
    line-height: 23px;
  }
}
.service .content .content__item .p-strong {
  font-weight: bold;
}
.service .content .content__item.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  text-align: left;
}
@media (max-width: 768px) {
  .service .content .content__item.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.service .content .content__item.flex .content__itemDesc {
  text-align: left;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .service .content .content__item.flex .content__itemDesc {
    max-width: 312px;
    font-size: 1rem;
    margin: 0 auto;
    padding: 0;
    line-height: 23px;
  }
}
@media (max-width: 768px) {
  .service .content .content__itemImg img {
    max-width: 120px;
    width: 100%;
    height: auto;
  }
}
.service .content .content__item03 {
  max-width: 940px;
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  .service .content .content__item03 {
    margin: 0 auto 30px;
  }
}
.service .content .content__item03 .content__item {
  margin: 80px 0 60px;
}
.service .content .content__item03 .content__item img {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.service .content .content__item03 .content__item .content__text {
  max-width: 850px;
  text-align: left;
  margin: 20px auto 0;
  font-size: 1.08rem;
}
@media (max-width: 768px) {
  .service .content .content__item03 .content__item .content__text {
    max-width: 314px;
    font-size: 1rem;
    line-height: 21px;
  }
}
.service .content .content__item03 .content__sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media (max-width: 768px) {
  .service .content .content__item03 .content__sb {
    padding: 0 20px;
  }
}
.service .content .content__item03 .content__sb .content__itemSB.right {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (max-width: 768px) {
  .service .content .content__item03 .content__sb .content__itemSB.right .rightImg {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .service .content .content__item03 .content__sb .content__itemSB.right .rightImg img {
    max-width: 284px;
    width: 100%;
  }
}
.service .content .content__item03 .content__sb .content__itemSB.left {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 768px) {
  .service .content .content__item03 .content__sb .content__itemSB.left .leftImg {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .service .content .content__item03 .content__sb .content__itemSB.left .leftImg img {
    max-width: 284px;
    width: 100%;
  }
}
.service .content .content__item03 .content__sb .content__itemSB .content__sbTxt {
  font-size: 1.13rem;
  color: #333;
  line-height: 1.6;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .service .content .content__item03 .content__sb .content__itemSB .content__sbTxt {
    font-size: 1rem;
    padding: 0 8px;
    line-height: 21px;
  }
}
.service .content .content__item03 .content__sb .p-strong {
  font-weight: bold;
}

.consultation {
  position: relative;
  z-index: 0;
  background: url("../../img/consultation-bg.jpg") no-repeat bottom;
  background-size: cover;
  height: 567px;
  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;
  text-align: center;
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  padding: 80px 180px;
}
@media (max-width: 768px) {
  .consultation {
    font-size: 1.5rem;
    padding: 30px 27.5px;
    height: auto;
  }
}
.consultation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(255, 102, 0, 0.9019607843);
}
@media (max-width: 768px) {
  .consultation::before {
    padding: 20px 10px;
  }
}
.consultation::after {
  content: "";
  display: block;
  width: 500px;
  height: 300px;
  position: absolute;
  top: -280px;
  right: 50%;
}
.consultation.consultation--img1::after {
  background: url("./../../img/conslutation01.png") no-repeat center;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
}
@media (max-width: 768px) {
  .consultation.consultation--img1::after {
    background-size: 100%;
    width: 150px;
    top: -197px;
  }
}
.consultation.consultation--img2::after {
  background: url("./../../img/conslutation02.png") no-repeat center;
  -webkit-transform: translateX(140%);
          transform: translateX(140%);
}
@media (max-width: 768px) {
  .consultation.consultation--img2::after {
    background-size: 100%;
    -webkit-transform: translateX(180%);
            transform: translateX(180%);
    width: 90px;
    top: -197px;
  }
}
.consultation-content {
  max-width: 1080px;
  width: 100%;
}
.consultation-content__title {
  font-size: 3.1rem;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .consultation-content__title {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.consultation-content__desc {
  font-size: 1.15rem;
}
@media (max-width: 768px) {
  .consultation-content__desc {
    font-size: 1rem;
  }
}
.consultation-content__method {
  margin-top: 30px;
  font-size: 1.62rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .consultation-content__method {
    margin-top: 16px;
    font-size: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
}
.consultation-content__method li {
  background-color: #fff;
  color: #FF6600;
  padding: 16px 50px;
}
@media (max-width: 768px) {
  .consultation-content__method li {
    padding: 10px 0px;
    max-width: 150px;
    width: 100%;
  }
}
.consultation-content__item {
  margin-top: 30px;
  background-color: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .consultation-content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 12px;
    gap: 20px;
  }
}
.consultation-content__item .area {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.consultation-content__item .area-text {
  padding: 16px 40px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50.42%, #7E308D), to(#450A50));
  background: linear-gradient(180deg, #7E308D 50.42%, #450A50 100%);
  color: #fff;
  margin: 0 30px;
  line-height: 1.3;
  font-size: 1.13rem;
  font-weight: bold;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .consultation-content__item .area-text {
    padding: 16px 30px;
    margin-bottom: 8px;
  }
}
.consultation-content__item .area span {
  font-size: 0.87rem;
  font-weight: normal;
}
.consultation-content__item .tel {
  color: #7E308D;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .consultation-content__item .tel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.consultation-content__item .tel img {
  width: 45px;
  height: auto;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .consultation-content__item .tel img {
    width: 26px;
    padding-bottom: 13px;
  }
}
.consultation-content__item .tel-text {
  font-size: 1.63rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .consultation-content__item .tel-text {
    font-size: 2rem;
  }
}
.consultation-content__item .tel-time {
  font-size: 1.12rem;
  color: #333;
}
@media (max-width: 768px) {
  .consultation-content__item .tel-time {
    font-family: "Inter", sans-serif;
    font-size: 0.87rem;
    padding-top: 10px;
  }
}
.consultation-content__item .tel-number {
  font-size: 3rem;
  font-weight: bold;
  font-family: "Corporate logo ver3", sans-serif;
  color: #7E308D;
}
@media (max-width: 768px) {
  .consultation-content__item .tel-number {
    font-size: 2rem;
    font-weight: normal;
    line-height: 0.6;
    text-align: center;
  }
}
.consultation-content__item .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}
.consultation-content__item .line, .consultation-content__item .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #F5F5F5;
  font-size: 1.62rem;
  padding: 30px 40px;
  text-align: center;
  max-width: 260px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.consultation-content__item .line a, .consultation-content__item .mail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .consultation-content__item .line a, .consultation-content__item .mail a {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .consultation-content__item .line, .consultation-content__item .mail {
    font-size: 1rem;
    padding: 10px;
  }
  .consultation-content__item .line img, .consultation-content__item .mail img {
    width: 21px;
  }
}
.consultation-content__item .sp-cons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .consultation-content__item .sp-cons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.consultation-content__item .line {
  background: #06C755;
}
.consultation-content__item .mail {
  background: #FF6600;
}

.benefits {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .benefits {
    padding: 40px 8px;
  }
}
.benefits::before {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  width: 110%;
  height: 110%;
  z-index: -1;
  background: url("../../img/benefits-bg.jpg") no-repeat center center;
  -webkit-filter: brightness(55%) blur(12px);
          filter: brightness(55%) blur(12px);
  background-size: 200%;
}
@media (max-width: 768px) {
  .benefits::before {
    background-size: 980%;
  }
}
.benefits-content__inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  background-color: #E6E6E6;
}
@media (max-width: 768px) {
  .benefits-content__inner {
    gap: 20px;
    padding: 30px 20px;
  }
}
.benefits-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1080px;
  gap: 60px;
  padding: 20px;
  -webkit-box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 768px) {
  .benefits-content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
    padding: 16px 20px 21px;
  }
}
.benefits-content__itemImg img {
  max-width: 200px;
}
@media (max-width: 768px) {
  .benefits-content__itemImg img {
    max-width: 90px;
  }
}
.benefits-content__itemHead {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 12px;
  color: #7E308D;
}
@media (max-width: 768px) {
  .benefits-content__itemHead {
    font-size: 1.12rem;
    text-align: center;
    line-height: 1.5;
    margin-top: 0;
  }
  .benefits-content__itemHead img {
    display: none;
  }
}
.benefits-content__itemTitle {
  font-size: 1.63rem;
  font-weight: bold;
  margin-top: 12px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .benefits-content__itemTitle {
    font-size: 1rem;
    text-align: center;
  }
}
.benefits-content__itemDesc {
  font-size: 1.13rem;
  margin-top: 12px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .benefits-content__itemDesc {
    font-size: 1rem;
    line-height: 23px;
  }
}
.benefits-content__itemText {
  max-width: 650px;
  width: 100%;
  text-align: left;
}
.benefits-content__title {
  color: #F5F5F5;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .benefits-content__title {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}

.profile {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .profile {
    padding: 40px 8px;
  }
}
.profile-title {
  font-size: 3rem;
  font-weight: bold;
  color: #333;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .profile-title {
    font-size: 1.25rem;
  }
}
.profile-content__inner {
  border: 1px solid #FFD64D;
  background-color: #FBF8FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 60px 120px;
}
@media (max-width: 768px) {
  .profile-content__inner {
    gap: 20px;
    padding: 30px 20px;
  }
}
.profile-content__innerImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.profile-content__innerImg .img1 {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 768px) {
  .profile-content__innerImg .img1 {
    max-width: 140px;
  }
}
.profile-content__innerImg .img2 {
  max-width: 220px;
  width: 100%;
}
@media (max-width: 768px) {
  .profile-content__innerImg .img2 {
    max-width: 80px;
  }
}
.profile-content__innerTitle {
  max-width: 1080px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.5;
}
.profile-content__innerTitle .prof-boldText {
  font-size: 1.63rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .profile-content__innerTitle .prof-boldText {
    font-size: 1.3rem;
  }
}
.profile-content__innerTitle .prof-boldText span {
  font-size: 0.8rem;
  font-weight: normal;
}
.profile-content__innerItem {
  max-width: 1080px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  line-height: 1.5;
}
.profile-content__innerItem .prof-midiumText {
  font-size: 1.13rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .profile-content__innerItem .prof-midiumText {
    font-size: 1rem;
  }
}
.profile-content__innerItem .prof-text {
  font-size: 1.13rem;
}
@media (max-width: 768px) {
  .profile-content__innerItem .prof-text {
    font-size: 1rem;
  }
}

.cost {
  padding: 80px 0 0;
}
@media (max-width: 768px) {
  .cost {
    padding: 24px 0 0;
  }
}
.cost .cost-content01 {
  max-width: 680px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cost .cost-content01 {
    padding: 0 27.5px;
  }
}
.cost .cost-content01__desc {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 15px;
  color: #F5F5F5;
  background-color: #FF6600;
  border-radius: 30px;
  display: inline-block;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .cost .cost-content01__desc {
    font-size: 1rem;
    padding: 8px 16px;
    margin-bottom: 10px;
  }
}
.cost .cost-content01__title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  color: #333;
}
@media (max-width: 768px) {
  .cost .cost-content01__title {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.cost .cost-content01__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #E6E6E6;
  padding: 20px 0 40px;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .cost .cost-content01__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0 30px 20px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cost .cost-content01__inner img {
    max-width: 40px;
    height: auto;
  }
}
.cost .cost-content01__innerItem {
  display: none;
}
@media (max-width: 768px) {
  .cost .cost-content01__innerItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    position: relative;
  }
  .cost .cost-content01__innerItem .side-head {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 20;
    margin-top: 60px;
    margin-right: 5px;
    background: #fff;
  }
  .cost .cost-content01__innerItem .table-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cost .cost-content01__innerItem .table-scroll img.table-td {
    width: 200%;
    display: block;
    max-width: 436px;
  }
}
.cost .cost-content02 {
  max-width: 730px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cost .cost-content02 {
    padding: 0 27.5px;
    text-align: center;
  }
  .cost .cost-content02 img {
    max-width: 300px;
    margin: 20px 0;
  }
}
.cost .cost-content02__text {
  font-size: 1.13rem;
  color: #333;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .cost .cost-content02__text {
    font-size: 1rem;
    line-height: 23px;
    margin: 0;
    text-align: left;
  }
}
.cost .cost-content02 .p-strong {
  font-weight: bold;
}
.cost .cost-content03 {
  background-color: #7E308D;
  margin-top: 30px;
}
.cost .cost-content03 p {
  font-family: "Corporate logo ver3", sans-serif;
  color: #F5F5F5;
  padding: 30px 0;
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .cost .cost-content03 p {
    font-size: 1.12rem;
    padding: 20px 10px;
    line-height: 1.5;
  }
}

.support {
  padding: 80px 0 120px;
  max-width: 1220px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .support {
    padding: 40px 20px;
  }
}
.support-content__title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .support-content__title {
    font-size: 1.25rem;
    margin-bottom: 25px;
  }
}
.support-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .support-content__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.support-content__innerItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  max-width: 520px;
  height: 520px;
  background-color: #FBF8FF;
  border: #7E308D 2px solid;
  padding: 40px 30px;
}
.support-content__innerItem img {
  width: 100%;
}
@media (max-width: 768px) {
  .support-content__innerItem {
    padding: 25px 12px;
    height: 490px;
  }
  .support-content__innerItem img {
    max-width: 280px;
  }
}
.support-content__boldText {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .support-content__boldText {
    font-size: 1.12rem;
    line-height: 25px;
  }
}
.support-content .strong {
  font-weight: bold;
  color: #FF6600;
}
.support-content__text {
  font-size: 1.13rem;
  color: #333;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .support-content__text {
    font-size: 1rem;
    line-height: 23px;
    padding: 0;
  }
}
.support-content__img {
  text-align: center;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .support-content__img {
    margin-top: 30px;
  }
  .support-content__img img {
    width: 100%;
  }
}

.faq {
  background-color: #E6E6E6;
}
.faq-content {
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 20px;
}
@media (max-width: 768px) {
  .faq-content {
    padding: 40px 20px;
  }
}
.faq-content__title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .faq-content__title {
    font-size: 1.25rem;
    margin-bottom: 24px;
  }
}
.faq-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin: 0 auto;
}
.faq-content__innerItem {
  background-color: #fff;
  padding: 30px 80px;
}
@media (max-width: 768px) {
  .faq-content__innerItem {
    padding: 30px 12px;
  }
}
.faq-content__boldText {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .faq-content__boldText {
    font-size: 1rem;
    line-height: 23px;
  }
}
.faq-content__boldText img {
  width: 40px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .faq-content__boldText img {
    width: 26px;
    margin-right: 12px;
  }
}
.faq-content__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  font-size: 1.13rem;
  line-height: 1.6;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .faq-content__text {
    font-size: 1rem;
    line-height: 23px;
  }
}
.faq-content__text img {
  width: 40px;
  height: 40px;
  padding: 8px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .faq-content__text img {
    width: 26px;
    height: 26px;
    padding: 5px;
    margin-right: 12px;
  }
}

.contact {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .contact {
    padding: 40px 8px;
  }
}
.contact-title {
  font-size: 3rem;
  font-weight: bold;
  color: #333;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .contact-title {
    font-size: 1.25rem;
  }
}
.contact-content__inner {
  border: 1px solid #FFD64D;
  margin: 0 auto;
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .contact-content__inner {
    padding: 30px 0;
  }
}
.contact-content__inner .contact-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-content__inner .contact-head__text {
  display: inline-block;
  padding: 16px 40px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50.42%, #7E308D), to(#450A50));
  background: linear-gradient(180deg, #7E308D 50.42%, #450A50 100%);
  color: #fff;
  margin: 0 30px;
  line-height: 1.3;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .contact-content__inner .contact-head__text {
    font-size: 1.15rem;
    width: 100%;
    text-align: center;
    padding: 16px 20px;
  }
}
.contact-content__inner .contact-head span {
  color: #FFD64D;
}
.contact-content__innerTitle {
  max-width: 1080px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.5;
}
.contact-content__innerTitle .prof-boldText {
  font-size: 1.63rem;
  font-weight: bold;
}
.contact-content__innerTitle .prof-boldText span {
  font-size: 1.13rem;
  font-weight: normal;
}
.contact-content__innerItem {
  max-width: 1000px;
  width: 100%;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .contact-content__innerItem {
    padding: 0 12px;
  }
}
.contact-content__innerItem .prof-midiumText {
  font-size: 1.13rem;
  font-weight: bold;
}
.contact-content__innerItem .prof-text {
  font-size: 1.13rem;
}
.contact-content__innerItem .formList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .contact-content__innerItem .formList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.contact-content__innerItem .formList div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .contact-content__innerItem .formList div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0;
  }
}
.contact-content__innerItem .formList dt {
  padding: 20px 0;
  font-weight: bold;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .contact-content__innerItem .formList dt {
    font-size: 1rem;
    padding: 0;
    width: 80%;
  }
}
.contact-content__innerItem .formList dd {
  width: 100%;
}
.contact-content__innerItem .formList dd input {
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  padding: 6px;
  width: 100%;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .contact-content__innerItem .formList dd input {
    width: 100%;
    font-size: 1rem;
  }
}
.contact-content__innerItem .formList .required {
  padding: 5px 0;
  width: 70px;
  text-align: center;
  background: #e00000;
  color: #fff;
  margin-right: 20px;
  font-size: 1rem;
}
.contact-content__innerItem .formList .tx {
  width: 100%;
  max-width: 235px;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-content__innerItem .formList .tx {
    text-align: left;
  }
}
.contact-content__innerItem textarea {
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  width: 100%;
  padding: 6px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .contact-content__innerItem textarea {
    margin-top: 0;
  }
}
.contact-content__innerItem .formButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-content__innerItem .formButton input {
  background-color: #FFD64D;
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
  max-width: 200px;
  width: 100%;
  text-align: center;
  padding: 12px;
  border-radius: 30px;
}
.contact-content__innerItem .praivacy {
  text-align: center;
  margin: 40px 0 20px;
  font-size: 1rem;
}
.contact-content__innerItem .praivacy a {
  text-decoration: underline;
}

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

.thanks-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.thanks-modal.is-active {
  display: block;
}

.thanks-modal__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.thanks-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  padding: 32px 24px;
  max-width: 750px;
  width: 90%;
  border-radius: 12px;
  text-align: center;
  line-height: 1.5;
}

.thanks-modal__title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 12px;
}

.thanks-modal__close {
  margin-top: 20px;
}