@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
/* CSS Document */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

ol, ul {
  list-style: none;
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  scroll-behavior: smooth;
  font-size: 10px;
}
@media (min-width: 768px) and (max-width: 1920px) {
  html {
    font-size: 0.3645833333vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 1.5625vw;
  }
}

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "Yu Gothic", "Meiryo", sans-serif; /* 最終フォールバック */
  color: #4d4d4d;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4545454545;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased; /* macOS用 */
  -moz-osx-font-smoothing: grayscale; /* macOS用 */
  font-smooth: always; /* Windows用 */
  margin-top: 10rem;
}
@media (max-width: 767px) {
  body {
    font-size: 2.6rem;
    line-height: 1.6923076923;
  }
}

#container {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.main {
  margin-top: min(5.46875vw, 70px);
}
@media (max-width: 767px) {
  .main {
    margin-top: 8rem;
    min-height: 100vh;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
a {
  text-decoration: none;
  color: #14273f;
  transition: all 0.4s;
}

.inner {
  max-width: 128.5rem;
  width: 100%;
  margin: 0 auto;
}

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

picture {
  display: block;
  width: 100%;
}

.font-bold {
  font-weight: 500;
}

.main-container {
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
}

.text {
  transform: rotate(0.05deg);
}

.font-orange {
  color: #ff7c00;
}

.container {
  position: relative;
}

.header {
  position: fixed;
  top: 0;
  height: 10rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 9999;
  padding-inline: 17.6rem 8.8rem;
}
@media (max-width: 767px) {
  .header {
    padding: 0 2rem;
    height: 8rem;
  }
}
.header h1 img {
  width: 12.8rem;
}

.navigation {
  transition: right 0.3s ease-in-out;
}
.navigation ul {
  display: flex;
  gap: 3rem;
  align-items: center;
  font-size: 2.3rem;
  font-weight: 500;
}
.navigation ul .contact {
  background-color: #ff7c00;
  padding: 0.8rem 2.5rem;
  border-radius: 5rem;
}
.navigation ul .contact a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.navigation ul .contact span {
  display: block;
  width: 1.2rem;
  height: 1.8rem;
  background-color: #4d4d4d;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (max-width: 767px) {
  .navigation {
    position: absolute;
    top: 8rem;
    right: -120%;
    z-index: 2;
  }
  .navigation ul {
    flex-direction: column;
    background-color: #fff;
    padding: 2rem 4rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
    border-radius: 1rem 0 0 1rem;
    gap: 2rem;
    font-size: 3.6rem;
    font-weight: 500;
  }
}

.navigation.open {
  right: 0;
  transition: right 0.3s ease-in-out;
}

.hbm-container {
  padding-top: 0.5rem;
  width: 8rem;
  height: 8rem;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffc200;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}
.hbm-container span {
  display: block;
  width: 5.5rem;
  height: 0.3rem;
  background-color: #4d4d4d;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
}

.hbm-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 5.5rem;
  gap: 1.5rem;
}

.hbm-name {
  font-size: 1.7rem;
  font-weight: bold;
  color: #4d4d4d;
  line-height: 1.4117647059;
}

.hbm-container.open .hbm-btn span:nth-child(1) {
  /* 3px(線の厚み) + 15px(gap) = 18px 下へ寄せてから回転 */
  transform: translateY(1.8rem) rotate(45deg);
}
.hbm-container.open .hbm-btn span:nth-child(2) {
  opacity: 0;
}
.hbm-container.open .hbm-btn span:nth-child(3) {
  transform: translateY(-1.8rem) rotate(-45deg);
}

.footer {
  background-color: #e5e5e5;
  padding-block: 5.3rem 6.1rem;
  padding-inline: 2rem;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 161rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer-inner {
    flex-direction: column;
    gap: 4rem;
  }
}

.footer-container {
  display: flex;
}
@media (max-width: 767px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 3rem;
  }
}

.footer-01 {
  margin-right: 9.4rem;
  font-size: 2.54rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .footer-01 {
    margin-right: 0;
    text-align: center;
  }
}
.footer-01 .footer-logo {
  width: 22.3rem;
  margin-bottom: 1.4rem;
}

