@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");

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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -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] {
  text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-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 {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
  font-size: 10px;
  scroll-padding-top: 0;
}

@media (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #333;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

picture {
  display: block;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

#container {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.inner {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.header {
  background-color: #ee8b2a;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .header {
    height: 4.2rem;
  }
}

.header p {
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .header p {
    font-size: 1.6rem;
  }
}

.header p .head-marker {
  background-color: #ffff00;
  font-size: 2.6rem;
  color: #ee8b2a;
  line-height: 1.4807692308;
  padding-inline: 0.7rem;
}

@media (max-width: 767px) {
  .header p .head-marker {
    font-size: 1.8rem;
  }
}

.header p .head-line {
  border-bottom: #fff solid 1px;
}

.footer {
  height: 10.6rem;
  background-color: #ee8b2a;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 11rem;
}

@media (max-width: 767px) {
  .footer {
    margin-bottom: 10rem;
  }
}

.footer p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
}

.footer .footer-text02 {
  font-size: 1.2rem;
  font-weight: 400;
}

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

.c-title .en-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ee8b2a;
  display: block;
}

.c-title .ja-title {
  font-size: 3.6rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .c-title .ja-title {
    font-size: 2.8rem;
  }
}

.c-title .ja-title span {
  color: #ee8b2a;
}

.fv {
  position: relative;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fv-text {
  position: absolute;
  top: 3.75vw;
  left: 22.2222222222vw;
}

@media (max-width: 767px) {
  .fv-text {
    top: 2.4rem;
    left: 1.5rem;
  }
}

.fv-text .fv-logo {
  width: 12.8472222222vw;
}

@media (max-width: 767px) {
  .fv-text .fv-logo {
    width: 12.6rem;
  }
}

.fv-text .fv-text-lead {
  font-size: 1.3888888889vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fff3cd;
  width: 23.0555555556vw;
  margin-block: 1.1805555556vw 1.25vw;
}

@media (max-width: 767px) {
  .fv-text .fv-text-lead {
    font-size: 1.4rem;
    display: inline-block;
    width: 23.4rem;
    margin-block: 0.7rem 1.1rem;
    margin-left: -1.5rem;
    height: 3.2rem;
    padding: 0.6rem 0rem 0.6rem 1rem;
  }
}

.fv-text .fv-text-lead span {
  font-size: 1.5277777778vw;
  font-weight: 700;
  color: #ee8b2a;
}

@media (max-width: 767px) {
  .fv-text .fv-text-lead span {
    font-size: 1.6rem;
  }
}

.fv-text .fv-text01 {
  font-size: 3.6111111111vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #0d1a40;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 0 0 5px #fff;
}

@media (max-width: 767px) {
  .fv-text .fv-text01 {
    font-size: 3.2rem;
    letter-spacing: 0;
  }
}

.fv-text .fv-text01 span {
  font-size: 4.1666666667vw;
  color: #ee8b2a;
}

@media (max-width: 767px) {
  .fv-text .fv-text01 span {
    font-size: 4rem;
  }
}

.fv-text .fv-text02-1 {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 0.7638888889vw;
  border-bottom: #fff solid 1px;
  display: inline-block;
  line-height: 1.3;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 0 0 5px #fff;
}

@media (max-width: 767px) {
  .fv-text .fv-text02-1 {
    font-size: 1.5rem;
  }
}

.fv-text .fv-text02-1 span {
  font-weight: 700;
  color: #ee8b2a;
}

@media (max-width: 767px) {
  .fv-text .fv-text02-1 span {
    font-size: 1.6rem;
  }
}

.fv-text .fv-text02-2 {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 0.7638888889vw;
  border-bottom: #fff solid 1px;
  line-height: 1.3;
  display: inline-block;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff;
}

@media (max-width: 767px) {
  .fv-text .fv-text02-2 {
    font-size: 1.5rem;
  }
}

.fv-cta {
  background-color: #fff3cd;
  padding-block: 4rem;
}

@media (max-width: 767px) {
  .fv-cta {
    padding-block: 1.6rem 2rem;
  }
}

.fv-cta-lead {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  color: #ee8b2a;
}

.fv-cta-text {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.fv-cta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  gap: 1.6rem;
  margin-block: 1.6rem;
}

@media (max-width: 767px) {
  .fv-cta-btn {
    flex-direction: column;
    gap: 0.7rem;
    margin-block: 1rem;
  }
}

.fv-cta-btn .btn {
  width: 30rem;
}

.fv-sub-text {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}

.float-btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 10rem;
  z-index: 100;
  background-color: #fff;
}

