@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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*/
}

/* 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] {
  -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 */
}

/**
 * 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;
}

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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;
}

html {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 0.80645vw;
  color: #000;
  overflow-x: hidden;
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.66667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #000;
  margin: 0 auto;
  background-color: #fbf5ea;
  color: #553c16;
}

* {
  color: #000;
}

.Inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .Inner {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .Inner {
    box-sizing: border-box;
    padding: 0 2rem;
  }
}
.Inner--mini {
  max-width: 980px;
}
@media screen and (max-width: 768px) {
  .Inner--mini {
    max-width: 100%;
    padding: 0 2rem;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.l-header, .l-footer {
  display: none;
}

.Btn__lead {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1rem;
}
.Btn__lead img {
  width: 2rem;
}
.Btn a {
  border-radius: 0.5rem;
  border: 0.2rem solid #0E0EC8;
  background-color: #0061DF;
  width: 41.2rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 6rem;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Btn a {
    width: 100%;
    height: 6rem;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
  }
}
.Btn a img {
  width: 3rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .Btn a img {
    margin-top: 0;
  }
}
.Btn a span {
  font-size: 2.6rem;
  font-weight: 600;
  color: #fff;
  line-height: 6rem;
}
@media screen and (max-width: 768px) {
  .Btn a span {
    font-size: 2.4rem;
    line-height: normal;
    padding-bottom: 0.5rem;
  }
}
.Btn a:hover {
  opacity: 0.6;
}

.Title {
  text-align: center;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .Title {
    padding: 6rem 0;
    margin-bottom: 4rem;
  }
}
.Title__lead {
  position: relative;
  display: inline-block;
  background-color: #d6fdff;
  text-align: center;
  border-radius: 0.8rem;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
  font-size: 2.4rem;
  padding: 0.5rem 0;
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Title__lead {
    font-size: 2rem;
    max-width: calc(100% - 0rem);
    padding: 0.5rem 0rem;
  }
}
.Title__lead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: #d6fdff transparent transparent;
  translate: -50% 100%;
  padding-inline-start: none;
}
@media screen and (max-width: 768px) {
  .Title__lead::after {
    border-width: 1.5rem 0 0 2rem;
  }
}
.Title__main {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Title__main {
    font-size: 3rem;
    padding: 0 0rem;
  }
}

.Fv {
  background: url(../images/fv_bg.png) no-repeat center/contain;
  background-color: #FFCC1C;
  aspect-ratio: 2880/1532;
}
@media screen and (max-width: 768px) {
  .Fv {
    aspect-ratio: unset;
    background: url(../images/sp_bg.png) no-repeat center/cover;
    background-color: #FFCC1C;
  }
}
.Fv .Inner {
  max-width: 97.2222222222vw;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
.Fv__container {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .Fv__container {
    flex-direction: column;
    padding: 3rem 0 3rem 0;
    height: auto;
  }
}
.Fv__container::before {
  content: "";
  position: absolute;
  background: url(../images/fv_people.png) no-repeat center/contain;
  bottom: 1.3888888889vw;
  left: -2.7777777778vw;
  width: 13.5416666667vw;
  height: 15.6944444444vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .Fv__container::before {
    width: 12rem;
    height: 14rem;
    bottom: 0;
    left: 1rem;
    display: none;
  }
}
.Fv__container__text {
  width: 50%;
  padding-left: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .Fv__container__text {
    width: 100%;
    padding: 0;
  }
}
.Fv__container__text__logo {
  width: 16.7361111111vw;
  margin-bottom: 1.4583333333vw;
}
@media screen and (max-width: 768px) {
  .Fv__container__text__logo {
    width: 14.2rem;
    margin-bottom: 2rem;
  }
}
.Fv__container__text__logo img {
  width: 100%;
}
.Fv__container__text__lead {
  position: relative;
  display: inline-block;
  padding: 0.3472222222vw 1.3888888889vw;
  border: 2px solid #51c8f0;
  border-radius: 0.5555555556vw;
  background-color: #e5f4f9;
  text-align: left;
  line-height: 1.5;
  color: #000000;
  font-weight: 900;
  font-size: 1.8055555556vw;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .Fv__container__text__lead {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    padding: 1rem 2rem;
    width: 90%;
    margin: 0 auto 2rem;
    border-radius: 8px;
  }
}
.Fv__container__text__lead::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 11%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #51c8f0 transparent transparent;
  translate: -50% 100%;
  transform: skew(21deg);
  transform-origin: top;
}
.Fv__container__text__lead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 11%;
  border-style: solid;
  border-width: 15.5px 7.8px 0 7.8px;
  border-color: #e5f4f9 transparent transparent;
  translate: -50% 100%;
  transform: skew(21deg);
  transform-origin: top;
}
.Fv__container__text__sub {
  font-size: 2.0833333333vw;
  font-weight: 800;
  line-height: 1.5;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Fv__container__text__sub {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.Fv__container__text__sub span {
  background-color: #FFCC1C;
  font-size: 2.0833333333vw;
  font-weight: 800;
  line-height: 1.5;
  padding: 0.3472222222vw;
  margin-right: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .Fv__container__text__sub span {
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-right: 0.5rem;
  }
}
.Fv__container__text__main {
  font-size: 4.8611111111vw;
  font-weight: 800;
  line-height: 1.4;
  color: #000;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .Fv__container__text__main {
    font-size: 3.6rem;
    margin-bottom: 1rem;
  }
}
.Fv__container__text__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .Fv__container__text__wrap {
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: -2rem;
  }
}
.Fv__container__text__wrap__item {
  box-shadow: 0 0.2777777778vw 0.2777777778vw rgba(0, 0, 0, 0.25);
  background-color: #F2F2F2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 12.8472222222vw;
  height: 12.8472222222vw;
}
@media screen and (max-width: 768px) {
  .Fv__container__text__wrap__item {
    width: 12.5rem;
    height: 12.5rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .Fv__container__text__wrap__item:nth-child(1) {
    order: 2;
    margin: 0 -3rem;
    margin-top: 0;
    z-index: 100;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .Fv__container__text__wrap__item:nth-child(2) {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .Fv__container__text__wrap__item:nth-child(3) {
    order: 3;
    z-index: 0;
    position: relative;
  }
}
.Fv__container__text__wrap__item p {
  font-size: 1.9444444444vw;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Fv__container__text__wrap__item p {
    font-size: 1.8rem;
  }
}
.Fv__container__text__wrap__item p span {
  font-size: 1.1111111111vw;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .Fv__container__text__wrap__item p span {
    font-size: 1rem;
  }
}
.Fv__container__text__wrap__item img {
  width: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .Fv__container__text__wrap__item img {
    width: 6.5rem;
  }
}
.Fv__container__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .Fv__container__img {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
  }
}
.Fv__container__img img {
  width: 100%;
}

.About {
  background-color: #FFCC1C;
}
.About__container {
  padding: 12rem 0 8rem 0;
}
@media screen and (max-width: 768px) {
  .About__container {
    padding: 6rem 0;
  }
}
.About__container__content {
  background-color: #fff;
  position: relative;
}
.About__container__content::after {
  content: "";
  position: absolute;
  bottom: -8rem;
  right: -6rem;
  background: url(../images/about_people.png) no-repeat center/contain;
  width: 40rem;
  height: 35rem;
}
@media screen and (max-width: 768px) {
  .About__container__content::after {
    width: 22rem;
    height: 19rem;
    bottom: -6rem;
    right: 0;
  }
}
.About__container__content__title {
  background-color: #BCEBFB;
  border-radius: 0.4rem;
  border: 0.3rem solid #000000;
  max-width: 72rem;
  width: 100%;
  margin: 0 auto;
  padding: 2.6rem 0;
  transform: translateY(-30%);
}
@media screen and (max-width: 768px) {
  .About__container__content__title {
    max-width: calc(100% - 1rem);
    padding: 2rem;
    transform: translateY(-30%);
  }
}
.About__container__content__title h1 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .About__container__content__title h1 {
    font-size: 2.2rem;
  }
}
.About__container__content__title h1 span {
  font-size: 3.8rem;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .About__container__content__title h1 span {
    font-size: 3rem;
  }
}
.About__container__content__text {
  padding: 0rem 8rem 5.9rem 8rem;
}
@media screen and (max-width: 768px) {
  .About__container__content__text {
    padding: 0 2rem 13rem 2rem;
  }
}
.About__container__content__text p {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0;
  margin-top: -1rem;
}
@media screen and (max-width: 768px) {
  .About__container__content__text p {
    font-size: 1.6rem;
    margin-top: 0;
  }
}
.About__container__content__text p span {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .About__container__content__text p span {
    font-size: 1.6rem;
  }
}

.Worries {
  background: url(../images/worries_bg.png) no-repeat center/cover;
}
.Worries__container {
  display: flex;
  padding: 5.5rem 0 3rem 0;
}
@media screen and (max-width: 768px) {
  .Worries__container {
    flex-direction: column;
    padding: 5rem 0rem;
  }
}
.Worries__container__img {
  width: 34%;
}
@media screen and (max-width: 768px) {
  .Worries__container__img {
    width: 70%;
    margin: 0 auto 3rem;
  }
}
.Worries__container__img img {
  width: 100%;
}
.Worries__container__text {
  width: 66%;
  padding-left: 2%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .Worries__container__text {
    width: 100%;
    padding-left: 0;
  }
}
.Worries__container__text__title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.5;
  background-color: #000;
  color: #fff;
  padding: 1rem 4rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .Worries__container__text__title {
    font-size: 2.4rem;
    padding: 1rem 3rem;
    width: 100%;
    box-sizing: border-box;
  }
}
.Worries__container__text__lead {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Worries__container__text__lead {
    font-size: 1.6rem;
    text-align: left;
  }
}
.Worries__container__text__list li {
  font-size: 2rem;
  line-height: 1.8;
  position: relative;
  padding-left: 6rem;
  margin-bottom: 1.7rem;
  font-weight: 800;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 768px) {
  .Worries__container__text__list li {
    font-size: 1.6rem;
    padding-left: 4rem;
    margin-bottom: 1.6rem;
  }
}
.Worries__container__text__list li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4.2rem;
  height: 4.2rem;
  background: url(../images/check_icon.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .Worries__container__text__list li::after {
    width: 3rem;
    height: 3rem;
  }
}

.Solution {
  background-color: #fff;
}
.Solution__container {
  padding: 8rem 0 12rem 0;
}
@media screen and (max-width: 768px) {
  .Solution__container {
    padding: 6rem 0;
  }
}
.Solution__container__title {
  background-color: #FFCC1C;
  border: 0.4rem solid #000;
  border-radius: 1rem;
  max-width: 144rem;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0;
  margin-bottom: 6.4rem;
  position: relative;
  max-width: 124rem;
  width: calc(100% - 4rem);
}
@media screen and (max-width: 768px) {
  .Solution__container__title {
    padding: 2rem 1rem;
    margin-bottom: 4rem;
    border-radius: 0.6rem;
    width: calc(100% - 4rem);
  }
}
.Solution__container__title__text {
  text-align: center;
}
.Solution__container__title__text .box {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.5;
  background-color: #fff;
  padding: 0.5rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .Solution__container__title__text .box {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    padding: 0.3rem 1rem;
  }
}
.Solution__container__title__text {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .Solution__container__title__text {
    font-size: 3rem;
  }
}
.Solution__container__title__text .min {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .Solution__container__title__text .min {
    font-size: 2.4rem;
  }
}
.Solution__container__title__text .big {
  font-size: 6rem;
  font-weight: 800;
  line-height: 1.4;
  text-shadow: 3px 3px 1px #ffffff, -3px 3px 1px #ffffff, 3px -3px 1px #ffffff, -3px -3px 1px #ffffff, 3px 0px 1px #ffffff, 0px 3px 1px #ffffff, -3px 0px 1px #ffffff, 0px -3px 1px #ffffff;
}
@media screen and (max-width: 768px) {
  .Solution__container__title__text .big {
    font-size: 4.6rem;
  }
}
.Solution__container__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 7rem;
  display: block;
  width: 21.7rem;
  height: 25.8rem;
  background: url(../images/solution_people.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .Solution__container__title::after {
    right: 50%;
    transform: translateX(50%);
    width: 18rem;
    height: 21rem;
    display: none;
  }
}
.Solution__container__slick {
  height: -moz-fit-content;
  height: fit-content;
}

.Service {
  background-color: #FFCC1C;
}
.Service__container {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .Service__container {
    padding: 6rem 0;
  }
}
.Service__container .Title {
  padding: 0;
  margin-bottom: 4rem;
}
.Service__container__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .Service__container__wrap {
    flex-direction: column;
  }
}
.Service__container__wrap__item {
  width: calc(50% - 1rem);
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Service__container__wrap__item {
    width: 100%;
    margin-bottom: 0;
    margin-bottom: 3rem;
  }
}
.Service__container__wrap__item__img {
  width: 100%;
  margin-bottom: 1rem;
}
.Service__container__wrap__item__img img {
  width: 100%;
}
.Service__container__wrap__item__title {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .Service__container__wrap__item__title {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
  }
}
.Service__container__wrap__item__title span {
  background-color: #fff;
  border-radius: 0.2rem;
  line-height: 3.8rem;
  height: 3.8rem;
  padding: 0 0.5rem;
  font-size: 2.2rem;
  font-weight: bold;
  margin-right: 2rem;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .Service__container__wrap__item__title span {
    font-size: 2rem;
    height: 3.4rem;
    line-height: 3.4rem;
  }
}
.Service__container__wrap__item__dis {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .Service__container__wrap__item__dis {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.Cv {
  padding: 10rem 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .Cv {
    padding: 6rem 0;
  }
}
.Cv__container {
  padding: 8rem 9.8rem;
  background: url(../images/cv_bg.png) no-repeat center/cover;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .Cv__container {
    padding: 1rem;
  }
}
.Cv__container__content {
  position: relative;
  background-color: #fff;
  padding: 4rem 14.7rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .Cv__container__content {
    padding: 2rem 1rem 18rem;
  }
}
.Cv__container__content::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22.5rem;
  height: 28.8rem;
  background: url(../images/cv_people.png) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .Cv__container__content::after {
    width: 14rem;
    height: 17rem;
    right: 50%;
    transform: translateX(50%);
  }
}
.Cv__container__content__title {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 800;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .Cv__container__content__title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
}
.Cv__container__content__title .min {
  font-size: 3.2rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .Cv__container__content__title .min {
    font-size: 2.4rem;
  }
}
.Cv__container__content__title .big {
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Cv__container__content__title .big {
    font-size: 3.8rem;
  }
}
.Cv__container__content__title .big::before {
  content: "";
  position: absolute;
  top: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #FFCC1C;
}
@media screen and (max-width: 768px) {
  .Cv__container__content__title .big::before {
    top: -0.8rem;
    width: 1rem;
    height: 1rem;
  }
}
.Cv__container__content__dis {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .Cv__container__content__dis {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 2rem;
  }
}
.Cv__container__content .Btn a {
  padding: 0 1rem;
}
.Cv__container__content .Btn a img {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .Cv__container__content .Btn a img {
    padding-top: 0.5rem;
    margin-top: 0;
  }
}
.Cv__container__content .Btn a span {
  font-size: 1.8rem;
  padding-bottom: 0;
}
.Cv__container__content .Btn a {
  font-size: 1.6rem;
}

.Strengths {
  background-color: #FFEDAD;
}
.Strengths__container {
  padding: 12rem 0 10rem 0;
}
@media screen and (max-width: 768px) {
  .Strengths__container {
    padding: 6rem 0;
  }
}
.Strengths__container__content {
  background-color: #fff;
}
.Strengths__container__content .Title {
  padding: 0;
  margin-bottom: 0.5rem;
  transform: translateY(-20%);
}
@media screen and (max-width: 768px) {
  .Strengths__container__content .Title {
    transform: translateY(-20%);
    padding: 0 2rem;
  }
}
.Strengths__container__content__dis {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .Strengths__container__content__dis {
    font-size: 1.6rem;
    margin-bottom: 3rem;
    padding: 0 4rem;
  }
}
.Strengths__container__content__dis .big {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .Strengths__container__content__dis .big {
    font-size: 2rem;
  }
}
.Strengths__container__content__dis .line {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-color: #FFCC1C;
  text-decoration-thickness: 0.4rem;
}
@media screen and (max-width: 768px) {
  .Strengths__container__content__dis .line {
    font-size: 2rem;
  }
}
.Strengths__container__content__wrap {
  padding: 0 8rem 6rem 8rem;
}
@media screen and (max-width: 768px) {
  .Strengths__container__content__wrap {
    padding: 0 2rem 6rem;
  }
}
.Strengths__container__content__wrap__item {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .Strengths__container__content__wrap__item {
    flex-direction: column;
    margin-bottom: 5rem;
  }
}
.Strengths__container__content__wrap__item:last-child {
  margin-bottom: 0;
}
.Strengths__container__content__wrap__item__img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .Strengths__container__content__wrap__item__img {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2rem;
  }
}
.Strengths__container__content__wrap__item__img img {
  width: 100%;
}
.Strengths__container__content__wrap__item__text {
  width: 55%;
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  .Strengths__container__content__wrap__item__text {
    width: 100%;
    padding-left: 0;
  }
}
.Strengths__container__content__wrap__item__text__point {
  background-color: #FFCC1C;
  border-radius: 4rem;
  padding: 0.5rem 3rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  height: 2.9rem;
  font-size: 1.8rem;
  line-height: 0.9rem;
  margin-right: auto;
  margin-left: 0;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .Strengths__container__content__wrap__item__text__point {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    padding: 0.3rem 1.5rem;
  }
}
.Strengths__container__content__wrap__item__text__point span {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 0.9rem;
}
@media screen and (max-width: 768px) {
  .Strengths__container__content__wrap__item__text__point span {
    font-size: 2.8rem;
  }
}
.Strengths__container__content__wrap__item__text__title {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .Strengths__container__content__wrap__item__text__title {
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
    margin-bottom: 0.7rem;
  }
}
.Strengths__container__content__wrap__item__text__dis {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .Strengths__container__content__wrap__item__text__dis {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.Point {
  background: url(../images/point_bg.png) no-repeat center top/cover;
  background-size: 100% 60%;
  background-position: center top;
  background-color: #fff;
}
.Point__container {
  padding: 9rem 0 9.8rem 0;
}
@media screen and (max-width: 768px) {
  .Point__container {
    padding: 6rem 0;
  }
}
.Point__container .Title {
  margin-bottom: 7rem;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .Point__container .Title {
    margin-bottom: 1rem;
    padding: 0 0rem;
    transform: translate(0);
  }
}
.Point__container__flex {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .Point__container__flex {
    flex-direction: column;
    gap: 3rem;
    padding: 0 0rem;
  }
}
.Point__container__flex__item {
  background-color: #fff;
  border-radius: 1rem;
  border: 0.5rem solid #000;
  padding: 3.2rem 2rem;
  width: 33.333%;
}
@media screen and (max-width: 768px) {
  .Point__container__flex__item {
    width: 100%;
    padding: 3.2rem 2rem;
    margin-top: 5.5rem;
  }
}
.Point__container__flex__item__box {
  background-color: #1E1E1E;
  border-radius: 0.5rem;
  font-size: 2.8rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  text-align: center;
  max-width: 26.4rem;
  width: 100%;
  margin: 0 auto;
  margin-top: -5.5rem;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .Point__container__flex__item__box {
    font-size: 2.4rem;
    max-width: calc(100% - 4rem);
  }
}
.Point__container__flex__item__img {
  width: 14.4rem;
  margin: 0 auto;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Point__container__flex__item__img {
    width: 10rem;
  }
}
.Point__container__flex__item__img img {
  width: 100%;
}
.Point__container__flex__item__title {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
  color: #1E1E1E;
  text-align: center;
  margin-bottom: 2.4rem;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 768px) {
  .Point__container__flex__item__title {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
.Point__container__flex__item__dis {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #1E1E1E;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .Point__container__flex__item__dis {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.Price {
  background-color: #fff;
}
.Price__container {
  padding: 5rem 0 11rem 0;
}
@media screen and (max-width: 768px) {
  .Price__container {
    padding: 5rem 0;
  }
}
.Price__container .Title {
  padding: 0;
  margin-bottom: 3rem;
}
.Price__container__dis {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 4.8rem;
  max-width: 77rem;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 5.8rem;
}
@media screen and (max-width: 768px) {
  .Price__container__dis {
    font-size: 1.6rem;
    padding: 0 1.5rem;
    margin-bottom: 3rem;
  }
}
.Price__container__dis .big {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .Price__container__dis .big {
    font-size: 1.8rem;
  }
}
.Price__container__dis .line {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-color: #FFCC1C;
  text-decoration-thickness: 0.4rem;
}
@media screen and (max-width: 768px) {
  .Price__container__dis .line {
    font-size: 1.8rem;
  }
}
.Price__container__wrap {
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .Price__container__wrap {
    flex-direction: column;
    gap: 5rem;
    padding: 0 0rem;
  }
}
.Price__container__wrap .Price__card {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .Price__container__wrap .Price__card {
    width: 100%;
  }
}
.Price__container__wrap .Price__card__head {
  border-bottom: 0.1rem solid #AAB4C8;
  margin-bottom: 2rem;
}
.Price__container__wrap .Price__card__label {
  font-size: 2.8rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .Price__container__wrap .Price__card__label {
    font-size: 2.4rem;
  }
}
.Price__container__wrap .Price__card__price {
  text-align: center;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .Price__container__wrap .Price__card__price {
    padding: 2rem 0;
  }
}
.Price__container__wrap .Price__card__price__num {
  font-size: 4.8rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Price__container__wrap .Price__card__price__num {
    font-size: 4rem;
  }
}
.Price__container__wrap .Price__card__price__unit {
  font-size: 2.8rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Price__container__wrap .Price__card__price__unit {
    font-size: 2.4rem;
  }
}
.Price__container__wrap .Price__card__list {
  background-color: #F4F4F4;
  margin-bottom: 1rem;
  padding: 1.6rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .Price__container__wrap .Price__card__list {
    padding: 1.6rem 2rem;
  }
}
.Price__container__wrap .Price__card__list .Price__card__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Price__container__wrap .Price__card__list .Price__card__title {
    font-size: 2rem;
  }
}
.Price__container__wrap .Price__card__list .Price__card__text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .Price__container__wrap .Price__card__list .Price__card__text {
    font-size: 1.5rem;
  }
}
.Price__container__wrap .Price__card--orange .Price__card__label {
  background-color: #F9AA00;
}
.Price__container__wrap .Price__card--orange .Price__card__price__num {
  color: #F9AA00;
}
.Price__container__wrap .Price__card--orange .Price__card__price__unit {
  color: #F9AA00;
}
.Price__container__wrap .Price__card--orange .Price__card__title {
  color: #F9AA00;
}
.Price__container__wrap .Price__card--blue .Price__card__label {
  background-color: #007BFF;
}
.Price__container__wrap .Price__card--blue .Price__card__price__num {
  color: #007BFF;
}
.Price__container__wrap .Price__card--blue .Price__card__price__unit {
  color: #007BFF;
}
.Price__container__wrap .Price__card--blue .Price__card__title {
  color: #007BFF;
}
.Price__container__box {
  background: #E6F9FF;
  max-width: 91rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 1rem;
  padding: 4rem 10.4rem;
  margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .Price__container__box {
    padding: 3rem 2rem;
    margin-top: 3rem;
    border-radius: 0;
  }
}
.Price__container__box p {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .Price__container__box p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.Flow {
  background-color: #FFEDAD;
}
.Flow__container {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .Flow__container {
    padding: 6rem 0;
  }
}
.Flow__container__title {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .Flow__container__title {
    font-size: 3rem;
    margin-bottom: 5rem;
    padding: 0 0rem;
  }
}
.Flow__container__title span {
  font-size: 4rem;
  font-weight: 800;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Flow__container__title span {
    font-size: 3rem;
  }
}
.Flow__container__title span::before {
  content: "";
  position: absolute;
  top: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #FFCC1C;
}
@media screen and (max-width: 768px) {
  .Flow__container__title span::before {
    width: 1rem;
    height: 1rem;
    top: -0.8rem;
  }
}
.Flow__container__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .Flow__container__wrap {
    flex-direction: column;
    gap: 0;
    padding: 0 0rem;
  }
}
.Flow__container__wrap__item {
  width: calc(25% - 2rem);
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .Flow__container__wrap__item {
    width: 100%;
    margin-bottom: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .Flow__container__wrap__item:last-child {
    margin-bottom: 0;
  }
}
.Flow__container__wrap__item:nth-child(1)::after, .Flow__container__wrap__item:nth-child(2)::after, .Flow__container__wrap__item:nth-child(3)::after, .Flow__container__wrap__item:nth-child(5)::after, .Flow__container__wrap__item:nth-child(6)::after, .Flow__container__wrap__item:nth-child(7)::after {
  content: "";
  position: absolute;
  top: 37%;
  right: 0;
  transform: translate(70%, -50%);
  width: 8rem;
  z-index: 1;
  height: 8rem;
  background: url(../images/flow_allow.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .Flow__container__wrap__item:nth-child(1)::after, .Flow__container__wrap__item:nth-child(2)::after, .Flow__container__wrap__item:nth-child(3)::after, .Flow__container__wrap__item:nth-child(5)::after, .Flow__container__wrap__item:nth-child(6)::after, .Flow__container__wrap__item:nth-child(7)::after {
    top: auto;
    bottom: -6rem;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .Flow__container__wrap__item:nth-child(4)::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -6rem;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
    width: 5rem;
    height: 5rem;
    z-index: 1;
    background: url(../images/flow_allow.png) no-repeat center/contain;
  }
}
.Flow__container__wrap__item__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  aspect-ratio: 1/1;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .Flow__container__wrap__item__box {
    aspect-ratio: unset;
    padding: 5rem 2rem 3rem;
  }
}
.Flow__container__wrap__item__box__number {
  background-color: #FFCC1C;
  padding: 1rem 3rem;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Flow__container__wrap__item__box__number p {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2rem;
  font-family: "Inter", sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Flow__container__wrap__item__box__number p {
    font-size: 2rem;
  }
}
.Flow__container__wrap__item__box__img {
  width: 11.4rem;
}
@media screen and (max-width: 768px) {
  .Flow__container__wrap__item__box__img {
    width: 8rem;
  }
}
.Flow__container__wrap__item__box__img img {
  width: 100%;
}
.Flow__container__wrap__item__box .Btn {
  margin-top: 3rem;
  margin-bottom: -8rem;
}
@media screen and (max-width: 768px) {
  .Flow__container__wrap__item__box .Btn {
    margin-bottom: 0;
  }
}
.Flow__container__wrap__item__box .Btn a {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0 1rem;
}
.Flow__container__wrap__item__text__title {
  font-size: 2rem;
  color: #1E1E1E;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Flow__container__wrap__item__text__title {
    font-size: 1.8rem;
  }
}
.Flow__container__wrap__item__text__dis {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1E1E1E;
}
@media screen and (max-width: 768px) {
  .Flow__container__wrap__item__text__dis {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.Results {
  background-color: #fff;
}
.Results__container {
  padding: 0rem 0 6rem 0;
}
@media screen and (max-width: 768px) {
  .Results__container {
    padding: 6rem 0;
  }
}
.Results__container .Title {
  margin-bottom: 5rem;
  padding: 0;
}
.Results__container__lead {
  background-color: #1A1A1A;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .Results__container__lead {
    font-size: 2rem;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem 2rem;
    margin-bottom: 3rem;
  }
}
.Results__container__lead span {
  font-size: 1.8rem;
  line-height: 1.5rem;
  background-color: #FFCC1C;
  font-weight: bold;
  padding: 0.5rem 2rem;
  border-radius: 3rem;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .Results__container__lead span {
    margin-right: 0;
    font-size: 1.6rem;
  }
}
.Results__container__wrap {
  display: flex;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .Results__container__wrap {
    flex-direction: column;
    margin-bottom: 3rem;
    padding: 0 0rem;
  }
}
.Results__container__wrap__img {
  width: 50%;
  padding-right: 2%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .Results__container__wrap__img {
    width: 100%;
    padding-right: 0;
    margin-bottom: 3rem;
  }
}
.Results__container__wrap__img img {
  width: 100%;
}
.Results__container__wrap__text {
  width: 50%;
  padding-left: 2%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .Results__container__wrap__text {
    width: 100%;
    padding-left: 0;
  }
}
.Results__container__wrap__text__item {
  display: flex;
}
.Results__container__wrap__text__item:first-child .Results__container__wrap__text__item__left {
  padding-top: 0;
}
.Results__container__wrap__text__item:first-child .Results__container__wrap__text__item__right {
  padding-top: 0;
}
.Results__container__wrap__text__item__left {
  padding: 2rem 0;
  border-bottom: 0.2rem solid #000;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .Results__container__wrap__text__item__left {
    padding: 2rem 0;
    width: 30%;
  }
}
.Results__container__wrap__text__item__left p {
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .Results__container__wrap__text__item__left p {
    font-size: 1.6rem;
  }
}
.Results__container__wrap__text__item__right {
  border-bottom: 0.2rem solid #DDDDDD;
  padding: 2rem 0;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .Results__container__wrap__text__item__right {
    padding: 2rem 0 2rem 2rem;
    width: 70%;
  }
}
.Results__container__wrap__text__item__right p, .Results__container__wrap__text__item__right a {
  font-size: 1.8rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .Results__container__wrap__text__item__right p, .Results__container__wrap__text__item__right a {
    font-size: 1.6rem;
  }
}
.Results__container__wrap__text__item__right a:hover {
  opacity: 0.6;
}
.Results__container__comment {
  background-color: #F6F6F6;
  border-radius: 1rem;
  padding: 3.1rem 17.4rem;
}
@media screen and (max-width: 768px) {
  .Results__container__comment {
    padding: 3rem 2rem;
    border-radius: 0;
  }
}
.Results__container__comment__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 3rem;
  text-align: center;
  position: relative;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .Results__container__comment__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.Results__container__comment__title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background: url(../images/comment_icon.png) no-repeat center/contain;
}
.Results__container__comment__wrap {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .Results__container__comment__wrap {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.Actual {
  background-color: #FFEDAD;
}
.Actual__container {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .Actual__container {
    padding: 6rem 0;
  }
}
.Actual__container .Title {
  padding: 0;
  margin-bottom: 5rem;
}
.Actual__container__graph {
  max-width: 100.2rem;
  margin: 0 auto;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .Actual__container__graph {
    padding: 0 0rem;
  }
}
.Actual__container__graph img {
  width: 100%;
}

.Stats {
  display: flex;
  gap: 4rem;
  max-width: 100.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .Stats {
    flex-direction: column;
    gap: 3rem;
  }
}

.Stats__item {
  border: 1.2rem solid #ffd21f;
  border-radius: 12px;
  padding: 3rem;
  background: #fff;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .Stats__item {
    width: 100%;
    padding: 2.5rem 1rem;
  }
}

.Stats__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Stats__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.Stats__body {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .Stats__body {
    gap: 1rem;
  }
}

.Stats__block {
  text-align: center;
}
.Stats__block--right {
  text-align: center;
}

.Stats__date {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Stats__date {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}

.Stats__value {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .Stats__value {
    font-size: 2.8rem;
  }
}
.Stats__value span {
  font-size: 2rem;
  margin-left: 0.2em;
}
@media screen and (max-width: 768px) {
  .Stats__value span {
    font-size: 1.6rem;
  }
}
.Stats__value--big {
  font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  .Stats__value--big {
    font-size: 3.6rem;
  }
}

.Stats__arrow {
  position: relative;
  width: 30px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .Stats__arrow {
    width: 20px;
    height: 40px;
  }
}
.Stats__arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 20px solid #ffe37a;
}
@media screen and (max-width: 768px) {
  .Stats__arrow::before {
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 14px;
  }
}

.Stats__badge {
  position: relative;
  background: #ffd21f;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 0.4rem 1.2rem;
  border-radius: 4px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .Stats__badge {
    font-size: 1.3rem;
    padding: 0.4rem 0.8rem;
  }
}

.Faq {
  background: #fff;
}
.Faq__container {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .Faq__container {
    padding: 6rem 0;
  }
}
.Faq .Flow__container__title {
  padding: 0;
}

.Faq__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .Faq__title {
    font-size: 2.6rem;
    margin-bottom: 3rem;
    padding: 0 0rem;
  }
}
.Faq__title span {
  color: #f5b400;
}

.Faq__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 70rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .Faq__list {
    padding: 0 0rem;
    gap: 1.5rem;
  }
}

.Faq__item {
  background: #fff2b8;
  border-radius: 8px;
  overflow: hidden;
}

.Faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 2.4rem;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .Faq__question {
    font-size: 1.8rem;
    padding: 2rem;
    gap: 1rem;
  }
}

.Faq__q {
  flex-shrink: 0;
}

.Faq__text {
  flex: 1;
}

.Faq__icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .Faq__icon {
    width: 16px;
    height: 16px;
  }
}
.Faq__icon::before, .Faq__icon::after {
  content: "";
  position: absolute;
  background: #000;
  transition: transform 0.3s ease;
}
.Faq__icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.Faq__icon::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.Faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  background: #fff;
}

.Faq__answer p {
  padding: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .Faq__answer p {
    padding: 2rem;
    font-size: 1.5rem;
  }
}

/* 開いた状態 */
.Faq__item.is-open .Faq__answer {
  max-height: 300px;
}
.Faq__item.is-open .Faq__icon::after {
  transform: scaleY(0);
}