.footer-address {
  font-size: 2.2rem;
  line-height: 1.5454545455;
  font-weight: 600;
  margin-right: 5.2rem;
}
@media (max-width: 767px) {
  .footer-address {
    margin-right: 0;
  }
}
.footer-address-text {
  font-size: 2.7rem;
  line-height: 1.7407407407;
  font-weight: bold;
}
.footer-address-text span {
  font-size: 1.9rem;
}

.footer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32.2rem;
  height: 6.8rem;
  background-color: #ff7c00;
  border-radius: 3rem;
  font-size: 2.7rem;
  font-weight: bold;
  gap: 2.4rem;
}
.footer-btn span {
  display: block;
  width: 1.2rem;
  height: 1.8rem;
  background-color: #4d4d4d;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.copy-right {
  width: 100%;
  padding-block: 3rem;
  padding-inline: 2rem;
}

@media (max-width: 767px) {
  .footer-copy {
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
  }
}

.float {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 100;
  width: 49.3rem;
  will-change: transform, top, left;
}
@media (max-width: 767px) {
  .float {
    bottom: 1.5rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 49.3rem;
  }
}

.float.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

/* 初期は非表示（FVを過ぎたら .is-visible を付与して表示） */
.float {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.2s ease;
}

/* FV通過後に表示 */
.float.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* PCでCTA手前以降は強制的に隠す用（is-visible より後ろに書く） */
.float.is-hidden {
  opacity: 0;
  pointer-events: none;
}

/* --------------------------------
top-fv
----------------------------------- */
@media (min-width: 768px) {
  .fv {
    padding-left: 10rem;
  }
}

a:hover {
  opacity: 0.7;
}

.sec01 {
  padding-block: 6rem 5.1rem;
  padding-inline: 3rem;
}

.sec01-arrow {
  text-align: center;
  margin-top: 7.8rem;
  position: relative;
}
.sec01-arrow .arrow-text01 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.1;
}
.sec01-arrow .arrow-text01 span {
  font-size: 4.8rem;
  color: #ff0000;
}
.sec01-arrow .arrow-text02 {
  font-size: 6.3rem;
  font-weight: bold;
  line-height: 1.4;
}
.sec01-arrow::after {
  content: "";
  display: block;
  width: 65.8rem;
  height: 21.1rem;
  margin: 2.4rem auto 0;
  background: #ffdb66;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .sec01-arrow::after {
    width: 53.3rem;
    height: 18.2rem;
    margin: 3.1rem auto 0;
  }
}

.sec01-img {
  position: relative;
}

.sec01-title {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 7rem;
}

.sec01-list01 {
  position: absolute;
  top: 36rem;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  .sec01-list01 {
    top: 52rem;
  }
}

.sec01-list02 {
  position: absolute;
  bottom: 13rem;
  left: 12rem;
}
@media (max-width: 767px) {
  .sec01-list02 {
    width: 100%;
    margin: 0 auto;
    left: auto;
    bottom: 27rem;
  }
}

.sec01-list03 {
  position: absolute;
  bottom: 15rem;
  right: 16rem;
}
@media (max-width: 767px) {
  .sec01-list03 {
    width: 100%;
    margin: 0 auto;
    right: auto;
    bottom: 10rem;
  }
}

.sec01-title01 {
  font-size: 4rem;
  line-height: 1.475;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .sec01-title01 {
    font-size: 2.8rem;
    line-height: 1;
  }
}

.sec01-title02 {
  font-size: 6.4rem;
  line-height: 1.484375;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .sec01-title02 {
    font-size: 5.5rem;
    line-height: 1.2909090909;
  }
}

.sec01-lists {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5333333333;
  text-align: center;
}
@media (max-width: 767px) {
  .sec01-lists {
    font-size: 2.8rem;
    line-height: 1.4642857143;
  }
}

.sec02 {
  padding-block: 9rem 10.1rem;
  background-color: #ffe6ae;
  padding-inline: 3rem;
}

