@charset 'UTF-8';

/* Reset
-------------------------------------------------- */
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
  }
}
html {
  block-size: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  tab-size: 4;
}
body {
  min-block-size: 100%;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
:where(img, iframe) {
  border: none;
}
:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}
:where(img) {
  image-rendering: -webkit-optimize-contrast;
}
:where(svg) {
  stroke: none;
  fill: currentColor;
}
:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}
:where(h1, h2, h3) {
  line-height: calc(1em + .5rem);
}
ul:where([class]),
ol:where([class]),
nav ul,
nav ol {
  list-style: none;
}
ul:where(:not([class])) {
  margin-left: .875em;
}
ol:where(:not([class])) {
  margin-left: 1.25em;
}
:where(table) {
  border-collapse: collapse;
  border-spacing: 0;
}
:where(sub, sup) {
  font-size: 68.75%;
  line-height: 1.02;
}
:where(sub) {
  vertical-align: baseline;
}
:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}
:where(template) {
  display: none;
}
:where(a) {
  background: transparent;
  text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, .25);
}
:where(a:active, a:hover) {
  outline-width: 0;
}
:where(a img) {
  pointer-events: none;
}
:where(a, area, button, input, label[for], select, textarea, summary, [role='button'], [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}
:where(summary) {
  list-style: none;
}
:where(summary)::-webkit-details-marker {
  display: none;
}
:where(code, kbd, pre, samp) {
  font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
}
:where(pre) {
  display: block;
  overflow: auto;
}
:where(code) {
  overflow-wrap: break-word;
}
:where(pre code) {
  word-break: normal;
}
:where(dialog) {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  width: fit-content;
  height: fit-content;
  padding: 1em;
  background: inherit;
  border: solid;
  color: inherit;
  transform: translate(-50%, -50%);
}
:where(dialog:not([open])) {
  display: none;
}
:where(fieldset) {
  border: none;
}
:where(input, textarea, select, button),
:where(input[type="file"])::-webkit-file-upload-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  vertical-align: bottom;
  appearance: none;
}
:where(textarea) {
  resize: vertical;
  resize: block;
  overflow: auto;
  overflow-anchor: none;
}
:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  cursor: pointer;
}
:where(:disabled, :disabled + label),
:where(input[type="file"]):disabled::-webkit-file-upload-button,
:where(input[type="file"]):disabled::file-selector-button,
:where([disabled], [aria-disabled="true"]) {
  cursor: not-allowed;
}
:where([type="color"])::-webkit-color-swatch-wrapper {
  padding: 0;
}
:where([type="color"])::-webkit-color-swatch {
  border: none;
  border-radius: 0;
}
:where([type="color"])::-moz-color-swatch {
  border: none;
  border-radius: 0;
}
:where([hidden]) {
  display: none;
}
:where([aria-busy="true"]) {
  cursor: progress;
}
:where([aria-controls]) {
  cursor: pointer;
}



/* Foundation
-------------------------------------------------- */
:root {
  --lg-base: 1440 * 100vw;
  --sm-base: 375 * 100vw;

  --color-default   : #2f3e36;
  --color-gray      : #999;
  --color-primary   : #3ea966;
  --color-secondary : #fb7c2d;
  --color-bg01      : #e8f6ec;
  --color-bg02      : #d9e9e1;
  --color-bg03      : #f6fbf8;
  --color-bg04      : #d4eadf;

  --font-sansSerif    : 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'BIZ UDPGothic', Meiryo, 'Segoe UI', 'Helvetica Neue', Helvetica, sans-serif;
  --font-sansSerif-en : 'Roboto', 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;

  --transition          : .25s ease;
  --transition-duration : .25s;
  --hover-opacity       : .6;
}

body {
  width: 100%;
  background: #fff;
  color: var(--color-default);
  font-family: var(--font-sansSerif);
  font-size: calc(16 / var(--sm-base));
  line-height: 1.6;
  font-weight: 500;
  overflow-x: hidden;
}
a {
  color: var(--color-default);
  text-decoration: none;
  text-underline-offset: .275em;
}
a:where(:not([class])) {
  color: var(--color-primary);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  a:where(:not([class])):hover {
    text-decoration: none;
  }
  a img {
    transition: opacity var(--transition);
  }
  a:hover img {
    opacity: var(--hover-opacity);
  }
}
input, textarea, button, select, option, optgroup {
  font-size: min(32px, calc(16 / var(--sm-base)));
}
::selection {
  background-color: var(--color-primary);
  color: #fff;
  text-shadow: none;
}
::placeholder {
  color: var(--color-gray);
  opacity: 1;
}
@media screen and (min-width: 768px), print {
  body {
    font-size: 16px;
    line-height: 1.8;
  }
  input, textarea, button, select, option, optgroup {
    font-size: 16px;
  }
}



/* Utility
-------------------------------------------------- */
.u-tl { text-align: left; }
.u-tc { text-align: center; }
.u-tr { text-align: right; }

.u-vt { vertical-align: top; }
.u-vm { vertical-align: middle; }
.u-vb { vertical-align: bottom; }

.u-fwn { font-weight: 400; }
.u-fwb { font-weight: 700; }

