@charset "UTF-8";
/*------------------------------

  開発環境の初期化

------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
#anshin-support {
  /*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  /* Reset box-model and set borders */
  /* ============================================ */
  /* Document */
  /* ============================================ */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   * 3. Remove gray overlay on links for iOS.
   */
  /* Sections */
  /* ============================================ */
  /**
   * Remove the margin in all browsers.
   */
  /**
   * Render the `main` element consistently in IE.
   */
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics */
  /* ============================================ */
  /**
   * Remove the gray background on active links in IE 10.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Embedded content */
  /* ============================================ */
  /**
   * Prevent vertical alignment issues.
   */
  /* Forms */
  /* ============================================ */
  /**
   * Reset form fields to make them styleable
   */
  /**
   * Reset radio and checkbox appearance to preserve their look in iOS.
   */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Remove arrow in IE10 & IE11
   */
  /**
   * Remove padding
   */
  /**
   * Reset to invisible
   */
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  /**
   * Clickable labels
   */
  /* Interactive */
  /* ============================================ */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /*
   * Remove outline for editable content.
   */
  /* Table */
  /* ============================================ */
  /* Misc */
  /* ============================================ */
  /**
   * Add the correct display in IE 10+.
   */
  /**
   * Add the correct display in IE 10.
   */
}
#anshin-support *,
#anshin-support ::before,
#anshin-support ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
#anshin-support main {
  display: block;
}
#anshin-support p,
#anshin-support table,
#anshin-support blockquote,
#anshin-support address,
#anshin-support pre,
#anshin-support iframe,
#anshin-support form,
#anshin-support figure,
#anshin-support dl {
  margin: 0;
}
#anshin-support h1,
#anshin-support h2,
#anshin-support h3,
#anshin-support h4,
#anshin-support h5,
#anshin-support h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
#anshin-support ul,
#anshin-support ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#anshin-support dt {
  font-weight: bold;
}
#anshin-support dd {
  margin-left: 0;
}
#anshin-support pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
#anshin-support address {
  font-style: inherit;
}
#anshin-support a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
#anshin-support abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
#anshin-support b,
#anshin-support strong {
  font-weight: bolder;
}
#anshin-support code,
#anshin-support kbd,
#anshin-support samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
#anshin-support small {
  font-size: 80%;
}
#anshin-support sub,
#anshin-support sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#anshin-support sub {
  bottom: -0.25em;
}
#anshin-support sup {
  top: -0.5em;
}
#anshin-support img,
#anshin-support embed,
#anshin-support object,
#anshin-support iframe {
  vertical-align: bottom;
}
#anshin-support button,
#anshin-support input,
#anshin-support optgroup,
#anshin-support select,
#anshin-support textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
#anshin-support [type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}
#anshin-support [type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}
#anshin-support button,
#anshin-support input {
  /* 1 */
  overflow: visible;
}
#anshin-support button,
#anshin-support select {
  /* 1 */
  text-transform: none;
}
#anshin-support button,
#anshin-support [type=button],
#anshin-support [type=reset],
#anshin-support [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
#anshin-support button[disabled],
#anshin-support [type=button][disabled],
#anshin-support [type=reset][disabled],
#anshin-support [type=submit][disabled] {
  cursor: default;
}
#anshin-support button::-moz-focus-inner,
#anshin-support [type=button]::-moz-focus-inner,
#anshin-support [type=reset]::-moz-focus-inner,
#anshin-support [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
#anshin-support button:-moz-focusring,
#anshin-support [type=button]:-moz-focusring,
#anshin-support [type=reset]:-moz-focusring,
#anshin-support [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
#anshin-support select::-ms-expand {
  display: none;
}
#anshin-support option {
  padding: 0;
}
#anshin-support fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
#anshin-support legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
#anshin-support progress {
  vertical-align: baseline;
}
#anshin-support textarea {
  overflow: auto;
}
#anshin-support [type=number]::-webkit-inner-spin-button,
#anshin-support [type=number]::-webkit-outer-spin-button {
  height: auto;
}
#anshin-support [type=search] {
  outline-offset: -2px; /* 1 */
}
#anshin-support [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#anshin-support ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
#anshin-support label[for] {
  cursor: pointer;
}
#anshin-support details {
  display: block;
}
#anshin-support summary {
  display: list-item;
}
#anshin-support [contenteditable] {
  outline: none;
}
#anshin-support table {
  border-collapse: collapse;
  border-spacing: 0;
}
#anshin-support caption {
  text-align: left;
}
#anshin-support td,
#anshin-support th {
  vertical-align: top;
  padding: 0;
}
#anshin-support th {
  text-align: left;
  font-weight: bold;
}
#anshin-support template {
  display: none;
}
#anshin-support [hidden] {
  display: none;
}