.Contact {
  background: #fff2b8;
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  .Contact {
    padding: 4rem 0;
  }
}

.Contact__bg {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .Contact__bg {
    padding: 0 2rem;
  }
}

.Contact__card {
  width: 900px;
  background: #fff;
  border-radius: 12px;
  padding: 5rem 6rem;
}
@media screen and (max-width: 768px) {
  .Contact__card {
    width: 100%;
    padding: 4rem 2rem;
    border-radius: 8px;
  }
}

/* header */
.Contact__header {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .Contact__header {
    margin-bottom: 3rem;
  }
}

.Contact__title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .Contact__title {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}

.Contact__lead {
  font-size: 1.6rem;
  line-height: 1.8;
  max-width: 77.4rem;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .Contact__lead {
    font-size: 1.5rem;
  }
}

/* tel */
.Contact__tel {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .Contact__tel {
    margin-bottom: 3rem;
  }
}

.Contact__telLabel {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .Contact__telLabel {
    font-size: 2rem;
  }
}

.Contact__telNumber {
  font-size: 4rem;
  font-weight: 700;
  position: relative;
  padding-left: 5rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  line-height: 4rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .Contact__telNumber {
    font-size: 3.2rem;
  }
}
.Contact__telNumber::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  background: url(../images/tel_icon.png) no-repeat center/contain;
}