.sec02-title {
  font-size: 7.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .sec02-title {
    font-size: 5.6rem;
    line-height: 1.5357142857;
  }
}
.sec02-title .sec02-point {
  font-size: 13.2rem;
}
@media (max-width: 767px) {
  .sec02-title .sec02-point {
    font-size: 11.5rem;
    line-height: 0.8173913043;
  }
}

.sec02-lists {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.sec02-list__text-title {
  display: flex;
  align-items: center;
  padding-inline: 4.5rem;
}
.sec02-list__text-title h3 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.45;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .sec02-list__text-title {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding-inline: 0;
  }
  .sec02-list__text-title h3 {
    margin-left: 1.5rem;
    font-size: 3.6rem;
  }
}

.sec02-list-num {
  font-size: 6.7rem;
  font-weight: 800;
}
@media (max-width: 767px) {
  .sec02-list-num {
    font-size: 6.6rem;
  }
}

.sec02-list {
  background-color: #fff;
  gap: 4rem;
}
@media (max-width: 767px) {
  .sec02-list {
    padding-block: 2.4rem 3.5rem;
    padding-inline: 2.4rem;
  }
}
.sec02-list .sec02-list__text p {
  padding-inline: 4.5rem;
  font-size: 3rem;
  line-height: 1.5333333333;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sec02-list .sec02-list__text p {
    padding-inline: 0;
  }
}

.sec02-list__img {
  width: 45.7rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .sec02-list__img {
    width: 100%;
  }
}

.sec02-list--first,
.sec02-list--third {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sec02-list--first,
  .sec02-list--third {
    flex-direction: column;
  }
}

.sec02-list--second {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sec02-list--second {
    flex-direction: column;
  }
}

.sec03 {
  padding-block: 9rem 10.1rem;
  padding-inline: 3rem;
}

.sec03-title {
  font-size: 7.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 11.6rem;
}

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

.sec03-list h3 {
  font-size: 5rem;
  font-weight: bold;
  height: 13rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec03-list .sec03-list-title-text {
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.5217391304;
  text-align: center;
}
@media (max-width: 767px) {
  .sec03-list .sec03-list-title-text {
    font-size: 3.5rem;
    line-height: 1.6388888889;
    letter-spacing: -0.01em;
  }
}
.sec03-list .sec03-lists-img {
  width: 83.7rem;
  margin: 6.5rem auto 7rem;
}
@media (max-width: 767px) {
  .sec03-list .sec03-lists-img {
    width: 100%;
    height: auto;
  }
}

.sec03-list-box01-title {
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.5151515152;
}

.sec03-list-wrapper {
  padding: 6.5rem 7rem;
}
@media (max-width: 767px) {
  .sec03-list-wrapper {
    padding: 5rem 2rem;
  }
}

.sec03-list-box01-lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 3.3rem;
  font-weight: 600;
  gap: 1rem;
  line-height: 1.5151515152;
}
@media (max-width: 767px) {
  .sec03-list-box01-lists {
    font-size: 2.8rem;
    line-height: 1.4827586207;
    flex-wrap: wrap;
    gap: 1.6rem;
    justify-content: flex-start;
  }
}

.sec03-list-box01-table {
  width: 90rem;
  margin: 6.3rem auto;
}
@media (max-width: 767px) {
  .sec03-list-box01-table {
    width: 100%;
  }
}
.sec03-list-box01-table dl {
  border-left: #4d4d4d 1px solid;
  border-top: #4d4d4d 1px solid;
}

.sec03-list-item {
  display: flex;
  align-items: center;
}
.sec03-list-item dt {
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.5151515152;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.8rem;
  height: 9.5rem;
  border-right: #4d4d4d 1px solid;
  border-bottom: #4d4d4d 1px solid;
}
@media (max-width: 767px) {
  .sec03-list-item dt {
    font-size: 3rem;
    line-height: 1.6666666667;
  }
}
.sec03-list-item dd {
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.5151515152;
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 2.4rem;
  padding-block: 2.4rem;
  border-right: #4d4d4d 1px solid;
  border-bottom: #4d4d4d 1px solid;
  height: 9.5rem;
}

