@charset "UTF-8";

*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  font-size: inherit;
}

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

figure {
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  vertical-align: bottom;
}

ul,
ol,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

li,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  cursor: pointer;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

[role=button] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

@media all and (min-width: 768px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

/*
  ----------------
  Base styles
  ----------------
*/

body {
  font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック, Yu Gothic, 游ゴシック体, YuGothic, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  background: #fdd23d;
  padding: 0 min(11.7073170732vw, 96px);
}

@media all and (max-width : 767px) {
  body {
    padding: 0 min(2.4390243902vw, 20px);
  }
}

.container {
  max-width: min(93.6585365854vw, 768px);
  margin: 0 auto;
}

@media all and (max-width : 767px) {
  .container {
    max-width: 100%;
  }
}

/*
  ----------------
  選択する際の色設定
  ----------------
*/

/*
  ----------------
  ユーティリティー
  ----------------
*/

.header {
  margin: min(3.6585365854vw, 30px) 0 min(2.4390243902vw, 20px);
}

.header__logo {
  text-align: center;
}

.header__logo img {
  width: min(34.1463414634vw, 280px);
}

.footer {
  padding: min(6.3414634146vw, 52px) 0 min(10.7317073171vw, 88px);
}

.footer__txt-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer__txt-wrap .footer__txt {
  padding: 0 min(3.0487804878vw, 25px);
}

.footer__txt {
  display: block;
  line-height: 2.25;
  font-size: min(3.4146341463vw, 28px);
  text-align: center;
  font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック, Yu Gothic, 游ゴシック体, YuGothic, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  letter-spacing: 0.02em;
}

.footer__txt--admin {
  margin-top: min(4.3902439024vw, 36px);
}

.footer__txt a {
  line-height: 1.5;
  border-bottom: 1px solid currentColor;
  transition: opacity 0.2s;
}

.footer__txt a:hover {
  opacity: 0.7;
}

.hero {
  text-align: center;
  margin-bottom: min(4.8780487805vw, 40px);
}

.hero img {
  width: min(81.7073170732vw, 670px);
}

.cont01 {
  position: relative;
  background-color: #ff2727;
  border-left: min(0.9756097561vw, 8px) solid #000;
  border-right: min(0.9756097561vw, 8px) solid #000;
  border-top: min(0.9756097561vw, 8px) solid #000;
  width: 100%;
  padding: min(7.3170731707vw, 60px) min(6.9512195122vw, 57px) min(9.756097561vw, 80px);
}

.cont01:before {
  content: "";
  position: absolute;
  display: block;
  width: min(40.1219512195vw, 329px);
  height: min(56.7073170732vw, 465px);
  top: min(3.6585365854vw, 30px);
  right: 0;
  background: url(../img/cont01_bg.png) 50%/100% no-repeat;
}

.cont01:after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/btn_p.png) 50%/100% no-repeat;
  width: min(46.5853658537vw, 382px);
  height: min(13.1707317073vw, 108px);
  bottom: -1px;
  left: calc(50% - min(46.5853658537vw, 382px) / 2);
  z-index: 2;
}

.cont01__ttl {
  width: min(42.6829268293vw, 350px);
  margin-bottom: min(4.6341463415vw, 38px);
}

.cont01__list {
  margin-bottom: min(4.6341463415vw, 38px);
}

.cont01__list-item {
  color: #fff;
  font-size: min(4.1463414634vw, 34px);
  font-weight: bold;
  font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック, Yu Gothic, 游ゴシック体, YuGothic, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  line-height: 2.285;
  font-feature-settings: "palt";
  position: relative;
}

.cont01__list-item:before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/cont01_icon.png) 50%/100% no-repeat;
  width: min(6.3414634146vw, 52px);
  height: min(4.8780487805vw, 40px);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.cont01__list-item-txt {
  padding-left: min(8.5365853659vw, 70px);
}

.cont02 {
  position: relative;
  border-left: min(0.9756097561vw, 8px) solid #000;
  border-right: min(0.9756097561vw, 8px) solid #000;
  border-top: min(0.9756097561vw, 8px) solid #000;
  width: 100%;
  background-color: #fff;
  padding-bottom: min(9.756097561vw, 80px);
}

.cont02:before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/cont02_bg.png) 50%/100% no-repeat;
  width: min(25.243902439vw, 207px);
  height: min(35.6097560976vw, 292px);
  top: min(20.487804878vw, 168px);
  right: min(6.9512195122vw, 57px);
}