.Contact__telTime {
  font-size: 1.6rem;
  color: #666;
}
@media screen and (max-width: 768px) {
  .Contact__telTime {
    font-size: 1.4rem;
  }
}

/* form */
.Contact__form {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .Contact__form {
    gap: 2.5rem;
  }
}

/* row */
.Contact__row {
  display: grid;
  grid-template-columns: 25% 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .Contact__row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.Contact__label {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .Contact__label {
    font-size: 1.5rem;
  }
}
.Contact__label span {
  color: #e60000;
}

/* input */
.Contact__input,
.Contact__textarea {
  width: 100%;
  background: #f3f3f3;
  border: none;
  border-radius: 4px;
  padding: 1.2rem 1.5rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .Contact__input,
  .Contact__textarea {
    font-size: 1.6rem;
  }
}

.Contact__textarea {
  height: 180px;
  resize: none;
}
@media screen and (max-width: 768px) {
  .Contact__textarea {
    height: 150px;
  }
}

textarea {
  font-size: 1.6rem;
  resize: none;
}
@media screen and (max-width: 768px) {
  textarea {
    height: 20rem !important;
  }
}

/* radio / checkbox */
.Contact__choice {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .Contact__choice {
    gap: 1.4rem 2rem;
  }
}

.Contact__choiceItem {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.Contact__choiceItem input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.Contact__choiceText {
  position: relative;
  padding-left: 2.8rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .Contact__choiceText {
    font-size: 1.5rem;
  }
}

/* base */
.Contact__choiceText::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  border: 0.2rem solid #ccc;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
}

.Contact__choiceText::after {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 0.5rem;
  width: 0.8rem;
  height: 0.8rem;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  transform: scale(0);
}
@media screen and (max-width: 768px) {
  .Contact__choiceText::after {
    top: 0.9rem;
  }
}

/* checked */
.Contact__choiceItem input:checked + .Contact__choiceText::before {
  background: #f5a900;
  border-color: #f5a900;
}

.Contact__choiceItem input:checked + .Contact__choiceText::after {
  transform: scale(1);
}

/* checkbox override */
.Contact__choiceItem input[type=checkbox] + .Contact__choiceText::before {
  border-radius: 4px;
}

.Contact__choiceItem input[type=checkbox] + .Contact__choiceText::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 10px;
  top: 50%;
  left: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  background: none;
  transform: translate(-50%, -60%) rotate(45deg) scale(0);
  transition: transform 0.2s ease;
}