@media (min-width: 768px) {
  .float-btn {
    height: 12rem;
  }
}

.float01 {
  width: 12rem;
  margin: -0.8rem auto;
}

@media (min-width: 768px) {
  .float01 {
    width: 15rem;
    margin: -1.2rem auto;
  }
}

.float02 {
  width: 25.2rem;
  margin: 0 auto 0.4rem;
}

@media (min-width: 768px) {
  .float02 {
    width: 30rem;
  }
}

.float-btn-img {
  width: 26.9rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .float-btn-img {
    width: 30rem;
  }
}

/* tel リンクは全デバイスでクリック可能に（スマホは発信、PCはスカイプ等が開く場合あり） */
a[href^="tel:"] {
  pointer-events: auto;
  cursor: pointer;
}

.sec01-1 {
  background-image: url(./../img/bg01.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 7.1rem 17rem;
  background-color: #ffeeb5;
}

@media (max-width: 767px) {
  .sec01-1 {
    background-image: url(./../img/bg01-sp.webp);
    padding: 4rem 2rem 7.3rem;
  }
}

.sec01-title {
  text-align: center;
  width: 100%;
  margin-bottom: 2.4rem;
  font-size: 3.2rem;
  font-family: "noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .sec01-title {
    font-size: 2.6rem;
  }
}

.sec01-title01 {
  position: relative;
  display: inline-block;
  z-index: 0;
  padding-bottom: 0.15em;
}

.sec01-title01::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 110%;
  height: 0.6em;
  background-image: url("../img/y-line.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .sec01-title01::before {
    width: 100%;
  }
}

.sec01-title02 {
  font-size: 2.6rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .sec01-title02 {
    font-size: 2.1rem;
  }
}

.sec01-lists {
  width: 50rem;
  margin: 1.8rem auto 0;
  background-color: #fff;
}

@media (max-width: 767px) {
  .sec01-lists {
    width: 100%;
  }
}

.sec01-lists ul {
  padding: 1.6rem;
}

.sec01-list {
  display: flex;
  align-items: center;
  border-bottom: #cecece solid 1px;
  height: 4.6rem;
}

@media (max-width: 767px) {
  .sec01-list {
    gap: 1.2rem;
  }
}

.sec01-list img {
  width: 1.4rem;
}

@media (max-width: 767px) {
  .sec01-list img {
    width: 1.9rem;
  }
}

.sec01-list p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: #fff solid 1px;
}

.sec01-list p span {
  color: #11a03a;
}

.sec01-list:last-of-type {
  border-bottom: none;
}

@media (max-width: 767px) {
  .sec01-list02 {
    height: 7.2rem;
  }
}

.sec01-2 {
  background-color: #ffeeb5;
  padding-block: 4.2rem 2.4rem;
}

.sec01-2-contents {
  display: flex;
  gap: 4.9rem;
  align-items: center;
}

@media (max-width: 767px) {
  .sec01-2-contents {
    gap: 2rem;
  }
}

.sec01-2-contents img {
  width: 25rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .sec01-2-contents img {
    width: 14rem;
  }
}

.sec01-2-text .sec01-2-text01 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  width: 25.3rem;
  height: 3rem;
  background-color: #fff;
  border-radius: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.6rem;
}