.cont02:after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/btn_p.png) 50%/100% no-repeat;
  width: min(46.5853658537vw, 382px);
  height: min(13.1707317073vw, 108px);
  bottom: -1px;
  left: calc(50% - min(46.5853658537vw, 382px) / 2);
  z-index: 2;
}

.cont02__top {
  background-color: #e7f5ff;
}

.cont02__top-inner {
  padding: min(6.9512195122vw, 57px) min(6.9512195122vw, 57px) min(7.3170731707vw, 60px);
}

.cont02__ttl {
  display: block;
  text-align: center;
  width: min(77.3170731707vw, 634px);
  margin-bottom: min(4.6341463415vw, 38px);
}

.cont02__list-item {
  color: #000;
  font-size: min(3.9024390244vw, 32px);
  font-weight: bold;
  font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック, Yu Gothic, 游ゴシック体, YuGothic, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  line-height: 2.285;
  font-feature-settings: "palt";
  position: relative;
}

.cont02__list-item:before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/cont02_icon.png) 50%/100% no-repeat;
  width: min(6.3414634146vw, 52px);
  height: min(4.8780487805vw, 40px);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.cont02__list-item-txt {
  padding-left: min(8.5365853659vw, 70px);
}

.cont02 .ex {
  background: #fff;
  padding: min(6.9512195122vw, 57px) min(6.9512195122vw, 57px) min(8.0487804878vw, 66px);
}

.cont02 .ex:last-of-type {
  padding-bottom: min(3.6585365854vw, 30px);
}

.cont02 .ex__ttl {
  display: block;
  text-align: center;
  margin-bottom: min(4.1463414634vw, 34px);
}

.cont02 .ex__ttl--01 img {
  width: min(60.487804878vw, 496px);
}

.cont02 .ex__ttl--02 img {
  width: min(60.243902439vw, 494px);
}

.cont02 .ex__img {
  margin: 0 auto;
}

.cont02 .ex__img__01 {
  width: min(78.6585365854vw, 645px);
}

.cont02 .ex__img__02 {
  width: min(79.1463414634vw, 649px);
}

.cont02__bar {
  display: block;
  margin: 0 auto;
  width: min(72.1951219512vw, 592px);
  padding-bottom: min(4.8780487805vw, 40px);
}

.cont02__marker {
  background: linear-gradient(transparent 50%, #7cc9ff 50%);
}

.btn-link {
  position: relative;
  width: min(80vw, 656px);
  height: min(19.512195122vw, 160px);
  margin: 0 auto;
  display: block;
  overflow: hidden;
}

.btn-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  transition: all 0.3s;
}

.btn-link:hover img:nth-of-type(2) {
  opacity: 0;
}

.voice {
  background-color: #e7f5ff;
  border-left: min(0.9756097561vw, 8px) solid #000;
  border-right: min(0.9756097561vw, 8px) solid #000;
  border-bottom: min(0.9756097561vw, 8px) solid #000;
  border-top: min(0.9756097561vw, 8px) solid #000;
  border: min(0.9756097561vw, 8px) solid #000;
  padding-top: min(7.3170731707vw, 60px);
  padding-bottom: min(9.756097561vw, 80px);
  position: relative;
}

.voice:before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/voice.png) 50%/cover no-repeat;
  width: min(61.5853658537vw, 505px);
  height: min(14.1463414634vw, 116px);
  top: min(9.756097561vw, 80px);
  left: calc(50% - min(61.5853658537vw, 505px) / 2);
}

.voice:after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/btn_p.png) 50%/100% no-repeat;
  width: min(46.5853658537vw, 382px);
  height: min(13.1707317073vw, 108px);
  bottom: -1px;
  left: calc(50% - min(46.5853658537vw, 382px) / 2);
  z-index: 2;
}

.voice__ttl {
  position: relative;
  width: min(44.1463414634vw, 362px);
  display: block;
  margin: 0 auto;
  margin-bottom: min(1.2195121951vw, 10px);
  z-index: 1;
}

.voice__inner {
  position: relative;
  padding: min(7.3170731707vw, 60px) min(6.9512195122vw, 57px);
  z-index: 1;
}

.voice__inner:first-of-type {
  padding-top: 0;
}

.voice__inner-ttl {
  width: min(39.0243902439vw, 320px);
  display: block;
  margin: 0 auto min(4.2682926829vw, 35px);
}