.Contact__choiceItem input[type=checkbox]:checked + .Contact__choiceText::after {
  transform: translate(-50%, -60%) rotate(45deg) scale(1);
}

/* agree */
.Contact__agree {
  display: flex;
  justify-content: center;
}

/* submit */
.Contact__submit {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .Contact__submit {
    margin-top: 2rem;
  }
}
.Contact__submit button {
  background: #f5a900;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1.2rem 4rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .Contact__submit button {
    width: 100%;
    padding: 1.6rem 2rem;
    font-size: 1.8rem;
    text-align: center;
  }
}
.Contact__submit button span {
  color: #fff;
}

.wpcf7-radio,
.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .wpcf7-radio,
  .wpcf7-checkbox {
    gap: 1.4rem 2rem;
  }
}
.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.wpcf7-radio .wpcf7-list-item input[type=radio],
.wpcf7-radio .wpcf7-list-item input[type=checkbox],
.wpcf7-checkbox .wpcf7-list-item input[type=radio],
.wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 1;
  margin: 0;
}
.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  padding-left: 2.8rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label,
  .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 1.5rem;
  }
}
.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before,
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  border: 0.2rem solid #ccc;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after,
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%) scale(0);
  width: 0.8rem;
  height: 0.8rem;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  transition: transform 0.2s ease;
}
.wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before,
.wpcf7-checkbox .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
  background: #f5a900;
  border-color: #f5a900;
}
.wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after,
.wpcf7-checkbox .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after {
  transform: translateY(-50%) scale(1);
}
.wpcf7-radio .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label::before,
.wpcf7-checkbox .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label::before {
  border-radius: 4px;
}
.wpcf7-radio .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label::after,
.wpcf7-checkbox .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 10px;
  top: 50%;
  left: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  background: none;
  transform: translate(-50%, -60%) rotate(45deg) scale(0);
  transition: transform 0.2s ease;
}
.wpcf7-radio .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  transform: translate(-50%, -60%) rotate(45deg) scale(1);
}