@media (max-width: 767px) {
  .sec01-2-text .sec01-2-text01 {
    font-size: 1.4rem;
    width: 20.1rem;
    height: 2.6rem;
    margin-bottom: 0.2rem;
  }
}

.sec01-2-text .sec01-2-text01 span {
  color: #ee8b2a;
  font-weight: 700;
}

.sec01-2-text .sec01-2-text02 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4461538462;
}

@media (max-width: 767px) {
  .sec01-2-text .sec01-2-text02 {
    font-size: 1.8rem;
    line-height: 1.9222222222;
  }
}

.sec01-2-text .sec01-2-text02 span {
  color: #ffff00;
  background-color: #ee8b2a;
  font-size: 3rem;
  font-weight: 700;
  width: 24rem;
  height: 4.3rem;
}

@media (max-width: 767px) {
  .sec01-2-text .sec01-2-text02 span {
    font-size: 2.4rem;
    width: 19.2rem;
    height: 3.5rem;
  }
}

.sec01-2-cta {
  text-align: center;
  margin-top: 5.5rem;
}

.sec01-2-cta-text01 {
  position: absolute;
  width: 5.4rem;
  bottom: 100%;
  left: -3rem;
}

@media (max-width: 767px) {
  .sec01-2-cta-text01 {
    left: -3em;
  }
}

.sec01-2-cta-text02 {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

.sec01-2-cta-text02 span {
  font-weight: 700;
  color: #ee8b2a;
}

.sec01-2-cta-btn {
  width: 30rem;
  margin: 0 auto;
}

.sec02 {
  padding: 8rem 0;
}

@media (max-width: 767px) {
  .sec02 {
    padding: 6rem 1.5rem;
  }
}

.sec02-title {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
}

.sec02-text01 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-top: 4rem;
}

.sec02-text01 span {
  font-size: 2rem;
  color: #ffff00;
  background-color: #ee8b2a;
  width: 18rem;
  height: 3.2rem;
  display: inline-block;
  text-align: center;
  border-radius: 1.6rem;
}

.sec02-text01::after {
  content: "";
  width: 4rem;
  height: 4px;
  display: block;
  background-color: #ee8b2a;
  margin: 1.6rem auto;
}

.sec02-text02 {
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
  line-height: 1.6;
  text-align: center;
}

.se02-lists {
  display: flex;
  justify-content: center;
  gap: 2.9rem;
  margin-bottom: 4rem;
}

@media (max-width: 767px) {
  .se02-lists {
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-bottom: 3.2rem;
  }
}

.sec02-list {
  width: 16rem;
  height: 15rem;
  background-color: #fefbf4;
  border: #ee8b2a solid 1px;
  border-radius: 1.2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sec02-list-img {
  width: 6rem;
  margin-bottom: 0.8rem;
}

.sec02-list-text {
  font-size: 1.8rem;
  font-weight: 700;
}

.sec02-list-text span {
  color: #ee8b2a;
}

.sec02-list-sub-text {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.sec02-list-sub-text span {
  font-size: 2rem;
}

.sec02-list-sub-text .sec02-list-sub-text-s {
  color: #ee8b2a;
  background-color: #fff3cd;
  width: 30.3rem;
  height: 4.5rem;
  border-radius: 0.8rem;
  display: inline-block;
  text-align: center;
  line-height: 4.5rem;
}

.sec03 {
  padding: 8rem 0;
  background-color: #fff3cd;
}

@media (max-width: 767px) {
  .sec03 {
    padding: 6rem 1.5rem;
  }
}

.sec03-text01 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: 3.2rem;
  margin-bottom: 2.4rem;
  line-height: 1.5;
  color: #ee8b2a;
}

@media (max-width: 767px) {
  .sec03-text01 {
    font-size: 1.8rem;
    margin-top: 3.2rem;
    margin-bottom: 2.4rem;
  }
}

.sec03-img {
  width: 43.6rem;
  margin: 0 auto 2.4rem;
}

@media (max-width: 767px) {
  .sec03-img {
    width: 100%;
  }
}

.sec03-sub-text {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}

.sec04 {
  padding: 8rem 0;
  background-color: #fefbf4;
}

@media (max-width: 767px) {
  .sec04 {
    padding: 6rem 1.5rem;
  }
}

.sec04-list {
  margin-top: 3.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1.6rem;
  column-gap: 1.6rem;
  margin-bottom: 3.2rem;
}

.sec04-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  width: 38rem;
  height: 13.9rem;
  background-color: #fff;
  border: rgba(238, 139, 42, 0.2) 1px solid;
  border-radius: 0.4rem;
}

