@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+Antique:wght@700;900&family=Zen+Kaku+Gothic+New:wght@700;900&family=Zen+Old+Mincho:wght@700;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;
  scroll-padding-top: 8rem;
  font-size: clamp(10px, 2.6666666667vw, 20px);
}

* {
  box-sizing: border-box;
}

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

@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 {
  max-width: 750px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.all_svg {
  display: none;
}

.footer-link {
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
  color: #333;
  margin: 7rem 0 2rem;
}

.copy {
  color: #fff;
  background-color: #5ea847;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.2rem;
}

.fv {
  position: relative;
}

.fv-text {
  font-weight: 900;
  color: #000; /* 文字色（黒） */
  /* 白フチ（滑らか） */
  -webkit-text-stroke: 10px #fff;
  paint-order: stroke fill;
  /* ドロップシャドウ */
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.35));
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  position: absolute;
  top: 9.4rem;
  left: 1.9rem;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.05em;
}

/* 余裕があればフォントサイズも大きめに */
.fv-text {
  font-size: 3.1rem; /* お好みで調整 */
}

.small-fv-text {
  font-size: 2rem; /* お好みで調整 */
}

.strong-fv-text {
  font-size: 4.7rem; /* お好みで調整 */
  color: #d72424;
}

.strong-fv-text-number {
  margin-left: -4.5rem;
}

.font24 {
  font-size: 2.4rem;
}