.wpcf7-acceptance {
  display: inline-flex;
  align-items: center;
}
.wpcf7-acceptance label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  z-index: 1;
  margin: 0;
}

.Contact__submit {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .Contact__submit {
    margin-top: 2rem;
  }
}
.Contact__submit p {
  width: 100%;
  display: flex;
  justify-content: center;
}
.Contact__submit button,
.Contact__submit input[type=submit] {
  background: #f5a900;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1.2rem 4rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
}
@media screen and (max-width: 768px) {
  .Contact__submit button,
  .Contact__submit input[type=submit] {
    width: 100%;
    padding: 1.6rem 2rem;
    font-size: 1.8rem;
    text-align: center;
  }
}

.Contact__agree {
  display: flex;
  justify-content: center;
}
.Contact__agree .wpcf7-acceptance label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 2.8rem;
  font-size: 1.6rem;
  gap: 0.5rem;
}
.Contact__agree .wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1.8rem;
  height: 1.8rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
  margin: 0;
}
.Contact__agree .wpcf7-acceptance label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  border: 0.2rem solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.Contact__agree .wpcf7-acceptance label::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 10px;
  top: 50%;
  left: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  background: none;
  transform: translate(-50%, -60%) rotate(45deg) scale(0);
  transition: transform 0.2s ease;
}
.Contact__agree .wpcf7-acceptance label:has(input[type=checkbox]:checked)::before {
  background: #f5a900;
  border-color: #f5a900;
}
.Contact__agree .wpcf7-acceptance label:has(input[type=checkbox]:checked)::after {
  transform: translate(-50%, -60%) rotate(45deg) scale(1);
}
.Contact__agree .wpcf7-acceptance a {
  position: relative;
  z-index: 2;
  text-decoration: underline;
  color: inherit;
}