@media (max-width: 767px) {
  .sec04-list li {
    flex-direction: row;
    height: 9.2rem;
    justify-content: flex-start;
    padding-left: 2.1rem;
  }
}

.sec04-list li .sec04-text {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .sec04-list li .sec04-text {
    text-align: left;
    font-size: 2.1rem;
  }
}

.sec04-list li .sec04-text span {
  color: #ee8b2a;
  background: linear-gradient(to bottom, transparent calc(100% - 6px), #ffff00 0);
}

.sec04-list li .sec04-list-img {
  width: 6rem;
}

.review {
  width: 65.9rem;
  margin: 0 auto;
  text-align: center;
  padding: 3.2rem 2.4rem;
  background-color: #fff;
  border: #c1981c 2px solid;
  border-radius: 1.5rem;
}

@media (max-width: 767px) {
  .review {
    width: 100%;
    pdding: 3.2rem 2.2rem;
  }
}

.review .review-tag {
  background-color: #ee8b2a;
  color: #ffff00;
  font-size: 1.6rem;
  width: 13.8rem;
  height: 2.6rem;
  border-radius: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 3rem;
  position: relative;
}

.review .review-tag::after {
  content: "";
  position: absolute;
  top: 100%;
  display: block;
  width: 1.3rem;
  height: 1.1rem;
  background-color: #ee8b2a;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.review .review-img {
  width: 19.1rem;
  margin: 0 auto;
}

.sec04-top-img {
  width: 44rem;
  margin: 2.4rem auto 1.1rem;
  padding: 1rem 1rem 1.6rem;
  border: #efefef 1px solid;
}

@media (max-width: 767px) {
  .sec04-top-img {
    width: 100%;
  }
}

.sec04-top-img img {
  width: 100%;
}

.review-box {
  display: flex;
  justify-content: center;
  column-gap: 1.1rem;
}

@media (max-width: 767px) {
  .review-box {
    flex-direction: column;
    row-gap: 1.1rem;
  }
}

.review-box .review-box01 {
  width: 30rem;
  height: 11.2rem;
  background-color: #fefbf4;
  border: #efefef 1px solid;
  border-radius: 0.3rem;
  display: flex;
  column-gap: 2.7rem;
  padding: 1.6rem;
}

.review-box .review-box01 img {
  width: 8rem;
  flex-shrink: 0;
}

.review-box .review-text01 img {
  width: 8.6rem;
  margin-bottom: 1rem;
}

.review-box .review-text01 p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ee8b2a;
  line-height: 1.3611111111;
  text-align: left;
}

.sec05 {
  padding: 8rem 0;
  background-color: #ee8b2a;
}

@media (max-width: 767px) {
  .sec05 {
    padding: 6rem 1.5rem;
  }
}

.sec05-title .en-title {
  color: #fff;
}

.sec05-title .ja-title {
  color: #fff;
}

.flow-lists {
  width: 50rem;
  margin: 4rem auto 0;
  display: flex;
  flex-direction: column;
  row-gap: 1.7rem;
}

@media (max-width: 767px) {
  .flow-lists {
    width: 100%;
  }
}

.flow-num {
  width: 5rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .flow-num {
    width: 3.2rem;
  }
}