.sec03-list-box01-table-lists {
  margin-top: 6.3rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.6666666667;
  letter-spacing: -0.01em;
}

.font-red {
  color: #ff0000;
}

.font-blue {
  color: #0045e3;
}

.sec03-list-box02 {
  background-color: #eee;
  padding: 8rem 6rem 5.4rem;
}
@media (max-width: 767px) {
  .sec03-list-box02 {
    padding: 5rem 2.2rem 3rem;
  }
}

.sec03-list-box02-title {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.4736842105;
  text-align: center;
  margin-bottom: 4.5rem;
}

.sec03-list-box02-container {
  background-color: #fff;
  border: #4d4d4d 1px solid;
  width: 63rem;
  height: 16rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1.5151515152;
  gap: 2.8rem;
  padding-top: 2.4rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec03-list-box02-container {
    width: 100%;
    height: auto;
    padding: 2.4rem 0 1.5rem;
    gap: 1rem;
    font-size: 3.1rem;
  }
}

.plus-img {
  width: 6.3rem;
  margin: 2.4rem auto;
}

.sec03-list-box02-container02 {
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  padding-top: 0;
  margin-bottom: 2.4rem;
}

.sec03-list-box01-table03 dt {
  height: 14.5rem;
}
.sec03-list-box01-table03 dd {
  height: 14.5rem;
}

.sec03-list01 {
  border: #ff0000 3px solid;
}
.sec03-list01 .sec03-list01-title {
  background-color: #ff0000;
  color: #fff;
}
@media (max-width: 767px) {
  .sec03-list01 .sec03-list01-title {
    font-size: 4rem;
    line-height: 1.3;
    text-align: center;
  }
}
.sec03-list01 .sec03-list-box01-lists li {
  border: #ff0000 1px solid;
  padding: 1.6rem 2rem;
  color: #ff0000;
}

.sec03-list02 {
  border: #0045e3 3px solid;
}
.sec03-list02 .sec03-list01-title {
  background-color: #0045e3;
  color: #fff;
}
@media (max-width: 767px) {
  .sec03-list02 .sec03-list01-title {
    font-size: 4rem;
    line-height: 1.3;
    text-align: center;
  }
}
.sec03-list02 .sec03-list-box01-lists li {
  border: #ff0000 1px solid;
  padding: 1.6rem 2rem;
  color: #ff0000;
}
.sec03-list02 .sec03-list-box01-lists-plus {
  text-align: center;
}
.sec03-list02 .sec03-list-box01-lists-plus p {
  display: inline-block;
  border: #0045e3 1px solid;
  padding: 1.6rem 2rem;
  margin: 2.4rem auto;
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.5151515152;
  color: #0045e3;
}
@media (max-width: 767px) {
  .sec03-list02 .sec03-list-box01-table03 dt {
    height: 24rem;
  }
  .sec03-list02 .sec03-list-box01-table03 dd {
    height: 24rem;
  }
}

.sec03-list03 {
  border: #ff7c00 3px solid;
}
.sec03-list03 .sec03-list01-title {
  background-color: #ff7c00;
  color: #fff;
}
@media (max-width: 767px) {
  .sec03-list03 .sec03-list01-title {
    font-size: 4rem;
    line-height: 1.3;
    text-align: center;
  }
}

.sec03-list-box02-text {
  font-size: 3.6rem;
  line-height: 1.8611111111;
  text-align: center;
  font-weight: 600;
  margin-top: 4.5rem;
}

.sec03-list-box02-pdf {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  background-color: #0045e3;
  width: 63.5rem;
  height: 11.5rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5rem auto 0;
  box-shadow: #4d4d4d 0px 1px 2px 0px;
}
@media (max-width: 767px) {
  .sec03-list-box02-pdf {
    width: 100%;
    height: auto;
    padding: 2.4rem 0;
    font-size: 3.6rem;
    height: 8.3rem;
    border-radius: 4.15rem;
  }
}

@media (max-width: 767px) {
  .font-space {
    margin-left: 3rem;
  }
}
.sec03-list-box01-lists li {
  border: #ff7c00 1px solid;
  padding: 1.6rem 2rem;
  color: #ff7c00;
}