.Contact__submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .Contact__submit {
    margin-top: 2rem;
  }
}
.Contact__submit__msg {
  font-size: 1.4rem;
  color: #e60000;
  margin-bottom: 1.5rem;
  text-align: center;
  line-height: 1.6;
}
.Contact__submit p {
  width: 100%;
  display: flex;
  justify-content: center;
}
.Contact__submit button,
.Contact__submit input[type=submit] {
  background: #f5a900;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1.2rem 4rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  transition: opacity 0.3s ease;
}
.Contact__submit button:disabled,
.Contact__submit input[type=submit]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
@media screen and (max-width: 768px) {
  .Contact__submit button,
  .Contact__submit input[type=submit] {
    width: 100%;
    padding: 1.6rem 2rem;
    font-size: 1.8rem;
    text-align: center;
  }
}

.Footer {
  padding: 8rem 0 3rem 0;
  background-color: #F7F7F7;
}
@media screen and (max-width: 768px) {
  .Footer {
    padding: 6rem 0 3rem;
  }
}
.Footer__container {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .Footer__container {
    flex-direction: column;
    align-items: center;
  }
}
.Footer__container__left {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .Footer__container__left {
    width: 100%;
    padding: 0 0rem;
    margin-bottom: 4rem;
  }
}
.Footer__container__left__logo {
  width: 30rem;
  margin-bottom: 4rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .Footer__container__left__logo {
    width: 22rem;
    margin: 0 auto 3rem;
  }
}
.Footer__container__left__logo img {
  width: 100%;
}
.Footer__container__left .CompanyInfo__list {
  display: grid;
  grid-template-columns: 120px 1fr;
  row-gap: 1.6rem;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .Footer__container__left .CompanyInfo__list {
    grid-template-columns: 100px 1fr;
    font-size: 1.5rem;
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
  }
}
.Footer__container__left .CompanyInfo__list dt {
  font-weight: 700;
  white-space: nowrap;
}
.Footer__container__left .CompanyInfo__list dd {
  margin: 0;
}
.Footer__container__right {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .Footer__container__right {
    width: 100%;
  }
}
.Footer__container__right__gag {
  width: 80%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .Footer__container__right__gag {
    width: 100%;
    margin-left: 0;
  }
}
.Footer__container__right__gag img {
  width: 100%;
}
.Footer__container__copy {
  margin-top: 3rem;
}
.Footer__container__copy p {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Footer__container__copy p {
    font-size: 1.4rem;
  }
}