.flow-img {
  width: 10rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .flow-img {
    width: 8rem;
  }
}

.flow-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  height: 13.2rem;
  padding-inline: 1.6rem 0.6rem;
  border-radius: 0.8rem;
  position: relative;
}

@media (max-width: 767px) {
  .flow-list {
    padding: 1.6rem;
    align-items: flex-start;
    height: auto;
  }
}

.flow-list .flow-text {
  display: flex;
  column-gap: 0.8rem;
}

.flow-list .flow-text .flow-text-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

@media (max-width: 767px) {
  .flow-list .flow-text .flow-text-title {
    font-size: 1.8rem;
  }
}

.flow-list .flow-text .flow-text-text {
  font-size: 1.6rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .flow-list .flow-text .flow-text-text {
    font-size: 1.36rem;
  }
}

.flow-list::after {
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 3.8rem;
  height: 1.8rem;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.flow-list:last-child::after {
  display: none;
}

.sec05-under-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 3.2rem;
}

.flow-sub-text {
  background-color: #ffff00;
  border-radius: 0.3rem;
  width: 24rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  color: #ee8b2a;
  text-align: center;
}

@media (max-width: 767px) {
  .flow-sub-text {
    font-size: 1.6rem;
    width: 19.6rem;
    height: 2.8rem;
  }
}

.flow-sub-text02 {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  border-bottom: #fff solid 1px;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .flow-sub-text02 {
    font-size: 2.3rem;
  }
}

.flow-text-text02 {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 0.8rem;
}

.flow-list01 .flow-text .flow-text-text {
  letter-spacing: -0.05em;
}

.sec06 {
  padding: 8rem 0;
}

@media (max-width: 767px) {
  .sec06 {
    padding: 6rem 1.5rem;
  }
}

.price-box01 {
  margin: 3.2rem auto 1.6rem;
  height: 13rem;
  width: 34.5rem;
  padding: 1.4rem 2.4rem 2.4rem 2.4rem;
  border-radius: 1rem;
  border: #ee8b2a 1px solid;
}

@media (max-width: 767px) {
  .price-box01 {
    width: 100%;
    margin-top: 2.4rem;
  }
}

.price-box01-1 {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  align-items: last baseline;
}

.price-box01-1-text01 {
  font-size: 1.8rem;
  font-weight: 500;
}

.price-box01-1-text02 {
  font-size: 4.4rem;
  font-weight: 700;
  color: #ee8b2a;
}

.price-box01-1-text02 span {
  font-size: 1.6rem;
}

.price-box01-text03 {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}

.price-box02 {
  font-size: 1.6rem;
  width: 33.5rem;
  height: 5.6rem;
  margin: 0 auto;
  background-color: #f3f3f3;
  border-radius: 1.2rem;
  padding: 1.6rem 2.4rem;
}

.price-sub-text {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.7;
  margin-top: 0.8rem;
}

.price-box03 {
  width: 32rem;
  height: 9.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.4rem;
  background-color: #fff3cd;
  border-radius: 1rem;
  margin: 3.2rem auto 0;
}

.price-box03 .price-box03-img {
  width: 6.8rem;
  margin-bottom: 2rem;
}

.price-box03 .price-box03-text {
  font-size: 1.5rem;
  font-weight: 700;
}