#wrap {
  overflow-x: hidden;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .jexer_footer {
    width: 100%;
  }
}
#anshin-support {
  max-width: 750px;
  font-family: "Noto Sans JP", sans-serif;
  color: #1c1c1f;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-inline: auto;
}

#anshin-support a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#anshin-support a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  #anshin-support a:hover {
    opacity: 1;
  }
}

#anshin-support figure {
  width: 100%;
}

#anshin-support img {
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 750px) {
  #anshin-support .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  #anshin-support .is-sp {
    display: none !important;
  }
}

/* -----------------------------------------------
* layout エントリーポイント
-------------------------------------------------- */
#anshin-support .l-container {
  width: 100%;
  padding: 0 clamp(1.25rem, 0.149rem + 4.48vw, 2.25rem);
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
#anshin-support .c-title {
  font-size: clamp(2.375rem, 0.173rem + 8.96vw, 4.375rem);
  font-weight: 800;
  line-height: 1.11;
  text-align: center;
  color: #f50022;
}
#anshin-support .c-title.--black {
  color: #000;
}

#anshin-support .c-text {
  font-size: clamp(0.875rem, 0.187rem + 2.8vw, 1.5rem);
  line-height: 1.5;
}
#anshin-support .c-text.--bold {
  font-weight: 700;
}
#anshin-support .c-text.--center {
  text-align: center;
}
#anshin-support .c-text.--red {
  color: #f50022;
}
#anshin-support .c-text.--blue {
  color: #1c47f2;
}
#anshin-support .c-text.--orange {
  color: #ff680a;
}
#anshin-support .c-text.--black {
  color: #000;
}

#anshin-support .c-cta {
  position: fixed;
  bottom: 16px;
  left: 0;
  width: 100%;
  z-index: 19;
}

#anshin-support .c-cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 0 12.5px;
  max-width: 750px;
  margin-inline: auto;
}

#anshin-support .c-cta__button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 43px;
}
#anshin-support .c-cta__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #EC0000;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
#anshin-support .c-cta__button.--orange a {
  background: #EC0000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
#anshin-support .c-cta__button.--white a {
  background: #fff;
  color: #FF0000;
  font-size: 14px;
  font-weight: 700;
}