.Thanks {
  padding: 10rem 0;
  background: #fff2b8;
  min-height: 60vh;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .Thanks {
    padding: 6rem 0;
    min-height: 50vh;
  }
}
.Thanks__container {
  display: flex;
  justify-content: center;
}
.Thanks__box {
  background: #fff;
  border-radius: 12px;
  padding: 6rem;
  text-align: center;
  max-width: 70rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Thanks__box {
    padding: 4rem 3rem;
  }
}
.Thanks__icon {
  width: 7rem;
  height: 7rem;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 768px) {
  .Thanks__icon {
    width: 5rem;
    height: 5rem;
    margin-bottom: 2rem;
  }
}
.Thanks__icon svg {
  width: 100%;
  height: 100%;
}
.Thanks__title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 3rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .Thanks__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.Thanks__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 4rem;
  color: #444;
}
@media screen and (max-width: 768px) {
  .Thanks__text {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 3rem;
  }
}
.Thanks__btn a {
  display: inline-block;
  background: #f5a900;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1.2rem 4rem;
  border-radius: 999px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.Thanks__btn a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .Thanks__btn a {
    display: block;
    padding: 1.6rem 2rem;
    font-size: 1.8rem;
    text-align: center;
  }
}
iframe{
    width: 100% !important;
}