.voice .qa__txt {
  font-size: min(3.9024390244vw, 32px);
  letter-spacing: 0.02em;
  line-height: 2.285;
  font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック, Yu Gothic, 游ゴシック体, YuGothic, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-weight: bold;
  font-feature-settings: "palt";
  display: block;
  padding-left: min(8.5365853659vw, 70px);
  position: relative;
  display: block;
  margin-right: -1em;
  font-feature-settings: "palt";
}

.voice .qa__txt:before {
  content: "";
  position: absolute;
  display: block;
  width: min(6.0975609756vw, 50px);
  height: min(5.8536585366vw, 48px);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.voice .qa__txt--q {
  color: #129dff;
}

.voice .qa__txt--q:before {
  background: url(../img/q.png) 50%/cover no-repeat;
}

.voice .qa__txt--a {
  color: #ff2727;
}

.voice .qa__txt--a:before {
  background: url(../img/a.png) 50%/cover no-repeat;
}

.voice .qa__list {
  padding-left: min(6.8292682927vw, 56px);
  margin-bottom: min(5.1219512195vw, 42px);
}

.voice .qa__list-item {
  font-size: min(3.6585365854vw, 30px);
  position: relative;
  padding-left: 1.4em;
  font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック, Yu Gothic, 游ゴシック体, YuGothic, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-weight: bold;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}

.voice .qa__list-item:before {
  content: "・";
  position: absolute;
  display: block;
  left: 0.7em;
  top: 0;
  font-weight: bold;
}

.voice .ex {
  background-color: #fff;
  position: relative;
  padding: min(9.0243902439vw, 74px) min(6.8292682927vw, 56px) min(7.8048780488vw, 64px);
}

.voice .ex__top-ttl {
  display: inline-block;
  text-align: center;
  color: #e7f5ff;
  background-color: #129dff;
  border-radius: min(3.6585365854vw, 30px);
  font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック, Yu Gothic, 游ゴシック体, YuGothic, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-weight: bold;
  padding: min(1.4634146341vw, 12px) 0;
  line-height: 1;
  font-size: min(3.9024390244vw, 32px);
  letter-spacing: 0.02em;
  height: min(6.8292682927vw, 56px);
  width: min(20.7317073171vw, 170px);
  position: absolute;
  top: 0;
  left: calc(50% - min(10.3658536585vw, 85px));
  transform: translateY(-50%);
}

.voice .ex__ttl {
  color: #129dff;
  font-size: min(4.3902439024vw, 36px);
  font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック, Yu Gothic, 游ゴシック体, YuGothic, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-weight: bold;
  position: relative;
  display: block;
  line-height: 1;
  padding-left: min(12.1951219512vw, 100px);
  margin-bottom: min(5.243902439vw, 43px);
}

.voice .ex__ttl:before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/ex_icon01.png) 50%/cover no-repeat;
  width: min(9.756097561vw, 80px);
  height: min(9.756097561vw, 80px);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.voice .ex__ttl--01:before {
  background: url(../img/ex_icon01.png) 50%/cover no-repeat;
}

.voice .ex__ttl--02:before {
  background: url(../img/ex_icon02.png) 50%/cover no-repeat;
}

.voice .ex__ttl--03:before {
  background: url(../img/ex_icon03.png) 50%/cover no-repeat;
}

.voice .ex__txt {
  font-size: min(3.6585365854vw, 30px);
  font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック, Yu Gothic, 游ゴシック体, YuGothic, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 2;
  font-feature-settings: "palt";
  margin-bottom: min(3.6585365854vw, 30px);
}

.voice .ex__img {
  width: 1vw 528px;
}

.voice__line {
  width: min(92.0731707317vw, 755px);
  display: block;
  font-size: 0;
  border: 0;
  vertical-align: bottom;
}

.txt-blue {
  color: #129dff;
}

.simulation-noscript {
  border: min(0.9756097561vw, 8px) solid #000;
  padding: min(5.8536585366vw, 48px);
  font-size: min(2.9268292683vw, 24px);
  text-align: center;
  background: #fff;
}

.simulation-hero {
  padding-top: min(1.2195121951vw, 10px);
  text-align: center;
}

.simulation-hero img {
  width: min(73.1707317073vw, 600px);
}

.simulation {
  background: #fff;
  border: min(0.9756097561vw, 8px) solid #000;
  padding: min(5.8536585366vw, 48px);
  font-feature-settings: "palt";
}

@media all and (max-width : 767px) {
  .simulation {
    padding: min(3.9024390244vw, 32px);
  }
}