.fv-text02 {
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  background-color: #fff;
  width: 25.1rem;
  height: 4.8rem;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  position: absolute;
  top: 21.7rem;
  left: 0;
  line-height: 1.2;
  padding-top: 0.5rem;
  padding-left: 2rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.fv-text02 .green-tag {
  background-color: #5ea847;
  width: 9.9rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 1.1rem;
}
.fv-text02 .fv-text-flex {
  display: flex;
  align-items: center;
}

.fv-news {
  padding-inline: 0.75rem;
  margin-inline: auto;
  position: relative;
}

.fv-news-lead {
  width: 18.2rem;
  position: absolute;
  top: -2.4rem;
  right: 3.5rem;
}

.fv-news-text {
  font-size: 1.5rem;
  font-weight: 900;
  color: #735935;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.2;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.fv-news-text .strong-fv-news-text {
  font-size: 2rem;
}
.fv-news-text .small-fv-news-text {
  font-size: 1.1rem;
}
.fv-news-text .red-font {
  color: #d72424;
}

.fv-overlay {
  position: absolute;
  top: 30.5rem;
  left: 0;
  right: 0;
}

.fv-news-wrap {
  position: relative;
}

.fv-cta-wrap {
  background-color: #fff;
  padding: 0.5rem;
  margin-inline: 0.9rem;
  position: relative;
}

.fv-cta {
  position: relative;
  border: #f7ba00 1px solid;
  width: 100%;
  padding: 0.7rem;
}

.cta-lead {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
.cta-lead span {
  color: #d72424;
}

.cta-01 {
  background-image: linear-gradient(#d72424 0%, #d72424 50%, #e54343 50%, #e54343 100%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 33.5rem;
  height: 9.5rem;
  border-radius: 1.3rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0.9rem auto 1.2rem;
}
.cta-01 p {
  text-align: center;
  line-height: 1.3;
}

.cta-02 {
  background-image: linear-gradient(#ff9532 0%, #ff9532 50%, #f77700 50%, #f77700 100%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.5rem;
  height: 9.5rem;
  border-radius: 1.3rem;
  margin: 0 auto;
  padding-left: 3.5rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.cta-02 div {
  text-align: center;
  line-height: 1.3;
}

.cta-img {
  width: 4.7rem;
  height: auto;
  display: block;
  flex-shrink: 0;
}

.tel-cta {
  font-size: 2.9rem;
  font-weight: 900;
  text-align: center;
  display: inline-block;
}

.tel-cta-text {
  font-size: 1.178rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  line-height: 1; /* ここを詰める */
  margin-bottom: 0.2em;
}

.tel-cta-text02 {
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  line-height: 1; /* ここを詰める */
  margin-bottom: 0.2em;
}

.cta-last-text {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  margin-top: 1.9rem;
}
.cta-last-text span {
  color: #d72424;
}

.fv-m {
  margin-top: 1.7rem;
  margin-inline: 1.3rem;
}

.cta-section01 {
  margin-block: 5.4rem 6.8rem;
}

.cta-section02 {
  margin-block: 2.3rem 5.3rem;
}

.cta-section03 {
  margin-block: 5.3rem;
}

/* PCサイズではクリック無効にする */
@media (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
a {
  transition: all 0.3s ease-in-out;
}
a:hover {
  opacity: 0.7;
}

#container {
  max-width: 750px;
  margin: 0 auto;
  box-shadow: -20px 0 20px -15px rgba(0, 0, 0, 0.3), 20px 0 20px -15px rgba(0, 0, 0, 0.3);
}

/*-------------------
map
-------------------*/
.video {
  width: 100%;
  height: auto;
  display: block;
  padding: 5.3rem 2rem 6.5rem;
}
.video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border: 0;
  display: block;
}

.sec01 {
  background-image: url(./../img/bg-sec01.webp);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 2rem;
}

.sec01-first {
  position: relative;
  background-color: #5ea847;
  padding: 5.3rem 0rem 0.5rem;
  color: #fff;
}
.sec01-first::after {
  content: "";
  display: block;
  background-color: #5ea847;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 100%;
  height: 6.4rem;
  position: absolute;
  top: 100%;
}

.sec01-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.4rem;
  position: relative;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.sec01-title div {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.sec01-title-span {
  font-size: 3.2rem;
  font-weight: 700;
  display: block;
  transform: rotate(-5deg);
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 4px 4px 4px rgba(0, 0, 0, 0.35);
  color: #5ea847;
}

.sec01-title-img {
  width: 8rem;
  height: auto;
  position: absolute;
  top: -4rem;
  left: 4rem;
}

.sec01-lists {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 3.2rem;
  padding-inline: 2rem;
}
.sec01-lists li {
  display: flex;
  align-items: first baseline;
  gap: 1.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.sec01-lists li span {
  color: #f4e1a5;
}
.sec01-lists li .sec01-list-img {
  flex-shrink: 0;
  width: 2rem;
}
.sec01-lists li .sec01-list-text {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.sec01-answer-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #5ea847;
}
.sec01-answer-title span {
  position: relative;
}
.sec01-answer-title span::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #5ea847;
  position: absolute;
  bottom: 92%;
  left: 50%;
  transform: translateX(-50%);
}

.sec01-answer-text {
  background-color: #fff;
  width: 33.3rem;
  margin: 0 auto;
  padding: 0.9rem 0 3rem;
  margin-top: 7.6rem;
}

.sec01-text-wrapper {
  padding-inline: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 2.3rem;
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
}

.orange-font {
  color: #f77700;
  font-weight: 700;
}

.strong-orange-font {
  color: #f77700;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 700;
}

.sec01-arrow-img {
  width: 8.5rem;
  margin: 0 auto 5rem;
}

.sec02 {
  background-image: url(./../img/bg.webp);
  background-size: 100%;
  background-position: center top;
  background-repeat: repeat;
  padding: 2.2rem 2rem 4.8rem;
}

.reason-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #5ea847;
  text-align: center;
}
.reason-title .dots {
  position: relative;
}
.reason-title .dots::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5rem;
  width: 0.5rem;
  background-color: #5ea847;
  position: absolute;
  left: 50%;
  bottom: 98%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.reason-title .reason-title-span {
  font-size: 3.2rem;
  font-weight: 700;
  display: inline-block;
  border: #5ea847 4px solid;
  width: 4.7rem;
  height: 4.7rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reason-title .reason-title-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
}

.reason-lists {
  margin-top: 4.6rem;
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}

.reason-list {
  background-color: #fff;
  position: relative;
  padding: 2.4rem 1.9rem 2.6rem;
}

.reason-tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f77700;
}
.reason-tag .reason-tag-num {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}
.reason-tag p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

.reason-list-title {
  color: #5ea847;
  font-weight: 700;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1.9rem;
}
.reason-list-title span {
  font-size: 2.4rem;
}

.reason-text {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.reason-marker {
  background: linear-gradient(to bottom, transparent 0, transparent calc(100% - 1rem), rgba(247, 119, 0, 0.19) calc(100% - 1rem), rgba(247, 119, 0, 0.19) 100%);
  font-weight: 700;
}

.reason-img {
  width: 25rem;
  margin: 2.5rem auto 0;
}

.reason-img02 {
  width: 100%;
  margin: 1.7rem auto 0;
}

.reason-small-text {
  font-size: 1.4rem;
}

.reason-sub-text {
  font-size: 1rem;
  margin-top: 1.9rem;
  line-height: 1.5;
}
.reason-sub-text span {
  letter-spacing: 0.15em;
}

.reason-list-items {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 1.8rem;
}
.reason-list-items li {
  display: flex;
  align-items: first baseline;
  gap: 0.8rem;
}
.reason-list-items li img {
  flex-shrink: 0;
  width: 1.6rem;
}
.reason-list-items li p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.reason-list-items li p span {
  color: #5ea847;
  font-weight: 700;
}

.reason-text-strong {
  font-weight: 700;
}

.sec03 {
  padding: 9.8rem 2rem 0rem;
}

.sec03-lists-wrap {
  position: relative;
  border: #5ea847 3px solid;
  padding: 7rem 1.3rem 3rem;
}

.sec03-title {
  background-color: #fff;
  position: absolute;
  width: 30.5rem;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  text-align: center;
}
.sec03-title .dots {
  position: relative;
  font-size: 2.4rem;
}
.sec03-title .dots::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5rem;
  width: 0.5rem;
  background-color: #5ea847;
  position: absolute;
  left: 50%;
  bottom: 98%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.sec03-title .g-fonts {
  color: #5ea847;
  font-size: 2.4rem;
  font-weight: 700;
}
.sec03-title .small-fonts {
  font-size: 1.8rem;
  font-weight: 700;
}

.sec03-lists {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sec03-list {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  border: #5ea847 1px solid;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4);
  height: 4.5rem;
  padding-left: 1.1rem;
}
.sec03-list span {
  color: #f77700;
  font-weight: 700;
}
.sec03-list img {
  width: 1rem;
  flex-shrink: 0;
}
.sec03-list .left-margin {
  margin-left: -0.7rem;
  color: #000;
  font-weight: 400;
}

.sec03-list05 {
  align-items: first baseline;
}

.sec03-list-subtext {
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #5ea847;
  color: #fff;
  height: 7.7rem;
  padding: 0.6rem;
  margin-top: 3.2rem;
}
.sec03-list-subtext span {
  color: #f4e1a5;
}
.sec03-list-subtext p {
  width: 100%;
  height: 100%;
  border: #fff 1px solid;
  padding-top: 1rem;
  padding-left: 0.3rem;
}

.sec03-arrow {
  width: 21rem;
  margin: 3.5rem auto 0;
}

.sec03-second-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #5ea847;
  text-align: center;
}
.sec03-second-title .sec03-second-title-img {
  width: 9.5rem;
  margin: 0 auto -3rem;
}
.sec03-second-title span {
  background-color: #5ea847;
  display: block;
  width: 19rem;
  height: 4px;
  margin: 0.5rem auto 0;
}

.sec03-second-text {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 2.4rem;
}
.sec03-second-text p {
  margin-bottom: 2.5rem;
}
.sec03-second-text .sec03-second-text-span {
  color: #5ea847;
}
.sec03-second-text span {
  font-weight: 700;
}

.cta-section .fv-cta {
  border: none;
}

.sec03-margin-span {
  margin-inline: -0.5rem;
}

.sec04 {
  background-image: url(./../img/bg-voice.webp);
  padding-block: 4rem 1.9rem;
}

.sec04-title {
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  filter: drop-shadow(0 4px 10px rgb(247, 119, 0));
}
.sec04-title span {
  font-size: 2.8rem;
}

.sec04-list {
  position: relative;
  padding: 0 2rem;
}

.sec04-list-num {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  color: #f77700;
  text-align: center;
  margin-bottom: -0.8rem;
}
.sec04-list-num span {
  font-size: 3.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

.sec04-list-contents {
  background-color: #fff;
  padding: 2.8rem 1.7rem 2rem;
  border-radius: 2.7rem 0 0 0;
}

.contents-title {
  font-family: 1.8rem;
  text-align: center;
  margin-bottom: 2.4rem;
}
.contents-title span {
  font-weight: 700;
}

.contents-text {
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.contents-text span {
  color: #f77700;
  font-weight: 700;
}

.contents-name {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 2.4rem;
}

.video-voice {
  width: 100%;
  height: auto;
  display: block;
  padding: 3.3rem 0rem 0rem;
}
.video-voice iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border: 0;
  display: block;
}
.video-voice img {
  width: 100%;
}

.sec04-lists {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.sec05 {
  background-image: url(./../img/bg-kousi.webp);
  padding: 3.7rem 2rem 4.2rem;
}

.sec05-title {
  color: #5ea847;
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "M PLUS 1", sans-serif;
  text-align: center;
  line-height: 1;
  margin-bottom: 7.2rem;
}
.sec05-title span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

.sec05-items {
  display: flex;
  flex-direction: column;
  row-gap: 6rem;
}

.sec05-item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5ea847;
  border-radius: 2rem 2rem 0 0;
  width: 20.1rem;
  height: 5rem;
  gap: 1.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  box-shadow: 4px 4px 0 #f4e1a5;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.sec05-item-title img {
  width: 3rem;
  flex-shrink: 0;
}

.sec05-item {
  border: #5ea847 2px solid;
  border-radius: 1rem 1rem 0 0;
  position: relative;
  background-color: #fff;
  width: 33.5rem;
  height: 19.2rem;
  padding: 4rem 5.2rem 2rem;
}
.sec05-item li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec05-item-list-tag {
  width: 7.6rem;
  height: 2.3rem;
  background-color: #5ea847;
  border-radius: 1.2rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec05-item-list-text {
  font-size: 2.4rem;
  font-weight: 700;
}
.sec05-item-list-text span {
  font-size: 1.4rem;
  font-weight: 400;
}

.sec05-sub-text {
  font-size: 1.4rem;
  margin-left: 2.4rem;
  margin-top: 2.5rem;
}

.sec06 {
  background-color: #5ea847;
  padding: 4.4rem 2rem 6.9rem;
}

.sec06-title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: center;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 2.1rem;
}
.faq-list li {
  background-color: #fff;
  width: 100%;
  border-radius: 1rem;
  padding: 0.9rem 0.8rem 1.6rem 0.9rem;
}

.faq-q {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.3rem;
}
.faq-q span {
  font-size: 1.8rem;
  background-color: #5ea847;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.faq-q p {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
}

.faq-a {
  font-size: 1.4rem;
  margin-left: 2rem;
}

.message {
  padding-inline: 2rem;
}

.message {
  padding-top: 7rem;
}

/* 全体のラッパー */
.mail-form-area {
  padding: 2rem 1rem 0;
}

/* カード本体（画像の緑の箱） */
.mail-form-card {
  margin: 0 auto;
  padding: 2.4rem 2rem 2.8rem;
  background-color: #57b046; /* 好きな緑に調整OK */
  border-radius: 2.4rem;
  box-sizing: border-box;
  color: #fff;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* タイトル */
.mail-form-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 2.4rem;
}

/* 行 */
.mail-form .form-row {
  margin-bottom: 1.6rem;
}

/* ラベル */
.form-label {
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0.4rem;
}

/* 必須バッジ */
.badge-required {
  display: inline-block;
  margin-left: 0.6rem;
  padding: 0.1rem 0.7rem;
  border-radius: 999px;
  background-color: #e53935;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.6;
}

/* テキスト入力 */
.form-input,
.form-textarea {
  width: 100%;
  border-radius: 0;
  border: none;
  padding: 0.6rem 0.4rem;
  background-color: #fff;
  font-size: 1.4rem;
  box-sizing: border-box;
  color: #333;
}

/* テキストエリア */
.form-textarea {
  resize: vertical;
}

/* チェックボックス周り */
.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.4rem;
}

.checkbox-label {
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
}

.checkbox-label input[type=checkbox] {
  margin-right: 0.6rem;
}

/* 送信ボタン */
.form-row-submit {
  margin-top: 2.4rem;
}

.btn-submit {
  width: 100%;
  border: none;
  border-radius: 999px;
  padding: 0; /* 上下paddingは消して */
  height: 3.3rem; /* 好きな高さに合わせてください */
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #ff8c00;
  color: #fff;
  cursor: pointer;
  display: flex; /* 中央寄せのために追加 */
  align-items: center; /* 縦方向センター */
  justify-content: center; /* 横方向センター */
}

/* ボタンホバー（お好みで） */
.btn-submit:hover {
  opacity: 0.9;
}

/* チェックボックスをちゃんと表示させる */
.mail-form-card input[type=checkbox] {
  -webkit-appearance: auto;
  appearance: auto;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0;
}

/* ラベルとの余白 */
.checkbox-label input[type=checkbox] {
  margin-right: 0.6rem;
}

.thanks {
  padding: 6rem 1.5rem 4rem;
}

.thanks-text01 {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}

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

.company {
  display: flex;
  margin-left: 2rem;
  align-items: center;
}
.company img {
  width: 8rem;
}
.company p {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}/*# sourceMappingURL=style.css.map */