@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: auto !important;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body.is-fixed {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
body.menu-open {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
  body {
    font-size: 1.4rem;
  }
}
* {
  color: var(--text-color, #4d4d4d);
  letter-spacing: 0.05em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p {
  line-height: 1.875;
}

em,
address {
  font-style: normal;
}

a {
  color: var(--text-color, inherit);
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

button {
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .tabOnly {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 0.5em;
}
.mt-10 {
  margin-top: 1em;
}
.mt-15 {
  margin-top: 1.5em;
}
.mt-20 {
  margin-top: 2em;
}
.mt-sm {
  margin-top: 3.2rem;
}
.mt-md {
  margin-top: 4.8rem;
}
.mt-lg {
  margin-top: 7.2rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 0.5em;
}
.mb-10 {
  margin-bottom: 1em;
}
.mb-15 {
  margin-bottom: 1.5em;
}
.mb-20 {
  margin-bottom: 2em;
}
.mb-sm {
  margin-bottom: 3rem;
}
.mb-md {
  margin-bottom: 5rem;
}
.mb-lg {
  margin-bottom: 10rem;
}

.ms-auto {
  margin-left: auto;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.bg-01 {
  background-color: #e9e0d0;
}
.bg-02 {
  background-color: #FF8C2C;
}
.bg-primary {
  background-color: #FF8C2C;
}
.bg-second {
  background-color: #f6efda;
}
.bg-third {
  background-color: #f7f3e7;
}
.bg-dark {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.bg-dark.is-active {
  background-color: #798389;
  --text-color: #fff;
}
.bg-gray {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.bg-gray.is-active {
  background-color: #eff1f4;
}
.bg-white {
  background-color: #fff;
}

.w-100 {
  width: 100%;
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-auto {
  width: auto;
}
.w-sm {
  max-width: 64rem;
}
.w-md {
  max-width: 90rem;
}

.hr-01 {
  margin-top: 5rem;
  margin-bottom: 5rem;
  border: none;
  border-top: 1px solid #ccc;
}

.text-dot {
  -webkit-text-emphasis: dot;
          text-emphasis: dot;
  -webkit-text-emphasis-position: over;
          text-emphasis-position: over;
}
.text-serif {
  font-weight: 900;
}
.text-en {
  font-family: "Montserrat", sans-serif;
}
.text-unset {
  font-family: initial;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: left;
}
.text-end {
  text-align: right;
}
.text-primary {
  --text-color: #ff8c2c;
}
.text-secondary {
  --text-color: #fa8500;
}
.text-white {
  --text-color: #fff;
}
.text-black {
  --text-color: #000;
}
.text-gray {
  --text-color: #666;
}
.text-xs {
  font-size: 1rem;
}
.text-sm {
  font-size: 1.2rem;
}
.text-lg {
  font-size: 2rem;
}
.text-xl {
  font-size: 2.4rem;
}
.text-xxl {
  font-size: 3.2rem;
}
.text-light {
  font-weight: 300;
}
.text-normal {
  font-weight: 400;
}
.text-medium {
  font-weight: 500;
}
.text-semibold {
  font-weight: 600;
}
.text-bold {
  font-weight: 700;
}
.text-extrabold {
  font-weight: 800;
}
.text-black {
  font-weight: 900;
}
.text-lh {
  line-height: 1.6;
}
.text-lh-base {
  line-height: 1.875;
}

.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-grid {
  display: grid !important;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.img-fluid {
  width: var(--width-pc) !important;
  height: auto;
}

@media screen and (max-width: 767px) {
  .img-fluid {
    width: var(--width-sp) !important;
  }
}
.c-breadcrumbs {
  margin-top: 4.8rem;
  margin-bottom: 12rem;
  font-size: 1.2rem;
}
.c-breadcrumbs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25em 0.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-breadcrumbs__inner > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumbs__inner > span:not(:last-child)::after {
  content: "";
  width: 0.8rem;
  height: 1px;
  margin-top: 2px;
  display: inline-block;
  background-color: #000;
}
.c-breadcrumbs__inner * {
  letter-spacing: 0;
}
.c-breadcrumbs__inner .current-item {
  color: rgba(65, 65, 76, 0.5);
}

.c-navi__01 {
  margin-top: 7rem;
}
.c-navi__01--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-navi__01--item {
  width: 21rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.c-navi__01 a {
  width: 100%;
  max-width: 100%;
  height: 6rem;
  padding: 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #FF8C2C;
  border-radius: 3rem;
  background-color: #fff;
  font-weight: 700;
}
.c-navi__01 a.is-active {
  background-color: var(--theme-color, #FF8C2C);
  color: #fff;
  pointer-events: none;
}

.c-pager__archive {
  margin-top: 12rem;
}
.c-pager__archive--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.25em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-pager__archive .page-numbers {
  width: 1.25em;
  text-align: center;
  letter-spacing: 0;
  font-weight: 700;
}
.c-pager__archive .page-numbers.current {
  color: var(--theme-color, #FF8C2C);
  text-decoration: underline;
  pointer-events: none;
}

.c-btn__01 {
  width: 32rem;
  height: 6.4rem;
  padding: 0 2.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.8rem;
  background-color: #FF8C2C;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.c-btn__01--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.c-btn__01--arrow {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #fff url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 6' fill='none'><path fill='%233b3b3b' d='M12 5.182v.75a.75.75 0 0 0 .547-1.263L12 5.182ZM8.456.305a.75.75 0 1 0-1.094 1.026l.547-.513.547-.513ZM0 5.182v.75h12v-1.5H0v.75Zm12 0 .547-.513L8.457.305l-.548.513-.547.513 4.09 4.364.548-.513Z'/></svg>") no-repeat center 45%/50%;
}
.c-btn__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn__grid.left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.c-btn__grid.right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.link[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link[target=_blank]::after {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'><path fill='%23333333' d='M12 6.615C11.8011 6.615 11.6103 6.69402 11.4697 6.83467C11.329 6.97532 11.25 7.16609 11.25 7.365V12.75C11.25 12.9489 11.171 13.1397 11.0303 13.2803C10.8897 13.421 10.6989 13.5 10.5 13.5H2.25C2.05109 13.5 1.86032 13.421 1.71967 13.2803C1.57902 13.1397 1.5 12.9489 1.5 12.75V4.5C1.5 4.30109 1.57902 4.11032 1.71967 3.96967C1.86032 3.82902 2.05109 3.75 2.25 3.75H7.635C7.83391 3.75 8.02468 3.67098 8.16533 3.53033C8.30598 3.38968 8.385 3.19891 8.385 3C8.385 2.80109 8.30598 2.61032 8.16533 2.46967C8.02468 2.32902 7.83391 2.25 7.635 2.25H2.25C1.65326 2.25 1.08097 2.48705 0.65901 2.90901C0.237053 3.33097 0 3.90326 0 4.5V12.75C0 13.3467 0.237053 13.919 0.65901 14.341C1.08097 14.7629 1.65326 15 2.25 15H10.5C11.0967 15 11.669 14.7629 12.091 14.341C12.5129 13.919 12.75 13.3467 12.75 12.75V7.365C12.75 7.16609 12.671 6.97532 12.5303 6.83467C12.3897 6.69402 12.1989 6.615 12 6.615ZM14.94 0.465C14.8639 0.281738 14.7183 0.136106 14.535 0.0599999C14.4448 0.0215692 14.348 0.00118499 14.25 0H9.75C9.55109 0 9.36032 0.0790176 9.21967 0.21967C9.07902 0.360322 9 0.551088 9 0.75C9 0.948912 9.07902 1.13968 9.21967 1.28033C9.36032 1.42098 9.55109 1.5 9.75 1.5H12.4425L4.7175 9.2175C4.6472 9.28722 4.59141 9.37017 4.55333 9.46157C4.51525 9.55296 4.49565 9.65099 4.49565 9.75C4.49565 9.84901 4.51525 9.94704 4.55333 10.0384C4.59141 10.1298 4.6472 10.2128 4.7175 10.2825C4.78722 10.3528 4.87017 10.4086 4.96157 10.4467C5.05296 10.4847 5.15099 10.5043 5.25 10.5043C5.34901 10.5043 5.44704 10.4847 5.53843 10.4467C5.62983 10.4086 5.71278 10.3528 5.7825 10.2825L13.5 2.5575V5.25C13.5 5.44891 13.579 5.63968 13.7197 5.78033C13.8603 5.92098 14.0511 6 14.25 6C14.4489 6 14.6397 5.92098 14.7803 5.78033C14.921 5.63968 15 5.44891 15 5.25V0.75C14.9988 0.651992 14.9784 0.555167 14.94 0.465Z'/></svg>");
}
.link-underline {
  text-decoration: underline;
}

input::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

textarea {
  vertical-align: bottom;
}
textarea::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.c-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form__required {
  padding: 0.25em 0.5em;
  border-radius: 0.4rem;
  background-color: var(--category-color, #FF8C2C);
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
}
.c-form__item--inner + .c-form__item--inner {
  margin-top: 2rem;
}
.c-form__item--grid {
  display: grid;
}
.c-form__item--grid-3 {
  gap: 2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.c-form__item p:not(:last-child) {
  margin-bottom: 0.5em;
}
.c-form__control {
  width: 100%;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  border-radius: 0.8rem;
  background-color: #fff;
  line-height: 1.75;
}
.c-form__control[readonly] {
  padding: 0.5em 0;
  border: none;
  pointer-events: none;
}
.c-form__control--select {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4.5 6.75L9 11.25L13.5 6.75' fill='none' stroke='%23FF8C2C' stroke-width='1.875' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 0.75em center/18px;
}
.c-form__control--textarea {
  height: 20rem;
  padding: 1em;
  resize: none;
}
.c-form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em 1.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-form__radio .wpcf7-list-item {
  margin: 0;
}
.c-form__policy {
  max-width: 82rem;
  margin-top: 6rem;
  margin-right: auto;
  margin-left: auto;
}
.c-form__policy--box {
  padding: 5.6rem 4.8rem;
  border: 1px solid #b3b3b3;
  background-color: #fff;
}
.c-form__policy--title {
  margin-bottom: 1.5em;
  font-size: 2.4rem;
}
.c-form__policy--content {
  max-height: 23.5rem;
  overflow-y: scroll;
}
.c-form__policy--doui {
  margin-top: 4rem;
}
.c-form__submit {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-form__submit--confirm {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-form__submit--confirm {
    gap: 1.6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.c-form__submit--confirm > * {
  margin: 0;
}
.c-form__confirm--inner {
  padding: 8rem;
  border-radius: 1.6rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-form__confirm--inner {
    margin: 0 -2.8rem;
    padding: 2.8rem;
    border-radius: 0;
  }
}
.c-form__complete--title {
  margin-bottom: 7.2rem;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-form__complete--title {
    margin-bottom: 4.8rem;
    font-size: 2rem;
  }
}
.c-form__complete--text {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-form__complete--text {
    text-align: left;
  }
}
.c-form__complete .c-btn__01 {
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  .c-form__complete .c-btn__01 {
    margin-top: 4.8rem;
  }
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  position: relative;
}
.wpcf7-acceptance .wpcf7-list-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  width: 0.75em;
  height: 0.5em;
  position: absolute;
  top: 0.2em;
  left: 0.25em;
  border-bottom: 2px solid var(--category-color, #FF8C2C);
  border-left: 2px solid var(--category-color, #FF8C2C);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.wpcf7-acceptance .wpcf7-list-item-label a {
  text-decoration: underline;
}
.wpcf7-acceptance input[type=checkbox] {
  width: 1.25em;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  aspect-ratio: 1;
}
.wpcf7-acceptance input[type=checkbox]:checked {
  border-color: #333;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  opacity: 1;
  visibility: visible;
}
.wpcf7-not-valid-tip {
  margin-top: 0.5em;
  display: inline-block;
  font-size: 87.5%;
}

@media screen and (min-width: 768px) {
  .c-form__box {
    display: grid;
    gap: 3.6rem 4rem;
    grid-template-columns: 24rem 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .c-form__label {
    padding-top: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  .c-form__label {
    margin-bottom: 0.75em;
  }
  .c-form__label:not(:first-child) {
    margin-top: 2.4rem;
  }
  .c-form__control {
    padding: 0.5em 1em;
  }
  .c-form__control--textarea {
    height: 28rem;
  }
  .c-form__policy {
    margin-top: 2.4rem;
  }
  .c-form__policy--box {
    padding: 3.2rem 1.6rem;
  }
  .c-form__policy--title {
    font-size: 1.8rem;
  }
  .c-form__submit {
    margin-top: 4rem;
  }
}
.c-heading__01 {
  font-weight: 900;
  font-size: 3.2rem;
  margin-bottom: 6.4rem;
  text-align: center;
}
.c-heading__01Title {
  letter-spacing: 0.2em;
  font-size: 3.2rem;
  margin-bottom: -1rem;
  color: #FF8C2C;
}
.c-heading__01Label {
  position: relative;
}
.c-heading__01Label--sentence {
  width: 100%;
  position: absolute;
  top: calc(50% + 0.4rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  letter-spacing: 0.2em;
  z-index: 1;
  font-size: 4rem;
}
.c-heading__01Label--img {
  height: 8rem;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.c-heading__02 {
  font-size: 3.2rem;
  color: #FF8C2C;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.c-heading__03 {
  margin-top: -2.4rem;
  position: relative;
  display: inline-block;
}
.c-heading__03--label {
  position: absolute;
  top: -3.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2.4rem;
  color: #FF8C2C;
  font-weight: bold;
  letter-spacing: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-heading__03--label.js-arch {
  position: relative;
}
.c-heading__03--label.js-arch .arc-char {
  font-size: 2.4rem;
  color: #FF8C2C;
  font-weight: bold;
}
.c-heading__03--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  font-weight: bold;
  color: white;
  width: 12rem;
  height: 12rem;
  font-size: 5.6rem;
  border-radius: 50%;
  background-color: #FF8C2C;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-heading__01 {
    margin-bottom: 3.2rem;
  }
  .c-heading__01Label--main {
    font-size: 6.4rem;
  }
  .c-heading__01Label--sentence {
    top: calc(50% + 0.2rem);
    font-size: 2.4rem;
  }
  .c-heading__01Label--img {
    height: 6rem;
  }
  .c-heading__03 {
    margin-top: -1.6rem;
  }
  .c-heading__03--label {
    font-size: 1.8rem;
    top: -2.4rem;
  }
  .c-heading__03--label.js-arch .arc-char {
    font-size: 1.6rem;
  }
  .c-heading__03--main {
    width: 5.6rem;
    height: 5.6rem;
    font-size: 2.8rem;
  }
}
.c-table__01--content {
  display: grid;
  grid-template-columns: 25rem 1fr;
}
.c-table__01--head, .c-table__01--detail {
  padding: 2.5rem;
}
.c-table__01--head {
  margin-bottom: -0.1rem;
  border-bottom: 2px solid var(--theme-color, #FF8C2C);
  text-align: center;
  font-weight: 600;
}
.c-table__01--detail {
  border-bottom: 1px solid #ccc;
}

.ls-0 {
  color: #FF8C2C;
  letter-spacing: 0;
}
.ls-0.bk {
  color: #4d4d4d;
}

.highlight-text {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, #ffd9b3));
  background: linear-gradient(transparent 60%, #ffd9b3 50%);
  color: #FF8C2C;
  font-weight: bold;
  font-size: 2.4rem;
}

.c-tab__content {
  position: relative;
}
.c-tab__content--deco {
  width: 10rem;
  position: absolute;
  top: -6rem;
  left: -5rem;
}
.c-tab__content.tabs {
  width: 88rem;
  margin: 0 auto;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  text-align: center;
}
.c-tab__content.tabs-content {
  padding: 10rem 8rem;
  border-radius: 1.2rem;
  background-color: white;
}
.c-tab__content .tab {
  padding: 1.2rem 2rem;
  border-radius: 1.2rem 1.2rem 0 0;
  background-color: #faf9f6;
  font-weight: bold;
  font-size: 1.8rem;
}
.c-tab__content .tab.is-active {
  padding: 1.8rem 2rem;
  background-color: #FF8C2C;
  color: white;
  pointer-events: none;
}
.c-tab__content .content {
  display: none;
}
.c-tab__content .content.show {
  display: block;
}
.c-tab__content .content__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-tab__content .content__sentence {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-tab__content .content__sentence h3.c-heading__02 {
  margin-bottom: 1.6rem;
  padding: 0;
  border: none;
  color: #FF8C2C;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.4;
}
.c-tab__content .content__sentence p {
  margin: 0;
  color: #FF8C2C;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
}
.c-tab__content .content__sentence--detail {
  margin-top: 2.4rem;
  font-size: 1.8rem;
}
.c-tab__content .content__block {
  margin-top: 3.2rem;
  padding: 4.6rem;
  border: 1px solid #FF8C2C;
  border-radius: 1.2rem;
  background-color: #fffaf6;
}
.c-tab__content .content__blockColumn {
  margin-top: 3.2rem;
  display: grid;
  gap: 3.2rem;
  grid-template-columns: repeat(2, 1fr);
}
.c-tab__content .content__imagesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-tab__content .content__imagesList--img {
  height: 12rem;
}
.c-tab__content .content__imagesList--texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-tab__content .content__imagesList--label {
  margin: 0;
  color: #FF8C2C;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.8rem;
}
.c-tab__content .content__imagesList--text {
  margin: 0;
  padding: 0.8rem 2.4rem;
  border: 1px solid #FF8C2C;
  border-radius: 0.4rem;
  background-color: white;
  color: #FF8C2C;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-tab__content .content__imagesList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-tab__content .content__imagesList li p {
  white-space: nowrap;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .c-tab__content .tab {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-tab__content .tab:hover {
    padding: 1.8rem 2rem;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .highlight-text {
    margin: 0 0.1em;
    font-size: 1.6rem;
  }
  .highlight-text::after {
    height: 0.6rem;
    bottom: 0.2rem;
  }
  .c-tab__content--deco {
    width: 6rem;
    top: -4rem;
    left: -3rem;
  }
  .c-tab__content.tabs {
    width: 100%;
    margin: 0;
    gap: 0.8rem;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .c-tab__content.tabs-content {
    padding: 4rem 2.4rem 3.2rem 2.4rem;
    border-radius: 0 0 0.8rem 0.8rem;
  }
  .c-tab__content .tab {
    padding: 1.2rem 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 0.4rem 0.4rem 0 0;
    font-size: 1.2rem;
  }
  .c-tab__content .tab.is-active {
    padding: 1.2rem;
  }
  .c-tab__content .content__catch {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-tab__content .content__catch--sp {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.8rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-tab__content .content__catch--sp .c-heading__02 {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
    border-bottom: none;
    font-size: 2.4rem;
  }
  .c-tab__content .content__sentence h3.c-heading__02 {
    margin-bottom: 1.2rem;
    font-size: 2rem;
  }
  .c-tab__content .content__sentence p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .c-tab__content .content__sentence p br {
    display: none;
  }
  .c-tab__content .content__sentence--detail {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
  .c-tab__content .content__sentence--detail br {
    display: none;
  }
  .c-tab__content .content__block {
    margin-top: 2.4rem;
    padding: 2.4rem 1.6rem;
  }
  .c-tab__content .content__blockColumn {
    margin-top: 2.4rem;
    gap: 1.6rem;
    grid-template-columns: 1fr;
  }
  .c-tab__content .content__blockColumn--img {
    width: 100%;
  }
  .c-tab__content .content__imagesList {
    gap: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-tab__content .content__imagesList--img {
    height: 12rem;
  }
  .c-tab__content .content__imagesList--spItem01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
  }
  .c-tab__content .content__imagesList--spItem01 .content__imagesList--img {
    height: 12rem;
  }
  .c-tab__content .content__imagesList--spItem02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .c-tab__content .content__imagesList--spItem02 .content__imagesList--img {
    height: 8rem;
  }
  .c-tab__content .content__imagesList--texts {
    gap: 0.8rem;
  }
  .c-tab__content .content__imagesList--label {
    font-size: 1.4rem;
  }
  .c-tab__content .content__imagesList--text {
    padding: 0.6rem 1.6rem;
    font-size: 1.6rem !important;
  }
  .c-tab__content .content__imagesList li {
    gap: 1.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-tab__content .content__imagesList li p {
    font-size: 1.2rem;
  }
}
.c-list__disc li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-list__disc li::before {
  content: "・";
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.c-list__note li {
  margin-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.05em;
}
.c-list__note li::before {
  content: "※";
}

.c-modal__content {
  width: 100rem;
  max-width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  display: none;
  border-radius: 0.8rem;
  background-color: #fff;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.c-modal__content--inner {
  max-height: calc(100vh - 10rem);
  padding: 5.6rem;
  overflow-y: auto;
}
.c-modal__close {
  width: 4.8rem;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  display: block;
  border-radius: 0.8rem;
  background-color: #e60012;
  aspect-ratio: 1;
}
.c-modal__close::before, .c-modal__close::after {
  content: "";
  width: 50%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.js-modal__trigger:hover {
  cursor: pointer;
}
.js-bg__layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.js-bg__layer.is-show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .c-modal__content--inner {
    padding: 2rem 2rem 4rem;
  }
}
.c-slider__01--card .pic {
  margin-bottom: 1.6rem;
  display: block;
  overflow: hidden;
  aspect-ratio: 296/400;
}
.c-slider__01--card .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-slider__01--card .pic.asp-auto {
  aspect-ratio: auto;
}
.c-slider__01--card .tag {
  padding: 0 0.8rem;
  display: inline-block;
  border-radius: 0.3rem;
  background-color: var(--theme-color, #FF8C2C);
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
}
.c-slider__01--card .tag + .name {
  margin-top: 0.8rem;
}
.c-slider__01--card .name {
  font-weight: 500;
  line-height: 1.75;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  white-space: wrap;
  -webkit-line-clamp: 2;
}
.c-slider__01 .swiper {
  overflow: visible !important;
}
.c-slider__01 .swiper-wrapper {
  height: auto;
}
.c-slider__01 .swiper-slide {
  width: 29.6rem;
}
.c-slider__01--control {
  margin-top: 8rem;
  padding: 2rem 0;
}
.c-slider__02--card .pic {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/0.5;
}
.c-slider__02--card .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-slider__02 .swiper {
  overflow: visible !important;
}
.c-slider__02 .swiper-wrapper {
  height: auto;
}
.c-slider__02 .swiper-slide {
  width: 83.2rem;
}
.c-slider__02--control {
  margin-top: 4rem;
}
.c-slider__03--card .pic {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/0.68;
}
.c-slider__03--card .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-slider__03--card .pic + p {
  margin-top: 2.4rem;
}
.c-slider__03 .swiper {
  overflow: visible !important;
}
.c-slider__03 .swiper-wrapper {
  height: auto;
}
.c-slider__03 .swiper-slide {
  width: 36rem;
}
.c-slider__03--control {
  margin-top: 10rem;
}

/* Swiperページネーション進捗バー */
.swiper-pagination-progress {
  width: 10rem;
  height: 2px;
  position: relative;
  display: inline-block;
  background-color: #fff;
  vertical-align: middle;
}

.swiper-pagination-progress::after {
  content: "";
  width: var(--swiper-progress, 0%);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FF8C2C;
  -webkit-transition: width linear;
  transition: width linear;
}

@-webkit-keyframes swiper-progress-animation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes swiper-progress-animation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-slider__01 {
    position: relative;
  }
  .c-slider__01 .btn__01 {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-slider__01--control {
    margin-top: 2.5rem;
    padding: 0;
  }
  .c-slider__01 .btn__01 {
    margin-top: 4rem;
  }
  .c-slider__02 .swiper-slide {
    width: 100%;
  }
  .c-slider__02--control {
    margin-top: 3.5rem;
  }
}
.c-loading {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.c-loading.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.c-loading__text {
  width: 36.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-loading__layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #263e4c;
}
.c-loading__counter {
  position: absolute;
  right: 6rem;
  bottom: 6rem;
  font-weight: 600;
  font-size: 2rem;
}

.c-cookie-consent {
  position: fixed;
  right: 1.6rem;
  bottom: 1.6rem;
  left: 1.6rem;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(1.6rem);
          transform: translateY(1.6rem);
}
.c-cookie-consent.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-cookie-consent__inner {
  width: min(100%, 120rem);
  margin: 0 auto;
  padding: 2rem 2.4rem;
  border: 1px solid #f1f1f1;
  border-radius: 1.2rem;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.08);
  color: #fff;
}
.c-cookie-consent__text {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.7;
}
.c-cookie-consent__text a {
  color: #FF8C2C;
  text-decoration: underline;
}
.c-cookie-consent__actions {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-cookie-consent__button {
  padding: 0.8rem 1.6rem;
  border: 1px solid transparent;
  border-radius: 0.4rem;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-cookie-consent__button:hover {
  opacity: 0.8;
}
.c-cookie-consent__button--primary {
  background-color: #ff8c2c;
  color: #fff;
}
.c-cookie-consent__button--secondary {
  background-color: #e9e9e9;
}

@media screen and (max-width: 767px) {
  .c-cookie-consent {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }
  .c-cookie-consent__inner {
    padding: 1.6rem;
  }
  .c-cookie-consent__actions {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c-cookie-consent__button {
    width: 100%;
    padding: 1.6rem 1.6rem;
  }
}
.c-card__01 {
  display: block;
  overflow: hidden;
  border-radius: 0.8rem;
  background-color: #fff;
}
.c-card__01--image {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #eff1f4;
  aspect-ratio: 1/0.679;
}
.c-card__01--body {
  padding: 3.2rem 4rem 4rem;
}
.c-card__01--title {
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 2rem;
}
.c-card__01--text p {
  color: rgba(65, 65, 76, 0.5);
  line-height: 1.6;
}
.c-card__01 .arrow-01 {
  margin-top: 3.2rem;
  margin-left: auto;
}
.c-card__01[href] img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-card__01[href]:hover {
  opacity: 1;
}
.c-card__01[href]:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-comment {
  margin-top: 3.2rem;
  padding-top: 3.2rem;
  border-top: 1px solid #e5e7eb;
}
.c-comment.non-border {
  margin-top: 0;
  border-top: none;
}
.c-comment__title {
  margin-bottom: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.8rem;
}
.c-comment__icon {
  width: 2.4rem;
  height: 2.4rem;
  line-height: 1;
}
.c-comment__text {
  margin: 0;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .c-comment {
    margin-top: 2.4rem;
    padding-top: 2.4rem;
  }
  .c-comment__title {
    margin-bottom: 1.6rem;
    gap: 0.8rem;
    font-size: 1.8rem;
  }
  .c-comment__icon {
    font-size: 1.8rem;
  }
  .c-comment__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: white;
}
.l-header__inner {
  padding: 1.2rem 3.2rem;
}
.l-header__spMobile {
  display: none;
}
.l-header__pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__title img {
  width: 100%;
}
.l-header__title--mainLogo {
  width: 8.8rem;
}
.l-header__title--logo {
  width: 6.4rem;
}
.l-header__titleLogos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__titleLogos--mainLogo {
  width: 8.8rem;
}
.l-header__titleLogos--logo {
  width: 6.4rem;
}
.l-header__titleSentence {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
}
.l-header__titleSentence--imgText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.l-header__titleSentence--img {
  width: 18rem;
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__top .nav-img {
  height: 100%;
}
.l-header__top .img-contain {
  height: 100%;
}
.l-header__top--logo {
  height: 3rem;
}
.l-header__top--logo02 {
  height: 4rem;
}
.l-header__top--btn {
  padding: 0.4rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #FF8C2C;
  border-radius: 0.6rem;
  color: #FF8C2C;
  font-weight: 700;
  font-size: 1.4rem;
}
.l-header__top--btn::after {
  content: "";
  width: 1.4rem;
  height: 1.3rem;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath fill='%23FF8C2C' d='M10.56 6a.48.48 0 0 0-.48.48v4.16a.4.4 0 0 1-.4.4H1.36a.4.4 0 0 1-.4-.4V2.32a.4.4 0 0 1 .4-.4h4.16a.48.48 0 1 0 0-.96H1.36A1.36 1.36 0 0 0 0 2.32v8.32A1.36 1.36 0 0 0 1.36 12h8.32a1.36 1.36 0 0 0 1.36-1.36V6.48a.48.48 0 0 0-.48-.48Z'/%3E%3Cpath fill='%23FF8C2C' d='M11.97.3A.48.48 0 0 0 11.52 0H8.64a.48.48 0 1 0 0 .96h1.72L5.9 5.42a.48.48 0 1 0 .68.68l4.46-4.46v1.72a.48.48 0 1 0 .96 0V.48A.48.48 0 0 0 11.97.3Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.l-header__underList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
}
.l-header__underList li.non-arrow a::after {
  content: none;
}
.l-header__underList a {
  position: relative;
  font-weight: bold;
}
.l-header__underList a::after {
  content: "";
  width: 1rem;
  height: 0.7rem;
  margin-left: 0.6rem;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%207'%3E%3Cpath%20fill='%235C5C5C'%20d='M8.59744%200L5.00037%203.854L1.40293%200L0%201.50314L5.00037%206.86028L10%201.50314Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.l-header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__contact {
  height: 4.8rem;
  padding: 0 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2.4rem;
  background-color: #fff;
  letter-spacing: 0;
  font-size: 1.2rem;
}
.l-header__hamburger {
  width: 7.2rem;
  height: 7.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 50%;
  font-size: 1rem;
  cursor: pointer;
  --text-color: #fff;
}
.l-header__hamburger p {
  letter-spacing: 0;
  font-weight: 900;
  line-height: 1;
}
.l-header__hamburger--icon {
  width: 2.6rem;
  height: 1.8rem;
  position: relative;
}
.l-header__hamburger--icon > span {
  width: 100%;
  height: 2px;
  position: absolute;
  right: 0;
  border-radius: 1px;
  background-color: #FF8C2C;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__hamburger--icon > span:nth-child(1) {
  top: 0;
}
.l-header__hamburger--icon > span:nth-child(2) {
  top: calc(50% - 1px);
}
.l-header__hamburger--icon > span:nth-child(3) {
  top: calc(100% - 2px);
}

@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0.8rem 1.6rem;
  }
  .l-header__spMobile {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-header__title {
    gap: 0.8rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
  }
  .l-header__titleLogos {
    gap: 0.8rem;
  }
  .l-header__titleLogos--logo {
    width: 4rem;
  }
  .l-header__titleLogos--mainLogo {
    width: 5.2rem;
  }
  .l-header__titleSentence--text {
    font-size: 1.1rem;
  }
  .l-header__titleSentence--img {
    width: 15rem;
  }
  .l-header__titleSentence--imgText {
    gap: 0.4rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.1rem;
  }
  .l-header__top--logo {
    height: 5rem;
  }
  .l-header__top--logo02 {
    height: 5rem;
  }
  .l-header__top--btn {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.6rem;
  }
  .l-header__top--btn::after {
    width: 1.6rem;
    height: 1.6rem;
  }
  .l-header__hamburger {
    width: 5.6rem;
    height: 5.6rem;
    position: fixed;
    top: 0.4rem;
    right: 0.8rem;
    z-index: 10001;
    font-size: 0.8rem;
  }
  .l-header__hamburger p {
    display: none;
  }
  .l-header__menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .l-header__menu[aria-hidden=false] {
    opacity: 1;
    visibility: visible;
  }
  .l-header__menuNav {
    width: 80%;
    max-width: 32rem;
    height: 100%;
    padding: 8rem 2.4rem 2.4rem;
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .l-header__menu[aria-hidden=false] .l-header__menuNav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .l-header__menuList {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .l-header__menuList li {
    border-bottom: 1px solid #e0e0e0;
  }
  .l-header__menuList li:last-child {
    border-bottom: none;
  }
  .l-header__menuList li a {
    padding: 1.6rem 0;
    display: block;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.6rem;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .l-header__menuList li a:hover {
    color: #FF8C2C;
  }
  .l-header__menuList li a .ls-0 {
    letter-spacing: 0;
  }
  .l-header__menuList li a .bk {
    font-weight: 900;
  }
  .l-header__menuNav .l-header__top {
    margin-top: 2rem;
    gap: 1.6rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .l-header__menuNav .l-header__topLogos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__menuNav .l-header__top--btn {
    padding: 1.2rem 2rem;
  }
  .l-header__hamburger[aria-expanded=true] .l-header__hamburger--icon > span:nth-child(1) {
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-header__hamburger[aria-expanded=true] .l-header__hamburger--icon > span:nth-child(2) {
    opacity: 0;
  }
  .l-header__hamburger[aria-expanded=true] .l-header__hamburger--icon > span:nth-child(3) {
    top: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.l-main {
  position: relative;
}
.l-main__block {
  margin-bottom: 10rem;
}
.l-main__block[class*=bg-] {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.l-main__container {
  width: 100%;
  max-width: 120rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5rem;
  padding-left: 5rem;
}
.l-main__container + .l-main__container {
  margin-top: 14rem;
}
.l-main__container.is-full {
  max-width: 100%;
  padding-right: 3rem;
  padding-left: 3rem;
}

@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 7.6rem;
  }
  .l-main__block {
    margin-bottom: 5.6rem;
  }
  .l-main__block[class*=bg-] {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
  .l-main__container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .l-main__container + .l-main__container {
    margin-top: 20rem;
  }
}
.l-common__contact--btn {
  width: 100%;
  height: 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.6rem;
}
.l-common__contact--btn--icon {
  width: 5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  aspect-ratio: 1;
}
.l-common__contact--btn--icon svg {
  width: 2.7rem;
}
.l-common__contact--btn--text {
  letter-spacing: 0;
  font-weight: 700;
}
.l-common__contact--btn--text span {
  letter-spacing: 0;
  font-size: 2.8rem;
}
.l-common__headline {
  margin-bottom: 16rem;
}
.l-common__headline .heading__01 {
  margin-bottom: 0;
}
.l-common__headline .heading__01--label {
  font-size: 9.6rem;
}
.l-common__headline .heading__01--main {
  font-size: 2rem;
}
.l-common__headline--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-common__headline--visual {
  width: 100%;
  max-width: 57.6rem;
  overflow: hidden;
  border-radius: 0.8rem;
  aspect-ratio: 1/0.625;
}
.l-common__headline--navi {
  margin-top: 4.8rem;
  padding: 3.6rem 5.6rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.l-common__headline--navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  font-size: 1.4rem;
}
.l-common__headline--navi a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-common__headline--navi a::before {
  content: "";
  width: 0.6rem;
  border-right: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  aspect-ratio: 1;
}
.l-common__headline--navi a:hover {
  opacity: 1;
  --text-color: #e60012;
}
.l-common__headline--navi .is-current {
  pointer-events: none;
  --text-color: #e60012;
}
.l-common__recruit {
  position: relative;
  z-index: 2;
}
.l-common__recruit--column {
  padding-top: 21.6rem;
  padding-bottom: 21.6rem;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-common__recruit--column::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  left: calc(50% - 50vw);
  z-index: -1;
  background-color: rgba(65, 65, 76, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-common__recruit--column:hover::before {
  opacity: 1;
}
.l-common__recruit--catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-common__recruit--catch .text-en {
  font-size: 8.8rem;
  line-height: 1;
}
.l-common__recruit--catch .text-jp {
  margin-top: 1em;
  letter-spacing: 0.3em;
  font-size: 2.4rem;
  line-height: 1.6;
}
.l-common__recruit--bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .common__contact--column {
    display: grid;
    grid-template-columns: 1fr 50.4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .common__contact--header .heading__01 {
    margin-bottom: 4.8rem;
  }
  .common__contact--header p {
    font-size: 2rem;
  }
  .common__navi--item .image img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .common__navi--item:hover .image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .common__contact--header p {
    font-size: 1.8rem;
  }
  .common__contact--btn {
    height: 10.4rem;
    margin-top: 5.6rem;
  }
  .common__contact--btn--icon {
    width: 4rem;
  }
  .common__contact--btn--text {
    font-size: 1.2rem;
  }
  .common__contact--btn--text span {
    font-size: 2rem;
  }
  .common__headline {
    margin-bottom: 8rem;
  }
  .common__headline .heading__01--label {
    font-size: 4.8rem;
  }
  .common__headline .heading__01--main {
    font-size: 1.4rem;
  }
  .common__headline--column {
    display: block;
  }
  .common__headline--visual {
    margin-top: 8rem;
  }
  .common__headline--navi {
    margin-top: 0;
    padding: 4rem 0;
    border-top: 0;
  }
  .common__headline--navi ul {
    display: grid;
    gap: 0.75em 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .common__headline--navi a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .common__recruit--column {
    padding-top: 10rem;
    padding-bottom: 10rem;
    position: relative;
  }
  .common__recruit--catch .text-en {
    font-weight: 600;
    font-size: 5.6rem;
  }
  .common__recruit--catch .text-jp {
    letter-spacing: 0.15em;
    font-size: 1.6rem;
  }
  .common__recruit .arrow-01 {
    position: absolute;
    right: 0;
    bottom: 2rem;
  }
}
.l-footer {
  font-size: 1.2rem;
}
.l-footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer__inner {
  padding: 3.2rem 0;
  background-color: #FF8C2C;
}
.l-footer__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  font-size: 1.6rem;
}
.l-footer__policy * {
  color: white;
}
.l-footer__copyright {
  padding: 1rem;
  background-color: white;
  color: #FF8C2C;
  text-align: center;
}
.l-footer__logos {
  padding: 2rem 3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 2rem;
  background-color: white;
}
.l-footer__logo {
  width: 8rem;
}
.l-footer__logo02 {
  width: 18rem;
}
.l-footer__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6.4rem;
}
.l-footer__naviList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1em;
}
.l-footer__lang a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .l-footer {
    font-size: 1.1rem;
  }
  .l-footer__column {
    gap: 2.4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer__inner {
    padding: 2.4rem 0;
  }
  .l-footer__logos {
    padding: 1.6rem 2.4rem;
    gap: 1.6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer__logo {
    width: 6rem;
  }
  .l-footer__logo02 {
    width: 14rem;
  }
  .l-footer__policy {
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    font-size: 1.4rem;
  }
  .l-footer__policy li {
    width: 100%;
  }
  .l-footer__policy a {
    padding: 0.4rem 0;
    display: block;
  }
  .l-footer__copyright {
    padding: 0.8rem;
    font-size: 1rem;
  }
}
.home__lead {
  padding-bottom: 8rem;
  position: relative;
  z-index: 2;
}
.home__lead .clip-path-divider {
  width: 120vw;
  height: 20rem;
  position: absolute;
  bottom: -20rem;
  left: 50%;
  z-index: -1;
  background: #faf6f0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  clip-path: ellipse(50% 100% at 50% 0%);
}
.home__lead--text {
  font-size: 2rem;
}
.home__lead--text p {
  line-height: 2.8;
}
.home__lead .decoration-wave {
  position: absolute;
  --text-color: #f1eadd;
}
.home__lead .decoration-wave--1 {
  top: 8.2rem;
  right: calc(50% + 25rem);
  -webkit-transform: rotate(-110deg);
          transform: rotate(-110deg);
}
.home__lead .decoration-wave--2 {
  top: 60rem;
  right: calc(50% + 42.5rem);
}
.home__lead .decoration-wave--3 {
  bottom: 12rem;
  left: calc(50% + 30rem);
  -webkit-transform: rotate(-182deg);
          transform: rotate(-182deg);
}
.home__hero {
  padding-bottom: 12rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home__hero--inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home__hero--icons {
  width: 100%;
  height: 8rem;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  background-image: url("../../images/home/icons.png");
  background-position: center;
  background-size: auto 100%;
  background-repeat: repeat-x;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.home__heroCatchBtn {
  width: 32rem;
  margin-top: 4rem;
  display: block;
  overflow: hidden;
  border-radius: 1.2rem;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
}
.home__heroCatchBtn--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  font-weight: bold;
  font-size: 1.8rem;
}
.home__heroCatchBtn--block .text-sm {
  font-weight: 500;
  font-size: 1.4rem;
}
.home__heroCatchBtn--block .text-md {
  font-size: 2rem;
}
.home__heroCatchBtn--text span {
  display: block;
}
.home__heroCatchBtn--text .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home__heroCatchBtn--text .icon::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: block;
  background-image: url("../../images/common/house-bk.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.home__heroCatchBtn--search {
  padding: 1.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FF8C2C;
  color: white;
  letter-spacing: 0.15em;
  font-weight: bold;
  font-size: 1.8rem;
}
.home__heroCatchBtn--search::before {
  content: "";
  width: 2em;
  height: 2em;
  display: block;
  background-image: url("../../images/common/search.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.home__heroCatchBtn .num {
  color: #FF8C2C;
  letter-spacing: 0;
  font-weight: 900;
  font-size: 5.8rem;
}
.home__heroCatch--sentence {
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 4.2rem;
}
.home__heroCatch--sentence .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home__heroCatch--sentence .texts span {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.home__heroCatch--sentence02 {
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 2.4rem;
}
.home__heroCatch--sentence02 .sentence02-text {
  gap: 1.2rem;
  letter-spacing: 0.3rem;
  line-height: 1.8;
}
.home__heroCatch--sentence02 .sentence02-img {
  margin: 0 0.25em;
  vertical-align: baseline;
}
.home__hero--visual {
  width: 50vw;
  min-width: 140rem;
  height: 74rem;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.home__hero--visual-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.home__hero--visual #heroSlider {
  overflow: hidden; /* マスク境界でクリップ */
  -webkit-mask-image: url("../../images/home/paint.svg");
          mask-image: url("../../images/home/paint.svg");
  mask-mode: alpha;
  -webkit-mask-position: left bottom;
          mask-position: left bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 140%;
          mask-size: 140%;
}
.home__hero--visual .swiper {
  background-color: #ff8c2c;
}
.home__hero--visual .swiper, .home__hero--visual .swiper-slide {
  width: 100%;
  height: 100%;
}
.home__hero--visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__hero--visual02 {
  width: 30rem;
  position: absolute;
  bottom: -3.2rem;
  left: 55rem;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home__heroIllustration {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 70%;
}
.home__hero--bg {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home__qTitle {
  margin-bottom: 4.8rem;
  position: relative;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 3.2rem;
}
.home__qTitle--img {
  width: 24rem;
}
.home__qTitle--deco {
  margin-left: -10rem;
  position: absolute;
  bottom: calc(100% - 7rem);
}
.home__qTitle--deco p {
  position: absolute;
  top: 6rem;
  left: 8rem;
  color: white;
  font-size: 2.4rem;
}
.home__qTitle span {
  letter-spacing: 0.15em;
  font-size: 4rem;
}
.home__qList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home__qList--img {
  height: 18rem;
  margin-bottom: 1.2rem;
  border-bottom: 2px solid #ee9e63;
}
.home__qList--sentence {
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
}
.home__goodjob--bg {
  padding: 5rem;
  border-radius: 1.2rem;
  background-color: white;
}
.home__goodjobTitle {
  margin-bottom: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home__goodjobTitle--img {
  width: 12rem;
}
.home__goodjobTitle--img02 {
  height: 10rem;
}
.home__goodjobTitle--sentence {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home__goodjobTitle--sentence span {
  margin-bottom: -2rem;
}
.home__goodjobContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home__goodjobContents--img {
  width: 22rem;
}
.home__goodjobContents--sentence p + p {
  margin-top: 1.2rem;
}
.home__goodjobList {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home__goodjobList .home__useList--warranty {
  position: unset;
}
.home__goodjobList .home__useList--warrantyBody {
  margin-top: 0;
}
.home__goodjobList--img {
  width: 20rem;
}
.home__goodjobList--img.is-logo {
  width: 18rem;
}
.home__goodjobList--label {
  background-color: #FF8C2C;
  color: white;
  font-weight: bold;
}
.home__goodjobList li {
  text-align: center;
}
.home__goodjobList--visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home__goodjobList--visual:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: -3.6rem;
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  border-left: 1.4rem solid #FF8C2C;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home__goodjobList--sentence {
  margin-bottom: 1.2rem;
}
.home__goodjob iframe {
  width: 100%;
  height: auto;
  margin-top: 6.4rem;
  aspect-ratio: 16/9;
}
.home__point .c-heading__01Title {
  margin-bottom: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.15em;
  font-size: 2.4rem;
}
.home__meritList {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
.home__meritList li {
  padding: 4rem 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.2rem;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.home__meritList--img {
  width: 10rem;
  padding: 2rem;
  border-radius: 50%;
  background-color: #FF8C2C;
}
.home__meritList--sentence {
  color: #FF8C2C;
  letter-spacing: 0.08em;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 170%;
}
.home__maps {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home__maps .c-heading__01 {
  margin-bottom: 20rem;
}
.home__maps--img {
  width: 48rem;
}
.home__maps--block {
  width: 28rem;
  padding: 3rem 2rem 2rem 2rem;
  position: absolute;
  border-radius: 1.2rem;
  background-color: #faf8f1;
}
.home__maps--block .area-title {
  padding: 0.8rem 1.2rem;
  position: absolute;
  top: -2.4rem;
  left: 50%;
  border-radius: 0.8rem;
  background-color: wheat;
  color: white;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home__maps--block .area-map {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, 1fr);
}
.home__maps--block .area-map a {
  padding: 0.8rem 1.2rem;
  border-radius: 0.4rem;
  background-color: white;
  -webkit-box-shadow: 0 4px 12px rgba(0, 1, 2, 0.1);
          box-shadow: 0 4px 12px rgba(0, 1, 2, 0.1);
  text-align: center;
}
.home__maps--block .area-map.col3 {
  grid-template-columns: repeat(3, 1fr);
}
.home__maps--block.hokkaido {
  top: 0;
  left: calc(100% + 4rem);
}
.home__maps--block.hokkaido .area-title {
  background-color: #5b9ff9;
}
.home__maps--block.hokuriku {
  right: -14rem;
  bottom: calc(100% + 4rem);
}
.home__maps--block.hokuriku .area-title {
  background-color: #78d975;
}
.home__maps--block.hokkaido-hokuriku {
  top: -24rem;
  left: calc(100% + 4rem);
}
.home__maps--block.hokkaido-hokuriku .area-title {
  background-color: #5b9ff9;
}
.home__maps--block.kita-kanto {
  top: 4rem;
  left: calc(100% + 4rem);
}
.home__maps--block.kita-kanto .area-title {
  background-color: #78d975;
}
.home__maps--block.kanto {
  top: calc(50% + 5rem);
  left: calc(100% + 4rem);
}
.home__maps--block.kanto .area-title {
  background-color: #6de5d2;
}
.home__maps--block.chubu {
  width: 38rem;
  top: calc(100% + 6rem);
  right: -22rem;
}
.home__maps--block.chubu .area-title {
  background-color: #a5f254;
}
.home__maps--block.chugoku {
  right: calc(100% + 4rem);
  bottom: 10rem;
}
.home__maps--block.chugoku .area-title {
  background-color: #ff8c2c;
}
.home__maps--block.kansai {
  bottom: calc(100% - 14rem);
  left: 0;
}
.home__maps--block.kansai .area-title {
  background-color: #facc3f;
}
.home__maps--block.shikoku {
  top: calc(100% + 6rem);
  right: calc(100% - 28rem);
}
.home__maps--block.shikoku .area-title {
  background-color: #ff84b9;
}
.home__maps--block.kyushu-okinawa {
  top: calc(100% - 4rem);
  right: calc(100% + 4rem);
}
.home__maps--block.kyushu-okinawa .area-title {
  background-color: #fe7477;
}
.home__mapsBtn {
  width: 20rem;
  height: 20rem;
  position: absolute;
  top: -12rem;
  right: calc(100% - 1.5rem);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #FF8C2C;
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home__mapsBtn--text {
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}
.home__mapsBtn * {
  color: #FF8C2C;
}
.home__voice {
  padding: 8rem 0;
}
.home__voice .c-slider__01 {
  margin-top: 6rem;
  position: relative;
}
.home__voice .c-slider__01--control {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home__voice .swiper-button-next, .home__voice .swiper-button-prev {
  width: 4.8rem;
  height: 4.8rem;
  margin-top: 0;
  border-radius: 50%;
  background-color: #FF8C2C;
  color: #fff;
}
.home__voice .swiper-button-next::after, .home__voice .swiper-button-prev::after {
  font-weight: bold;
  font-size: 1.8rem;
}
.home__voice .swiper-button-next:hover, .home__voice .swiper-button-prev:hover {
  background-color: rgb(248, 112.8341232227, 0);
}
.home__voice .swiper-pagination {
  width: auto;
  position: relative;
  bottom: auto;
}
.home__voice .swiper-pagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  background-color: rgba(255, 140, 44, 0.3);
  opacity: 1;
}
.home__voice .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FF8C2C;
}
.home__voiceDetail {
  padding: 6.4rem 6.4rem;
  border-radius: 1.8rem;
  background-color: white;
}
.home__voiceBox {
  margin-bottom: 4rem;
  padding: 2rem 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid rgba(255, 140, 44, 0.3);
  border-radius: 1.2rem;
  background-color: rgba(255, 140, 44, 0.1);
}
.home__voiceBox--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home__voiceBox--quote {
  margin: 0;
  color: #FF8C2C;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.6;
}
.home__voiceBox--customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home__voiceBox--avatar {
  width: 10rem;
  height: 10rem;
  margin: 0;
  overflow: hidden;
  border-radius: 50%;
}
.home__voiceBox--info {
  text-align: center;
}
.home__voiceBox--location, .home__voiceBox--date {
  margin: 0.4rem 0;
  color: #666;
  font-size: 1.4rem;
  line-height: 1.4;
}
.home__voiceComparison {
  margin-bottom: 4rem;
  display: grid;
  gap: 3.2rem;
  grid-template-columns: repeat(2, 1fr);
}
.home__voiceComparison--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home__voiceComparison--img {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
  aspect-ratio: 320/214;
}
.home__voiceComparison--label {
  padding: 0.6rem 1.2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 0.4rem 0 0.4rem 0;
  color: white;
  font-weight: bold;
  font-size: 1.6rem;
}
.home__voiceComparison--label.before {
  background-color: #666;
}
.home__voiceComparison--label.after {
  background-color: #FF8C2C;
}
.home__voiceComparison--caption {
  margin: 0;
  color: #666;
  text-align: center;
  font-size: 1.6rem;
}
.home__voiceComment {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #ccc;
}
.home__voiceComment--title {
  margin-bottom: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  font-weight: bold;
  font-size: 2.4rem;
}
.home__voiceComment--icon {
  width: 2.4rem;
  height: 2.4rem;
  line-height: 1;
}
.home__voiceComment--text {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.8;
}
.home__voiceComment--dl {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-size: 1.4rem;
}
.home__voiceComment--dl dt {
  font-weight: bold;
}
.home__use {
  padding: 8rem 0;
}
.home__useList {
  margin-top: 6rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home__useList li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home__useList--step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home__useList--stepInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home__useList--number {
  width: 6.4rem;
  height: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #FF8C2C;
  color: #fff;
  font-weight: bold;
  font-size: 3.2rem;
}
.home__useList--title {
  color: #FF8C2C;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}
.home__useList--img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
  vertical-align: bottom;
  aspect-ratio: 330/227;
}
.home__useList--img:not(:first-child)::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -3rem;
  z-index: 1;
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  border-left: 1.4rem solid #FF8C2C;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home__useList--imgBlock {
  width: 100%;
  position: relative;
}
.home__useList--warranty {
  width: 100%;
  position: absolute;
  bottom: 0.8rem;
  left: 0;
}
.home__useList--warrantyHeader {
  padding: 0.4rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FF8C2C;
}
.home__useList--warrantyIcon {
  width: 2.4rem;
  height: 2.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home__useList--warrantyIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home__useList--warrantyTitle {
  color: #fff;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
}
.home__useList--warrantyBody {
  margin-top: 0.4rem;
  padding: 0.4rem 1.2rem;
  background-color: #fff;
}
.home__useList--warrantyText {
  color: #FF8C2C;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7;
}
.home__useList--warrantyText * {
  color: #FF8C2C;
}
.home__useList--warrantyText strong {
  font-weight: bold;
}
.home__useList--warrantyText em {
  font-style: normal;
  font-weight: 900;
  font-size: 1.6rem;
}
.home__link {
  padding: 8rem 0;
}
.home__linkList {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home__linkList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1.6rem;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.home__linkList li:hover {
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.home__linkList--title {
  padding: 2rem 1.2rem 0.8rem;
  color: #FF8C2C;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}
.home__linkList p:not(.home__linkList--title) {
  margin: 0 1.8rem 1.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  line-height: 1.8;
}
.home__linkList p:not(.home__linkList--title).text-sm {
  font-size: 1.6rem;
}
.home__paintSeries {
  padding: 4rem 0;
}
.home__paintSeries--links {
  width: 100%;
  position: relative;
}
.home__paintSeries--links .link {
  width: 48rem;
  height: 3.2rem;
  position: absolute;
  left: 8%;
  display: block;
}
.home__paintSeries--links .link:hover {
  background-color: white;
  opacity: 0.3;
}
.home__paintSeries--links .item01 {
  width: 49.5rem;
  height: 7.3rem;
  top: 3.7%;
}
.home__paintSeries--links .item02 {
  width: 49.5rem;
  height: 24.3rem;
  top: 11.5%;
}
.home__paintSeries--links .item03 {
  width: 49.5rem;
  height: 24.3rem;
  top: 35.7%;
}
.home__paintSeries--links .item04 {
  width: 49.5rem;
  height: 19.5rem;
  bottom: 20.5%;
}
.home__paintSeries--links .item05 {
  width: 49.5rem;
  height: 20.2rem;
  bottom: 0;
}
.home__paintSeries--img {
  width: 100%;
  margin-top: 3.2rem;
}
.home__paintSeries--list {
  margin-right: 0;
  margin-bottom: 4rem;
  margin-left: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
.home__paintSeries--list li {
  padding: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1.2rem;
  background-color: #fff;
}
.home__paintSeries--header {
  margin-bottom: 2rem;
}
.home__paintSeries--title {
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #e0e0e0;
}
.home__paintSeries--titleRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home__paintSeries--titleEn {
  color: #06c;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}
li:nth-child(3) .home__paintSeries--titleEn {
  color: #d4af37;
}
.home__paintSeries--titleJa {
  letter-spacing: 0.2em;
  font-weight: bold;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
}
.home__paintSeries--icon {
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 0.8rem;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: middle;
}
.home__paintSeries--icon.perfect-icon {
  position: relative;
  background-color: #06c;
}
.home__paintSeries--icon.perfect-icon::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #06c;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.home__paintSeries--icon.grancera-icon {
  position: relative;
  background-color: #d4af37;
}
.home__paintSeries--icon.grancera-icon::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  border-right: 1rem solid transparent;
  border-bottom: 1.6rem solid #d4af37;
  border-left: 1rem solid transparent;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.home__paintSeries--body p {
  line-height: 1.7;
}
.home__paintSeries--body p .highlight {
  color: #FF8C2C;
  font-weight: 600;
}
.home__paintSeries--disclaimer {
  margin-top: 4rem;
  padding-top: 0;
}
.home__paintSeries--disclaimer p {
  color: #666;
  font-size: 1.2rem;
  line-height: 1.8;
}
.home__paintSeries--disclaimer p span {
  display: block;
  text-indent: 1em;
}

@media screen and (min-width: 768px) {
  .home__hero--inner {
    padding-left: 50%;
  }
  .home__heroCatch {
    margin-top: 6rem;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .home__qTitle {
    margin-bottom: 3.2rem;
    font-size: 2rem;
  }
  .home__qTitle--img {
    width: 16rem;
  }
  .home__qTitle--deco {
    margin-left: -3rem;
    bottom: calc(100% - 3rem);
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  .home__qTitle span {
    font-size: 2.4rem;
  }
  .home__qList {
    gap: 0.8rem 2.4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .home__qList li {
    width: calc(50% - 2.4rem);
  }
  .home__qList li:first-child {
    width: 100%;
  }
  .home__qList--img {
    height: 12rem;
    margin-bottom: 0.4rem;
    border-bottom: 0;
  }
  .home__qList--sentence {
    font-size: 1.4rem;
  }
  .home__goodjob--bg {
    padding: 2.4rem;
  }
  .home__goodjobTitle {
    margin-bottom: 1.2rem;
    gap: 1.2rem;
  }
  .home__goodjobTitle--img {
    width: 8rem;
  }
  .home__goodjobTitle--img02 {
    height: 4.8rem;
  }
  .home__goodjobTitle--sentence span {
    margin-bottom: 0;
    white-space: nowrap;
    font-size: 1.4rem;
  }
  .home__goodjobContents {
    gap: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__goodjobContents--img {
    width: 100%;
  }
  .home__goodjobContents--sentence h3 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .home__goodjobContents--sentence p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .home__goodjobList {
    margin-top: 3.2rem;
    gap: 3.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__goodjobList--visual:not(:last-child)::after {
    top: -5%;
    left: 50%;
    border-top: 1.4rem solid transparent;
    border-bottom: 1.4rem solid transparent;
    border-left: 1.2rem solid #ff8c2c;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .home__goodjobList--img {
    width: 20rem;
    margin: 0 auto;
  }
  .home__goodjobList--sentence {
    text-align: center;
    font-size: 1.4rem;
  }
  .home__goodjob iframe {
    margin-top: 3.2rem;
  }
  .home__voice {
    padding: 4rem 0;
  }
  .home__voice .c-slider__01 {
    margin-top: 4rem;
  }
  .home__voice .c-slider__01--control {
    margin-top: 3rem;
    gap: 1.5rem;
  }
  .home__voice .swiper-button-next, .home__voice .swiper-button-prev {
    width: 4rem;
    height: 4rem;
  }
  .home__voice .swiper-button-next::after, .home__voice .swiper-button-prev::after {
    font-size: 1.4rem;
  }
  .home__use {
    padding: 4rem 0;
  }
  .home__useList {
    margin-top: 4rem;
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__useList--step {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .home__useList--img:not(:first-child)::after {
    content: none;
  }
  .home__useList li {
    position: relative;
  }
  .home__useList li:not(:last-child)::after {
    content: noen;
    position: absolute;
    top: auto;
    right: 50%;
    bottom: -3.2rem;
    border-top: 1.8rem solid #FF8C2C;
    border-right: 2.4rem solid transparent;
    border-bottom: none;
    border-left: 2.4rem solid transparent;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .home__useList--number {
    width: 4rem;
    height: 4rem;
    font-size: 1.8rem;
  }
  .home__useList--title {
    min-height: auto;
    font-size: 2rem;
  }
  .home__useList--warranty {
    max-width: 100%;
  }
  .home__useList--warrantyTitle {
    font-size: 1.4rem;
  }
  .home__useList--warrantyText {
    font-size: 1.1rem;
  }
  .home__useList--warrantyText em {
    font-size: 1.4rem;
  }
  .home__useList--description {
    font-size: 1.6rem;
  }
  .home__link {
    padding: 4rem 0;
  }
  .home__linkList {
    margin-top: 4rem;
    gap: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__linkList--title {
    padding: 1.2rem 2rem 0.4rem 2rem;
    font-size: 2rem;
  }
  .home__linkList--img {
    height: 14rem;
  }
  .home__linkList p:not(.home__linkList--title) {
    margin: 0 2rem 2rem;
    font-size: 1.4rem;
  }
  .home__paintSeries {
    padding: 2rem 0;
  }
  .home__paintSeries--spScroll {
    overflow: scroll;
  }
  .home__paintSeries--img {
    width: calc(100% + 30rem) !important;
  }
  .home__paintSeries--list {
    margin-bottom: 0;
    gap: 1.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__paintSeries--title {
    padding-bottom: 1.4rem;
  }
  .home__paintSeries--header {
    margin-bottom: 1.4rem;
  }
  .home__paintSeries--titleEn {
    font-size: 1.8rem;
  }
  .home__paintSeries--titleJa {
    font-size: 1.6rem;
  }
  .home__paintSeries--body p {
    font-size: 1.4rem;
  }
  .home__paintSeries--disclaimer {
    margin-top: 0.8rem;
    padding-top: 0;
  }
  .home__paintSeries--disclaimer p {
    font-size: 1.1rem;
  }
  .home__paintSeries--links .link {
    left: 18%;
  }
  .home__paintSeries--links span {
    padding: 0.1rem 0.8rem;
    border-radius: 0.2rem;
    background-color: white;
    font-size: 1.2rem;
  }
  .home__paintSeries--links span strong {
    color: #FF8C2C;
    font-weight: bold;
  }
  .home__paintSeries--links .item01 {
    width: auto;
    height: auto;
    top: 8.5%;
  }
  .home__paintSeries--links .item02 {
    width: auto;
    height: auto;
    top: 26.5%;
  }
  .home__paintSeries--links .item03 {
    width: auto;
    height: auto;
    top: 50%;
  }
  .home__paintSeries--links .item04 {
    width: auto;
    height: auto;
    bottom: 24%;
  }
  .home__paintSeries--links .item05 {
    width: auto;
    height: auto;
    bottom: 3%;
  }
  .home__point .c-heading__01Title {
    margin-bottom: 1rem;
    gap: 0.2rem;
    font-size: 1.6rem;
  }
  .home__point .c-heading__01Title::before {
    width: 3rem;
    height: 3rem;
  }
  .home__meritList {
    gap: 1.6rem;
  }
  .home__meritList li {
    padding: 2.4rem 1.6rem;
    gap: 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__meritList--img {
    width: 8rem;
    padding: 1.2rem;
  }
  .home__meritList--sentence {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .home__maps {
    width: 100%;
    margin-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__maps .c-heading__01 {
    margin-bottom: 3.2rem;
  }
  .home__mapsBtn {
    width: 100%;
    width: 100%;
    height: 6rem;
    margin-bottom: 2rem;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    border-radius: 1.2rem;
    background-color: white;
    -webkit-transform: none;
            transform: none;
  }
  .home__mapsBtn--text {
    font-size: 1.8rem;
  }
  .home__mapsBtn--icon {
    width: 2rem;
    height: 2rem;
  }
  .home__maps--img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 3.2rem;
    display: none;
  }
  .home__maps--block {
    width: 100%;
    margin-bottom: 2.4rem;
    padding: 1.4rem 1.6rem 1.6rem;
    position: static;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .home__maps--block .area-title {
    width: 100%;
    margin-bottom: 1.6rem;
    padding: 0.8rem 1.6rem;
    position: static;
    display: inline-block;
    font-size: 1.6rem;
    -webkit-transform: none;
            transform: none;
  }
  .home__maps--block .area-map {
    gap: 0.8rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .home__maps--block .area-map a {
    padding: 0.8rem 1rem;
    font-size: 1.4rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .home__maps--block .area-map a:hover {
    background-color: #FF8C2C;
    color: white;
  }
  .home__maps--block .area-map.col3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .home__maps--block.chubu {
    width: 100%;
  }
  .home__maps--block.hokkaido, .home__maps--block.hokuriku, .home__maps--block.kanto, .home__maps--block.chubu, .home__maps--block.chugoku, .home__maps--block.kansai, .home__maps--block.shikoku, .home__maps--block.kyushu-okinawa {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .home__mapsRegion {
    width: 100%;
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .home__mapsRegion--item {
    display: contents;
  }
  .home__mapsRegion--item:nth-child(1) > .home__mapsRegion--btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .home__mapsRegion--item:nth-child(2) > .home__mapsRegion--btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .home__mapsRegion--item:nth-child(1) > .home__mapsRegion--content, .home__mapsRegion--item:nth-child(2) > .home__mapsRegion--content {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .home__mapsRegion--item:nth-child(3) > .home__mapsRegion--btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .home__mapsRegion--item:nth-child(4) > .home__mapsRegion--btn {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .home__mapsRegion--item:nth-child(3) > .home__mapsRegion--content, .home__mapsRegion--item:nth-child(4) > .home__mapsRegion--content {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .home__mapsRegion--item:nth-child(5) > .home__mapsRegion--btn {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .home__mapsRegion--item:nth-child(6) > .home__mapsRegion--btn {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .home__mapsRegion--item:nth-child(5) > .home__mapsRegion--content, .home__mapsRegion--item:nth-child(6) > .home__mapsRegion--content {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .home__mapsRegion--item:nth-child(7) > .home__mapsRegion--btn {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .home__mapsRegion--item:nth-child(8) > .home__mapsRegion--btn {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .home__mapsRegion--item:nth-child(7) > .home__mapsRegion--content, .home__mapsRegion--item:nth-child(8) > .home__mapsRegion--content {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .home__mapsRegion--item:nth-child(9) > .home__mapsRegion--btn {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .home__mapsRegion--item:nth-child(9) > .home__mapsRegion--content {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .home__mapsRegion--btn {
    width: 100%;
    padding: 1.2rem 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none;
    color: #fff;
    letter-spacing: 0.08em;
    font-weight: bold;
    font-size: 1.5rem;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .home__mapsRegion--btn:active {
    opacity: 0.8;
  }
  .home__mapsRegion--arrow {
    width: 0;
    height: 0;
    margin-left: 0.8rem;
    display: inline-block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-left: 0.6rem solid #fff;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .home__mapsRegion .is-open > .home__mapsRegion--btn .home__mapsRegion--arrow {
    border-top: 0.6rem solid #fff;
    border-right: 0.5rem solid transparent;
    border-bottom: none;
    border-left: 0.5rem solid transparent;
  }
  .home__mapsRegion--content {
    display: none;
    overflow: hidden;
    background-color: #faf8f1;
    grid-column: 1/-1;
  }
  .home__mapsRegion .is-open > .home__mapsRegion--content {
    margin-top: -1.2rem;
    padding: 1.2rem;
    display: block;
  }
  .home__mapsRegion--prefList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.8rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home__mapsRegion--prefList a {
    padding: 0.8rem 1.2rem;
    border-radius: 0.4rem;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.4rem;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .home__mapsRegion--prefList a:active {
    background-color: #FF8C2C;
    color: #fff;
  }
  .home__voice {
    padding: 4rem 0;
  }
  .home__voice .c-slider__01 {
    margin-top: -2rem;
  }
  .home__voice .c-slider__01--control {
    margin-top: 2.4rem;
    gap: 1.2rem;
  }
  .home__voice .swiper-button-next, .home__voice .swiper-button-prev {
    width: 4rem;
    height: 4rem;
  }
  .home__voice .swiper-button-next::after, .home__voice .swiper-button-prev::after {
    font-size: 1.4rem;
  }
  .home__voice .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }
  .home__voiceDetail {
    margin-top: 2.4rem;
    padding: 2.4rem 1.6rem;
    border-radius: 1.2rem;
  }
  .home__voiceBox {
    margin-bottom: 2.4rem;
    padding: 2.4rem 1.6rem 2rem;
    gap: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__voiceBox--text {
    width: 100%;
  }
  .home__voiceBox--quote {
    font-size: 2rem;
    line-height: 1.6;
  }
  .home__voiceBox--customer {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .home__voiceBox--avatar {
    width: 10rem;
    height: 10rem;
  }
  .home__voiceBox--location, .home__voiceBox--date {
    font-size: 1.4rem;
  }
  .home__voiceComparison {
    margin-bottom: 2.4rem;
    gap: 2.4rem;
    grid-template-columns: 1fr;
  }
  .home__voiceComparison--img {
    aspect-ratio: 4/3;
  }
  .home__voiceComparison--label {
    padding: 0.4rem 0.8rem;
    font-size: 1.2rem;
  }
  .home__voiceComparison--caption {
    font-size: 1.4rem;
  }
  .home__voiceComment {
    margin-top: 2.4rem;
    padding-top: 2.4rem;
  }
  .home__voiceComment--title {
    margin-bottom: 1.6rem;
    gap: 0.8rem;
    font-size: 1.8rem;
  }
  .home__voiceComment--icon {
    font-size: 1.8rem;
  }
  .home__voiceComment--text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .home__hero {
    height: auto;
    padding-top: 8rem;
    padding-bottom: 15rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__hero .l-main__container {
    width: 100%;
  }
  .home__hero--inner {
    display: block;
    gap: 3.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__hero--visual {
    width: 100vw;
    min-width: 0;
    height: 26rem;
    margin: 1rem 0 0 -2rem;
  }
  .home__hero--visual #heroSlider {
    -webkit-mask-image: url("../../images/home/paint_sp.svg");
            mask-image: url("../../images/home/paint_sp.svg");
    -webkit-mask-position: left center;
            mask-position: left center;
    -webkit-mask-size: auto 100%;
            mask-size: auto 100%;
  }
  .home__hero--visual02 {
    width: 14rem;
    right: 2rem;
    bottom: -4rem;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .home__heroIllustration {
    margin-top: 2rem;
    position: relative;
    gap: 1.6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home__heroCatch {
    width: 100%;
  }
  .home__heroCatch--sentence {
    font-size: 2.4rem;
  }
  .home__heroCatch--sentence .texts {
    gap: 0.8rem;
  }
  .home__heroCatch--sentence .texts__img {
    width: 16rem;
  }
  .home__heroCatch--sentence .texts span {
    font-size: 2.8rem;
  }
  .home__heroCatch--sentence02 {
    margin-top: 0.75em;
    font-size: 1.4rem;
  }
  .home__heroCatch--sentence02 .sentence02-text {
    gap: 0.4rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .home__heroCatch--sentence02 .sentence02-text .sentence02-img {
    width: 14rem;
  }
  .home__heroCatchBtn {
    width: 100%;
    max-width: 100%;
    margin: 1rem 0 0;
    position: absolute;
    top: 100%;
  }
  .home__heroCatchBtn--block {
    padding: 0.4rem 1rem;
    gap: 0.6rem;
    font-size: 1.6rem;
  }
  .home__heroCatchBtn--block .text-sm {
    font-size: 1.2rem;
  }
  .home__heroCatchBtn--block .text-md {
    font-size: 1.8rem;
  }
  .home__heroCatchBtn .num {
    font-size: 4rem;
  }
  .home__heroCatchBtn--search {
    padding: 0.8rem 0;
    gap: 0.8rem;
    font-size: 1.8rem;
  }
}
.p-faq__list {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.4rem;
}
.p-faq__list--item {
  padding: 3.2rem 4rem;
  border-radius: 1.2rem;
  background-color: white;
}
.p-faq__list--question, .p-faq__list--answer {
  padding-left: 5.6rem;
  position: relative;
}
.p-faq__list--question::before, .p-faq__list--answer::before {
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #FF8C2C;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}
.p-faq__list--question {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FF8C2C;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
}
.p-faq__list--question::before {
  content: "";
  background-color: white;
  background-image: url("../../images/common/q.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.p-faq__list--question.is-open .p-faq__list--arrow::after {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-faq__list--arrow {
  width: 2.4rem;
  height: 2.4rem;
  margin-left: auto;
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.p-faq__list--arrow::before, .p-faq__list--arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #FF8C2C;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-faq__list--arrow::before {
  width: 1.6rem;
  height: 2px;
}
.p-faq__list--arrow::after {
  width: 2px;
  height: 1.6rem;
}
.p-faq__list--answer {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  font-size: 1.8rem;
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, margin-top 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, margin-top 0.3s ease-in-out;
}
.p-faq__list--answer::before {
  content: "";
  background-color: white;
  background-image: url("../../images/common/a.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.p-faq__list--answer p {
  margin: 0;
}

.p-faq__list--item.is-open .p-faq__list--answer {
  max-height: 1000px;
  margin-top: 2.4rem;
  padding-top: 0;
  opacity: 1;
}
.p-faq__list--item.is-open .p-faq__list--answer p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.home__faq .c-heading__01Label {
  margin-bottom: 4rem;
  position: relative;
}
.home__faq .c-heading__01Label .heading__01Label--sentence {
  padding: 1.2rem 4rem;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 0.8rem;
  background-color: #FF8C2C;
  color: white;
  font-weight: bold;
  font-size: 2.4rem;
}
.home__faq .c-heading__01Label .heading__01Label--sentence::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
  background-size: 200% 200%;
  -webkit-animation: brushStroke 3s ease-in-out infinite;
          animation: brushStroke 3s ease-in-out infinite;
}

@-webkit-keyframes brushStroke {
  0%, 100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes brushStroke {
  0%, 100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    margin-top: 3.2rem;
    row-gap: 2.4rem;
  }
  .p-faq__list--item {
    padding: 2.4rem 1.6rem;
    border-radius: 1.2rem;
  }
  .p-faq__list--question, .p-faq__list--answer {
    padding-left: 4.8rem;
  }
  .p-faq__list--question::before, .p-faq__list--answer::before {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.6rem;
  }
  .p-faq__list--question {
    display: block;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .p-faq__list--arrow {
    width: 2rem;
    height: 2rem;
  }
  .p-faq__list--arrow::before {
    width: 1.4rem;
  }
  .p-faq__list--arrow::after {
    width: 2px;
    height: 1.4rem;
  }
  .p-faq__list--answer {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .home__faq .c-heading__01Label {
    margin-bottom: 3.2rem;
  }
  .home__faq .c-heading__01Label .heading__01Label--sentence {
    padding: 1rem 3.2rem;
    border-radius: 0.6rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .p-faq__list {
    margin-top: 2.4rem;
    row-gap: 1.6rem;
  }
  .p-faq__list--item {
    padding: 2rem 3.8rem 2rem 1.2rem;
    border-radius: 1rem;
  }
  .p-faq__list--question, .p-faq__list--answer {
    padding-left: 4rem;
  }
  .p-faq__list--question::before, .p-faq__list--answer::before {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.4rem;
  }
  .p-faq__list--question {
    font-size: 1.6rem;
    line-height: 1.5;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .p-faq__list--arrow {
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    top: 50%;
    right: -2.4rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-faq__list--arrow::before {
    width: 1.2rem;
  }
  .p-faq__list--arrow::after {
    width: 2px;
    height: 1.2rem;
  }
  .p-faq__list--answer {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .p-faq__list--item.is-open .p-faq__list--answer {
    margin-top: 1.6rem;
  }
  .home__faq .c-heading__01Label {
    margin-bottom: 2.4rem;
  }
  .home__faq .c-heading__01Label .heading__01Label--sentence {
    padding: 0.8rem 2.4rem;
    border-radius: 0.5rem;
    font-size: 1.8rem;
  }
}
.search__detail {
  margin-bottom: 10rem;
  padding-top: 12rem;
}

.search__hero {
  margin-top: 9.5rem;
  padding: 2.4em 0;
  background-color: #FF8C2C;
}
.search__hero--title {
  margin: 0;
  color: #fff;
  letter-spacing: 0.4rem;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 2;
}

.search__prefecture {
  margin-bottom: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search__prefecture--label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #5c5c5c;
  font-weight: bold;
  font-size: 1.6rem;
}
.search__prefecture--selectWrapper {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search__prefecture--selectWrapper::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4.5 6.75L9 11.25L13.5 6.75' fill='none' stroke='%23FF8C2C' stroke-width='1.875' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.search__prefecture--select {
  min-width: 28rem;
  padding: 1.4rem 4.8rem 1.4rem 2.4rem;
  border: 2px solid #FF8C2C;
  border-radius: 1.2rem;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  color: #FF8C2C;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.search__prefecture--select:hover, .search__prefecture--select:focus {
  outline: none;
  border-color: #FF8C2C;
}
.search__prefecture--select option {
  color: #5c5c5c;
  font-weight: normal;
}
.search__prefecture--icon {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  fill: #FF8C2C;
}

.search__filterSection {
  margin-top: 2.4rem;
  margin-bottom: 4rem;
}

.search__filterBox {
  padding: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1.6rem;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
}

.search__filter--section:last-of-type {
  margin-bottom: 0;
}
.search__filter--header {
  padding: 1.6rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.8rem 0.8rem;
  background-color: #FF8C2C;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.search__filter--header * {
  color: #fff;
}
.search__filter--header:hover {
  background-color: rgb(255, 126.1018957346, 18.5);
}
.search__filter--header.map-icon::before {
  content: "";
  width: 22px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 24'%3E%3Cpath fill='%23fff' d='M10.9995 0C9.34294.0017 7.75475.639 6.58339 1.77204 5.41203 2.90507 4.75319 4.44131 4.75138 6.04368c0 .90504.38543 2.09832.93736 3.46068.55192 1.36236 1.28187 2.87064 2.01082 4.28044 1.45804 2.82 2.91466 5.2471 2.91466 5.2471a.486.486 0 0 0 .3849.2145.486.486 0 0 0 .3849-.2145s1.4565-2.4274 2.9145-5.2471c.7289-1.4099 1.459-2.9181 2.0109-4.28044.5519-1.36236.9374-2.55564.9374-3.46068-.0018-1.60235-.6606-3.13859-1.8319-4.27163C14.244.639 12.656.0017 10.9995 0Zm0 2.32956c.7829 0 1.5482.22467 2.1992.64547.651.4208 1.1583 1.01887 1.4579 1.71858.2996.69972.3779 1.46964.2251 2.21243-.1528.74278-.5298 1.42505-1.0835 1.96054-.5536.53549-1.259.90014-2.0269 1.04785-.7679.14771-1.5639.07182-2.2872-.21804-.7233-.28987-1.3416-.7807-1.7765-1.41044-.4349-.62973-.6671-1.37008-.667-2.12743.0001-1.01556.4172-1.98949 1.1597-2.70755.7424-.71806 1.7493-1.12144 2.7992-1.12141ZM8.1958 16.9313C3.3675 17.3471.002 18.7735 0 20.4052 0 22.3904 4.9241 24 10.9991 24c6.075 0 10.9997-1.6093 10.9998-3.5946-.0062-1.6311-3.3719-3.0563-8.1984-3.4717-.857 1.5408-1.4992 2.6133-1.4992 2.6133-.5553.9249-2.0497.9249-2.6052 0 0 0-.6422-1.0731-1.5003-2.6158Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.search__filter--header.narrow-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 4H14M10 4H3M21 12H12M8 12H3M21 20H16M12 20H3'/%3E%3Cpath d='M14 2V6M8 10V14M16 18V22'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.search__filter--header.is-open {
  border-radius: 0.8rem 0.8rem 0 0;
}
.search__filter--header.is-open .search__filter--toggle::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.search__filter--icon {
  width: 2.4rem;
  height: 2.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: #fff;
}
.search__filter--title {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0.15em;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
}
.search__filter--toggle {
  width: 2.1rem;
  height: 2.1rem;
  position: relative;
}
.search__filter--toggle::before, .search__filter--toggle::after {
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.search__filter--toggle::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search__filter--toggle::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.search__filter--section.is-open .search__filter--toggle::after {
  opacity: 0;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.search__filter--section.is-open .search__filter--content {
  max-height: 200rem;
  opacity: 1;
  visibility: visible;
}
.search__filter--content {
  max-height: 0;
  padding: 0 3.2rem;
  overflow: hidden;
  border-radius: 0 0 1.2rem 1.2rem;
  background-color: #fffaf6;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, padding 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, padding 0.3s ease;
}
.search__filter--section.is-open .search__filter--content {
  padding: 1.8rem;
}
.search__filter--subSection {
  padding-bottom: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.search__filter--subSection:last-child {
  padding-bottom: 0;
}
.search__filter--subTitle {
  width: 10rem;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #5c5c5c;
  letter-spacing: 0.1rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
}
.search__filter--checkboxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem 1.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search__filter--noMunicipality {
  margin: 0;
  padding: 1rem 0;
  color: #6b7280;
  font-size: 1.4rem;
}
.search__filter--checkboxItem {
  padding: 0.8rem 1.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 0.8rem;
  background-color: #fff;
  color: #374151;
  letter-spacing: 0.08rem;
  font-weight: bold;
  font-size: 1.4rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.search__filter--checkboxItem:hover {
  border-color: #FF8C2C;
}
.search__filter--checkboxItem input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 2px solid #d1d5db;
  border-radius: 0.4rem;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.search__filter--checkboxItem input[type=checkbox]:checked {
  border-color: #FF8C2C;
  background-color: #FF8C2C;
}
.search__filter--checkboxItem input[type=checkbox]:checked::after {
  content: "";
  width: 0.5rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
          transform: translate(-50%, -60%) rotate(45deg);
}
.search__filter--checkboxItem input[type=checkbox]:hover {
  border-color: #FF8C2C;
}
.search__filter--checkboxItem span {
  line-height: 1.5;
}
.search__filter--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search__filter--btn {
  padding: 1.8rem 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  border-radius: 1.2rem;
  font-weight: bold;
  font-size: 2rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search__filter--btnPrimary {
  background: linear-gradient(191deg, #ff8c2c 15%, #f97316 85%);
  -webkit-box-shadow: 0 8px 24px rgba(255, 140, 44, 0.25);
          box-shadow: 0 8px 24px rgba(255, 140, 44, 0.25);
  color: #fff;
}
.search__filter--btnPrimary:hover {
  -webkit-box-shadow: 0 12px 32px rgba(255, 140, 44, 0.35);
          box-shadow: 0 12px 32px rgba(255, 140, 44, 0.35);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.search__filter--btnPrimary.search-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='M21 21L16.66 16.66'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.search__filter--btnSecondary {
  padding: 1.8rem 3.2rem;
  border: 1px solid #e5e7eb;
  background-color: #fff;
  color: #6b7280;
}
.search__filter--btnSecondary:hover {
  background-color: #f9fafb;
}
.search__filter--btnSecondary.clear-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%236B7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 4v6h6'/%3E%3Cpath d='M3.51 15a9 9 0 1 0 2.13-9.36L1 10'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.search__filter--btnIcon {
  width: 2.4rem;
  height: 2.4rem;
  fill: currentColor;
}
.search__mapSection {
  margin-top: 4rem;
  overflow: hidden;
}
.search__map {
  width: 100%;
  height: 50rem;
  position: relative;
}
.search__map img {
  opacity: 0.8;
}
.search__map--markers {
  position: absolute;
  inset: 0;
}
.search__map--marker {
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  border: 2px solid #fff;
  border-radius: 50% 50% 50% 0;
  background-color: #FF8C2C;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.search__map--marker::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.search__mapCard {
  max-width: 28rem;
  color: #374151;
}
.search__mapCard--thumbWrap {
  margin: 0 0 1em;
  overflow: hidden;
  border-radius: 0.8rem;
  background-color: #f3f4f6;
  aspect-ratio: 17/8;
}
.search__mapCard--thumb {
  width: 100%;
  height: auto;
  max-height: 16rem;
  display: block;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
.search__mapCard--title {
  margin: 0 0 0.8rem;
  color: #111827;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.35;
}
.search__mapCard--meta {
  margin: 0 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search__mapCard--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.2rem;
  line-height: 1.55;
}
.search__mapCard--label {
  width: 6.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #6b7280;
  font-weight: bold;
}
.search__mapCard--value {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0.03em;
}
.search__mapCard--link {
  width: 100%;
  margin-top: 0.2rem;
  padding: 0.6rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #FF8C2C;
  border-radius: 0.6rem;
  background-color: #fff;
  color: #FF8C2C !important;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.3;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.search__mapCard--link:hover {
  opacity: 0.92;
}
.search__resultsSection {
  padding: 4rem 0 8rem;
}
.search__resultsHeader {
  margin-bottom: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search__resultsHeader--count {
  margin: 0;
  color: #374151;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.35;
}
.search__resultsHeader--number {
  color: #FF8C2C;
  font-size: 2.4rem;
}
.search__resultsHeader--btn {
  padding: 0.8rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #FF8C2C;
  border-radius: 0.8rem;
  background-color: #FF8C2C;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search__resultsHeader--btn * {
  color: #fff;
  letter-spacing: 0.15em;
}
.search__resultsHeader--filterList {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search__resultsHeader--filterList li {
  color: #6b7280;
  font-size: 1.4rem;
}
.search__resultsHeader--btnIcon {
  width: 2.4rem;
  height: 2.4rem;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
  stroke: white;
}
.search__resultsList {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
}
.search__resultsItem {
  padding: 2.8rem 4rem;
  border: 1px solid #ccc;
  border-radius: 0.8rem;
  background-color: #fff;
}
.search__resultsItem--awarded {
  border: 3px solid #dec39c;
  background-color: #fffaf6;
}
.search__resultsItem--header {
  margin-bottom: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search__resultsItem--headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search__resultsItem--awardBadge {
  width: 5.6rem;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search__resultsItem--awardBadge img {
  width: 100%;
  height: 100%;
}
.search__resultsItem--title {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #5c5c5c;
  letter-spacing: 0.15rem;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
}
.search__resultsItem--awardSmall {
  width: 5.6rem;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search__resultsItem--awardSmall img {
  width: 100%;
  height: 100%;
}
.search__resultsItem--content {
  display: grid;
  gap: 4.4rem;
  grid-template-columns: 47.4rem minmax(0, 1fr);
}
.search__resultsItem--images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search__resultsItem--sliderMain {
  width: 100%;
  overflow: hidden;
  border-radius: 0.4rem;
}
.search__resultsItem--sliderMain .swiper {
  width: 100%;
  height: 100%;
}
.search__resultsItem--sliderMain .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.search__resultsItem--imagePlaceholder {
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
}
.search__resultsItem--sliderThumbs .swiper {
  width: 100%;
}
.search__resultsItem--sliderThumbs .swiper-slide {
  overflow: hidden;
  border-radius: 0.4rem;
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  aspect-ratio: 1;
}
.search__resultsItem--sliderThumbs .swiper-slide:hover, .search__resultsItem--sliderThumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.search__resultsItem--thumb {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0.4rem;
  background-color: #d9d9d9;
}
.search__resultsItem--details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search__resultsItem--infoRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.search__resultsItem--infoRow .c-list__note {
  font-size: 1.2rem;
}
.search__resultsItem--infoRow .c-list__note a {
  color: #FF8C2C;
  text-decoration: underline;
}
.search__resultsItem--label {
  width: 10rem;
  padding: 0.4rem 1.4rem 0.4rem 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #5c5c5c;
  letter-spacing: 0.07rem;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}
.search__resultsItem--text {
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  color: #5c5c5c;
  text-overflow: ellipsis;
  letter-spacing: 0.14rem;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-line-clamp: 3;
}
.search__resultsItem--tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search__resultsItem--tag {
  padding: 0.4rem 0.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.4rem;
  background-color: #e5e7eb;
  color: #5c5c5c;
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7;
}
.search__resultsItem--tagCert {
  padding: 0.4rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #815fa5;
  color: #fff;
  font-weight: 900;
  font-size: 1.4rem;
}
.search__resultsItem--tagCert.diamond-coat-icon::before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M400.406 53.719H111.594L0 207.172l256.016 251.109L512 207.172 400.406 53.719zM375.656 83.875l-20.594 91.563-72.938-91.563h93.532zM254.969 92.594l79.344 99.578H177.328l77.641-99.578zM227.938 83.875l-71.094 91.188-20.5-91.188h91.594zM113.219 102.734l20.125 89.453H48.188l65.031-89.453zM141.438 218.859l70.422 153.875L54.953 218.859h86.485zM256.016 405.094l-85.219-186.234h170.406l-85.187 186.234zM300.141 372.734l70.422-153.875h86.453l-156.875 153.875zM378.672 192.172l20.109-89.453 65.031 89.453h-85.14z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.search__resultsItem--awardCart {
  background-color: #FF8C2C;
}
.search__resultsItem--awardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
}
.search__resultsItem--tagIcon {
  width: 1.6em;
  height: 1.6em;
  fill: #fff;
}
.search__resultsItem--divider {
  height: 1px;
  margin: 0.8rem 0;
  background-color: #e5e7eb;
}
.search__resultsItem--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search__resultsItem--phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search__resultsItem--phoneIcon {
  width: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.search__resultsItem--phoneNumber {
  color: #FF8C2C;
  text-decoration: none;
  letter-spacing: 0.12rem;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1;
}
.search__resultsItem--phoneNumber:hover {
  text-decoration: underline;
}
.search__resultsItem--info {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search__resultsItem--infoItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fffaf6;
}
.search__resultsItem--infoItem dt {
  width: 12rem;
  padding: 0.8rem 1.2rem;
  letter-spacing: 0.06rem;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.7;
}
.search__resultsItem--infoItem dd {
  margin: 0;
  padding: 0.8rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #5c5c5c;
  letter-spacing: 0.14rem;
  font-size: 1.4rem;
  line-height: 1.7;
}
.search__resultsItem--mapLink {
  padding: 0.4rem 1.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2rem;
  background-color: #9ca3af;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.3;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.search__resultsItem--mapLink svg {
  width: 1.4rem;
  height: 1.4rem;
  fill: #fff;
}
.search__resultsItem--mapLink:hover {
  background-color: #6b7280;
}
.search__resultsItem--website {
  color: #FF8C2C;
  text-decoration: underline;
  word-break: break-all;
  letter-spacing: 0.12rem;
  font-size: 1.2rem;
  line-height: 1.7;
}
.search__resultsItem--website:hover {
  text-decoration: none;
}
.search__resultsItem--snsList {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.search__resultsItem--snsLink {
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.search__resultsItem--snsLink:hover {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.search__resultsItem--snsIcon {
  width: 2.2rem;
  height: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search__resultsItem--snsImg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.search__resultsItem--comment {
  padding-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1.4rem;
  border-radius: 1.4rem;
}
.search__resultsItem--commentHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search__resultsItem--commentIcon {
  width: 2rem;
  height: 2rem;
  color: #FF8C2C;
}
.search__resultsItem--commentTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
}
.search__resultsItem--commentText {
  margin: 0;
  color: #5c5c5c;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
}
.search__resultsItem--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
.search__resultsItem--button-item {
  width: 100%;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #FF8C2C;
  border-radius: 0.8rem;
  font-weight: 700;
}
.search__resultsItem--button-contact {
  background-color: #FF8C2C;
  color: #fff;
}
.search__resultsItem--button-detail {
  background-color: #fff;
  color: #FF8C2C;
}
.search__relatedLinks {
  padding: 6rem 0 8rem;
  background-color: #f5f5f5;
}
.search__relatedLinks--title {
  margin: 0 0 4rem;
  position: relative;
  color: #FF8C2C;
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
}
.search__relatedLinks--title::after {
  content: "";
  width: 6rem;
  height: 3px;
  margin: 1.6rem auto 0;
  display: block;
  background-color: #FF8C2C;
}
.search__relatedLinks--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search__relatedLinks--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.search__relatedLinks--item:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.search__relatedLinks--image {
  width: 16rem;
  height: 16rem;
  margin: 0;
}
.search__relatedLinks--image img {
  width: 100%;
  height: 100%;
}
.search__relatedLinks--text {
  margin: 0;
  color: #5c5c5c;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6;
}

.search__locationPrompt {
  padding: 4rem 2rem;
  border-radius: 1.2rem;
  background: #f9fafb;
  text-align: center;
}
.search__locationPrompt--text {
  margin: 0 0 1.6rem;
  color: #374151;
  font-size: 1.6rem;
  line-height: 1.6;
}
.search__locationPrompt--btn {
  padding: 1.2rem 2.4rem;
  display: inline-block;
  border: none;
  border-radius: 1.2rem;
  background-color: #FF8C2C;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.search__locationPrompt--btn:hover:not(:disabled) {
  opacity: 0.9;
}
.search__locationPrompt--btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.search__locationPrompt--note {
  margin: 1.6rem 0 0;
  color: #6b7280;
  font-size: 1.2rem;
}

.search-detail .search__resultsSection {
  padding-top: 13rem;
}

#js-search-results-wrap.is-loading {
  opacity: 0.6;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .search__resultsItem--phoneNumber {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .search-detail .search__resultsSection {
    padding: 10rem 0 5rem;
  }
  .search__hero {
    padding: 5rem 0 8rem;
  }
  .search__hero--title {
    font-size: 2.8rem;
  }
  .search__prefecture {
    margin-bottom: 2rem;
    gap: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search__prefecture--select {
    min-width: 16rem;
    padding: 1.2rem 4rem 1.2rem 1.6rem;
    font-size: 1.4rem;
  }
  .search__filterBox {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .search__filter--header {
    padding: 1.2rem 1.6rem;
  }
  .search__filter--title {
    font-size: 1.8rem;
  }
  .search__filter--subSection {
    gap: 1.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search__filter--subTitle {
    width: 100%;
    font-size: 1.6rem;
  }
  .search__filter--checkboxList {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .search__filter--checkboxItem {
    padding: 1rem 1.2rem;
    font-size: 1.2rem;
  }
  .search__filter--actions {
    gap: 1.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search__filter--btn {
    width: 100%;
    padding: 1.4rem 2.4rem;
    font-size: 1.6rem;
  }
  .search__filter--btnSecondary {
    min-width: auto;
  }
  .search__map {
    height: 30rem;
  }
  .search__resultsHeader {
    gap: 1.6rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .search__resultsHeader--btn {
    width: 100%;
    padding: 1rem 2.4rem;
  }
  .search__resultsHeader--filterList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search__resultsHeader--filterList li {
    font-size: 1.2rem;
  }
  .search__resultsItem {
    padding: 2rem;
  }
  .search__resultsItem--headerInner {
    gap: 0.8rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .search__resultsItem--awardBadge {
    width: 4.2rem;
    height: 4.2rem;
  }
  .search__resultsItem--title {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 1.6rem;
  }
  .search__resultsItem--awardSmall {
    width: 4.2rem;
    height: 4.2rem;
  }
  .search__resultsItem--content {
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr);
  }
  .search__resultsItem--images {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .search__resultsItem--infoRow {
    gap: 0.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search__resultsItem--infoRow-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5em;
  }
  .search__resultsItem--label {
    width: 100%;
    padding: 0;
  }
  .search__resultsItem--phoneNumber {
    font-size: 2rem;
  }
  .search__resultsItem--infoItem dt {
    width: 8rem;
  }
  .search__relatedLinks {
    padding: 4rem 0 6rem;
  }
  .search__relatedLinks--title {
    font-size: 2.4rem;
  }
  .search__relatedLinks--list {
    gap: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search__relatedLinks--image {
    width: 12rem;
    height: 12rem;
  }
  .search__relatedLinks--text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .search__detail {
    margin-bottom: 8rem;
    padding-top: 9rem;
  }
  .search__detail .c-comment {
    padding-top: 1.8rem !important;
  }
  .search__detail .c-comment__title {
    font-size: 1.6rem;
  }
  .search__detail .c-comment__icon {
    width: 2rem;
  }
  .search__detail .c-comment__title {
    margin-bottom: 0.8rem;
  }
  .search__hero {
    margin-top: 8rem;
    padding: 2.4rem;
  }
  .search__hero--title {
    font-size: 2rem;
  }
  .search__prefecture {
    margin-bottom: 1.6rem;
    gap: 0.8rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search__prefecture--selectWrapper {
    width: 100%;
  }
  .search__prefecture--select {
    width: 100%;
    min-width: auto;
    padding: 1rem 4rem 1rem 1.4rem;
    font-size: 1.4rem;
  }
  .search__filterBox {
    gap: 1.6rem;
  }
  .search__filter--title {
    font-size: 1.6rem;
  }
  .search__filter--checkboxItem {
    padding: 0.8rem 1rem;
    gap: 0.8rem;
    font-size: 1.3rem;
  }
  .search__filter--checkboxItem input[type=checkbox] {
    width: 1.8rem;
    height: 1.8rem;
  }
  .search__map {
    height: 25rem;
  }
  .search__map--marker {
    width: 2rem;
    height: 2rem;
  }
  .search__resultsSection {
    padding: 3rem 0 5rem;
  }
  .search__resultsList {
    gap: 2rem;
  }
  .search__resultsItem {
    padding: 1.6rem;
  }
  .search__resultsItem--title {
    font-size: 1.6rem;
  }
  .search__resultsItem--sliderThumbs {
    gap: 0.8rem;
  }
  .search__resultsItem--phone {
    gap: 0.8rem;
  }
  .search__resultsItem--button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search__resultsItem--phoneIcon {
    width: 2.8rem;
    height: 2.8rem;
  }
  .search__resultsItem--phoneIcon svg {
    width: 1.2rem;
    height: 1.6rem;
  }
  .search__resultsItem--phoneNumber {
    font-size: 1.8rem;
  }
  .search__relatedLinks--list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search__relatedLinks--item {
    width: 100%;
    max-width: 24rem;
  }
}
.p-contact__header {
  margin-bottom: 10rem;
}
.p-contact__header--caution {
  padding: 3.2rem 4.2rem;
  background-color: #faf9f6;
}
.p-contact__header--caution dt {
  margin-bottom: 1.25em;
  color: #FF8C2C;
  font-weight: 700;
  font-size: 1.8rem;
}
.p-contact__header--caution dd {
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-contact__header--caution ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-contact__footer {
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .p-contact__header {
    margin-bottom: 6rem;
  }
  .p-contact__header--caution {
    padding: 2.4rem 2rem;
  }
  .p-contact__header--caution dt {
    font-size: 1.6rem;
  }
  .p-contact__footer {
    margin-top: 3.2rem;
  }
}/*# sourceMappingURL=style.css.map */