.price-box03 .price-box03-text span {
  color: #ee8b2a;
  font-size: 2rem;
  background-image: linear-gradient(#ffff00, #ffff00);
  background-repeat: no-repeat;
  background-size: 100% 6px;
  background-position: 0 100%;
}

.sec07 {
  background-color: #fefbf4;
  padding: 8rem 0;
}

@media (max-width: 767px) {
  .sec07 {
    padding: 6rem 1.5rem 4rem;
  }
}

.sec07-title {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  color: #ee8b2a;
  margin-bottom: 2.4rem;
}

@media (max-width: 767px) {
  .sec07-title {
    font-size: 2.4rem;
  }
}

.sec07-sub-title {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 3.2rem;
}

@media (max-width: 767px) {
  .sec07-sub-title {
    margin-bottom: 1.6rem;
  }
}

.sec07-lists {
  background-color: #fff;
  border-radius: 1rem;
  border: #ee8b2a 1px solid;
  padding: 3.2rem 0rem 3.2rem 4rem;
  display: flex;
  flex-direction: column;
  width: 30.1rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .sec07-lists {
    padding: 2.4rem 0rem 2.4rem 6.35rem;
  }
}

.sec07-lists li {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.sec07-lists li p {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ee8b2a;
}

@media (max-width: 767px) {
  .sec07-lists li p {
    font-size: 1.8rem;
  }
}

.sec07-lists .sec07-list-img {
  width: 1.8rem;
  flex-shrink: 0;
}

.sec07-text01 {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin: 1.6rem auto;
}

.sec07-cta {
  width: 30rem;
  margin: 0 auto 1.6rem;
}

.sec07-name {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.6rem;
}

.sec07-address {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.53125;
  margin-bottom: 1.6rem;
}

.sec07-address span {
  font-size: 1.3rem;
}

.faq {
  padding: 8rem 0;
}

@media (max-width: 767px) {
  .faq {
    padding: 6rem 1.5rem;
  }
}

.faq-list {
  margin: 2.4rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 56rem;
}

@media (max-width: 767px) {
  .faq-list {
    width: 100%;
  }
}

.faq-list li {
  border: #ee8b2a 1px solid;
  border-radius: 1rem;
  font-size: 1.6rem;
}

.faq-list li .faq-q {
  background-color: #ee8b2a;
  color: #fff;
  height: 4.6rem;
  display: flex;
  align-items: center;
  padding-left: 1.6rem;
  font-weight: 700;
  gap: 0.8rem;
  border-radius: 1rem 1rem 0 0;
}

@media (max-width: 767px) {
  .faq-list li .faq-q {
    padding-left: 0.8rem;
    justify-content: flex-start;
  }
}

.faq-list li .faq-q img {
  width: 2.6rem;
  flex-shrink: 0;
}

.faq-list li .faq-a {
  background-color: #fefbf4;
  height: 7.4rem;
  display: flex;
  align-items: center;
  padding-left: 1.6rem;
  font-weight: 400;
  gap: 0.8rem;
  border-radius: 0 0 1rem 1rem;
}

@media (max-width: 767px) {
  .faq-list li .faq-a {
    align-items: flex-start;
    padding: 1.6rem 0.8rem;
    height: auto;
  }
}

.faq-list li .faq-a img {
  width: 2.6rem;
  flex-shrink: 0;
}

.last-cta {
  background-image: url(./../img/cta-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 8rem 0 8rem;
}

@media (max-width: 767px) {
  .last-cta {
    padding: 6rem 1.5rem;
    background-image: url(./../img/cta-bg-sp.webp);
  }
}

.cta-text01 {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 2.4rem;
}

@media (max-width: 767px) {
  .cta-text01 {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}

.cta-text01 span {
  color: #ee8b2a;
  background: linear-gradient(to bottom, transparent calc(100% - 7px), #ffff00 0);
}

.cta-text02 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3.2rem;
}

@media (max-width: 767px) {
  .cta-text02 {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
}

.cta-text02 span {
  font-weight: 700;
  color: #ee8b2a;
}

.cta-text-middle {
  background-color: #fff;
  font-size: 1.5rem;
  width: 29rem;
  height: 2.9rem;
  border-top: #ee8b2a 1px solid;
  border-bottom: #ee8b2a 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0.8rem;
  font-weight: 700;
}

.cta-text-middle span {
  color: #ee8b2a;
}

@media (max-width: 767px) {
  .cta-text-middle {
    width: 25.4rem;
    font-size: 1.3rem;
  }
}

/*# sourceMappingURL=style.css.map */