#anshin-support .p-kv {
  position: relative;
}
#anshin-support .p-kv__body {
  position: absolute;
  top: clamp(1.438rem, -0.42rem + 7.56vw, 3.125rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
#anshin-support .p-kv__text {
  font-size: clamp(1rem, 0.037rem + 3.92vw, 1.875rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 10px 21.5px;
  background: #fff;
  border-radius: 100px;
  border: solid 1px #1c1c1f;
  margin-bottom: clamp(0.375rem, -0.244rem + 2.52vw, 0.938rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
#anshin-support .p-kv__title {
  font-size: clamp(3rem, 0.798rem + 8.96vw, 5rem);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  color: #f50022;
}
#anshin-support .p-intro {
  background-color: #fff;
  padding: clamp(1.25rem, 0.149rem + 4.48vw, 2.25rem) 0;
}
#anshin-support .p-itnro__title {
  font-size: clamp(1.25rem, 0.149rem + 4.48vw, 2.25rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #f50022;
  margin-bottom: clamp(1.25rem, 0.149rem + 4.48vw, 2.25rem);
}
#anshin-support .p-intro__image {
  padding: 0 6.5px;
}
#anshin-support .p-support__inner {
  padding-right: 0;
  padding-left: 0;
}
#anshin-support .p-support__wrap {
  position: relative;
  padding: clamp(1.25rem, 0.149rem + 4.48vw, 2.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.25rem, 0.149rem + 4.48vw, 2.25rem);
  overflow-x: clip;
}
#anshin-support .p-support__wrap.--pink {
  background: #fef4f5;
  padding-top: clamp(1rem, -0.101rem + 4.48vw, 2rem);
}
#anshin-support .p-support__wrap.--blue {
  background: #f4f6fe;
}
#anshin-support .p-support__wrap.--orange {
  background: #fff1de;
}
#anshin-support .p-support__bg {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
}
#anshin-support .p-support__bg.--pink {
  top: 50px;
}
#anshin-support .p-support__bg.--orange {
  top: max(-21.6284987277vw, -255px);
}
#anshin-support .p-support__bg img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#anshin-support .p-support__title .--fz {
  font-size: clamp(1.25rem, 0.149rem + 4.48vw, 2.25rem);
  font-weight: 700;
  line-height: normal;
  display: block;
  margin-bottom: clamp(0.5rem, 0.087rem + 1.68vw, 0.875rem);
}
#anshin-support .p-support__image {
  position: relative;
  z-index: 1;
}
#anshin-support .p-support__block {
  background: #fff;
  padding: clamp(1.125rem, 0.162rem + 3.92vw, 2rem) clamp(1.25rem, 0.149rem + 4.48vw, 2.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, -0.101rem + 4.48vw, 2rem);
  border-radius: clamp(0.5rem, 0.087rem + 1.68vw, 0.875rem);
  position: relative;
  z-index: 1;
}
#anshin-support .p-support__block__image.--mb {
  margin-bottom: -15px;
}
#anshin-support .p-support__num {
  font-family: "Inter", sans-serif;
  font-size: clamp(2.5rem, 0.023rem + 10.08vw, 4.75rem);
  font-weight: 600;
  text-align: center;
}
#anshin-support .p-support__num .--small {
  display: block;
  font-size: clamp(0.625rem, 0.075rem + 2.24vw, 1.125rem);
  margin-bottom: clamp(0.438rem, 0.093rem + 1.4vw, 0.75rem);
}
#anshin-support .p-support__num.--red {
  color: #f50022;
}
#anshin-support .p-support__num.--blue {
  color: #1c47f2;
}
#anshin-support .p-support__num.--orange {
  color: #ff680a;
  margin-bottom: clamp(0.438rem, 0.093rem + 1.4vw, 0.75rem);
}
#anshin-support .p-support__block__title {
  font-size: clamp(1.8rem, 0.074rem + 7.84vw, 3.75rem);
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}
#anshin-support .p-support__block__title.--red {
  color: #f50022;
}
#anshin-support .p-support__block__title.--blue {
  color: #1c47f2;
}
#anshin-support .p-support__block__title.--orange {
  color: #ff680a;
}
#anshin-support .p-support__feature__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.438rem, 0.13rem + 5.32vw, 2.625rem);
}
#anshin-support .p-support__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-align: left;
  gap: clamp(1.063rem, 0.168rem + 3.64vw, 1.875rem);
}
#anshin-support .p-support__feature:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  display: block;
  width: clamp(1.5rem, 0.124rem + 5.6vw, 2.75rem);
  height: auto;
  aspect-ratio: 1/1;
}
#anshin-support .p-support__feature.--red:before {
  background: url(../img/common/check_red.svg) no-repeat center/contain;
}
#anshin-support .p-support__feature.--blue:before {
  background: url(../img/common/check_blue.svg) no-repeat center/contain;
}
#anshin-support .p-support__feature__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.25rem, 0.112rem + 0.56vw, 0.375rem);
}
#anshin-support .p-support__note {
  font-size: clamp(0.625rem, 0.075rem + 2.24vw, 1.125rem);
  text-align: left;
  line-height: 1.5;
}
#anshin-support .p-support__note.--fz {
  font-size: clamp(0.75rem, 0.062rem + 2.8vw, 1.375rem);
}
#anshin-support .p-support__note.--red {
  color: #f50022;
}
#anshin-support .p-support__note a {
  color: #f50022;
  text-decoration: underline;
}
#anshin-support .p-support__note a:after {
  content: "";
  display: inline-block;
  background: url(../img/common/pdf.svg) no-repeat center/contain;
  width: auto;
  height: clamp(0.625rem, 0.075rem + 2.24vw, 1.125rem);
  aspect-ratio: 8.7/10;
  margin-left: clamp(0.188rem, 0.05rem + 0.56vw, 0.313rem);
  vertical-align: middle;
}
#anshin-support .p-support__text {
  font-size: clamp(1rem, -0.101rem + 4.48vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #ff680a;
}
#anshin-support .p-support__program {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(1rem, -0.101rem + 4.48vw, 2rem) 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, -0.101rem + 4.48vw, 2rem);
}
#anshin-support .p-support__program__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.25rem, 0.112rem + 0.56vw, 0.375rem);
}
#anshin-support .p-special {
  background: #fef4f5;
  padding: clamp(1.25rem, 0.149rem + 4.48vw, 2.25rem) 0;
}
#anshin-support .p-special__catch {
  margin-bottom: clamp(1.25rem, 0.149rem + 4.48vw, 2.25rem);
}
#anshin-support .p-special__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, -0.101rem + 4.48vw, 2rem);
  background: #fff;
  padding: clamp(1.125rem, 0.162rem + 3.92vw, 2rem) clamp(1.25rem, 0.149rem + 4.48vw, 2.25rem);
  border-radius: clamp(0.5rem, 0.087rem + 1.68vw, 0.875rem);
}
#anshin-support .p-special__image.--m {
  margin-top: clamp(1.25rem, 0.149rem + 4.48vw, 2.25rem);
  margin-bottom: -12px;
}
#anshin-support .p-special__title {
  font-size: clamp(2rem, 0.074rem + 7.84vw, 3.75rem);
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  color: #f50022;
}
#anshin-support .p-special__text {
  font-size: clamp(1rem, -0.101rem + 4.48vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
#anshin-support .p-special__flow__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.625rem, 0.075rem + 2.24vw, 1.125rem);
  margin-top: clamp(0.25rem, 0.112rem + 0.56vw, 0.375rem);
}
#anshin-support .p-special__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-align: left;
  gap: clamp(1.063rem, 0.168rem + 3.64vw, 1.875rem);
}
#anshin-support .p-special__flow:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #ffdbdf;
  border-radius: 50%;
  width: clamp(1.5rem, 0.124rem + 5.6vw, 2.75rem);
  height: auto;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, -0.101rem + 4.48vw, 2rem);
  font-weight: 500;
  line-height: 1;
  color: #f50022;
}
#anshin-support .p-special__flow:nth-child(1):before {
  content: "1";
}
#anshin-support .p-special__flow:nth-child(2):before {
  content: "2";
}
#anshin-support .p-special__flow:nth-child(3):before {
  content: "3";
}
#anshin-support .p-special__flow:nth-child(4):before {
  content: "4";
}
#anshin-support .p-special__flow__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.281rem, 0.178rem + 0.42vw, 0.375rem);
}
#anshin-support .p-special__flow__text {
  font-size: clamp(0.75rem, 0.062rem + 2.8vw, 1.375rem);
  line-height: 1.5;
}
#anshin-support .p-special__note {
  font-size: clamp(0.625rem, 0.075rem + 2.24vw, 1.125rem);
  text-align: left;
  line-height: 1.5;
}
#anshin-support .p-visit {
  background: #fef4f5;
  padding: clamp(1.25rem, 0.149rem + 4.48vw, 2.25rem) 0;
}
#anshin-support .p-visit__title {
  margin-bottom: clamp(1.438rem, 0.13rem + 5.32vw, 2.625rem);
}
#anshin-support .p-visit__title .--fz {
  font-size: clamp(1.25rem, 0.149rem + 4.48vw, 2.25rem);
  font-weight: 700;
  line-height: 1.18;
  display: block;
  margin-bottom: clamp(0.5rem, 0.087rem + 1.68vw, 0.875rem);
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
#anshin-support .p-visit__image {
  margin-bottom: clamp(1.438rem, 0.13rem + 5.32vw, 2.625rem);
}
#anshin-support .p-vist__button {
  width: clamp(14rem, -0.173rem + 57.7vw, 26.875rem);
  height: clamp(3rem, 0.11rem + 11.76vw, 5.625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: clamp(6.25rem, 0.746rem + 22.41vw, 11.25rem);
  background-color: #f50022;
  margin-inline: auto;
}
#anshin-support .p-vist__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: clamp(1rem, -0.101rem + 4.48vw, 2rem);
  font-weight: 700;
  color: #fff;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