/* ============================================
   area LP: specific（エリア別Web集客事情）
   ============================================ */
.specific {
  background-color: #FFCC1C;
}
.specific__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 12rem 2rem 8rem;
}
@media screen and (max-width: 1400px) {
  .specific__inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .specific__inner {
    padding: 6rem 2rem;
  }
}
.specific__title {
  background-color: #BCEBFB;
  border-radius: 0.4rem;
  border: 0.3rem solid #000000;
  max-width: 72rem;
  width: 100%;
  margin: 0 auto 3rem;
  padding: 2.6rem 2rem;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .specific__title {
    max-width: calc(100% - 1rem);
    padding: 2rem 1.5rem;
    font-size: 2.2rem;
  }
}
.specific__text {
  background-color: #fff;
  padding: 3rem;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0;
  margin: 0;
  border-radius: 0.4rem;
}
.specific__text span {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .specific__text {
    padding: 2rem 2rem 4rem;
    font-size: 1.6rem;
  }
}

/* ============================================
  area LP: localarea（対応エリア一覧）
  localarea-pre.php / localarea-cities.php
   ============================================ */
.area {
  background-color: #fff;
  padding-block: 10rem;
}
.area__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-inline: 2rem;
}
@media screen and (max-width: 768px) {
  .area__inner {
    padding-inline: 1.5rem;
  }
}
.area__title {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .area__title {
    font-size: 2.2rem;
  }
}
.area__city-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  background-color: #FFEDAD;
  padding: 3rem;
  border-radius: 0.4rem;
  box-sizing: border-box;
  margin-top: 5rem;
}
.area__city-list li {
  margin: 0;
  padding: 0;
}
.area__city-item a,
.area__city-list a {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  padding: 0.8rem 1rem;
  border-radius: 0.3rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.area__city-item a:hover,
.area__city-list a:hover {
  background-color: #BCEBFB;
  color: #000;
}
@media screen and (max-width: 768px) {
  .area__city-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 2rem 2rem 3rem;
  }
  .area__city-item a,
  .area__city-list a {
    font-size: 1.4rem;
    padding: 0.6rem 0.8rem;
  }
}
.area__note {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
  font-weight: 400;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .area__note {
    font-size: 1.2rem;
  }
}
