@charset "UTF-8";@import url(//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap);

/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(html) {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%; /* 2 */
}

/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
  font-size: 2em;
  -webkit-margin-after: 0.67em;
          margin-block-end: 0.67em;
  -webkit-margin-before: 0.67em;
          margin-block-start: 0.67em;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 */
:where(hr) {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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

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

/* Tabular data
 * ========================================================================== */
/**
 * 1. Correct table border color in Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-color: currentColor; /* 1 */
  text-indent: 0; /* 2 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
:where(button) {
  text-transform: none;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, input:is([type=button i], [type=reset i], [type=submit i])) {
  -webkit-appearance: button;
}

/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
:where(progress) {
  vertical-align: baseline;
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
:where(select) {
  text-transform: none;
}

/**
 * Remove the margin in Firefox and Safari.
 */
:where(textarea) {
  margin: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where(input[type=search i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
:where(button, input:is([type=button i], [type=color i], [type=reset i], [type=submit i]))::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:where(button, input:is([type=button i], [type=color i], [type=reset i], [type=submit i]))::-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:where(:-moz-ui-invalid) {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

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

html {
  scroll-padding-top: 100px;
}

:where(*) {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where(html) {
  font-size: 62.5%;
}

:where(body) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 1240px;
  min-height: 100vh;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333333;
  background-color: #ffffff;
  font-family: "Noto Serif JP", sans-serif;
}
:where(body).show-modal {
  overflow: hidden;
}

:where(input, textarea, select, button) {
  font-family: inherit;
}
:where(img) {
  border: none;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
}

:where(a) {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

:where(summary) {
  display: block;
  position: relative;
  background: none;
  padding-right: 40px;
  cursor: pointer;
}
:where(summary)::marker, :where(summary)::-webkit-details-marker {
  content: "";
  display: none;
}
:where(summary)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/ic_chevron.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 16px;
  height: 100%;
  padding-inline: 20px;
}

:where(details[open]) summary::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
}
.l-main .l-main__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 1060px;
}

.l-header {
  background: #fff;
  width: 100%;
  height: 60px;
  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;
  position: sticky;
  top: 0;
  z-index: 50;
}
.l-header .l-header__wrapper {
  width: 100%;
  max-width: 1060px;
  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 .l-header__logo {
  min-width: 10rem;
  text-align: center;
}
.l-header .l-header__logo img {
  display: inline;
  height: 30px;
}
.l-header .l-header__menu ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-header .l-header__menu ul > :where(:not([hidden]) ~ :not([hidden])) {
  margin-left: 20px;
}
.l-header .l-header__menu ul .l-header__menu__tel {
  text-align: center;
  line-height: 1.2;
}
.l-header .l-header__menu ul .l-header__menu__tel .l-header__menu__tel1 {
  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;
  font-size: 24px;
  font-weight: 700;
}
.l-header .l-header__menu ul .l-header__menu__tel .l-header__menu__tel1::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-image: url(../images/ic_phone.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.l-header .l-header__menu ul .l-header__menu__tel .l-header__menu__tel2 {
  font-size: 12px;
}
.l-header .l-header__menu ul .l-header__menu__contact {
  line-height: 1.2;
  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;
  font-size: 16px;
  font-weight: 600;
}

.l-footer {
  width: 100%;
  margin-block: 80px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}
.l-footer .l-footer__nav ul {
  list-style: none;
  font-size: 20px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
.l-footer .l-footer__nav ul a {
  text-decoration: underline;
}
.l-footer .l-footer__logo {
  text-align: center;
  margin-block: 60px 30px;
}
.l-footer .l-footer__logo img {
  height: 40px;
}
.l-footer .l-footer__copyright {
  text-align: center;
  color: #767676;
}

.c-btn--contact {
  min-width: 220px;
  min-height: 42px;
  font-weight: bold;
  border-radius: 6px;
  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;
  cursor: pointer;
}

.c-btn--contact {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#9a8c50), color-stop(45%, #938049), color-stop(55%, #7b6b3d), to(#ac9c5b));
  background: linear-gradient(to bottom, #9a8c50, #938049 45%, #7b6b3d 55%, #ac9c5b);
  border: 1px solid #a29255;
}
.c-btn--contact::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background-image: url(../images/ic_mail.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-btn--line {
  position: relative;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #b2b2b2;
  z-index: 100;
  cursor: pointer;
  display: none;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.c-btn--line:hover {
  opacity: 1;
}
.c-btn--line.is-open {
  background: #ffffff;
  padding: 20px;
  cursor: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.c-btn--line.is-open .c-btn--line__toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-right: -12px;
  background: #000000;
  cursor: pointer;
}
.c-btn--line.is-open .c-btn--line__toggle::before {
  content: "";
  width: 50%;
  border-top: 2px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-btn--line.is-open .c-btn--line__toggle::after {
  content: "";
  width: 50%;
  border-top: 2px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.c-btn--line .c-btn--line__toggle {
  width: 50px;
  height: 50px;
  background-image: url(../images/ic_document.svg);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
}
.c-btn--line .c-btn--line__container .p-ind-contact__txt__container {
  margin-bottom: 10px;
  line-height: 1;
}
.c-btn--line .c-btn--line__container .p-ind-contact__txt__container .p-ind-contact__txt1 {
  font-size: 22px;
  font-weight: 700;
}
.c-btn--line .c-btn--line__container .p-ind-contact__txt__container .p-ind-contact__txt1 span {
  color: #7b6b3d;
}
.c-btn--line .c-btn--line__container .p-ind-contact__txt__container .p-ind-contact__txt1 span span {
  font-size: 40px;
}
.c-btn--line .c-btn--line__container .p-ind-contact__txt__container .p-ind-contact__txt2 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
.c-btn--line .c-btn--line__container .p-ind-contact__tel__container {
  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;
  gap: 10px;
}
.c-btn--line .c-btn--line__container .p-ind-contact__tel__container .p-ind-contact__contact {
  width: 100%;
}
.c-btn--line .c-btn--line__container .p-ind-contact__tel__container .p-ind-contact__contact .c-btn--contact {
  width: 100%;
}
.c-btn--line .c-btn--line__container .p-ind-contact__tel__container .p-ind-contact__tel2 {
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
}
.c-btn--line .c-btn--line__container .p-ind-contact__tel__container img {
  width: 72px;
  height: 72px;
}

.p-ind-mv .p-ind-mv__container {
  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;
  height: 636px;
  background: url(../images/ind_mv.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  z-index: 0;
  margin-inline: min(-120px, 50% - 50vw);
  padding-inline: max(120px, 50vw - 50% + 0px);
}
.p-ind-mv .p-ind-mv__container .p-ind-mv__txt2 {
  display: inline-block;
  color: #8a242a;
  font-size: 28px;
  font-weight: 700;
  padding: 5px 30px 5px 20px;
  margin-bottom: 20px;
  background: url(../images/ind_mv_image_02.svg) no-repeat right/cover;
}
.p-ind-mv .p-ind-mv__container .p-ind-mv__ttl {
  font-size: 50px;
  font-weight: 700;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.p-ind-mv .p-ind-mv__container .p-ind-mv__ttl .p-ind-mv__ttl__under {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #a79442));
  background: linear-gradient(transparent 70%, #a79442 70%);
}
.p-ind-mv .p-ind-mv__container .p-ind-mv__ttl .p-ind-mv__ttl__color {
  color: #f5e6aa;
}
.p-ind-mv .p-ind-mv__container .p-ind-mv__ttl strong {
  font-size: 60px;
}
.p-ind-mv .p-ind-mv__container .p-ind-mv__badge {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 200px;
  top: calc(50% + 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  color: #333333;
  background: url(../images/ind_mv_image_01.svg) no-repeat center;
  background-size: contain;
}
.p-ind-mv .p-ind-mv__container .p-ind-mv__badge span {
  font-size: 24px;
}

:is(.p-ind-contact, .p-ind-contact--red) {
  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;
  color: #17284e;
  padding-block: 20px 30px;
  background-image: url(../images/ind_contact_bg.jpg);
  margin-inline: min(-120px, 50% - 50vw);
  padding-inline: max(120px, 50vw - 50% + 0px);
}
:is(.p-ind-contact, .p-ind-contact--red).p-ind-contact--red {
  color: #fff;
  background-color: #8a242a;
  background-blend-mode: color-burn;
}
:is(.p-ind-contact, .p-ind-contact--red).p-ind-contact--red .p-ind-contact__txt__container .p-ind-contact__txt1 span {
  color: #ccba69;
}
:is(.p-ind-contact, .p-ind-contact--red) .p-ind-contact__txt__container .p-ind-contact__txt1 {
  font-size: 42px;
  font-weight: 700;
}
:is(.p-ind-contact, .p-ind-contact--red) .p-ind-contact__txt__container .p-ind-contact__txt1 span {
  color: #7b6b3d;
}
:is(.p-ind-contact, .p-ind-contact--red) .p-ind-contact__txt__container .p-ind-contact__txt1 span span {
  font-size: 60px;
}
:is(.p-ind-contact, .p-ind-contact--red) .p-ind-contact__txt__container .p-ind-contact__txt2 {
  font-size: 26px;
  font-weight: 700;
}
:is(.p-ind-contact, .p-ind-contact--red) .p-ind-contact__tel__container > :where(:not([hidden]) ~ :not([hidden])) {
  margin-top: 10px;
}
:is(.p-ind-contact, .p-ind-contact--red) .p-ind-contact__tel__container .p-ind-contact__tel {
  text-align: center;
  line-height: 1.2;
}
:is(.p-ind-contact, .p-ind-contact--red) .p-ind-contact__tel__container .p-ind-contact__tel .p-ind-contact__tel1 {
  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;
  font-size: 44px;
  font-weight: 700;
}
:is(.p-ind-contact, .p-ind-contact--red) .p-ind-contact__tel__container .p-ind-contact__tel .p-ind-contact__tel2 {
  font-size: 24px;
}
:is(.p-ind-contact, .p-ind-contact--red) .p-ind-contact__tel__container .p-ind-contact__contact {
  line-height: 1.2;
  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;
  font-size: 24px;
  font-weight: 600;
}
:is(.p-ind-contact, .p-ind-contact--red) .p-ind-contact__tel__container .p-ind-contact__contact .c-btn--contact {
  height: 60px;
  width: 340px;
}
:is(.p-ind-contact, .p-ind-contact--red) .p-ind-contact__tel__container .p-ind-contact__contact .c-btn--contact::before {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.p-ind-sec1 {
  background: #8a242a;
  padding-block: 80px;
  margin-inline: min(-120px, 50% - 50vw);
  padding-inline: max(120px, 50vw - 50% + 0px);
}
.p-ind-sec1 .p-ind-sec1__wrapper {
  padding: 80px 60px;
  background: #fff url(../images/ind_sec1_image_01.jpg) no-repeat right center/contain;
}
.p-ind-sec1 .p-ind-sec1__wrapper .p-ind-sec1__ttl {
  font-size: 40px;
  font-weight: 700;
}
.p-ind-sec1 .p-ind-sec1__wrapper ul {
  list-style-type: none;
  margin-top: 30px;
  line-height: 1.5;
}
.p-ind-sec1 .p-ind-sec1__wrapper ul > :where(:not([hidden]) ~ :not([hidden])) {
  margin-top: 16px;
}
.p-ind-sec1 .p-ind-sec1__wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 24px;
  font-weight: 700;
}
.p-ind-sec1 .p-ind-sec1__wrapper ul li::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-image: url(../images/ic_check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-ind-sec3 {
  padding-block: 120px;
  color: #333333;
}
.p-ind-sec3 .p-ind-sec3__ttl {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}
.p-ind-sec3 :is(.p-ind-sec3__wrapper1, .p-ind-sec3__wrapper2) {
  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;
  margin-top: 60px;
}
.p-ind-sec3 :is(.p-ind-sec3__wrapper1, .p-ind-sec3__wrapper2) .p-ind-sec3__content {
  font-size: 24px;
  font-weight: 700;
  background: #fff;
  z-index: 1;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.p-ind-sec3 :is(.p-ind-sec3__wrapper1, .p-ind-sec3__wrapper2) .p-ind-sec3__content span {
  color: #a79442;
}

.p-ind-sec4 {
  background: #f7f7f7;
  margin-inline: min(-120px, 50% - 50vw);
  padding-inline: max(120px, 50vw - 50% + 0px);
}
.p-ind-sec4 .p-ind-sec4__main {
  background: url(../images/ind_sec4_bg.jpg) no-repeat center;
  color: #fff;
  text-align: center;
  padding-block: 120px;
  margin-inline: min(-120px, 50% - 50vw);
  padding-inline: max(120px, 50vw - 50% + 0px);
}
.p-ind-sec4 .p-ind-sec4__main .p-ind-sec4__txt1 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #fff;
}
.p-ind-sec4 .p-ind-sec4__main .p-ind-sec4__txt1::after {
  content: "";
  position: absolute;
  left: calc(50% - 8px);
  top: 100%;
  border: 5px solid transparent;
  border-top: 15px solid #fff;
  z-index: 1;
}
.p-ind-sec4 .p-ind-sec4__main .p-ind-sec4__txt1::before {
  content: "";
  position: absolute;
  left: calc(50% - 8px);
  top: calc(100% - 3px);
  border: 5px solid transparent;
  border-top: 15px solid #651116;
  z-index: 2;
}
.p-ind-sec4 .p-ind-sec4__main .p-ind-sec4__ttl {
  font-size: 50px;
  font-weight: 700;
  margin-block: 20px;
}
.p-ind-sec4 .p-ind-sec4__steps {
  list-style: none;
  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;
  gap: 10px;
  margin-top: -100px;
}
.p-ind-sec4 .p-ind-sec4__steps li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 292px;
  height: 140px;
  font-size: 20px;
  font-weight: 700;
  color: #8a242a;
  background: url(../images/ind_sec4_bg_02.svg) no-repeat center/contain;
  margin: 0 -14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-ind-sec4 .p-ind-sec4__steps li:first-of-type {
  width: 238px;
  background-image: url(../images/ind_sec4_bg_01.svg);
}
.p-ind-sec4 .p-ind-sec4__wrapper {
  padding-block: 100px 120px;
}
.p-ind-sec4 .p-ind-sec4__wrapper > :where(:not([hidden]) ~ :not([hidden])) {
  margin-top: 40px;
}
.p-ind-sec4 .p-ind-sec4__content {
  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;
  gap: 40px;
}
.p-ind-sec4 .p-ind-sec4__content .p-ind-sec4__container {
  width: 100%;
}
.p-ind-sec4 .p-ind-sec4__content .p-ind-sec4__ttl {
  font-size: 36px;
  font-weight: 700;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 16px;
  border-bottom: 1px solid #aca58f;
}
.p-ind-sec4 .p-ind-sec4__content .p-ind-sec4__ttl span {
  width: 32px;
  height: 32px;
  margin-right: 14px;
  background: #aa2f36;
  position: relative;
  overflow: hidden;
}
.p-ind-sec4 .p-ind-sec4__content .p-ind-sec4__ttl span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-top: 45px solid #710c11;
  border-image-source: linear-gradient(90deg, #710c11, #cc585e);
  border-image-slice: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-ind-sec4 .p-ind-sec4__content .p-ind-sec5__desc {
  font-size: 24px;
  font-weight: 700;
  margin-block: 40px;
  margin-block: 20px 0;
}

.p-ind-sec6 {
  padding-block: 120px;
  background-image: url(../images/ind_sec6_bg.jpg);
  margin-inline: min(-120px, 50% - 50vw);
  padding-inline: max(120px, 50vw - 50% + 0px);
}
.p-ind-sec6 .p-ind-sec6__ttl {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}
.p-ind-sec6 .p-ind-sec6__wrapper {
  padding-top: 60px;
}
.p-ind-sec6 .p-ind-sec6__wrapper > :where(:not([hidden]) ~ :not([hidden])) {
  margin-top: 40px;
}
.p-ind-sec6 .p-ind-sec6__content {
  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;
  gap: 30px;
  padding: 20px 20px 20px 60px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.p-ind-sec6 .p-ind-sec6__content::before {
  content: "";
  position: absolute;
  top: -35px;
  left: -35px;
  width: 70px;
  border-top: 70px solid #a79442;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-ind-sec6 .p-ind-sec6__content .p-ind-sec6__container {
  width: 100%;
}
.p-ind-sec6 .p-ind-sec6__content .p-ind-sec6__ttl {
  font-size: 40px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8e8e8;
}
.p-ind-sec6 .p-ind-sec6__content .p-ind-sec6__ttl span {
  font-size: 20px;
}
.p-ind-sec6 .p-ind-sec6__content .p-ind-sec6__desc {
  font-size: 20px;
  margin-block: 20px;
}

.p-ind-sec7 {
  padding-block: 70px 120px;
  background-image: url(../images/ind_sec7_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  margin-inline: min(-120px, 50% - 50vw);
  padding-inline: max(120px, 50vw - 50% + 0px);
}
.p-ind-sec7 .p-ind-sec7__wrapper {
  padding: 60px;
  background: #fff;
}
.p-ind-sec7 .p-ind-sec7__txt1 {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
  bottom: -25px;
  background: #7b6b3d;
  color: #fff;
}
.p-ind-sec7 .p-ind-sec7__txt1::before {
  content: "";
  position: absolute;
  left: calc(50% - 8px);
  top: calc(100% - 3px);
  border: 5px solid transparent;
  border-top: 15px solid #7b6b3d;
  z-index: 2;
}
.p-ind-sec7 .p-ind-sec7__ttl {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.p-ind-sec7 .p-ind-sec7__summary {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.p-ind-sec7 .p-ind-sec7__graph {
  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;
  gap: 60px;
}
.p-ind-sec7 .p-ind-sec7__container {
  display: inline-block;
}
.p-ind-sec7 .p-ind-sec7__desc {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  margin-block: 40px 20px;
  text-align: left;
}
.p-ind-sec7 .p-ind-sec7__desc span {
  font-size: 44px;
  line-height: 1.5;
  color: #8a242a;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, rgba(252, 238, 186, 0.75)));
  background: linear-gradient(transparent 10%, rgba(252, 238, 186, 0.75) 10%);
}
.p-ind-sec7 .p-ind-sec7__desc span small {
  font-size: 24px;
}
.p-ind-sec7 .p-ind-sec7__note {
  font-size: 16px;
  text-align: left;
  margin-top: 20px;
  margin-left: -50%;
}

.p-ind-sec8 {
  padding-block: 120px;
  color: #333333;
}
.p-ind-sec8 .p-ind-sec8__ttl {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}
.p-ind-sec8 .p-ind-sec8__content {
  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;
  padding-block: 40px;
  border-top: 1px solid #e8e8e8;
}
.p-ind-sec8 .p-ind-sec8__content:last-of-type {
  border-bottom: 1px solid #e8e8e8;
}
.p-ind-sec8 .p-ind-sec8__content .p-ind-sec8__content__person {
  min-width: 210px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.p-ind-sec8 .p-ind-sec8__content .p-ind-sec8__content__person img {
  width: 80px;
  margin-bottom: 20px;
}
.p-ind-sec8 .p-ind-sec8__content .p-ind-sec8__content__person img + div {
  white-space: nowrap;
}
.p-ind-sec8 .p-ind-sec8__content .p-ind-sec8__content__ttl {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-ind-sec8 .p-ind-sec8__content .p-ind-sec8__content__ttl span {
  display: inline-block;
  width: 40px;
  height: 26px;
  margin-right: 10px;
  background: #a79442;
  overflow: hidden;
}
.p-ind-sec8 .p-ind-sec8__content .p-ind-sec8__content__ttl span::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-top: 35px solid #fff;
  -webkit-transform: translateX(22px) rotate(30deg);
          transform: translateX(22px) rotate(30deg);
}
.p-ind-sec8 .p-ind-sec8__content .p-ind-sec8__content__desc {
  font-size: 20px;
}

.p-ind-sec9 {
  padding-block: 120px;
  color: #333333;
  background: #f7f6f5;
  margin-inline: min(-120px, 50% - 50vw);
  padding-inline: max(120px, 50vw - 50% + 0px);
}
.p-ind-sec9 .p-ind-sec9__ttl {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
.p-ind-sec9 .p-ind-sec9__content .p-ind-sec9__faq {
  padding-block: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.p-ind-sec9 .p-ind-sec9__content .p-ind-sec9__faq > :where(:not([hidden]) ~ :not([hidden])) {
  margin-top: 20px;
}
.p-ind-sec9 .p-ind-sec9__content .p-ind-sec9__faq .p-ind-sec9__q {
  font-size: 26px;
  font-weight: 700;
  color: #7b6b3d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-ind-sec9 .p-ind-sec9__content .p-ind-sec9__faq .p-ind-sec9__q span:first-of-type {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  font-size: 18px;
  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;
  background: #7b6b3d;
  color: #fff;
}
.p-ind-sec9 .p-ind-sec9__content .p-ind-sec9__faq .p-ind-sec9__q span:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-ind-sec9 .p-ind-sec9__content .p-ind-sec9__faq .p-ind-sec9__a {
  font-size: 18px;
  margin-left: 60px;
}

.p-ind-footer__line {
  position: sticky;
  bottom: 0;
  height: 80px;
  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-top: 1px solid #b2b2b2;
  background: #fff;
  z-index: 10;
}
.p-ind-footer__line .c-btn--contact {
  width: 240px;
  height: 46px;
  font-size: 18px;
}
.p-ind-footer__line .c-btn--contact::before {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.p-ind-form {
  padding-block: 120px;
  scroll-margin-top: -120px;
  background: #8a242a;
  margin-inline: min(-120px, 50% - 50vw);
  padding-inline: max(120px, 50vw - 50% + 0px);
}
.p-ind-form .p-ind-form__ttl {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}
.p-ind-form .p-ind-form__wrapper {
  padding: 60px 100px;
  background: #fff;
}
.p-ind-form .p-ind-form__smf .smf-form > :where(:not([hidden]) ~ :not([hidden])) {
  margin-top: 20px;
}
.p-ind-form .p-ind-form__smf .smf-form .smf-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-ind-form .p-ind-form__smf .smf-form .smf-item .smf-item__col--label {
  width: 220px;
  font-size: 20px;
}
.p-ind-form .p-ind-form__smf .smf-form .smf-item .smf-item__col--label .smf-item__label__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-ind-form .p-ind-form__smf .smf-form .smf-item .smf-item__col--label .smf-item__label__text::before {
  content: "必須";
  min-width: 32px;
  padding: 6px 8px;
  margin-right: 10px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background: #7b6b3d;
}
.p-ind-form .p-ind-form__smf .smf-form .smf-item.smf-item__optional .smf-item__col--label .smf-item__label__text::before {
  content: "任意";
  background: #7e7e7e;
}
.p-ind-form .p-ind-form__smf .smf-form .smf-item .smf-item__col--controls {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.p-ind-form .p-ind-form__smf .smf-form .smf-item .smf-item__col--controls ::-webkit-input-placeholder {
  color: #b2b2b2;
}
.p-ind-form .p-ind-form__smf .smf-form .smf-item .smf-item__col--controls ::-moz-placeholder {
  color: #b2b2b2;
}
.p-ind-form .p-ind-form__smf .smf-form .smf-item .smf-item__col--controls :-ms-input-placeholder {
  color: #b2b2b2;
}
.p-ind-form .p-ind-form__smf .smf-form .smf-item .smf-item__col--controls ::-ms-input-placeholder {
  color: #b2b2b2;
}
.p-ind-form .p-ind-form__smf .smf-form .smf-item .smf-item__col--controls ::placeholder {
  color: #b2b2b2;
}
.p-ind-form .p-ind-form__smf .smf-form .smf-item .smf-item__col--controls .smf-text-control__control {
  width: 100%;
  font-size: 20px;
  padding: 10px 20px;
  background: #f7f6f5;
  border: none;
  border-radius: 4px;
}
.p-ind-form .p-ind-form__smf .smf-form .smf-item .smf-item__col--controls .smf-error-messages {
  margin-top: 10px;
}
.p-ind-form .p-ind-form__smf .smf-form .smf-item.smf-item--terms {
  margin-block: 40px;
}
.p-ind-form .p-ind-form__smf .smf-form .smf-item.smf-item--terms .smf-item__controls {
  height: 240px;
  padding: 20px 30px;
  border: 1px solid #b4b4b4;
  overflow-y: auto;
}
.p-ind-form .p-ind-form__smf .smf-form .smf-item.smf-item--terms .smf-item__controls > :where(:not([hidden]) ~ :not([hidden])) {
  margin-top: 1em;
}
.p-ind-form .p-ind-form__smf .smf-form .smf-item.smf-item--terms .smf-item__controls .wp-block-heading {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.p-ind-form .p-ind-form__smf .smf-form .smf-item.smf-item--check {
  margin-block: 40px;
}
.p-ind-form .p-ind-form__smf .smf-form .smf-item.smf-item--check .smf-item__controls {
  text-align: center;
}
.p-ind-form .p-ind-form__smf .smf-form .smf-item.smf-item--check .smf-item__controls a {
  color: #0000ee;
  text-decoration: underline;
  margin-bottom: 10px;
}
.p-ind-form .p-ind-form__smf .smf-form .smf-item.smf-item--check .smf-error-messages {
  text-align: center;
  margin: 0;
}
.p-ind-form .p-ind-form__smf .smf-form .smf-complete-content {
  font-size: 20px;
}
.p-ind-form .p-ind-form__smf .smf-action {
  text-align: center;
}
.p-ind-form .p-ind-form__smf .smf-action .smf-button-control {
  margin-top: 40px;
}
.p-ind-form .p-ind-form__smf .smf-action .smf-button-control__control {
  min-width: 244px;
  min-height: 52px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  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;
  cursor: pointer;
  color: #fff;
  background: #7b6b3d;
}

.u-dn {
  display: none !important;
}

.u-disabled, :disabled {
  pointer-events: none !important;
  cursor: initial;
  opacity: 0.5;
}

.u-hidden {
  display: none !important;
}

.u-pen {
  pointer-events: none;
}

.u-nl2br {
  white-space: pre-line;
  overflow-wrap: break-word;
}

.u-underline {
  text-decoration-line: underline;
  text-underline-position: under;
}

.u-marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, rgba(252, 238, 186, 0.75)));
  background: linear-gradient(transparent 10%, rgba(252, 238, 186, 0.75) 10%);
}

.u-external::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  background-repeat: no-repeat;
  background-position: center;
}

.u-dot {
  background-image: radial-gradient(circle at center, #18284e 15%, transparent 15%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.3em;
}

@media screen and (max-width: 767px){
  :where(body) {
    min-width: initial;
  }
  .l-main .l-main__inner {
    max-width: 100%;
  }
  .l-header {
    padding-inline: 20px 10px;
  }
  .l-header .l-header__wrapper {
    max-width: 375px;
  }
  .l-header .l-header__logo img {
    height: 23px;
  }
  .l-header .l-header__menu ul .l-header__menu__tel .l-header__menu__tel1 {
    font-size: 20px;
  }
  .l-header .l-header__menu ul .l-header__menu__tel .l-header__menu__tel2 {
    font-size: 10px;
  }
  .l-footer {
    max-width: 335px;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    margin: 40px auto;
  }
  .l-footer .l-footer__nav ul {
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .l-footer .l-footer__logo {
    margin-block: 60px 20px;
  }
  .l-footer .l-footer__logo img {
    height: 30px;
  }
  .l-footer .l-footer__copyright {
    font-size: 14px;
  }
  .p-ind-mv .p-ind-mv__container {
    height: 480px;
    background: url(../images/ind_mv-sp.jpg) no-repeat center;
    background-size: 100vw;
    padding-bottom: 80px;
  }
  .p-ind-mv .p-ind-mv__container .p-ind-mv__txt2 {
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: -30px;
  }
  .p-ind-mv .p-ind-mv__container .p-ind-mv__ttl {
    font-size: 25px;
  }
  .p-ind-mv .p-ind-mv__container .p-ind-mv__ttl strong {
    font-size: 30px;
  }
  .p-ind-mv .p-ind-mv__container .p-ind-mv__badge {
    width: 110px;
    height: 110px;
    right: 20%;
    top: calc(60% + 50px);
    font-size: 16px;
  }
  .p-ind-mv .p-ind-mv__container .p-ind-mv__badge span {
    font-size: 15px;
  }
  :is(.p-ind-contact, .p-ind-contact--red) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  :is(.p-ind-contact, .p-ind-contact--red) .p-ind-contact__txt__container .p-ind-contact__txt1 {
    font-size: 24px;
  }
  :is(.p-ind-contact, .p-ind-contact--red) .p-ind-contact__txt__container .p-ind-contact__txt1 span span {
    font-size: 32px;
  }
  :is(.p-ind-contact, .p-ind-contact--red) .p-ind-contact__txt__container .p-ind-contact__txt2 {
    font-size: 14px;
  }
  :is(.p-ind-contact, .p-ind-contact--red) .p-ind-contact__tel__container {
    margin-top: 20px;
  }
  :is(.p-ind-contact, .p-ind-contact--red) .p-ind-contact__tel__container .p-ind-contact__tel .p-ind-contact__tel1 {
    font-size: 36px;
  }
  :is(.p-ind-contact, .p-ind-contact--red) .p-ind-contact__tel__container .p-ind-contact__tel .p-ind-contact__tel2 {
    font-size: 20px;
  }
  :is(.p-ind-contact, .p-ind-contact--red) .p-ind-contact__tel__container .p-ind-contact__contact {
    font-size: 20px;
  }
  :is(.p-ind-contact, .p-ind-contact--red) .p-ind-contact__tel__container .p-ind-contact__contact .c-btn--contact {
    width: 300px;
  }
  .p-ind-sec1 {
    padding-block: 60px;
  }
  .p-ind-sec1 .p-ind-sec1__wrapper {
    padding: 30px 20px;
    background-position: top;
  }
  .p-ind-sec1 .p-ind-sec1__wrapper .p-ind-sec1__ttl {
    font-size: 26px;
  }
  .p-ind-sec1 .p-ind-sec1__wrapper ul {
    background: #fff;
    padding-inline: 20px;
    margin-inline: -20px;
    padding-top: 20px;
    margin-top: 10px;
  }
  .p-ind-sec1 .p-ind-sec1__wrapper ul li {
    font-size: 18px;
  }
  .p-ind-sec1 .p-ind-sec1__wrapper ul li::before {
    min-width: 14px;
    max-width: 14px;
    height: 14px;
  }
  .p-ind-sec3 {
    padding-block: 60px;
  }
  .p-ind-sec3 .p-ind-sec3__ttl {
    font-size: 32px;
  }
  .p-ind-sec3 :is(.p-ind-sec3__wrapper1, .p-ind-sec3__wrapper2) .p-ind-sec3__content {
    font-size: 16px;
    padding: 20px;
    margin-top: -20px;
  }
  .p-ind-sec3 .p-ind-sec3__wrapper1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .p-ind-sec3 .p-ind-sec3__wrapper1 .p-ind-sec3__img1 {
    width: 100vw;
    padding-right: calc(50vw - 50%);
  }
  .p-ind-sec3 .p-ind-sec3__wrapper1 .p-ind-sec3__content {
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    word-break: auto-phrase;
  }
  .p-ind-sec3 .p-ind-sec3__wrapper2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 30px;
  }
  .p-ind-sec3 .p-ind-sec3__wrapper2 .p-ind-sec3__img2 {
    width: 100vw;
    padding-left: calc(50vw - 50%);
    margin-top: 20px;
  }
  .p-ind-sec3 .p-ind-sec3__wrapper2 .p-ind-sec3__content {
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50% + 20px);
    word-break: auto-phrase;
  }
  .p-ind-sec4 .p-ind-sec4__main {
    padding-block: 60px 200px;
  }
  .p-ind-sec4 .p-ind-sec4__main .p-ind-sec4__txt1 {
    font-size: 16px;
  }
  .p-ind-sec4 .p-ind-sec4__main .p-ind-sec4__ttl {
    font-size: 32px;
  }
  .p-ind-sec4 .p-ind-sec4__steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    margin-block: -200px 20px;
  }
  .p-ind-sec4 .p-ind-sec4__steps li {
    font-size: 16px;
    width: 295px;
    height: 90px;
    background-image: url(../images/ind_sec4_bg_02-sp.svg);
    background-position: bottom;
    margin: -8px 0;
    padding-top: 5px;
  }
  .p-ind-sec4 .p-ind-sec4__steps li:first-of-type {
    width: 295px;
    background-image: url(../images/ind_sec4_bg_01-sp.svg);
    padding-top: 10px;
  }
  .p-ind-sec4 .p-ind-sec4__wrapper {
    padding-block: 40px 60px;
  }
  .p-ind-sec4 .p-ind-sec4__wrapper > :where(:not([hidden]) ~ :not([hidden])) {
    margin-top: 20px;
  }
  .p-ind-sec4 .p-ind-sec4__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
  .p-ind-sec4 .p-ind-sec4__content img {
    width: 100%;
  }
  .p-ind-sec4 .p-ind-sec4__content .p-ind-sec4__ttl {
    font-size: 22px;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
  .p-ind-sec4 .p-ind-sec4__content .p-ind-sec4__ttl span {
    font-size: 18px;
  }
  .p-ind-sec4 .p-ind-sec4__content .p-ind-sec5__desc {
    font-size: 20px;
  }
  .p-ind-sec6 {
    padding-block: 60px;
  }
  .p-ind-sec6 .p-ind-sec6__ttl {
    font-size: 32px;
  }
  .p-ind-sec6 .p-ind-sec6__wrapper {
    padding-top: 30px;
  }
  .p-ind-sec6 .p-ind-sec6__content {
    padding: 20px;
  }
  .p-ind-sec6 .p-ind-sec6__content::before {
    width: 55px;
  }
  .p-ind-sec6 .p-ind-sec6__content .p-ind-sec6__thum {
    position: absolute;
    height: 100px;
    top: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-ind-sec6 .p-ind-sec6__content .p-ind-sec6__ttl {
    height: 80px;
    font-size: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
  .p-ind-sec6 .p-ind-sec6__content .p-ind-sec6__ttl span {
    font-size: 12px;
  }
  .p-ind-sec6 .p-ind-sec6__content .p-ind-sec6__desc {
    font-size: 16px;
  }
  .p-ind-sec7 {
    padding-block: 35px 60px;
  }
  .p-ind-sec7 .p-ind-sec7__wrapper {
    padding: 50px 20px 30px;
  }
  .p-ind-sec7 .p-ind-sec7__txt1 {
    font-size: 16px;
  }
  .p-ind-sec7 .p-ind-sec7__ttl {
    font-size: 32px;
  }
  .p-ind-sec7 .p-ind-sec7__summary {
    font-size: 14px;
  }
  .p-ind-sec7 .p-ind-sec7__graph {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-ind-sec7 .p-ind-sec7__desc {
    font-size: 18px;
  }
  .p-ind-sec7 .p-ind-sec7__desc span {
    font-size: 24px;
  }
  .p-ind-sec7 .p-ind-sec7__desc span small {
    font-size: 18px;
  }
  .p-ind-sec7 .p-ind-sec7__note {
    font-size: 14px;
    margin-left: 0;
  }
  .p-ind-sec8 {
    padding-block: 60px;
  }
  .p-ind-sec8 .p-ind-sec8__ttl {
    font-size: 32px;
  }
  .p-ind-sec8 .p-ind-sec8__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-ind-sec8 .p-ind-sec8__content .p-ind-sec8__content__person {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
  }
  .p-ind-sec8 .p-ind-sec8__content .p-ind-sec8__content__person img {
    width: 40px;
    margin-bottom: 10px;
  }
  .p-ind-sec8 .p-ind-sec8__content .p-ind-sec8__content__ttl {
    font-size: 18px;
    text-align: left;
  }
  .p-ind-sec8 .p-ind-sec8__content .p-ind-sec8__content__ttl span {
    width: 30px;
    height: 20px;
  }
  .p-ind-sec8 .p-ind-sec8__content .p-ind-sec8__content__ttl span::after {
    -webkit-transform: translateX(10px) rotate(30deg);
            transform: translateX(10px) rotate(30deg);
  }
  .p-ind-sec8 .p-ind-sec8__content .p-ind-sec8__content__desc {
    font-size: 18px;
  }
  .p-ind-sec9 {
    padding-block: 60px;
  }
  .p-ind-sec9 .p-ind-sec9__ttl {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .p-ind-sec9 .p-ind-sec9__content .p-ind-sec9__faq .p-ind-sec9__q {
    font-size: 20px;
  }
  .p-ind-sec9 .p-ind-sec9__content .p-ind-sec9__faq .p-ind-sec9__q span:first-of-type {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    font-size: 14px;
  }
  .p-ind-sec9 .p-ind-sec9__content .p-ind-sec9__faq .p-ind-sec9__a {
    margin-left: 40px;
  }
  .p-ind-sec9 .p-ind-sec9__content .p-ind-sec9__faq .p-ind-sec9__a {
    font-size: 16px;
  }
  .p-ind-form {
    padding-block: 60px;
  }
  .p-ind-form .p-ind-form__ttl {
    font-size: 32px;
  }
  .p-ind-form .p-ind-form__wrapper {
    padding: 40px 20px;
  }
  .p-ind-form .p-ind-form__smf .smf-form .smf-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
  .p-ind-form .p-ind-form__smf .smf-form .smf-item .smf-item__col--label {
    font-size: 16px;
  }
  .p-ind-form .p-ind-form__smf .smf-form .smf-item .smf-item__col--label .smf-item__label__text::before {
    min-width: 24px;
    font-size: 12px;
  }
  .p-ind-form .p-ind-form__smf .smf-form .smf-item.smf-item--terms {
    margin-block: 40px 20px;
  }
  .p-ind-form .p-ind-form__smf .smf-form .smf-item.smf-item--terms .smf-item__controls {
    font-size: 14px;
    padding: 20px 12px;
  }
  .p-ind-form .p-ind-form__smf .smf-form .smf-item.smf-item--terms .smf-item__controls .wp-block-heading {
    font-size: 16px;
  }
  .p-ind-form .p-ind-form__smf .smf-form .smf-item.smf-item--check {
    margin-block: 20px;
  }
  .p-ind-form .p-ind-form__smf .smf-form .smf-item.smf-item--check .smf-item__controls {
    font-size: 14px;
  }
  .p-ind-form .p-ind-form__smf .smf-form .smf-item.smf-item--check .smf-error-messages {
    font-size: 14px;
  }
  .p-ind-form .p-ind-form__smf .smf-form .smf-complete-content {
    font-size: 16px;
  }
  .u-dn-sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px){
  :where(a) {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  :where(a):hover {
    opacity: 0.65;
  }
  :is(.p-ind-contact, .p-ind-contact--red) {
    height: 200px;
  }
  :is(.p-ind-contact, .p-ind-contact--red) .p-ind-contact__tel__container {
    margin-right: 60px;
  }
  .p-ind-sec3 :is(.p-ind-sec3__wrapper1, .p-ind-sec3__wrapper2) .p-ind-sec3__content {
    padding: 50px 68px;
    margin-inline: -80px;
  }
  .p-ind-sec3 .p-ind-sec3__wrapper1 {
    margin-left: -120px;
  }
  .p-ind-sec3 .p-ind-sec3__wrapper2 {
    margin-right: -120px;
  }
  .u-dn-pc {
    display: none !important;
  }
}

@media screen and (max-width: 575px){
  .l-main .l-main__inner {
    max-width: 335px;
  }
  .c-btn--contact {
    height: 50px;
  }
}