.simulation__staff {
  position: relative;
  width: min(58.5365853659vw, 480px);
  margin-left: auto;
  margin-right: auto;
  background: #129dff;
  color: #fff;
  border-radius: min(4.8780487805vw, 40px);
  font-size: min(2.9268292683vw, 24px);
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: min(2.9268292683vw, 24px) min(4.8780487805vw, 40px) min(3.9024390244vw, 32px);
  margin-bottom: min(1.9512195122vw, 16px);
}

@media all and (max-width : 767px) {
  .simulation__staff {
    width: min(75.6097560976vw, 620px);
    margin-right: 0;
    font-size: min(3.9024390244vw, 32px);
  }
}

.simulation__staff::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: min(2.9268292683vw, 24px);
  width: min(8.7804878049vw, 72px);
  height: min(8.7804878049vw, 72px);
  background: url(../img/simulation/icon_staff.png) 50%/contain no-repeat;
}

.simulation__staff::after {
  content: "";
  display: block;
  position: absolute;
  top: min(3.6585365854vw, 30px);
  right: calc(100% - min(0.487804878vw, 4px));
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(0.7317073171vw, 6px) min(2.4390243902vw, 20px) min(0.7317073171vw, 6px) 0;
  border-color: transparent #129dff transparent transparent;
}

.simulation__user {
  position: relative;
  width: min(58.5365853659vw, 480px);
  margin-left: auto;
  margin-right: auto;
  background: #ff2727;
  color: #fff;
  border-radius: min(4.8780487805vw, 40px);
  font-size: min(2.9268292683vw, 24px);
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: min(3.9024390244vw, 32px);
  margin-bottom: min(7.8048780488vw, 64px);
}

@media all and (max-width : 767px) {
  .simulation__user {
    width: min(75.6097560976vw, 620px);
    margin-left: 0;
    font-size: min(3.9024390244vw, 32px);
  }
}

.simulation__user::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: min(2.9268292683vw, 24px);
  width: min(8.7804878049vw, 72px);
  height: min(8.7804878049vw, 72px);
  background: url(../img/simulation/icon_user.png) 50%/contain no-repeat;
}

.simulation__user::after {
  content: "";
  display: block;
  position: absolute;
  top: min(3.6585365854vw, 30px);
  left: calc(100% - min(0.487804878vw, 4px));
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(0.7317073171vw, 6px) 0 min(0.7317073171vw, 6px) min(2.4390243902vw, 20px);
  border-color: transparent transparent transparent #ff2727;
}

.simulation__user--form {
  padding-top: min(3.1707317073vw, 26px);
  padding-bottom: min(4.8780487805vw, 40px);
}

.simulation__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(1.9512195122vw, 16px);
}

.simulation__buttons button {
  width: 100%;
  height: min(6.8292682927vw, 56px);
  border: min(0.243902439vw, 2px) solid #fff;
  border-radius: min(3.4146341463vw, 28px);
  transition: background-color 0.3s, color 0.3s;
}

@media all and (max-width : 767px) {
  .simulation__buttons button {
    height: min(8.2926829268vw, 68px);
  }
}

.simulation__buttons button:hover {
  background: #fff;
  color: #ff2727;
}

.simulation__buttons button.is-chosen {
  background: #fff;
  background: #fff;
  color: #ff2727;
}

.simulation__buttons.is-chosen {
  pointer-events: none;
}

.simulation__buttons--small {
  font-size: min(2.4390243902vw, 20px);
}

@media all and (max-width : 767px) {
  .simulation__buttons--small {
    font-size: min(3.6585365854vw, 30px);
  }
}

.simulation__form {
  position: relative;
}

.simulation__form.is-disabled input {
  background: #e5e5e5;
  pointer-events: none;
}

.simulation__fields {
  font-size: min(2.4390243902vw, 20px);
}

@media all and (max-width : 767px) {
  .simulation__fields {
    font-size: min(3.9024390244vw, 32px);
  }
}

.simulation__fields dt {
  margin-bottom: 0.6em;
}

.simulation__fields dd:not(:last-child) {
  margin-bottom: 1.1em;
}

.simulation__fields dd input {
  width: 100%;
  height: min(6.8292682927vw, 56px);
  background: #fff;
  border-radius: min(3.4146341463vw, 28px);
  font-size: inherit;
  font-family: inherit;
  padding: min(0.9756097561vw, 8px) min(2.9268292683vw, 24px);
}