#anshin-support .p-entry {
  background: #fef4f5;
  padding: clamp(1.25rem, 0.149rem + 4.48vw, 2.25rem) 0;
}
#anshin-support .p-entry__title {
  margin-bottom: clamp(0.75rem, 0.062rem + 2.8vw, 1.375rem);
}
#anshin-support .p-entry__text {
  font-size: clamp(1rem, -0.101rem + 4.48vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #000;
  margin-bottom: clamp(1.25rem, 0.149rem + 4.48vw, 2.25rem);
}
#anshin-support .p-entry__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.25rem, 0.149rem + 4.48vw, 2.25rem);
}
#anshin-support .p-entry__block {
  border-radius: clamp(0.375rem, 0.237rem + 0.56vw, 0.5rem);
  border: solid 1px #f50022;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#anshin-support .p-entry__block.is-open .p-entry__area__toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
#anshin-support .p-entry__area__name {
  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: clamp(1rem, -0.101rem + 4.48vw, 2rem) clamp(1.25rem, 0.149rem + 4.48vw, 2.25rem);
  cursor: pointer;
}
#anshin-support .p-entry__area__toggle {
  display: block;
  width: clamp(1.5rem, 0.124rem + 5.6vw, 2.75rem);
  height: auto;
  background: #ffdbdf;
  border-radius: 50%;
  aspect-ratio: 1/1;
  position: relative;
}
#anshin-support .p-entry__area__toggle::before, #anshin-support .p-entry__area__toggle::after {
  content: "";
  position: absolute;
  width: clamp(0.75rem, 0.062rem + 2.8vw, 1.375rem);
  height: clamp(0.125rem, 0.056rem + 0.28vw, 0.188rem);
  border-radius: clamp(0.063rem, -0.006rem + 0.28vw, 0.125rem);
  background: #f50022;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#anshin-support .p-entry__area__toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