.u-visuallyHidden {
  position: absolute !important;
  z-index: -1 !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

.smsizes\:hidden,
.xs\:hidden {
  display: none;
}
@media screen and (min-width: 360px), print {
  .xs\:hidden {
    display: inline;
  }
  .sm\:hidden {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .smsizes\:hidden,
  .xs\:hidden,
  .sm\:hidden {
    display: inline;
  }
  .lgsizes\:hidden,
  .md\:hidden {
    display: none;
  }
}
@media screen and (min-width: 1024px), print {
  .xs\:hidden,
  .sm\:hidden,
  .md\:hidden {
    display: inline;
  }
  .lg\:hidden {
    display: none;
  }
}
@media screen and (min-width: 1280px), print {
  .xs\:hidden,
  .sm\:hidden,
  .md\:hidden,
  .lg\:hidden {
    display: inline;
  }
  .xl\:hidden {
    display: none;
  }
}



/* Project
-------------------------------------------------- */
.header {
  position: relative;
  padding: calc(8 / var(--sm-base)) calc(15 / var(--sm-base)) calc(8 / var(--sm-base)) calc(20 / var(--sm-base));
  background: #fff;
}

.header {
  display: flex;
  flex-wrap: wrap;     /* 折り返しを有効化 */
  align-items: center;   /* 縦方向中央 */
  justify-content: flex-start; /* 左右両端に配置 */
  gap: 48px;

}

.logo {
  width: calc(198 / var(--sm-base));
}
.logo a {
  display: block;
  font-size: 0;
}
.logo img {
  width: 100%;
}
.mailicon {
  width: 26px;/*calc(26 / var(--sm-base));*/
}
.mailicon a {
  display: block;
  font-size: 0;
}
.mailicon img {
  width: 100%;
}
.nav-trigger {
  position: absolute;
  top: calc(9 / var(--sm-base));
  right: calc(11 / var(--sm-base));
  width: calc(32 / var(--sm-base));
  height: calc(32 / var(--sm-base));
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.nav-trigger span:nth-of-type(-n+3) {
  position: absolute;
  left: calc(4 / var(--sm-base));
  display: inline-block;
  width: calc(24 / var(--sm-base));
  height: calc(2 / var(--sm-base));
  background: var(--color-primary);
  border-radius: 100vmax;
}
.nav-trigger span:nth-of-type(1) {
  top: calc(7 / var(--sm-base));
  transition: transform var(--transition);
}
.nav-trigger span:nth-of-type(2) {
  top: calc(15 / var(--sm-base));
  transition: opacity var(--transition);
}
.nav-trigger span:nth-of-type(3) {
  top: calc(23 / var(--sm-base));
  transition: transform var(--transition);
}
.nav-trigger span:nth-of-type(4) {
  opacity: 0;
  font-size: 0;
}
.nav-trigger.--open span:nth-of-type(1) {
  transform: translateY(calc(8 / var(--sm-base))) rotate(45deg);
}
.nav-trigger.--open span:nth-of-type(2) {
  opacity: 0;
}
.nav-trigger.--open span:nth-of-type(3) {
  transform: translateY(calc(-8 / var(--sm-base))) rotate(-45deg);
}
.nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: calc(10 / var(--sm-base)) calc(20 / var(--sm-base)) calc(40 / var(--sm-base));
  background: #fff;
}
.nav-list li {
  border-bottom: calc(1 / var(--sm-base)) solid #ddd;
}
.nav-list li a {
  display: block;
  padding-block: calc(15 / var(--sm-base));
  color: var(--color-primary);
  font-size: calc(15 / var(--sm-base));
  font-weight: 700;
  text-decoration: none;
}
.nav-request {
  display: block;
  margin-top: calc(40 / var(--sm-base));
  padding: calc(11 / var(--sm-base));
  background: var(--color-secondary);
  border-radius: 100vmax;
  color: #fff;
  font-size: calc(14 / var(--sm-base));
  font-weight: 700;
  text-align: center;
}
.cta-button {
  position: relative;
  display: block;
  padding: calc(26 / var(--sm-base)) calc(20 / var(--sm-base)) calc(14 / var(--sm-base));
  background: var(--color-secondary);
  border: calc(2 / var(--sm-base)) solid #e27029;
  border-radius: calc(10 / var(--sm-base));
  color: #fff;
  font-size: calc(20 / var(--sm-base));
  font-weight: 700;
  line-height: 1;
  text-align: center;
  box-shadow: 0 calc(4 / var(--sm-base)) 0 rgba(143, 143, 143, .2);
}
.cta-button span {
  position: absolute;
  top: calc(-12 / var(--sm-base));
  left: 50%;
  z-index: 2;
  min-width: calc(240 / var(--sm-base));
  padding: calc(5 / var(--sm-base));
  background: #fff;
  border: calc(2 / var(--sm-base)) solid var(--color-secondary);
  border-radius: 100vmax;
  color: var(--color-secondary);
  font-size: calc(14 / var(--sm-base));
  letter-spacing: -.075em;
  transform: translateX(-50%);
}
.cta-button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(22 / var(--sm-base));
  width: calc(10 / var(--sm-base));
  height: calc(10 / var(--sm-base));
  border-top: calc(2 / var(--sm-base)) solid #fff;
  border-right: calc(2 / var(--sm-base)) solid #fff;
  transform: rotate(45deg);
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .nav-list li a,
  .nav-request,
  .cta-button {
    transition: opacity var(--transition);
  }
  .nav-list li a:hover,
  .nav-request:hover,
  .cta-button:hover {
    opacity: var(--hover-opacity);
  }
}
@media screen and (min-width: 768px), print {
  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 20px 22px;
    background: none;
  }
  .logo {
    width: 330px;
  }
  .mailicon img {
	display: none;
	border: 4px solid #F000;
  }
  .nav-trigger {
    top: 24px;
    right: 20px;
    width: 46px;
    height: 46px;
  }
  .nav-trigger span:nth-of-type(-n+3) {
    left: 6px;
    width: 34px;
    height: 3px;
  }
  .nav-trigger span:nth-of-type(1) {
    top: 11px;
  }
  .nav-trigger span:nth-of-type(2) {
    top: 22px;
  }
  .nav-trigger span:nth-of-type(3) {
    top: 33px;
  }
  .nav-trigger.--open span:nth-of-type(1) {
    transform: translateY(11px) rotate(45deg);
  }
  .nav-trigger.--open span:nth-of-type(3) {
    transform: translateY(-11px) rotate(-45deg);
  }
  .nav {
    padding: 20px 20px 60px;
  }
  .nav-list li {
    border-bottom-width: 1px;
  }
  .nav-list li a {
    padding-block: 15px;
    font-size: 20px;
  }
  .nav-request {
    margin-top: 40px;
    padding: 13px;
    font-size: 18px;
  }
  .cta-button {
    padding: 32px 20px;
    border-width: 2px;
    border-radius: 10px;
    font-size: 24px;
    box-shadow: 0 4px 0 rgba(143, 143, 143, .2);
  }
  .cta-button span {
    top: -12px;
    min-width: 240px;
    padding: 5px;
    border-width: 2px;
    font-size: 14px;
  }
  .cta-button::after {
    top: calc(50% - 4px);
    right: 24px;
    width: 10px;
    height: 10px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
}
@media screen and (min-width: 1024px), print {
  .mailicon img{
	display: none;
	border: 4px solid #F000;
  }
  .nav-trigger {
    display: none;
  }
  .nav {
    top: 24px;
    right: 22px;
    left: auto;
    display: flex !important;
    align-items: center;
    width: auto;
    padding: 0;
    background: none;
  }
  .nav-list {
    display: flex;
  }
  .nav-list li {
    border: none;
  }
  .nav-list li:not(:first-child) {
    margin-left: 15px;
  }
  .nav-list li a {
    padding: 5px;
    font-size: 16px;
  }
  .nav-request {
    display: inline-block;
    margin: 0 0 0 35px;
    padding: 12px 22px;
    font-size: 16px;
  }
}

.header {
/*固定ヘッダー用に追加*/
  position: fixed;
  z-index: 1000;
  background: #fcfdfd;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
  width: 100%;
  height: auto;	
}
  /* 本文はヘッダー実寸で押し下げる（JSが --header-h を更新） */
.main{
  padding-top: calc(env(safe-area-inset-top, 0px) + var(--header-h, 56px));
}

.fv {
  position: relative;
  background: linear-gradient(90deg, #e4f3ec, #fff);
  overflow: hidden;
}
.fv::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(0, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  pointer-events: none;
}
.fv-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: calc(30 / var(--sm-base)) calc(15 / var(--sm-base)) calc(65 / var(--sm-base));
  padding: calc(3 / var(--sm-base)) calc(15 / var(--sm-base)) calc(65 / var(--sm-base));
}
.fv-detail {
  display: contents;
}
.fv-copy {
  order: 1;
}
.fv-heading {
  margin-right: -1em;
  font-size: calc(31 / var(--sm-base));
  line-height: 1.4;
  letter-spacing: -.025em;
}
.fv-description {
  margin-top: calc(20 / var(--sm-base));
  font-weight: 400;
  line-height: 1.4;
}
.fv-cta {
  order: 3;
  margin-top: calc(25 / var(--sm-base));
}
.fv-image {
  order: 2;
  width: calc(326 / var(--sm-base));
  margin: calc(15 / var(--sm-base)) auto 0;
}
@media screen and (min-width: 768px), print {
  .fv {
    background: linear-gradient(180deg, #e4f3ec, #fff);
  }
  .fv-inner {
    width: min(100%, 1100px);
    margin-inline: auto;
    padding: 140px 20px 100px;
  }
  .fv-heading {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .fv-description {
    margin-top: 25px;
    font-size: 18px;
    line-height: 1.5;
  }
  .fv-cta {
    width: 480px;
    margin: 40px auto 0;
    padding-inline: 5px;
  }
  .fv-image {
    width: 500px;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 1024px), print {
  .fv-inner {
    flex-direction: row;
    align-items: center;
  }
  .fv-detail {
    display: block;
    flex: 1;
  }
  .fv-cta {
    margin: 40px 0 0;
  }
  .fv-image {
    width: 45.75%;
    margin: 5px -15px 0 0;
  }
}

.reason {
  position: relative;
  z-index: 2;
  background: var(--color-bg01);
}
.reason::before,
.reason::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.reason::before {
  top: calc(-26 / var(--sm-base));
  aspect-ratio: 375/28;
  background: url(../images/bg_reason_01.svg) 0 0 / contain no-repeat;
}
.reason::after {
  top: calc(100% - 1px);
  aspect-ratio: 375/25;
  background: url(../images/bg_reason_02.svg) 0 0 / contain no-repeat;
}
.reason-inner {
  padding: calc(55 / var(--sm-base)) calc(15 / var(--sm-base)) calc(55 / var(--sm-base));
}
.reason-heading span {
  display: block;
  text-align: center;
}
.reason-heading span:nth-of-type(1) {
  font-size: calc(20 / var(--sm-base));
}
.reason-heading span:nth-of-type(2) {
  position: relative;
  padding-block: calc(10 / var(--sm-base));
  color: var(--color-primary);
  font-size: calc(24 / var(--sm-base));
}
.reason-heading span:nth-of-type(2)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(60 / var(--sm-base));
  height: calc(3 / var(--sm-base));
  background: var(--color-primary);
  transform: translateX(-50%);
}
.reason-lead {
  margin-top: calc(15 / var(--sm-base));
  font-size: calc(15 / var(--sm-base));
  line-height: 1.5;
  text-align: center;
}
.reason-list {
  margin-top: calc(-10 / var(--sm-base));
}
.reason-item {
  margin-top: calc(40 / var(--sm-base));
}
.reason-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(160 / var(--sm-base));
  height: auto;
  aspect-ratio: 1;
  margin-inline: auto;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 calc(10 / var(--sm-base)) rgba(60, 152, 72, .1);
}
.reason-image img {
  width: calc(86 / var(--sm-base));
}
.reason-subheading {
  margin-top: calc(15 / var(--sm-base));
  color: var(--color-primary);
  font-size: calc(20 / var(--sm-base));
  line-height: 1.3;
  text-align: center;
}
.reason-description {
  margin-top: calc(15 / var(--sm-base));
  line-height: 1.7;
}
@media screen and (min-width: 768px), print {
  .reason::after {
    top: calc(100% - 3px);
  }
  .reason-inner {
    width: min(100%, 920px);
    margin-inline: auto;
    padding: 85px 20px 80px;
  }
  .reason-heading span:nth-of-type(1) {
    font-size: 24px;
  }
  .reason-heading span:nth-of-type(2) {
    padding-block: 28px 22px;
    font-size: 36px;
  }
  .reason-heading span:nth-of-type(2)::after {
    width: 75px;
    height: 3px;
  }
  .reason-lead {
    margin-top: 15px;
    font-size: 18px;
  }
  .reason-list {
    display: flex;
    flex-wrap: wrap;
    margin: -10px -12px 0;
  }
  .reason-item {
    width: calc(50% - 24px);
    margin: 40px 12px 0;
  }
  .reason-image {
    width: 160px;
  }
  .reason-image img {
    width: 86px;
  }
  .reason-subheading {
    margin: 15px -.5em 0;
    font-size: 24px;
    line-height: 1.5;
  }
  .reason-description {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px), print {
  .reason-item {
    width: calc(33.33334% - 24px);
  }
}

.voice {
  position: relative;
}
.voice::before,
.voice::after {
  content: '';
  position: absolute;
  width: 100%;
  pointer-events: none;
}
.voice::before {
  top: 0;
  left: 0;
  height: calc(375 / var(--sm-base));
  background: url(../images/bg_voice_01_sm.jpg) 0 0 / contain no-repeat;
}
.voice::after {
  right: 0;
  bottom: 0;
  height: calc(320 / var(--sm-base));
  background: url(../images/bg_voice_02_sm.jpg) 0 0 / contain no-repeat;
}
.voice-inner {
  position: relative;
  z-index: 2;
  padding: calc(65 / var(--sm-base)) calc(15 / var(--sm-base)) calc(100 / var(--sm-base));
}
.voice-heading {
  position: relative;
  padding-block: calc(60 / var(--sm-base)) calc(14 / var(--sm-base));
  color: var(--color-primary);
  font-size: calc(24 / var(--sm-base));
  text-align: center;
}
.voice-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(75 / var(--sm-base));
  height: calc(3 / var(--sm-base));
  background: var(--color-primary);
  transform: translateX(-50%);
}
.voice-lead {
  margin-top: calc(15 / var(--sm-base));
  font-size: calc(15 / var(--sm-base));
  text-align: center;
}
.voice-list {
  margin-top: calc(40 / var(--sm-base));
}
.voice-item {
  margin-top: calc(32 / var(--sm-base));
  padding: calc(28 / var(--sm-base)) calc(32 / var(--sm-base)) calc(60 / var(--sm-base));
  background: #f6f9f5;
  border-radius: calc(20 / var(--sm-base));
  box-shadow: 0 calc(3 / var(--sm-base)) calc(8 / var(--sm-base)) rgba(131, 131, 131, .25);
}
.voice-image {
  display: block;
  width: calc(84 / var(--sm-base));
  margin-inline: auto;
  height: auto;
  aspect-ratio: 168 / 168; /* モダン環境向け */
}
.voice-meta {
  width: fit-content;
  margin: calc(14 / var(--sm-base)) auto 0;
  padding: calc(5 / var(--sm-base)) calc(12 / var(--sm-base));
  background: var(--color-primary);
  color: #fff;
  font-size: calc(12 / var(--sm-base));
  line-height: 1;
  letter-spacing: .075em;
  text-align: center;
}
.voice-comment {
  margin-top: calc(15 / var(--sm-base));
  line-height: 1.8;
  letter-spacing: .075em;
}
@media screen and (min-width: 768px), print {
  .voice {
    background: url(../images/bg_voice_01_lg.jpg) 50% 50% / cover no-repeat;
  }
  .voice::before,
  .voice::after {
    content: none;
  }
  .voice-inner {
    width: min(100%, 1090px);
    margin-inline: auto;
    padding: 135px 20px 175px;
  }
  .voice-heading {
    padding-block: 60px 15px;
    font-size: 36px;
  }
  .voice-heading::after {
    width: 75px;
    height: 3px;
  }
  .voice-lead {
    margin-top: 12px;
    font-size: 18px;
  }
  .voice-list {
    display: flex;
    margin: 40px -16px 0;
  }
  .voice-item {
    width: calc(33.33334% - 32px);
    margin: 0 16px;
    padding: 30px 20px 32px;
    border-radius: 20px;
    box-shadow: 0 3px 8px rgba(131, 131, 131, .25);
  }
  .voice-image {
    width: 84px;
  }
  .voice-meta {
    margin: 14px auto 0;
    padding: 5px 12px;
    font-size: 12px;
  }
  .voice-comment {
    max-width: 260px;
    margin: 15px auto 0;
  }
}

.flow {
  position: relative;
  z-index: 2;
  background: var(--color-bg02);
}
.flow::before,
.flow::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.flow::before {
  top: calc(-26 / var(--sm-base));
  aspect-ratio: 375/28;
  background: url(../images/bg_flow_01.svg) 0 0 / contain no-repeat;
}
.flow::after {
  top: calc(100% - 1px);
  aspect-ratio: 375/31;
  background: url(../images/bg_flow_02.svg) 0 0 / contain no-repeat;
}
.flow-inner {
  padding: calc(40 / var(--sm-base)) calc(15 / var(--sm-base)) calc(50 / var(--sm-base));
}
.flow-heading {
  position: relative;
  padding-bottom: calc(14 / var(--sm-base));
  color: var(--color-primary);
  font-size: calc(24 / var(--sm-base));
  text-align: center;
}
.flow-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(75 / var(--sm-base));
  height: calc(3 / var(--sm-base));
  background: var(--color-primary);
  transform: translateX(-50%);
}
.flow-list {
  margin-top: calc(30 / var(--sm-base));
}
.flow-item:not(:first-child) {
  position: relative;
  margin-top: calc(27 / var(--sm-base));
  padding-top: calc(15 / var(--sm-base));
  border-top: calc(1 / var(--sm-base)) dashed var(--color-gray);
}
.flow-item:not(:first-child)::before {
  content: '';
  position: absolute;
  top: calc(-8 / var(--sm-base));
  left: 50%;
  z-index: 2;
  width: calc(35 / var(--sm-base));
  height: calc(18 / var(--sm-base));
  background: var(--color-primary);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}
.flow-image {
  display: block;
  width: calc(200 / var(--sm-base));
  margin-inline: auto;
  height: auto;
  aspect-ratio: 400 / 400; /* モダン環境向け */
}
.flow-description {
  margin-top: calc(15 / var(--sm-base));
  font-size: calc(18 / var(--sm-base));
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .flow-inner {
    width: min(100%, 1280px);
    margin-inline: auto;
    padding: 50px 20px 35px;
  }
  .flow-heading {
    padding-bottom: 15px;
    font-size: 36px;
  }
  .flow-heading::after {
    width: 75px;
    height: 3px;
  }
  .flow-list {
    width: 480px;
    margin: 40px auto 0;
  }
  .flow-item:not(:first-child) {
    position: relative;
    margin-top: 27px;
    padding-top: 27px;
    border-top-width: 1px;
  }
  .flow-item:not(:first-child)::before {
    top: -12px;
    width: 46px;
    height: 25px;
  }
  .flow-image {
    width: min(85%, 200px);
  }
  .flow-description {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px), print {
  .flow-list {
    display: flex;
    width: auto;
    margin-top: 40px;
  }
  .flow-item {
    width: 25%;
    padding: 0 20px 30px;
  }
  .flow-item:not(:first-child) {
    position: relative;
    margin: 0;
    padding: 0 20px 30px;
    border-top: none;
    border-left: 1px dashed var(--color-gray);
  }
  .flow-item:not(:first-child)::before {
    top: 49%;
    left: -11px;
    width: 25px;
    height: 46px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transform: translateY(-50%);
  }
  .flow-description {
    margin-top: 30px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px), print {
  .flow-description {
    margin-top: 45px;
    font-size: 24px;
  }
}

.cta {
  background: url(../images/bg_cta_01_sm.jpg) 50% 50% / cover no-repeat;
}
.cta-inner {
  display: flex;
  flex-direction: column-reverse;
  padding: calc(65 / var(--sm-base)) calc(15 / var(--sm-base)) calc(65 / var(--sm-base));
}
.cta-heading {
  width: fit-content;
  margin: calc(15 / var(--sm-base)) auto calc(26 / var(--sm-base));
  font-size: calc(32 / var(--sm-base));
  font-weight: 700;
  line-height: 1.3;
}
.cta-image {
  width: calc(328 / var(--sm-base));
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .cta-inner {
    width: min(100%, 1100px);
    margin-inline: auto;
    padding: 190px 20px 170px;
  }
  .cta-heading {
    font-size: 52px;
    margin: 15px auto 40px;
    line-height: 1.4;
  }
  .cta-action {
    width: 480px;
    margin-inline: auto;
    padding-inline: 5px;
  }
  .cta-image {
    width: 500px;
    margin: 20px auto 0;
    height: auto;
    aspect-ratio: 460 / 303; /* モダン環境向け */
  }
}
@media screen and (min-width: 1024px), print {
  .cta {
    background-image: url(../images/bg_cta_01_lg.jpg);
  }
  .cta-inner {
    flex-direction: row;
  }
  .cta-detail {
    flex: 1;
    padding-top: 40px;
  }
  .cta-heading {
    margin: 0 0 50px;
  }
  .cta-action {
    margin: 0;
  }
  .cta-image {
    width: 45.75%;
    margin: 0 -15px 0 0;
  }
}

.support {
  position: relative;
  z-index: 2;
  background: var(--color-bg02);
}
.support::before,
.support::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 375/28;
  pointer-events: none;
}
.support::before {
  top: calc(-26 / var(--sm-base));
  background: url(../images/bg_support_01.svg) 0 0 / contain no-repeat;
}
.support::after {
  top: calc(100% - 1px);
  background: url(../images/bg_support_02.svg) 0 0 / contain no-repeat;
}
.support-inner {
  padding: calc(45 / var(--sm-base)) calc(15 / var(--sm-base)) calc(40 / var(--sm-base));
}
.support-heading {
  font-size: calc(22 / var(--sm-base));
  text-align: center;
}
.support-heading > span:nth-of-type(1) {
  display: block;
  margin-bottom: calc(30 / var(--sm-base));
  font-size: calc(20 / var(--sm-base));
}
.support-heading > span:nth-of-type(2) {
  position: relative;
  top: calc(-1 / var(--sm-base));
  margin-left: calc(2 / var(--sm-base));
  padding-bottom: calc(2 / var(--sm-base));
  border-bottom: calc(3 / var(--sm-base)) solid var(--color-primary);
  color: var(--color-primary);
  font-size: calc(26 / var(--sm-base));
}
.support-image {
  display: block;
  width: calc(210 / var(--sm-base));
  margin: calc(45 / var(--sm-base)) auto 0;
  height: auto;
  aspect-ratio: 210 / 177; /* モダン環境向け */
}
.support-description {
  margin-top: calc(40 / var(--sm-base));
  font-size: calc(24 / var(--sm-base));
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.support-description strong {
  display: block;
  color: var(--color-primary);
  font-weight: 700;
}
.support-description strong > span {
  display: block;
  width: fit-content;
  margin-inline: auto;
  background: linear-gradient(180deg, transparent 65%, #fff39b 65%, #fff39b 95%, transparent 95%);
}
.support-description strong > span:nth-of-type(1) {
  padding-inline: .1em;
}
.support-description strong > span:nth-of-type(2) {
  padding-left: .1em;
}
.support-description strong > span:nth-of-type(2) span {
  display: inline-block;
  margin-right: -.375em;
}
@media screen and (min-width: 768px), print {
  .support::after {
    top: calc(100% - 3px);
    aspect-ratio: 375/29;
  }
  .support-inner {
    width: min(100%, 870px);
    margin-inline: auto;
    padding: 45px 20px 40px;
  }
  .support-heading {
    font-size: 32px;
  }
  .support-heading > span:nth-of-type(1) {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .support-heading > span:nth-of-type(2) {
    top: -1px;
    margin-left: 2px;
    padding-bottom: 0;
    border-bottom-width: 3px;
    font-size: 36px;
  }
  .support-heading > span:nth-of-type(2) span {
    display: inline-block;
    margin-right: -.5em;
  }
  .support-contents {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
  }
  .support-image {
    width: 210px;
    margin: 0 40px 0 0;
  }
  .support-description {
    flex: 1;
    margin: 0;
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px), print {
  .support-description strong > span {
    display: inline;
  }
  .support-description strong > span:nth-of-type(1) {
    padding-inline: .1em 0;
  }
  .support-description strong > span:nth-of-type(2) {
    padding-left: 0;
  }
}

.faq {
  background: var(--color-bg03);
}
.faq-inner {
  padding: calc(15 / var(--sm-base)) calc(15 / var(--sm-base)) calc(65 / var(--sm-base));
}
.faq-heading {
  position: relative;
  padding-block: calc(50 / var(--sm-base)) calc(22 / var(--sm-base));
  color: var(--color-primary);
  font-size: calc(24 / var(--sm-base));
  text-align: center;
}
.faq-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(75 / var(--sm-base));
  height: calc(3 / var(--sm-base));
  background: var(--color-primary);
  transform: translateX(-50%);
}
.faq-list {
  margin-top: calc(40 / var(--sm-base));
}
.faq-item {
  margin-top: calc(24 / var(--sm-base));
  background: #fff;
  border-radius: calc(10 / var(--sm-base));
}
.faq-item-head {
  position: relative;
  padding: calc(16 / var(--sm-base));
  font-size: calc(14 / var(--sm-base));
  font-weight: 700;
  cursor: pointer;
}
.faq-item-head::before,
.faq-item-head::after {
  content: '';
  position: absolute;
  top: calc(26 / var(--sm-base));
  right: calc(18 / var(--sm-base));
  width: calc(16 / var(--sm-base));
  height: calc(2 / var(--sm-base));
  background: var(--color-primary);
  pointer-events: none;
}
.faq-item-head::after {
  transform: rotate(90deg);
  transition: opacity var(--transition);
}
.faq-item-head.--show::after {
  opacity: 0;
}
.faq-item-head div {
  position: relative;
  padding-inline: calc(30 / var(--sm-base)) calc(36 / var(--sm-base));
}
.faq-item-head div::before {
  content: 'Q';
  position: absolute;
  top: calc(-2 / var(--sm-base));
  left: 0;
  color: var(--color-primary);
  font-size: calc(18 / var(--sm-base));
  font-family: var(--font-sansSerif-en);
  font-weight: 700;
  pointer-events: none;
}
.faq-item-body {
  display: none;
  margin-inline: calc(16 / var(--sm-base));
  border-top: calc(1 / var(--sm-base)) solid var(--color-gray);
  font-weight: 400;
}
.faq-item-body div {
  position: relative;
  padding: calc(16 / var(--sm-base)) 0 calc(16 / var(--sm-base)) calc(34 / var(--sm-base));
}
.faq-item-body div::before {
  content: 'A.';
  position: absolute;
  top: calc(16 / var(--sm-base));
  left: 0;
  color: var(--color-primary);
  font-size: calc(18 / var(--sm-base));
  font-family: var(--font-sansSerif-en);
  font-weight: 700;
  pointer-events: none;
}
@media screen and (min-width: 768px), print {
  .faq-inner {
    width: min(100%, 880px);
    margin-inline: auto;
    padding: 125px 20px 185px;
  }
  .faq-heading {
    padding-block: 60px 15px;
    font-size: 36px;
  }
  .faq-heading::after {
    width: 75px;
    height: 3px;
  }
  .faq-list {
    margin-top: 40px;
  }
  .faq-item {
    margin-top: 24px;
    border-radius: 10px;
  }
  .faq-item-head {
    padding: 28px 48px;
    font-size: 16px;
  }
  .faq-item-head::before,
  .faq-item-head::after {
    top: 42px;
    right: 48px;
    width: 18px;
    height: 2px;
  }
  .faq-item-head div {
    padding-inline: 40px;
  }
  .faq-item-head div::before {
    top: -3px;
    font-size: 20px;
  }
  .faq-item-body {
    margin-inline: 48px;
    border-top-width: 1px;
  }
  .faq-item-body div {
    padding: 28px 0 28px 40px;
  }
  .faq-item-body div::before {
    top: 26px;
    font-size: 20px;
  }
}

.request {
  position: relative;
  background: var(--color-bg04);
}
.request::before {
  content: '';
  position: absolute;
  top: calc(-26 / var(--sm-base));
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 375/28;
  background: url(../images/bg_request_01.svg) 0 0 / contain no-repeat;
  pointer-events: none;
}
.request-inner {
  padding: calc(32 / var(--sm-base)) calc(15 / var(--sm-base)) 0;
}
.request-heading {
  position: relative;
  padding-bottom: calc(14 / var(--sm-base));
  color: var(--color-primary);
  text-align: center;
}
.request-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(75 / var(--sm-base));
  height: calc(3 / var(--sm-base));
  background: var(--color-primary);
  transform: translateX(-50%);
}
.request-heading span {
  display: block;
  width: calc(118 / var(--sm-base));
  height: calc(47 / var(--sm-base));
  margin: 0 auto calc(-4 / var(--sm-base));
  padding-top: calc(4 / var(--sm-base));
  background: url(../images/bg_request_02.svg) 0 0 / contain no-repeat;
  color: var(--color-default);
  font-size: calc(18 / var(--sm-base));
}
.request-lead {
  margin-top: calc(15 / var(--sm-base));
  line-height: 1.5;
  text-align: center;
}
.form {
  margin-top: calc(40 / var(--sm-base));
}
.form-error-message {
  margin-bottom: calc(40 / var(--sm-base));
  color: #f00;
  font-weight: 700;
  text-align: center;
}
.form-row {
  margin-top: calc(24 / var(--sm-base));
  font-size: calc(14 / var(--sm-base));
  font-weight: 700;
}
.form-head label {
  display: inline-block;
  cursor: pointer;
}
.form-head .required,
.form-head .optional {
  position: relative;
  top: calc(-1 / var(--sm-base));
  margin-left: calc(14 / var(--sm-base));
  padding: calc(3.5 / var(--sm-base)) calc(10 / var(--sm-base)) calc(5 / var(--sm-base));
  border-radius: calc(5 / var(--sm-base));
  color: #fff;
  font-size: calc(12 / var(--sm-base));
  font-weight: 500;
  line-height: 1;
}
.form-head .required {
  background: var(--color-secondary);
}
.form-head .optional {
  background: var(--color-gray);
}
.form-body {
  margin-top: calc(10 / var(--sm-base));
}
.form-body input[type="text"],
.form-body input[type="email"],
.form-body textarea {
  width: 100%;
  padding: calc(9 / var(--sm-base)) calc(15 / var(--sm-base));
  background: #fff;
  border: calc(1 / var(--sm-base)) solid #ddd;
  border-radius: calc(5 / var(--sm-base));
}
.form-body textarea {
  padding: calc(12 / var(--sm-base)) calc(15 / var(--sm-base)) calc(5 / var(--sm-base));
  resize: none;
}
.form-body input[type="text"]::placeholder,
.form-body input[type="email"]::placeholder,
.form-body textarea::placeholder {
  font-size: calc(14 / var(--sm-base));
  letter-spacing: .025em;
}
.form-error {
  margin-top: calc(8 / var(--sm-base));
  color: #f00;
  font-weight: 700;
}
.form-action {
  margin-top: calc(40 / var(--sm-base));
}
.form-button {
  position: relative;
  display: block;
  width: 100%;
  padding: calc(14 / var(--sm-base));
  background: var(--color-secondary);
  border: calc(2 / var(--sm-base)) solid #e27029;
  border-radius: calc(10 / var(--sm-base));
  color: #fff;
  font-size: calc(20 / var(--sm-base));
  font-weight: 700;
  text-align: center;
  box-shadow: 0 calc(4 / var(--sm-base)) 0 rgba(143, 143, 143, .2);
}
.form-button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(22 / var(--sm-base));
  width: calc(10 / var(--sm-base));
  height: calc(10 / var(--sm-base));
  border-top: calc(2 / var(--sm-base)) solid #fff;
  border-right: calc(2 / var(--sm-base)) solid #fff;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .form-button {
    transition: opacity var(--transition);
  }
  .form-button:hover {
    opacity: var(--hover-opacity);
  }
}
.form-action-note {
  margin-top: calc(20 / var(--sm-base));
  color: #555;
  font-size: calc(14 / var(--sm-base));
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .05em;
  text-align: center;
}
.request-info {
  padding: calc(40 / var(--sm-base)) calc(15 / var(--sm-base)) calc(60 / var(--sm-base));
}
.request-info-inner {
  padding: calc(45 / var(--sm-base)) calc(15 / var(--sm-base));
  background: #fff;
  border-radius: calc(40 / var(--sm-base));
}
.request-info-heading {
  color: var(--color-primary);
  font-size: calc(24 / var(--sm-base));
  line-height: 1.3;
  text-align: center;
}
.request-info-list {
  padding: calc(20 / var(--sm-base)) 0 0 calc(24 / var(--sm-base));
  list-style: disc;
}

.form-confirm {
  padding: calc(55 / var(--sm-base)) calc(15 / var(--sm-base)) calc(50 / var(--sm-base));
}
.form-confirm-heading {
  position: relative;
  padding-bottom: calc(20 / var(--sm-base));
  color: var(--color-primary);
  font-size: calc(24 / var(--sm-base));
  font-weight: 700;
  text-align: center;
}
.form-confirm-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(75 / var(--sm-base));
  height: calc(3 / var(--sm-base));
  background: var(--color-primary);
  transform: translateX(-50%);
}
.form-confirm-lead {
  margin-block: calc(15 / var(--sm-base)) calc(50 / var(--sm-base));
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.form-confirm-row:not(:first-of-type) {
  margin-top: calc(16 / var(--sm-base));
  padding-top: calc(16 / var(--sm-base));
  border-top: calc(1 / var(--sm-base)) solid #ddd;
}
.form-confirm-head {
  color: var(--color-primary);
  font-size: calc(16 / var(--sm-base));
  font-weight: 700;
}
.form-confirm-body {
  margin-top: calc(8 / var(--sm-base));
  font-size: calc(16 / var(--sm-base));
  font-weight: 400;
}
.form-confirm-note {
  margin-top: calc(45 / var(--sm-base));
  font-size: calc(16 / var(--sm-base));
  font-weight: 400;
}
.form-confirm-action {
  margin-top: calc(48 / var(--sm-base));
}
.form-confirm-action form:nth-of-type(2) {
  margin-top: calc(20 / var(--sm-base));
}
.form-back-button {
  padding: calc(16 / var(--sm-base));
  background: #A0A0A0;
  border-color: #909090;
  font-size: calc(18 / var(--sm-base));
}
.form-send-button {
  padding: calc(16 / var(--sm-base));
  font-size: calc(18 / var(--sm-base));
}
.form-error-action .form-button {
  padding: calc(16 / var(--sm-base));
  font-size: calc(18 / var(--sm-base));
}

.form-thanks {
  padding: calc(115 / var(--sm-base)) calc(15 / var(--sm-base)) calc(110 / var(--sm-base));
  background: linear-gradient(180deg, #e4f3ec, #fff);
}
.form-thanks-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
}
.form-thanks-heading {
  color: var(--color-primary);
  font-size: calc(24 / var(--sm-base));
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: center;
}
.form-thanks-lead {
  margin-top: calc(40 / var(--sm-base));
  color: var(--color-primary);
  font-size: calc(18 / var(--sm-base));
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .05em;
  text-align: center;
}
.form-thanks-action {
  margin-top: calc(40 / var(--sm-base));
  text-align: center;
}
.form-thanks-action a {
  font-size: calc(18 / var(--sm-base));
  font-weight: 700;
  letter-spacing: .05em;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .form-thanks-action a {
    transition: opacity var(--transition);
  }
  .form-thanks-action a:hover {
    opacity: var(--hover-opacity);
  }
}
@media screen and (min-width: 768px), print {
  .request-inner {
    width: min(100%, 680px);
    margin-inline: auto;
    padding: 40px 20px 0;
  }
  .request-heading {
    padding-bottom: 15px;
    font-size: 36px;
  }
  .request-heading::after {
    width: 75px;
    height: 3px;
  }
  .request-heading span {
    width: 166px;
    height: 66px;
    margin: 0 auto -2px;
    padding-top: 6px;
    font-size: 24px;
  }
  .request-lead {
    margin-top: 14px;
    font-size: 18px;
  }
  .form {
    width: min(100%, 584px);
    margin: 55px auto 0;
  }
  .form-error-message {
    margin-bottom: 20px;
  }
  .form-row {
    margin-top: 40px;
    font-size: 14px;
  }
  .form-head .required,
  .form-head .optional {
    top: -1px;
    margin-left: 14px;
    padding: 4px 10px 5px;
    border-radius: 5px;
    font-size: 12px;
  }
  .form-body {
    margin-top: 8px;
  }
  .form-body input[type="text"],
  .form-body input[type="email"],
  .form-body textarea {
    padding: 7px 15px;
    border-width: 1px;
    border-radius: 5px;
  }
  .form-body textarea {
    height: 45px;
    padding: 7px 15px;
  }
  .form-body input[type="text"]::placeholder,
  .form-body input[type="email"]::placeholder,
  .form-body textarea::placeholder {
    font-size: 14px;
  }
  .form-body textarea::placeholder {
    padding-top: 2px;
  }
  .form-error {
    margin-top: 5px;
  }
  .form-action {
    margin-top: 64px;
  }
  .form-button {
    max-width: 470px;
    margin-inline: auto;
    padding: 22px;
    border-width: 2px;
    border-radius: 10px;
    font-size: 24px;
    box-shadow: 0 4px 0 rgba(143, 143, 143, .2);
  }
  .form-button::after {
    right: 22px;
    width: 10px;
    height: 10px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
  .form-action-note {
    margin-top: 20px;
    font-size: 14px;
  }
  .request-info {
    width: min(100%, 1020px);
    margin-inline: auto;
    padding: 64px 20px 80px;
  }
  .request-info-inner {
    padding: 44px;
    border-radius: 40px;
  }
  .request-info-heading {
    font-size: 36px;
  }
  .request-info-contents {
    width: fit-content;
    margin-inline: auto;
    line-height: 1.6;
  }
  .request-info-list {
    padding: 20px 0 0 20px;
  }

  .form-confirm {
    width: min(100%, 840px);
    margin-inline: auto;
    padding: 205px 20px 105px;
  }
  .form-confirm-heading {
    padding-bottom: 12px;
    font-size: 30px;
  }
  .form-confirm-heading::after {
    width: 75px;
    height: 3px;
  }
  .form-confirm-lead {
    margin-block: 15px 45px;
    font-size: 18px;
  }
  .form-confirm-row {
    display: flex;
  }
  .form-confirm-row:not(:first-of-type) {
    margin-top: 14px;
    padding-top: 14px;
    border-top-width: 1px;
  }
  .form-confirm-head {
    width: 195px;
    font-size: 16px;
  }
  .form-confirm-body {
    flex: 1;
    margin: 0;
    font-size: 16px;
  }
  .form-confirm-note {
    margin-top: 45px;
    font-size: 16px;
    text-align: center;
  }
  .form-confirm-action {
    display: flex;
    justify-content: space-between;
    width: 676px;
    margin: 40px auto 0;
  }
  .form-confirm-action form:nth-of-type(n) {
    width: calc(50% - 24px);
    margin: 0;
  }
  .form-back-button,
  .form-send-button {
    padding: 15px;
    font-size: 16px;
  }
  .form-error-action {
    width: 314px;
    margin-inline: auto;
    padding-top: 40px;
  }
  .form-error-action .form-button {
    padding: 15px;
    font-size: 16px;
  }

  .form-thanks {
    padding: 240px 20px 60px;
  }
  .form-thanks-heading {
    font-size: 58px;
    letter-spacing: .025em;
  }
  .form-thanks-lead {
    margin-top: 50px;
    font-size: 24px;
  }
  .form-thanks-action {
    margin-top: 85px;
  }
  .form-thanks-action a {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px), print {
  .form-confirm-note {
    font-size: 18px;
  }
}

.footer {
  background: var(--color-bg03);
  color: #333;
  font-weight: 400;
}
.footer-inner {
  padding: calc(40 / var(--sm-base)) calc(20 / var(--sm-base)) calc(45 / var(--sm-base));
}
.footer-logo {
  display: block;
  width: 100%;
}
.footer-info p {
  font-size: calc(14 / var(--sm-base));
  line-height: 1.8;
}
.footer-info p:nth-of-type(1) {
  margin-block: calc(30 / var(--sm-base)) calc(8 / var(--sm-base));
}
.footer-privacy {
  margin-top: calc(40 / var(--sm-base));
  font-size: calc(15 / var(--sm-base));
}
.footer-privacy a {
  color: #333;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .footer-privacy a {
    transition: color var(--transition);
  }
  .footer-privacy a:hover {
    color: var(--color-primary);
  }
}
.footer-copyright {
  margin-top: calc(35 / var(--sm-base));
  font-size: calc(12 / var(--sm-base));
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .footer-inner {
    width: min(100%, 1040px);
    margin-inline: auto;
    padding: 70px 20px 8px;
  }
  .footer-row {
    display: flex;
    justify-content: space-between;
  }
  .footer-info {
    flex: 1;
  }
  .footer-logo {
    width: 330px;
  }
  .footer-info p {
    font-size: 16px;
  }
  .footer-info p:nth-of-type(1) {
    margin-block: 8px;
    font-size: 13px;
    line-height: 1.7;
  }
  .footer-privacy {
    margin: 5px 0 0;
    font-size: 13px;
  }
  .footer-copyright {
    margin-top: 5px;
    font-size: 13px;
  }
}