.sec03-list-box02-sub-text {
  font-size: 2.1rem;
  font-weight: 500;
}

/* 共通：テーブル枠 */
.sec03-list-box01-table {
  width: 90rem;
  margin: 6.3rem auto;
}
@media (max-width: 767px) {
  .sec03-list-box01-table {
    width: 100%;
  }
}
.sec03-list-box01-table dl {
  border-left: #4d4d4d 1px solid;
  border-top: #4d4d4d 1px solid;
}

/* 1行（=div.sec03-list-item）を中身に応じて伸ばす */
.sec03-list-item {
  display: flex;
  align-items: stretch; /* ← 各セルの高さを行の最大値にそろえる */
}

/* 左セル（見出し） */
.sec03-list-item dt {
  flex: 0 0 12.8rem; /* 固定幅、折り返しは中で */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.5151515152;
  background-color: #eee;
  padding: 1.2rem; /* 高さ固定→paddingに変更 */
  min-height: 6.4rem; /* 最低限の高さだけ確保 */
  height: auto; /* 自動で伸びる */
  border-right: #4d4d4d 1px solid;
  border-bottom: #4d4d4d 1px solid;
  word-break: break-word;
}
@media (max-width: 767px) {
  .sec03-list-item dt {
    font-size: 3rem;
    line-height: 1.6666666667;
  }
}

/* 右セル（値） */
.sec03-list-item dd {
  flex: 1 1 auto;
  display: flex;
  align-items: center; /* 1行の時は中央寄せ、複数行でも自然に伸びる */
  padding: 2.4rem; /* 上下左右の余白に統一 */
  gap: 0.6rem; /* 複数要素が入っても余白を確保 */
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.5151515152;
  border-right: #4d4d4d 1px solid;
  border-bottom: #4d4d4d 1px solid;
  min-height: 6.4rem; /* 最小高さ。必要に応じて調整 */
  height: auto;
  word-break: break-word;
  white-space: normal; /* テキストは通常折り返し */
  /* ACFの <br class="sp"> を尊重。PCでは通常の br を表示、spでは class=sp のみ表示したいなら
     グローバルで .sp { display:none } をPCに、SPでは display:inline にする運用にしてください。 */
}

/* 箇条書き（表の下）—そのままでOK。複数行でも崩れない */
.sec03-list-box01-table-lists {
  margin-top: 6.3rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.6666666667;
  letter-spacing: -0.01em;
  /* 長文・インライン要素の折り返し安全策 */
}
.sec03-list-box01-table-lists li {
  word-break: break-word;
}

.sec04 {
  padding-block: 9rem 10.1rem;
  padding-inline: 3rem;
  background-color: #ffe6ae;
}
.sec04 h2 {
  font-size: 7.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 7.5rem;
}

.sec04-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sec04-container {
    flex-direction: column;
    gap: 6rem;
    align-items: center;
  }
}

.sec04-container01-img01 {
  width: 44.4rem;
  margin: 0 auto 0;
}

.sec04-container01-box {
  background-color: #fff;
  padding: 4.2rem;
  border-radius: 1rem;
  width: 61.5rem;
  height: 94.2rem;
  margin-top: -5rem;
  position: relative;
  z-index: 1;
}

.sec04-container-box-title {
  background-color: #ff0000;
  font-size: 3.2rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 1rem;
}

.sec04-container-box-text01 {
  font-size: 4.2rem;
  line-height: 1.6904761905;
  font-weight: bold;
  text-align: center;
  margin-block: 3.2rem;
}

.sec04-container-box-text02 {
  font-size: 3rem;
  line-height: 1.6666666667;
  font-weight: 600;
}
.sec04-container-box-text02 span {
  color: #ff0000;
}

.sec04-container01-box-img {
  width: 29.5rem;
  margin: 6.2rem auto 2rem;
}