#anshin-support .p-entry__area__toggle.is-open::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
#anshin-support .p-entry__area__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(0.563rem, 0.081rem + 1.96vw, 1rem) 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.75rem, 0.062rem + 2.8vw, 1.375rem) clamp(0.563rem, 0.081rem + 1.96vw, 1rem);
  padding: 7px clamp(1.25rem, 0.149rem + 4.48vw, 2.25rem) clamp(1.25rem, 0.149rem + 4.48vw, 2.25rem);
}
#anshin-support .p-entry__area__list li {
  height: clamp(2.938rem, -0.021rem + 12.04vw, 5.625rem);
}
#anshin-support .p-entry__area__list li a {
  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;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  border: solid 1px #f50022;
  padding: 0 clamp(1.25rem, 0.149rem + 4.48vw, 2.25rem);
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
#anshin-support .p-entry__area__list li a:after {
  content: "";
  display: block;
  background: url("../img/common/link.svg") no-repeat center/contain;
  width: clamp(0.75rem, 0.062rem + 2.8vw, 1.375rem);
  height: auto;
  aspect-ratio: 1/1;
}
#anshin-support .p-online {
  background: #fff76f;
  padding: clamp(1.25rem, 0.149rem + 4.48vw, 2.25rem) 0;
}
#anshin-support .p-online__inner {
  padding-left: clamp(0.938rem, 0.043rem + 3.64vw, 1.75rem);
  padding-right: clamp(0.938rem, 0.043rem + 3.64vw, 1.75rem);
}
#anshin-support .p-online__title {
  margin-bottom: clamp(0.75rem, 0.062rem + 2.8vw, 1.375rem);
}
#anshin-support .p-online__text {
  font-size: clamp(0.75rem, 0.062rem + 2.8vw, 1.375rem);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #000;
  margin-bottom: clamp(0.75rem, 0.062rem + 2.8vw, 1.375rem);
}
#anshin-support .p-online__img {
  margin-bottom: clamp(1.25rem, 0.149rem + 4.48vw, 2.25rem);
}
#anshin-support .p-online__button {
  width: clamp(9.844rem, 0.039rem + 39.92vw, 18.75rem);
  height: clamp(3rem, 0.11rem + 11.76vw, 5.625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: clamp(6.25rem, 0.746rem + 22.41vw, 11.25rem);
  background-color: #000;
  margin-inline: auto;
}
#anshin-support .p-online__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: clamp(0.75rem, 0.062rem + 2.8vw, 1.375rem);
  font-weight: 700;
  color: #fff;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}