@media all and (max-width : 767px) {
  .simulation__fields dd input {
    height: min(8.2926829268vw, 68px);
  }
}

.simulation__submit {
  padding-bottom: min(3.9024390244vw, 32px);
  position: relative;
}

.simulation__submit::after {
  content: "";
  display: block;
  position: absolute;
  width: min(46.5853658537vw, 382px);
  height: min(13.1707317073vw, 108px);
  background: url(../img/simulation/icon_people.png) 50%/contain no-repeat;
  top: min(16.3414634146vw, 134px);
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

@media all and (max-width : 767px) {
  .simulation__submit::after {
    top: min(14.3902439024vw, 118px);
  }
}

.simulation__submit button {
  background: #000 linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  width: 100%;
  height: min(19.512195122vw, 160px);
  border-radius: min(9.756097561vw, 80px);
  padding-left: min(1.2195121951vw, 10px);
  font-size: min(4.8780487805vw, 40px);
  font-weight: bold;
  color: #fff;
  display: grid;
  place-content: center;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
}

.simulation__submit button::before {
  content: "";
  display: block;
  position: absolute;
  top: min(8.5365853659vw, 70px);
  left: min(5.8536585366vw, 48px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(1.2195121951vw, 10px) 0 min(1.2195121951vw, 10px) min(2.1951219512vw, 18px);
  border-color: transparent transparent transparent #f23030;
  transition: border-color 0.3s;
}

@media all and (min-width: 768px) {
  .simulation__submit button:hover {
    border: min(0.7317073171vw, 6px) solid #000;
    background: #fdd23d;
    color: #000;
  }

  .simulation__submit button:hover::before {
    top: min(7.8048780488vw, 64px);
    left: min(5.1219512195vw, 42px);
    border-color: transparent transparent transparent #000;
  }
}

.simulation__error {
  margin-top: 1em;
  font-size: min(2.1951219512vw, 18px);
  display: flex;
  align-items: center;
  gap: 1em;
  position: relative;
}

.simulation__error::before {
  content: "";
  display: block;
  width: min(8.7804878049vw, 72px);
  height: min(8.7804878049vw, 72px);
  background: url(../img/simulation/icon_staff.png) 50%/contain no-repeat;
  flex-shrink: 0;
}

.simulation__error::after {
  content: "";
  display: block;
  position: absolute;
  top: min(3.4146341463vw, 28px);
  right: calc(100% - min(11.4634146341vw, 94px));
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(0.7317073171vw, 6px) min(2.4390243902vw, 20px) min(0.7317073171vw, 6px) 0;
  border-color: transparent #129dff transparent transparent;
}

.simulation__error span {
  background: #129dff;
  color: #fff;
  border-radius: min(4.8780487805vw, 40px);
  font-size: min(1.9512195122vw, 16px);
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: 0.5em 1em;
  position: relative;
}

@media all and (max-width : 767px) {
  .simulation__error span {
    font-size: min(3.6585365854vw, 30px);
  }
}

.typing {
  width: min(12.1951219512vw, 100px);
  height: min(4.8780487805vw, 40px);
  position: relative;
  padding: min(1.2195121951vw, 10px);
  background: #fff;
  border-radius: min(3.4146341463vw, 28px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(0.9756097561vw, 8px);
  margin-top: min(0.9756097561vw, 8px);
}

.typing__dot {
  width: min(1.2195121951vw, 10px);
  height: min(1.2195121951vw, 10px);
  background: #129dff;
  border-radius: 50%;
  opacity: 0;
  animation: loadingFade 1s infinite;
}

.typing__dot:nth-child(1) {
  animation-delay: 0s;
}

.typing__dot:nth-child(2) {
  animation-delay: 0.2s;
}

.typing__dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes loadingFade {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 0;
  }
}

.privacy {
  padding: 1em;
}

.privacy__ttl {
  font-size: min(5.3658536585vw, 44px);
  margin-top: 0.5em;
  margin-bottom: 2em;
  text-align: center;
}

.privacy__lead {
  margin-bottom: 2em;
}

.privacy p {
  font-size: min(3.4146341463vw, 28px);
}

@media all and (max-width : 767px) {
  .privacy p {
    font-size: min(3.9024390244vw, 32px);
  }
}

.privacy ol {
  display: grid;
  gap: 1em;
}

.privacy__section:not(:last-child) {
  margin-bottom: 2em;
}

.privacy__section > p:not(:last-child) {
  margin-bottom: 1em;
}

.privacy__indent {
  padding-left: 1.3em;
}