.sec04-container02 .sec04-container02-box {
  background-color: #fff;
  padding: 4.2rem;
  border-radius: 1rem;
  width: 61.5rem;
  height: 94.2rem;
  margin-top: -5rem;
  position: relative;
  z-index: 1;
}
.sec04-container02 .sec04-container-box-title {
  background-color: #ff7200;
  font-size: 3.2rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 1rem;
}
.sec04-container02 .sec04-container-box-text01 {
  font-size: 4.2rem;
  line-height: 1.6904761905;
  font-weight: bold;
  text-align: center;
  margin-block: 3.2rem;
}
.sec04-container02 .sec04-container-box-text02 {
  font-size: 3rem;
  line-height: 1.6666666667;
  font-weight: 600;
}
.sec04-container02 .sec04-container-box-text02 span {
  color: #ff0000;
}

.sec04-container02-img01 {
  width: 47.7rem;
  margin: 1.2rem auto 0;
}

.sec05 {
  padding-block: 13rem 13rem;
  padding-inline: 3rem;
}
.sec05 h2 {
  font-size: 7.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 7.5rem;
}

.faq-lists {
  display: flex;
  flex-direction: column;
  gap: 4.1rem;
}

.faq-list {
  background-color: #eee;
  border-radius: 3rem;
  padding-inline: 1.5rem;
}
.faq-list dt {
  font-size: 3rem;
  font-weight: 600;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding-inline: 7.1rem;
  padding-block: 4.5rem;
  border-bottom: #fff 0.3rem solid;
}
@media (max-width: 767px) {
  .faq-list dt {
    padding-inline: 2.2rem;
    padding-block: 3.5rem;
  }
}
.faq-list dt span {
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #0045e3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.2rem;
  height: 4.2rem;
  flex-shrink: 0;
}
.faq-list dd {
  font-size: 3rem;
  font-weight: 600;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding-inline: 7.1rem;
  padding-block: 4.5rem;
}
@media (max-width: 767px) {
  .faq-list dd {
    padding-inline: 2.2rem;
    padding-block: 3.5rem;
  }
}
.faq-list dd span {
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #ff8080;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.2rem;
  height: 4.2rem;
  flex-shrink: 0;
}

.sec06 {
  background-color: #ffe6ae;
  padding-block: 11rem 14.1rem;
  padding-inline: 3rem;
}
.sec06 h2 {
  font-size: 7.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 7.5rem;
}

.sec06-container {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.sec06-box01,
.sec06-box02 {
  background-color: #fff;
  padding: 6rem;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .sec06-box01,
  .sec06-box02 {
    padding: 4rem 3rem;
  }
}

.sec06-box-text {
  flex: 1;
}

.sec06-box-text01 {
  font-size: 3rem;
  font-weight: bold;
  padding-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .sec06-box-text01 {
    text-align: center;
  }
}
.sec06-box-text01 span {
  font-size: 2.1rem;
}

.sec06-box-text02,
.sec06-box-text03,
.sec06-box-text04 {
  font-size: 2.1rem;
  line-height: 3.8095238095;
  font-weight: 600;
  border-top: #4d4d4d 0.1rem solid;
}

.sec06-box01,
.sec06-box02 {
  display: flex;
  gap: 6rem;
}
@media (max-width: 767px) {
  .sec06-box01,
  .sec06-box02 {
    flex-direction: column;
    gap: 3rem;
  }
}
.sec06-box01 .map,
.sec06-box02 .map {
  width: 51.2rem;
  height: 30.7rem;
}
.sec06-box01 .map iframe,
.sec06-box02 .map iframe {
  width: 100%;
  height: 100%;
}

.cta {
  padding-block: 12.3rem 15rem;
  padding-inline: 3rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .cta {
    padding-block: 4.2rem;
    height: 20rem;
  }
}
.cta a:hover {
  opacity: 1;
}

.cta-img {
  margin: 0 auto;
  width: 77.2rem;
}

.cta-btn {
  width: 104.6rem;
  margin: -19rem auto 0;
}
@media (max-width: 767px) {
  .cta-btn {
    width: 100%;
    margin: 0 auto 0;
  }
}

.cta-container {
  position: relative;
}/*# sourceMappingURL=style.css.map */