.form-note-txt {
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 519px) {
  .form-note-txt {
    font-size: 1.2rem;
  }
}

.form-field {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .form-field {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form-field {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.form-field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: calc(8px * 4);
  padding-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .form-field__item {
    padding-top: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form-field__item {
    padding-top: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .form-field__item {
    padding-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form-field__item {
    padding-bottom: calc((8px * 4) * 0.5);
  }
}

.form-field__item:not(:last-child) {
  border-bottom: dashed 1px #D9D9D9;
}

.form-field dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 304px;
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 959px) {
  .form-field dt {
    width: 100%;
    margin-bottom: 8px;
    font-size: 1.6rem;
    gap: 8px;
  }
}

.form-field dd {
  width: calc(100% - 320px);
}

@media screen and (max-width: 959px) {
  .form-field dd {
    width: 100%;
  }
}

.form-required,
.form-optional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 44px;
  height: 24px;
  color: #ffffff;
  font-size: 1.4rem;
  border-radius: 4px;
}

.form-required {
  background: #ffa500;
}

.form-optional {
  background: #06C755;
}

input,
select,
textarea {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  background: #F3F3F3;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: YakuHanJP, "Inter", "Zen Kaku Gothic New", sans-serif;
  line-height: 56px;
  color: #333333;
  border: 1px solid #F3F3F3;
  border-radius: 4px;
}

@media screen and (max-width: 959px) {
  input,
  select,
  textarea {
    font-size: 1.4rem;
  }
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #AFAFAF;
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #AFAFAF;
}

input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #AFAFAF;
}

input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #AFAFAF;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #AFAFAF;
}

input:focus,
select:focus,
textarea:focus {
  outline: solid 2px #06C755;
}

select {
  position: relative;
  background: url("/wp-content/themes/itreat_base/dist/img/common/select.svg") center right 16px/14px 14px no-repeat #ffffff;
}

textarea {
  overflow: auto;
  height: 200px;
  padding: 16px;
  line-height: 1.8;
  resize: vertical;
}

.wpcf7-form-control-wrap {
  display: block;
  position: relative;
}

input.flatpickr-input.flatpickr-mobile {
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100% !important;
  text-align: left !important;
  height: 56px;
  background: none;
  border: none;
  font-size: 0;
}

.wpcf7-checkbox .wpcf7-list-item:not(:nth-last-of-type(1)) {
  margin-right: 24px;
}

.wpcf7-checkbox .wpcf7-list-item label {
  display: inline-block;
  position: relative;
  padding: 6px 0;
  cursor: pointer;
}

.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #F3F3F3;
  border: solid 2px #F3F3F3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  content: '';
  position: absolute;
  top: 3px;
  left: 8px;
  z-index: 1;
  width: 8px;
  height: 15px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: transparent #888888 #888888 transparent;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.wpcf7-checkbox .wpcf7-list-item label input:focus + .wpcf7-list-item-label {
  outline: solid 2px #333333;
}

.wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  border-color: #888888;
}

.wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  display: block;
}

.wpcf7-radio .wpcf7-list-item:not(:nth-last-of-type(1)) {
  margin-right: 24px;
}

.wpcf7-radio .wpcf7-list-item label {
  display: inline-block;
  position: relative;
  padding: 6px 0;
  cursor: pointer;
}

.wpcf7-radio .wpcf7-list-item label input[type="radio"] {
  opacity: 0;
  position: absolute;
}

.wpcf7-radio .wpcf7-list-item label:has(input[type="radio"]:focus) {
  outline: solid 2px #06C755;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #F3F3F3;
  border: solid 2px #F3F3F3;
  border-radius: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 1;
  width: 14px;
  height: 14px;
  background: #888888;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  border-color: #888888;
}

.wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  display: block;
}

.form-send {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 84px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
  background: #06C755;
  border: 2px solid #06C755;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
  border-radius: 10px;
}

@media screen and (max-width: 959px) {
  .form-send {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form-send {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .form-send {
    border-radius: calc(10px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form-send {
    border-radius: calc(10px * 0.5);
  }
}

.form-send::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 26px;
  translate: 0 -50%;
  width: 12px;
  height: 12px;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, transparent), color-stop(51%, #ffffff)) no-repeat top left/100% 50%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(51%, #ffffff)) no-repeat bottom left/100% 50%;
  background: linear-gradient(to bottom left, transparent 50%, #ffffff 51%) no-repeat top left/100% 50%, linear-gradient(to top left, transparent 50%, #ffffff 51%) no-repeat bottom left/100% 50%;
}

@media screen and (max-width: 1279px) {
  .form-send::before {
    right: 16px;
    width: 8px;
    height: 8px;
  }
}

@media screen and (max-width: 1023px) {
  .form-send {
    max-width: 280px;
    height: 72px;
  }
}

@media screen and (max-width: 959px) {
  .form-send {
    max-width: 240px;
    height: 64px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .form-send {
    max-width: 220px;
    height: 48px;
  }
}

.form-send input[type="submit"] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}

.form-send:hover {
  background: #ffffff;
  color: #06C755;
}

.form-send:hover::before {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, transparent), color-stop(51%, #06C755)) no-repeat top left/100% 50%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(51%, #06C755)) no-repeat bottom left/100% 50%;
  background: linear-gradient(to bottom left, transparent 50%, #06C755 51%) no-repeat top left/100% 50%, linear-gradient(to top left, transparent 50%, #06C755 51%) no-repeat bottom left/100% 50%;
}

.form-send:has(input[type="submit"]:focus) {
  outline: solid 2px #06C755;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: block;
  margin-bottom: calc(8px * 5);
  padding: 32px;
  border-radius: 4px;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    border-radius: calc(4px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    border-radius: calc(4px * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    padding: 24px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #ffffff;
  border: solid 1px #06C755;
  color: #06C755;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: rgba(222, 88, 39, 0.08);
  color: #de5827;
  border: solid 1px #de5827;
}

.wpcf7 form.invalid input::-webkit-input-placeholder, .wpcf7 form.invalid select::-webkit-input-placeholder, .wpcf7 form.invalid textarea::-webkit-input-placeholder, .wpcf7 form.invalid input::-webkit-input-placeholder, .wpcf7 form.invalid select::-webkit-input-placeholder, .wpcf7 form.invalid textarea::-webkit-input-placeholder, .wpcf7 form.unaccepted input::-webkit-input-placeholder, .wpcf7 form.unaccepted select::-webkit-input-placeholder, .wpcf7 form.unaccepted textarea::-webkit-input-placeholder {
  color: rgba(222, 88, 39, 0.4);
}

.wpcf7 form.invalid input::-moz-placeholder, .wpcf7 form.invalid select::-moz-placeholder, .wpcf7 form.invalid textarea::-moz-placeholder, .wpcf7 form.invalid input::-moz-placeholder, .wpcf7 form.invalid select::-moz-placeholder, .wpcf7 form.invalid textarea::-moz-placeholder, .wpcf7 form.unaccepted input::-moz-placeholder, .wpcf7 form.unaccepted select::-moz-placeholder, .wpcf7 form.unaccepted textarea::-moz-placeholder {
  color: rgba(222, 88, 39, 0.4);
}

.wpcf7 form.invalid input:-ms-input-placeholder, .wpcf7 form.invalid select:-ms-input-placeholder, .wpcf7 form.invalid textarea:-ms-input-placeholder, .wpcf7 form.invalid input:-ms-input-placeholder, .wpcf7 form.invalid select:-ms-input-placeholder, .wpcf7 form.invalid textarea:-ms-input-placeholder, .wpcf7 form.unaccepted input:-ms-input-placeholder, .wpcf7 form.unaccepted select:-ms-input-placeholder, .wpcf7 form.unaccepted textarea:-ms-input-placeholder {
  color: rgba(222, 88, 39, 0.4);
}

.wpcf7 form.invalid input::-ms-input-placeholder, .wpcf7 form.invalid select::-ms-input-placeholder, .wpcf7 form.invalid textarea::-ms-input-placeholder, .wpcf7 form.invalid input::-ms-input-placeholder, .wpcf7 form.invalid select::-ms-input-placeholder, .wpcf7 form.invalid textarea::-ms-input-placeholder, .wpcf7 form.unaccepted input::-ms-input-placeholder, .wpcf7 form.unaccepted select::-ms-input-placeholder, .wpcf7 form.unaccepted textarea::-ms-input-placeholder {
  color: rgba(222, 88, 39, 0.4);
}

.wpcf7 form.invalid input::placeholder,
.wpcf7 form.invalid select::placeholder,
.wpcf7 form.invalid textarea::placeholder,
.wpcf7 form.invalid input::placeholder,
.wpcf7 form.invalid select::placeholder,
.wpcf7 form.invalid textarea::placeholder,
.wpcf7 form.unaccepted input::placeholder,
.wpcf7 form.unaccepted select::placeholder,
.wpcf7 form.unaccepted textarea::placeholder {
  color: rgba(222, 88, 39, 0.4);
}

.wpcf7 form.spam .wpcf7-response-output {
  background: rgba(6, 199, 85, 0.08);
  color: #de5827;
  border: solid 1px #06C755;
}

.wpcf7 form.spam input::-webkit-input-placeholder, .wpcf7 form.spam select::-webkit-input-placeholder, .wpcf7 form.spam textarea::-webkit-input-placeholder {
  color: rgba(6, 199, 85, 0.4);
}

.wpcf7 form.spam input::-moz-placeholder, .wpcf7 form.spam select::-moz-placeholder, .wpcf7 form.spam textarea::-moz-placeholder {
  color: rgba(6, 199, 85, 0.4);
}

.wpcf7 form.spam input:-ms-input-placeholder, .wpcf7 form.spam select:-ms-input-placeholder, .wpcf7 form.spam textarea:-ms-input-placeholder {
  color: rgba(6, 199, 85, 0.4);
}

.wpcf7 form.spam input::-ms-input-placeholder, .wpcf7 form.spam select::-ms-input-placeholder, .wpcf7 form.spam textarea::-ms-input-placeholder {
  color: rgba(6, 199, 85, 0.4);
}

.wpcf7 form.spam input::placeholder,
.wpcf7 form.spam select::placeholder,
.wpcf7 form.spam textarea::placeholder {
  color: rgba(6, 199, 85, 0.4);
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  padding: 4px 0 0;
  color: #de5827;
  font-size: 1.4rem;
}

.screen-reader-response {
  display: none;
}

.wpcf7 .form.invalid .wpcf7-response-output {
  color: #de5827;
  font-size: 1.4rem;
  background-color: rgba(222, 88, 39, 0.1);
}

.flatpickr-calendar .sunday {
  color: #de5827;
}

.flatpickr-calendar .saturday {
  color: #3184C1;
}

.flatpickr-calendar .holiday {
  color: #de5827;
}

.flatpickr-calendar .today {
  border-color: #56A617 !important;
  border-right-color: #56A617 !important;
  border-top-color: #56A617 !important;
  border-bottom-color: #56A617 !important;
  color: #56A617;
  border-width: 2px;
}

.flatpickr-calendar .today:not(.selected) {
  border-bottom-color: #56A617 !important;
}

.flatpickr-calendar .today:hover {
  background: #56A617 !important;
}

.flatpickr-calendar .flatpickr-day.selected {
  background: #56A617 !important;
}

.flatpickr-calendar .flatpickr-weekdaycontainer .flatpickr-weekday:first-child {
  color: #de5827;
}

.flatpickr-calendar .flatpickr-weekdaycontainer .flatpickr-weekday:last-child {
  color: #3184C1;
}

.flatpickr-calendar input {
  text-align: left !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-txt {
  text-align: center;
}

.recaptcha-txt a {
  color: #06C755;
  text-decoration: underline;
}

.recaptcha-txt a:hover {
  text-decoration: none;
}

.privacy-frame {
  margin: 0 auto 40px;
  padding: 32px;
  border: 1px solid rgba(143, 122, 109, 0.3);
  background: #ffffff;
}

@media screen and (max-width: 959px) {
  .privacy-frame {
    padding: 28px;
  }
}

@media screen and (max-width: 767px) {
  .privacy-frame {
    margin: 0 auto 28px;
    padding: 24px;
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame {
    padding: 16px;
  }
}

.privacy-frame .privacy-inner {
  overflow-y: scroll;
  height: 240px;
  padding: 0 16px;
}

@media screen and (max-width: 959px) {
  .privacy-frame .privacy-inner {
    padding: 0 12px;
    height: 160px;
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-inner {
    padding: 0 8px;
  }
}

.privacy-frame .privacy-inner::-webkit-scrollbar {
  width: 8px;
}

.privacy-frame .privacy-inner::-webkit-scrollbar-track {
  background: #F3F3F3;
  border-radius: 4px;
}

.privacy-frame .privacy-inner::-webkit-scrollbar-thumb {
  background: #8F7A6D;
  border-radius: 4px;
}

.privacy-frame .privacy-inner .privacy-ttl {
  margin-bottom: calc(8px * 3);
  text-align: center;
}

@media screen and (max-width: 959px) {
  .privacy-frame .privacy-inner .privacy-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-inner .privacy-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.privacy-frame .privacy-inner .privacy-ttl__main {
  margin-bottom: 4px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .privacy-frame .privacy-inner .privacy-ttl__main {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-inner .privacy-ttl__main {
    margin-bottom: 2px;
    font-size: 2rem;
  }
}

.privacy-frame .privacy-inner .privacy-ttl__sub {
  margin-bottom: calc(8px * 5);
  display: block;
  color: #06C755;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  text-transform: uppercase;
}

@media screen and (max-width: 959px) {
  .privacy-frame .privacy-inner .privacy-ttl__sub {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-inner .privacy-ttl__sub {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-inner .privacy-ttl__sub {
    font-size: 1.2rem;
  }
}

.privacy-frame .privacy-inner .policy-lead {
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 959px) {
  .privacy-frame .privacy-inner .policy-lead {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-inner .policy-lead {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

.policy-list {
  counter-reset: list-num 0;
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 959px) {
  .policy-list {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .policy-list {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

.policy-list__item {
  padding: 24px 0;
}

@media screen and (max-width: 959px) {
  .policy-list__item {
    padding: 16px 0;
  }
}

.policy-list__item:not(:last-child) {
  border-bottom: 1px dotted #7B675B;
}

.policy-list__item dt {
  position: relative;
  margin-bottom: 12px;
  padding-left: 48px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 959px) {
  .policy-list__item dt {
    margin-bottom: 10px;
    padding-left: 40px;
    font-size: 1.8rem;
  }
}

.policy-list__item dt::before {
  position: absolute;
  counter-increment: list-num;
  content: counter(list-num, decimal-leading-zero) ".";
  left: 0;
  top: 1px;
  color: #06C755;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  line-height: 1;
  font-size: 2.8rem;
}

@media screen and (max-width: 959px) {
  .policy-list__item dt::before {
    font-size: 2.2rem;
  }
}

.lower-page {
  contain: paint;
}

.wrap-l {
  width: 100%;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1279px) {
  .wrap-l {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  .wrap-l {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .wrap-l {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.wrap-s {
  width: 100%;
  max-width: 1152px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1279px) {
  .wrap-s {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  .wrap-s {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .wrap-s {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 959px) {
  p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 1.4rem;
  }
}

.worries-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .worries-list {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .worries-list {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.worries-list__item {
  color: #8F7A6D;
  font-weight: bold;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 32px;
  text-align: center;
  line-height: 1.4;
  background: url("/wp-content/themes/itreat_base/dist/img/accident/worries-list-bg.svg") center/contain no-repeat;
  width: 50%;
}

@media screen and (max-width: 1023px) {
  .worries-list__item {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 959px) {
  .worries-list__item {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .worries-list__item {
    font-size: 1.2rem;
  }
}

.cv {
  padding-bottom: calc(8px * 11);
  padding-top: calc(8px * 11);
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 959px) {
  .cv {
    padding-bottom: calc((8px * 11) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .cv {
    padding-bottom: calc((8px * 11) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .cv {
    padding-top: calc((8px * 11) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .cv {
    padding-top: calc((8px * 11) * 0.5);
  }
}

.cv .cv-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1440px;
  width: calc(100dvw + 200px);
}

@media screen and (max-width: 1023px) {
  .cv .cv-unit {
    gap: 12px;
  }
}

@media screen and (max-width: 959px) {
  .cv .cv-unit {
    gap: 8px;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 24px;
  }
}

@media screen and (max-width: 519px) {
  .cv .cv-unit {
    padding: 0 16px;
  }
}

.cv .cv-unit__item {
  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: calc(50% - 10px);
  aspect-ratio: 9 / 4;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .cv .cv-unit__item {
    width: 100%;
    aspect-ratio: initial;
    height: 160px;
  }
}

@media screen and (max-width: 519px) {
  .cv .cv-unit__item {
    height: 140px;
  }
}

.cv .cv-unit__item:hover {
  opacity: .7;
}

.cv .cv-unit__item.--tel {
  position: relative;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

@media screen and (max-width: 767px) {
  .cv .cv-unit__item.--tel {
    -webkit-transform: none;
    transform: none;
  }
  .cv .cv-unit__item.--tel::after {
    position: absolute;
    content: '';
    background: #ffa500;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    border-radius: 12px;
    border: 2px dashed #ffffff;
  }
}

.cv .cv-unit__item.--tel::before {
  position: absolute;
  content: '';
  left: -40px;
  top: 0;
  width: calc(100% + 40px);
  height: 100%;
  background: url("/wp-content/themes/itreat_base/dist/img/accident/cv-tel-bg.svg") right/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .cv .cv-unit__item.--tel::before {
    background: #D3752E;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 16px;
  }
}

.cv .cv-unit__item.--tel .cv-unit-tel {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
  padding-right: 24px;
}

@media screen and (max-width: 767px) {
  .cv .cv-unit__item.--tel .cv-unit-tel {
    -webkit-transform: none;
    transform: none;
    padding-right: 0;
    z-index: 1;
  }
}

.cv .cv-unit__item.--tel .cv-unit-tel .tel-txt {
  font-size: 2.5rem;
  margin-bottom: calc(8px * 1);
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__item.--tel .cv-unit-tel .tel-txt {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .cv .cv-unit__item.--tel .cv-unit-tel .tel-txt {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .cv .cv-unit__item.--tel .cv-unit-tel .tel-txt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__item.--tel .cv-unit-tel .tel-txt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-unit__item.--tel .cv-unit-tel .tel-txt {
    font-size: 1.6rem;
  }
}

.cv .cv-unit__item.--tel .cv-unit-tel .tel-txt span {
  position: relative;
  padding: 0 24px;
}

@media screen and (max-width: 1023px) {
  .cv .cv-unit__item.--tel .cv-unit-tel .tel-txt span {
    padding: 0 20px;
  }
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__item.--tel .cv-unit-tel .tel-txt span {
    padding: 0 16px;
  }
}

.cv .cv-unit__item.--tel .cv-unit-tel .tel-txt span::before, .cv .cv-unit__item.--tel .cv-unit-tel .tel-txt span::after {
  position: absolute;
  content: '';
  top: 50%;
  translate: 0 -50%;
  width: 20px;
  height: 24px;
  background: url("/wp-content/themes/itreat_base/dist/img/accident/cv-txt-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 1023px) {
  .cv .cv-unit__item.--tel .cv-unit-tel .tel-txt span::before, .cv .cv-unit__item.--tel .cv-unit-tel .tel-txt span::after {
    width: 18px;
    height: 22px;
  }
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__item.--tel .cv-unit-tel .tel-txt span::before, .cv .cv-unit__item.--tel .cv-unit-tel .tel-txt span::after {
    width: 16px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-unit__item.--tel .cv-unit-tel .tel-txt span::before, .cv .cv-unit__item.--tel .cv-unit-tel .tel-txt span::after {
    width: 14px;
    height: 18px;
  }
}

.cv .cv-unit__item.--tel .cv-unit-tel .tel-txt span::before {
  left: 0;
}

.cv .cv-unit__item.--tel .cv-unit-tel .tel-txt span::after {
  right: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.cv .cv-unit__item.--tel .cv-unit-tel .tel-hour {
  position: relative;
  display: block;
  font-size: 1.8rem;
  color: #ffa500;
  padding: 2px 16px;
  background: #ffffff;
  border-radius: 18px;
  margin-top: 16px;
  font-family: YakuHanJP, "Inter", "Zen Kaku Gothic New", sans-serif;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .cv .cv-unit__item.--tel .cv-unit-tel .tel-hour {
    font-size: 1.6rem;
    margin-top: 14px;
    padding: 2px 12px;
  }
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__item.--tel .cv-unit-tel .tel-hour {
    font-size: 1.4rem;
    margin-top: 12px;
    padding: 2px 8px;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-unit__item.--tel .cv-unit-tel .tel-hour {
    font-size: 1.2rem;
    margin-top: 8px;
  }
}

.cv .cv-unit__item.--tel .cv-unit-tel .tel-hour em {
  font-size: 1.7rem;
}

@media screen and (max-width: 1023px) {
  .cv .cv-unit__item.--tel .cv-unit-tel .tel-hour em {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__item.--tel .cv-unit-tel .tel-hour em {
    font-size: 1.4rem;
  }
}

.cv .cv-unit__item.--tel .cv-unit-tel .tel-ico {
  position: relative;
  font-size: 5.0rem;
  line-height: 1;
  padding-left: 40px;
}

@media screen and (max-width: 1023px) {
  .cv .cv-unit__item.--tel .cv-unit-tel .tel-ico {
    font-size: 4rem;
    padding-left: 38px;
  }
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__item.--tel .cv-unit-tel .tel-ico {
    font-size: 3.2rem;
    padding-left: 36px;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-unit__item.--tel .cv-unit-tel .tel-ico {
    font-size: 2.8rem;
    padding-left: 28px;
  }
}

.cv .cv-unit__item.--tel .cv-unit-tel .tel-ico::before {
  position: absolute;
  content: '';
  width: 38px;
  height: 38px;
  aspect-ratio: 1 / 1;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background-color: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-tel.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-tel.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

@media screen and (max-width: 1023px) {
  .cv .cv-unit__item.--tel .cv-unit-tel .tel-ico::before {
    width: 34px;
  }
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__item.--tel .cv-unit-tel .tel-ico::before {
    width: 30px;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-unit__item.--tel .cv-unit-tel .tel-ico::before {
    width: 26px;
  }
}

.cv .cv-unit__item.--web {
  position: relative;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

@media screen and (max-width: 767px) {
  .cv .cv-unit__item.--web {
    -webkit-transform: none;
    transform: none;
  }
  .cv .cv-unit__item.--web::after {
    position: absolute;
    content: '';
    background: #06C755;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    border-radius: 12px;
    border: 2px dashed #ffffff;
  }
}

.cv .cv-unit__item.--web::before {
  position: absolute;
  content: '';
  right: -40px;
  top: 0;
  width: calc(100% + 40px);
  height: 100%;
  background: url("/wp-content/themes/itreat_base/dist/img/accident/cv-web-bg.svg") left/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .cv .cv-unit__item.--web::before {
    background: #06A96A;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 16px;
  }
}

.cv .cv-unit__item.--web .cv-unit-web {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
  padding-left: 24px;
}

@media screen and (max-width: 767px) {
  .cv .cv-unit__item.--web .cv-unit-web {
    -webkit-transform: none;
    transform: none;
    padding-left: 0;
    z-index: 1;
  }
}

.cv .cv-unit__item.--web .cv-unit-web .web-txt {
  font-size: 3.2rem;
  margin-bottom: calc(8px * 1);
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__item.--web .cv-unit-web .web-txt {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .cv .cv-unit__item.--web .cv-unit-web .web-txt {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .cv .cv-unit__item.--web .cv-unit-web .web-txt {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__item.--web .cv-unit-web .web-txt {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-unit__item.--web .cv-unit-web .web-txt {
    font-size: 2rem;
  }
}

.cv .cv-unit__item.--web .cv-unit-web .web-txt span {
  position: relative;
  padding: 0 24px;
}

@media screen and (max-width: 1023px) {
  .cv .cv-unit__item.--web .cv-unit-web .web-txt span {
    padding: 0 20px;
  }
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__item.--web .cv-unit-web .web-txt span {
    padding: 0 16px;
  }
}

.cv .cv-unit__item.--web .cv-unit-web .web-txt span::before, .cv .cv-unit__item.--web .cv-unit-web .web-txt span::after {
  position: absolute;
  content: '';
  top: 50%;
  translate: 0 -50%;
  width: 20px;
  height: 24px;
  background: url("/wp-content/themes/itreat_base/dist/img/accident/cv-txt-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 1023px) {
  .cv .cv-unit__item.--web .cv-unit-web .web-txt span::before, .cv .cv-unit__item.--web .cv-unit-web .web-txt span::after {
    width: 18px;
    height: 22px;
  }
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__item.--web .cv-unit-web .web-txt span::before, .cv .cv-unit__item.--web .cv-unit-web .web-txt span::after {
    width: 16px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-unit__item.--web .cv-unit-web .web-txt span::before, .cv .cv-unit__item.--web .cv-unit-web .web-txt span::after {
    width: 14px;
    height: 18px;
  }
}

.cv .cv-unit__item.--web .cv-unit-web .web-txt span::before {
  left: 0;
}

.cv .cv-unit__item.--web .cv-unit-web .web-txt span::after {
  right: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.cv .cv-unit__item.--web .cv-unit-web .web-ico {
  position: relative;
  font-size: 4.2rem;
  line-height: 1;
  padding-left: 64px;
}

@media screen and (max-width: 1023px) {
  .cv .cv-unit__item.--web .cv-unit-web .web-ico {
    font-size: 3.2rem;
    padding-left: 56px;
  }
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__item.--web .cv-unit-web .web-ico {
    font-size: 2.8rem;
    padding-left: 48px;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-unit__item.--web .cv-unit-web .web-ico {
    font-size: 2.4rem;
    padding-left: 32px;
  }
}

.cv .cv-unit__item.--web .cv-unit-web .web-ico::before {
  position: absolute;
  content: '';
  width: 57px;
  height: 51px;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background-color: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-web.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-web.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

@media screen and (max-width: 1023px) {
  .cv .cv-unit__item.--web .cv-unit-web .web-ico::before {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__item.--web .cv-unit-web .web-ico::before {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-unit__item.--web .cv-unit-web .web-ico::before {
    width: 30px;
    height: 30px;
  }
}

.cv .cv-unit__item.--web .cv-unit-web .web-ico em {
  font-size: 4.8rem;
}

@media screen and (max-width: 1023px) {
  .cv .cv-unit__item.--web .cv-unit-web .web-ico em {
    font-size: 4rem;
  }
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__item.--web .cv-unit-web .web-ico em {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-unit__item.--web .cv-unit-web .web-ico em {
    font-size: 2.8rem;
  }
}

.mv {
  width: calc(100% + 100px);
  max-width: 2000px;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  margin-inline: auto;
  margin-bottom: calc(8px * 13);
}

@media screen and (max-width: 959px) {
  .mv {
    margin-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .mv {
    margin-bottom: calc((8px * 13) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .mv {
    margin-bottom: 104px;
  }
}

@media screen and (max-width: 1023px) {
  .mv {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 959px) {
  .mv {
    width: 100%;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    margin-inline: initial;
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 767px) {
  .mv {
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 519px) {
  .mv {
    margin-bottom: 40px;
  }
}

.message {
  margin-bottom: calc(8px * 13);
  position: relative;
}

@media screen and (max-width: 959px) {
  .message {
    margin-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .message {
    margin-bottom: calc((8px * 13) * 0.5);
  }
}

.message::before {
  content: '';
  position: absolute;
  top: -32vw;
  right: 0;
  z-index: -1;
  width: 90%;
  max-width: 1360px;
  aspect-ratio: 1362 / 760;
  background: url("/wp-content/themes/itreat_base/dist/img/accident/message-bg.png") center/contain no-repeat;
}

@media screen and (max-width: 1279px) {
  .message {
    margin-bottom: 104px;
  }
}

@media screen and (max-width: 1023px) {
  .message {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 959px) {
  .message {
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 767px) {
  .message {
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 519px) {
  .message {
    margin-bottom: 40px;
  }
}

.message .message-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 56px;
  max-width: calc(50% + 535px);
  padding-right: 40px;
}

@media screen and (max-width: 1279px) {
  .message .message-unit {
    gap: 40px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 1023px) {
  .message .message-unit {
    gap: 32px;
  }
}

@media screen and (max-width: 959px) {
  .message .message-unit {
    gap: 24px;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .message .message-unit {
    gap: 16px;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.message .message-unit__vsl {
  position: sticky;
  top: 0;
  width: calc(100% - 616px);
}

@media screen and (max-width: 1279px) {
  .message .message-unit__vsl {
    width: calc(100% - 560px);
  }
}

@media screen and (max-width: 1023px) {
  .message .message-unit__vsl {
    width: calc(100% - 512px);
  }
}

@media screen and (max-width: 959px) {
  .message .message-unit__vsl {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }
}

.message .message-unit__dtl {
  position: relative;
  width: 560px;
  z-index: 2;
}

@media screen and (max-width: 1279px) {
  .message .message-unit__dtl {
    width: 520px;
  }
}

@media screen and (max-width: 1023px) {
  .message .message-unit__dtl {
    width: 480px;
  }
}

@media screen and (max-width: 959px) {
  .message .message-unit__dtl {
    width: 100%;
    padding-right: 0;
  }
}

.message .message-unit__dtl::before {
  position: absolute;
  content: '';
  bottom: -60px;
  left: calc(100% - 380px);
  width: 760px;
  height: 560px;
  background: url("/wp-content/themes/itreat_base/dist/img/accident/logo-deco.svg") center/contain no-repeat;
  z-index: -1;
}

@media screen and (max-width: 1279px) {
  .message .message-unit__dtl::before {
    width: 640px;
    height: 400px;
  }
}

@media screen and (max-width: 959px) {
  .message .message-unit__dtl::before {
    width: 560px;
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .message .message-unit__dtl::before {
    width: 480px;
    height: 380px;
    left: calc(100% - 280px);
  }
}

.message .message-unit .message-img {
  overflow: clip;
  position: relative;
  border-radius: 0 24px 24px 0;
}

@media screen and (max-width: 1023px) {
  .message .message-unit .message-img {
    border-radius: 20px;
  }
}

@media screen and (max-width: 959px) {
  .message .message-unit .message-img {
    max-width: 640px;
    margin: 0 auto 24px;
    border-radius: 16px;
  }
}

@media screen and (max-width: 767px) {
  .message .message-unit .message-img {
    border-radius: 14px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 519px) {
  .message .message-unit .message-img {
    border-radius: 8px;
  }
}

.message .message-unit .message-img .message-typo {
  opacity: 0.4;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  font-size: 3.8rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
}

@media screen and (max-width: 1279px) {
  .message .message-unit .message-img .message-typo {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 1023px) {
  .message .message-unit .message-img .message-typo {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 959px) {
  .message .message-unit .message-img .message-typo {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .message .message-unit .message-img .message-typo {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .message .message-unit .message-img .message-typo {
    font-size: 2rem;
  }
}

.message .message-unit .message-img .message-sign {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 325px;
  height: 140px;
  padding: 56px 0 0 156px;
  background: url("/wp-content/themes/itreat_base/dist/img/accident/message-sign-bg.png") center/contain no-repeat;
}

@media screen and (max-width: 1279px) {
  .message .message-unit .message-img .message-sign {
    width: 223px;
    height: 96px;
    padding: 33px 0 0 102px;
  }
}

@media screen and (max-width: 1023px) {
  .message .message-unit .message-img .message-sign {
    width: 211px;
    height: 76px;
    padding: 26px 0 0 106px;
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 959px) {
  .message .message-unit .message-img .message-sign {
    width: 211px;
    height: 76px;
    padding: 26px 0 0 106px;
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 767px) {
  .message .message-unit .message-img .message-sign {
    width: 240px;
    height: 100px;
    padding: 35px 0 0 110px;
  }
}

@media screen and (max-width: 519px) {
  .message .message-unit .message-img .message-sign {
    width: 220px;
    height: 90px;
    padding: 30px 0 0 100px;
  }
}

.message .message-unit .message-img .message-sign dt {
  font-weight: bold;
  margin-bottom: 12px;
  color: #06C755;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1279px) {
  .message .message-unit .message-img .message-sign dt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1023px) {
  .message .message-unit .message-img .message-sign dt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .message .message-unit .message-img .message-sign dt {
    font-size: 1.4rem;
  }
}

.message .message-unit .message-img .message-sign dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .message .message-unit .message-img .message-sign dd {
    gap: 4px;
  }
}

.message .message-unit .message-img .message-sign dd em {
  font-size: 2.8rem;
}

@media screen and (max-width: 1279px) {
  .message .message-unit .message-img .message-sign dd em {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .message .message-unit .message-img .message-sign dd em {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .message .message-unit .message-img .message-sign dd em {
    font-size: 1.8rem;
  }
}

.message .message-unit .message-ttl {
  position: relative;
  font-weight: bold;
  font-size: 3.2rem;
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .message .message-unit .message-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .message .message-unit .message-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .message .message-unit .message-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .message .message-unit .message-ttl {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .message .message-unit .message-ttl {
    font-size: 2.2rem;
  }
}

.message .message-unit .message-ttl::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 150px;
  height: 110px;
  background: url("/wp-content/themes/itreat_base/dist/img/accident/about-ttl-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 1279px) {
  .message .message-unit .message-ttl::before {
    width: 140px;
    height: 100px;
  }
}

@media screen and (max-width: 1023px) {
  .message .message-unit .message-ttl::before {
    width: 130px;
    height: 90px;
  }
}

@media screen and (max-width: 959px) {
  .message .message-unit .message-ttl::before {
    width: 120px;
    height: 80px;
    right: -48px;
  }
}

@media screen and (max-width: 767px) {
  .message .message-unit .message-ttl::before {
    display: none;
  }
}

.message .message-unit .message-ttl .message-ttl-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.message .message-unit .message-ttl .message-ttl-logo img {
  width: 294px;
  margin-right: 8px;
  margin-bottom: 8px;
}

@media screen and (max-width: 1023px) {
  .message .message-unit .message-ttl .message-ttl-logo img {
    width: 270px;
  }
}

@media screen and (max-width: 959px) {
  .message .message-unit .message-ttl .message-ttl-logo img {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .message .message-unit .message-ttl .message-ttl-logo img {
    width: 220px;
  }
}

.message .message-unit .message-ttl span {
  font-size: 4rem;
  font-weight: bold;
  color: #1D9817;
  border-bottom: 1px dashed #1D9817;
}

@media screen and (max-width: 1023px) {
  .message .message-unit .message-ttl span {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 959px) {
  .message .message-unit .message-ttl span {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 519px) {
  .message .message-unit .message-ttl span {
    font-size: 2.4rem;
  }
}

.message .message-unit .message-ttl span:nth-of-type(2) {
  color: #ffa500;
  border-color: #ffa500;
}

.message .message-unit .message-txt:not(:last-child) {
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .message .message-unit .message-txt:not(:last-child) {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .message .message-unit .message-txt:not(:last-child) {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.message .message-unit .message-worries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .message .message-unit .message-worries {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .message .message-unit .message-worries {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.message .message-unit .message-worries__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  aspect-ratio: 290/108;
  max-width: 290px;
  max-height: 108px;
  padding: 0 32px;
  background: url("/wp-content/themes/itreat_base/dist/img/accident/worries-list-bg.svg") center/contain no-repeat;
  color: #8F7A6D;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 1023px) {
  .message .message-unit .message-worries__item {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 959px) {
  .message .message-unit .message-worries__item {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .message .message-unit .message-worries__item {
    padding: 0 24px;
    font-size: 1.2rem;
  }
}

.lawyer {
  margin-bottom: calc(8px * 13);
}

@media screen and (max-width: 959px) {
  .lawyer {
    margin-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .lawyer {
    margin-bottom: calc((8px * 13) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .lawyer {
    margin-bottom: 104px;
  }
}

@media screen and (max-width: 1023px) {
  .lawyer {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 959px) {
  .lawyer {
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 767px) {
  .lawyer {
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 519px) {
  .lawyer {
    margin-bottom: 40px;
  }
}

.lawyer .lawyer-unit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 1279px) {
  .lawyer .lawyer-unit {
    gap: 32px;
  }
}

@media screen and (max-width: 1023px) {
  .lawyer .lawyer-unit {
    gap: 24px;
  }
}

@media screen and (max-width: 959px) {
  .lawyer .lawyer-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .lawyer .lawyer-unit {
    gap: 8px;
  }
}

.lawyer .lawyer-unit::before {
  position: absolute;
  content: '';
  width: 2000px;
  height: 1227px;
  bottom: -88px;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
  background: url("/wp-content/themes/itreat_base/dist/img/accident/lawyer-bg-deco.png") center/contain no-repeat;
}

@media screen and (max-width: 1279px) {
  .lawyer .lawyer-unit::before {
    width: 1440px;
    height: 884px;
  }
}

@media screen and (max-width: 1023px) {
  .lawyer .lawyer-unit::before {
    width: 1200px;
    height: 736px;
    bottom: -44px;
  }
}

@media screen and (max-width: 959px) {
  .lawyer .lawyer-unit::before {
    width: 1100px;
    height: 675px;
  }
}

@media screen and (max-width: 767px) {
  .lawyer .lawyer-unit::before {
    width: 960px;
    height: 589px;
    bottom: -24px;
  }
}

@media screen and (max-width: 519px) {
  .lawyer .lawyer-unit::before {
    width: 720px;
    height: 442px;
  }
}

.lawyer .lawyer-unit__dtl {
  width: 720px;
}

@media screen and (max-width: 1279px) {
  .lawyer .lawyer-unit__dtl {
    width: 640px;
  }
}

@media screen and (max-width: 1023px) {
  .lawyer .lawyer-unit__dtl {
    width: 560px;
  }
}

@media screen and (max-width: 959px) {
  .lawyer .lawyer-unit__dtl {
    width: 100%;
    max-width: 640px;
  }
}

@media screen and (max-width: 767px) {
  .lawyer .lawyer-unit__dtl {
    max-width: 480px;
  }
}

.lawyer .lawyer-unit__dtl .lawyer-dtl-ttl {
  padding: 20px;
  border: 1px dashed #3184C1;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .lawyer .lawyer-unit__dtl .lawyer-dtl-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .lawyer .lawyer-unit__dtl .lawyer-dtl-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .lawyer .lawyer-unit__dtl .lawyer-dtl-ttl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1023px) {
  .lawyer .lawyer-unit__dtl .lawyer-dtl-ttl {
    font-size: 1.6rem;
    padding: 16px;
  }
}

@media screen and (max-width: 959px) {
  .lawyer .lawyer-unit__dtl .lawyer-dtl-ttl {
    text-align: center;
    padding: 12px;
  }
}

.lawyer .lawyer-unit__dtl .lawyer-dtl-ttl__upper em {
  color: #ffa500;
  font-size: 2.4rem;
}

@media screen and (max-width: 1279px) {
  .lawyer .lawyer-unit__dtl .lawyer-dtl-ttl__upper em {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .lawyer .lawyer-unit__dtl .lawyer-dtl-ttl__upper em {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 959px) {
  .lawyer .lawyer-unit__dtl .lawyer-dtl-ttl__upper em {
    font-size: 1.6rem;
  }
}

.lawyer .lawyer-unit__dtl .lawyer-dtl-ttl__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 959px) {
  .lawyer .lawyer-unit__dtl .lawyer-dtl-ttl__lower {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.lawyer .lawyer-unit__dtl .lawyer-dtl-ttl__lower span {
  color: #3184C1;
  font-size: 1.8rem;
  padding-left: 8px;
}

@media screen and (max-width: 1279px) {
  .lawyer .lawyer-unit__dtl .lawyer-dtl-ttl__lower span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 959px) {
  .lawyer .lawyer-unit__dtl .lawyer-dtl-ttl__lower span {
    font-size: 1.4rem;
  }
}

.lawyer .lawyer-unit__dtl .lawyer-dtl-ttl__lower span em {
  font-size: 2.4rem;
}

@media screen and (max-width: 1279px) {
  .lawyer .lawyer-unit__dtl .lawyer-dtl-ttl__lower span em {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .lawyer .lawyer-unit__dtl .lawyer-dtl-ttl__lower span em {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 959px) {
  .lawyer .lawyer-unit__dtl .lawyer-dtl-ttl__lower span em {
    font-size: 1.6rem;
  }
}

.lawyer .lawyer-unit__dtl .lawyer-dtl-ttl img {
  width: 245px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .lawyer .lawyer-unit__dtl .lawyer-dtl-ttl img {
    width: 200px;
  }
}

.lawyer .lawyer-unit__dtl .lawyer-dtl-txt {
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .lawyer .lawyer-unit__dtl .lawyer-dtl-txt {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .lawyer .lawyer-unit__dtl .lawyer-dtl-txt {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.lawyer .lawyer-unit__vsl {
  width: calc(100% - 760px);
}

@media screen and (max-width: 1279px) {
  .lawyer .lawyer-unit__vsl {
    width: calc(100% - 672px);
  }
}

@media screen and (max-width: 1023px) {
  .lawyer .lawyer-unit__vsl {
    width: calc(100% - 584px);
  }
}

@media screen and (max-width: 959px) {
  .lawyer .lawyer-unit__vsl {
    width: 100%;
    max-width: 640px;
  }
}

@media screen and (max-width: 767px) {
  .lawyer .lawyer-unit__vsl {
    max-width: 480px;
  }
}

.lawyer .lawyer-unit__vsl img {
  border-radius: 24px;
}

.after-rehab {
  margin-bottom: calc(8px * 13);
}

@media screen and (max-width: 959px) {
  .after-rehab {
    margin-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .after-rehab {
    margin-bottom: calc((8px * 13) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .after-rehab {
    margin-bottom: 104px;
  }
}

@media screen and (max-width: 1023px) {
  .after-rehab {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 959px) {
  .after-rehab {
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 767px) {
  .after-rehab {
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 519px) {
  .after-rehab {
    margin-bottom: 40px;
  }
}

.after-rehab .after-rehab-unit {
  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;
  max-width: calc(50vw + 640px);
  margin-right: auto;
  gap: 56px;
}

@media screen and (max-width: 1400px) {
  .after-rehab .after-rehab-unit {
    max-width: calc(50vw + 592px);
    gap: 40px;
  }
}

@media screen and (max-width: 1279px) {
  .after-rehab .after-rehab-unit {
    gap: 32px;
    max-width: calc(50vw + 466px);
  }
}

@media screen and (max-width: 1023px) {
  .after-rehab .after-rehab-unit {
    gap: 24px;
    max-width: calc(50vw + 440px);
  }
}

@media screen and (max-width: 959px) {
  .after-rehab .after-rehab-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 8px;
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .after-rehab .after-rehab-unit {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.after-rehab .after-rehab-unit__vsl {
  width: calc(100% - 638px);
}

@media screen and (max-width: 1400px) {
  .after-rehab .after-rehab-unit__vsl {
    width: calc(100% - 618px);
  }
}

@media screen and (max-width: 1279px) {
  .after-rehab .after-rehab-unit__vsl {
    width: calc(100% - 638px);
  }
}

@media screen and (max-width: 1023px) {
  .after-rehab .after-rehab-unit__vsl {
    width: calc(100% - 607px);
  }
}

@media screen and (max-width: 959px) {
  .after-rehab .after-rehab-unit__vsl {
    width: 100%;
    max-width: 640px;
    margin-inline: auto;
  }
}

.after-rehab .after-rehab-unit__vsl img {
  border-radius: 0 24px 24px 0;
}

@media screen and (max-width: 959px) {
  .after-rehab .after-rehab-unit__vsl img {
    border-radius: 16px;
  }
}

@media screen and (max-width: 519px) {
  .after-rehab .after-rehab-unit__vsl img {
    border-radius: 8px;
  }
}

.after-rehab .after-rehab-unit__dtl {
  width: 820px;
}

@media screen and (max-width: 1400px) {
  .after-rehab .after-rehab-unit__dtl {
    width: 663px;
  }
}

@media screen and (max-width: 1279px) {
  .after-rehab .after-rehab-unit__dtl {
    width: 607px;
  }
}

@media screen and (max-width: 1023px) {
  .after-rehab .after-rehab-unit__dtl {
    width: 583px;
  }
}

@media screen and (max-width: 959px) {
  .after-rehab .after-rehab-unit__dtl {
    width: 100%;
    max-width: 640px;
  }
}

.after-rehab .after-rehab-unit__dtl .after-rehab-ttl {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl {
    font-size: 3.0rem;
  }
}

@media screen and (max-width: 1279px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 1023px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 959px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl {
    font-size: 1.6rem;
  }
}

.after-rehab .after-rehab-unit__dtl .after-rehab-ttl__upper {
  display: block;
  margin-bottom: 20px;
}

.after-rehab .after-rehab-unit__dtl .after-rehab-ttl__upper span {
  position: relative;
  color: #1D9817;
  font-size: 4rem;
}

@media screen and (max-width: 1400px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl__upper span {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 1279px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl__upper span {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 1023px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl__upper span {
    font-size: 3.0rem;
  }
}

@media screen and (max-width: 959px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl__upper span {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl__upper span {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl__upper span {
    font-size: 2rem;
  }
}

.after-rehab .after-rehab-unit__dtl .after-rehab-ttl__upper span::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  aspect-ratio: 1 / 1;
  top: -10px;
  left: 50%;
  translate: -50% 0;
  background: #1D9817;
  border-radius: 50%;
}

@media screen and (max-width: 959px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl__upper span::before {
    width: 5px;
    height: 5px;
  }
}

.after-rehab .after-rehab-unit__dtl .after-rehab-ttl__upper em {
  font-size: 4rem;
}

@media screen and (max-width: 1400px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl__upper em {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 1279px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl__upper em {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 1023px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl__upper em {
    font-size: 3.0rem;
  }
}

@media screen and (max-width: 959px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl__upper em {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl__upper em {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl__upper em {
    font-size: 1.8rem;
  }
}

.after-rehab .after-rehab-unit__dtl .after-rehab-ttl__lower {
  display: block;
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl__lower {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl__lower {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

.after-rehab .after-rehab-unit__dtl .after-rehab-ttl__lower em {
  position: relative;
  font-size: 4rem;
  color: #FF6D37;
  padding: 20px 14px 14px 20px;
  margin-right: 8px;
}

@media screen and (max-width: 1400px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl__lower em {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 1279px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl__lower em {
    font-size: 3.0rem;
  }
}

@media screen and (max-width: 1023px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl__lower em {
    font-size: 3.0rem;
  }
}

@media screen and (max-width: 959px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl__lower em {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl__lower em {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl__lower em {
    font-size: 1.8rem;
    margin-right: 0;
    padding: 13px;
  }
}

.after-rehab .after-rehab-unit__dtl .after-rehab-ttl__lower em::before, .after-rehab .after-rehab-unit__dtl .after-rehab-ttl__lower em::after {
  position: absolute;
  content: '';
  width: 37px;
  height: 34px;
  background: url("/wp-content/themes/itreat_base/dist/img/accident/after-rehab-ttl-deco.svg") center/contain no-repeat;
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl__lower em::before, .after-rehab .after-rehab-unit__dtl .after-rehab-ttl__lower em::after {
    width: 35px;
    weight: 32px;
  }
}

@media screen and (max-width: 959px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl__lower em::before, .after-rehab .after-rehab-unit__dtl .after-rehab-ttl__lower em::after {
    width: 33px;
    weight: 29px;
  }
}

@media screen and (max-width: 767px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-ttl__lower em::before, .after-rehab .after-rehab-unit__dtl .after-rehab-ttl__lower em::after {
    width: 31px;
    weight: 27px;
  }
}

.after-rehab .after-rehab-unit__dtl .after-rehab-ttl__lower em::before {
  top: 0;
  left: 0;
}

.after-rehab .after-rehab-unit__dtl .after-rehab-ttl__lower em::after {
  bottom: 0;
  right: 0;
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.after-rehab .after-rehab-unit__dtl .after-rehab-txt {
  text-align: center;
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-txt {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-txt {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.after-rehab .after-rehab-unit__dtl .after-rehab-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-list {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-list {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 519px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-list {
    gap: 4px;
  }
}

.after-rehab .after-rehab-unit__dtl .after-rehab-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: #FCF7E2;
  border-radius: 4px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 1400px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}

@media screen and (max-width: 1279px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-list__item {
    padding: 14px;
  }
}

@media screen and (max-width: 959px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-list__item {
    padding: 12px;
  }
}

@media screen and (max-width: 767px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-list__item {
    padding: 8px;
  }
}

.after-rehab .after-rehab-unit__dtl .after-rehab-list__item dt {
  font-weight: bold;
  color: #56A617;
  font-size: 1.8rem;
}

@media screen and (max-width: 1279px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-list__item dt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 959px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-list__item dt {
    font-size: 1.4rem;
  }
}

.after-rehab .after-rehab-unit__dtl .after-rehab-list__item dd {
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-list__item dd {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 959px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-list__item dd {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-list__item dd {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .after-rehab .after-rehab-unit__dtl .after-rehab-list__item dd {
    font-size: 1.2rem;
  }
}

.trouble .trouble-ttl {
  text-align: center;
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .trouble .trouble-ttl {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .trouble .trouble-ttl {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .trouble .trouble-ttl {
    margin-bottom: 16px;
  }
}

.trouble .trouble-ttl em {
  display: block;
  font-size: 4rem;
  font-weight: bold;
  color: #ffa500;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 1023px) {
  .trouble .trouble-ttl em {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 959px) {
  .trouble .trouble-ttl em {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .trouble .trouble-ttl em {
    font-size: 2.4rem;
  }
}

.trouble .trouble-ttl em span {
  position: relative;
  padding-right: 22px;
}

@media screen and (max-width: 959px) {
  .trouble .trouble-ttl em span {
    padding-right: 14px;
  }
}

@media screen and (max-width: 767px) {
  .trouble .trouble-ttl em span {
    font-size: 2.4rem;
  }
}

.trouble .trouble-ttl em span::before, .trouble .trouble-ttl em span::after {
  position: absolute;
  content: '!';
  top: 50%;
  translate: 0 -50%;
}

@media screen and (max-width: 519px) {
  .trouble .trouble-ttl em span::before, .trouble .trouble-ttl em span::after {
    bottom: -8px;
    top: auto;
    translate: none;
  }
}

.trouble .trouble-ttl em span::before {
  color: #ffa500;
  right: 0;
  rotate: 16deg;
  font-size: 5.2rem;
}

@media screen and (max-width: 1023px) {
  .trouble .trouble-ttl em span::before {
    font-size: 4rem;
  }
}

@media screen and (max-width: 959px) {
  .trouble .trouble-ttl em span::before {
    font-size: 3.2rem;
  }
}

.trouble .trouble-ttl em span::after {
  color: #FFCF57;
  right: -22px;
  rotate: 28deg;
  font-size: 4.8rem;
}

@media screen and (max-width: 1023px) {
  .trouble .trouble-ttl em span::after {
    font-size: 4rem;
  }
}

@media screen and (max-width: 959px) {
  .trouble .trouble-ttl em span::after {
    font-size: 3.2rem;
    right: -14px;
  }
}

.trouble .trouble-ttl .trouble-ttl-balloon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .trouble .trouble-ttl .trouble-ttl-balloon {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .trouble .trouble-ttl .trouble-ttl-balloon {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .trouble .trouble-ttl .trouble-ttl-balloon {
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  .trouble .trouble-ttl .trouble-ttl-balloon {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .trouble .trouble-ttl .trouble-ttl-balloon {
    font-size: 1.6rem;
  }
}

.trouble .trouble-ttl .trouble-ttl-balloon::before {
  position: absolute;
  content: '';
  top: calc( 50% + 6px);
  left: 50%;
  translate: -50% -50%;
  width: 482px;
  height: 82px;
  background-color: #CDC39D;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/accident/trouble-ttl-balloon.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/accident/trouble-ttl-balloon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

@media screen and (max-width: 1023px) {
  .trouble .trouble-ttl .trouble-ttl-balloon::before {
    width: 400px;
    height: 72px;
  }
}

@media screen and (max-width: 959px) {
  .trouble .trouble-ttl .trouble-ttl-balloon::before {
    width: 360px;
    height: 64px;
  }
}

@media screen and (max-width: 767px) {
  .trouble .trouble-ttl .trouble-ttl-balloon::before {
    width: 320px;
    height: 56px;
  }
}

.trouble .trouble-ttl .trouble-ttl-balloon em {
  position: relative;
  font-size: 3.6rem;
  font-weight: bold;
  color: #1D9817;
}

@media screen and (max-width: 1023px) {
  .trouble .trouble-ttl .trouble-ttl-balloon em {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 959px) {
  .trouble .trouble-ttl .trouble-ttl-balloon em {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .trouble .trouble-ttl .trouble-ttl-balloon em {
    font-size: 2.4rem;
  }
}

.trouble .trouble-ttl .trouble-ttl-balloon em::before {
  position: absolute;
  content: '';
  top: -16px;
  right: 0;
  width: 20px;
  height: 27px;
  background: url("/wp-content/themes/itreat_base/dist/img/accident/trouble-ttl-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 1023px) {
  .trouble .trouble-ttl .trouble-ttl-balloon em::before {
    width: 18px;
    height: 25px;
  }
}

@media screen and (max-width: 959px) {
  .trouble .trouble-ttl .trouble-ttl-balloon em::before {
    width: 16px;
    height: 23px;
  }
}

@media screen and (max-width: 767px) {
  .trouble .trouble-ttl .trouble-ttl-balloon em::before {
    width: 14px;
    height: 20px;
  }
}

.trouble .trouble-list {
  background: #FCF7E2;
  padding: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 16px;
  gap: 8px;
}

@media screen and (max-width: 1023px) {
  .trouble .trouble-list {
    border-radius: 10px;
    gap: 4px;
    padding: 32px;
  }
}

@media screen and (max-width: 959px) {
  .trouble .trouble-list {
    border-radius: 8px;
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .trouble .trouble-list {
    grid-template-columns: repeat(1, 1fr);
    padding: 16px;
  }
}

.trouble .trouble-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border-radius: 4px;
  padding: 16px;
}

@media screen and (max-width: 1023px) {
  .trouble .trouble-list__item {
    padding: 10px;
  }
}

@media screen and (max-width: 959px) {
  .trouble .trouble-list__item {
    padding: 8px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .trouble .trouble-list__item {
    padding: 6px;
    border-radius: 2px;
  }
}

.trouble .trouble-list__item span {
  position: relative;
  display: inline-block;
  padding-left: 48px;
}

@media screen and (max-width: 959px) {
  .trouble .trouble-list__item span {
    padding-left: 40px;
  }
}

.trouble .trouble-list__item span::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 40px;
  height: 44px;
  background: url("/wp-content/themes/itreat_base/dist/img/accident/trouble-list-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 1023px) {
  .trouble .trouble-list__item span::before {
    width: 36px;
    height: 40px;
  }
}

@media screen and (max-width: 959px) {
  .trouble .trouble-list__item span::before {
    width: 32px;
    height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .trouble .trouble-list__item span::before {
    width: 28px;
    height: 32px;
  }
}

.trouble .trouble-list__item span em {
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 1px dashed #ffa500;
}

@media screen and (max-width: 1023px) {
  .trouble .trouble-list__item span em {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 959px) {
  .trouble .trouble-list__item span em {
    font-size: 1.4rem;
  }
}

.reason {
  padding-top: calc(8px * 13);
  padding-bottom: calc(8px * 13);
  background: #FCF7E2;
  border-radius: 40px;
}

@media screen and (max-width: 959px) {
  .reason {
    padding-top: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason {
    padding-top: calc((8px * 13) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .reason {
    padding-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason {
    padding-bottom: calc((8px * 13) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .reason {
    border-radius: calc(40px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason {
    border-radius: calc(40px * 0.5);
  }
}

.reason .reason-headline {
  max-width: 740px;
  margin: 0 auto;
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 959px) {
  .reason .reason-headline {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-headline {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

.reason .reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}

@media screen and (max-width: 1279px) {
  .reason .reason-list {
    gap: 24px;
  }
}

.reason .reason-list__item {
  width: calc((100% / 2) - (32px * 1 / 2));
  padding: 40px;
  background: #ffffff;
  border-radius: 24px;
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item {
    border-radius: calc(24px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item {
    border-radius: calc(24px * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .reason .reason-list__item {
    width: calc((100% / 2) - (24px * 1 / 2));
    padding: 32px;
  }
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .reason .reason-list__item {
    width: 100%;
    padding: 32px 24px;
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item {
    padding: 16px;
  }
}

.reason .reason-list__item .reason-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 1279px) {
  .reason .reason-list__item .reason-unit {
    gap: 32px;
  }
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item .reason-unit {
    gap: 24px;
  }
}

.reason .reason-list__item .reason-unit__vsl {
  width: 400px;
}

@media screen and (max-width: 1279px) {
  .reason .reason-list__item .reason-unit__vsl {
    width: 360px;
  }
}

@media screen and (max-width: 1023px) {
  .reason .reason-list__item .reason-unit__vsl {
    width: 320px;
  }
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item .reason-unit__vsl {
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .reason .reason-list__item .reason-unit__vsl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}

.reason .reason-list__item .reason-unit__vsl img {
  border-radius: 24px;
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item .reason-unit__vsl img {
    border-radius: calc(24px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item .reason-unit__vsl img {
    border-radius: calc(24px * 0.5);
  }
}

.reason .reason-list__item .reason-unit__dtl {
  width: calc(100% - 440px);
}

@media screen and (max-width: 1279px) {
  .reason .reason-list__item .reason-unit__dtl {
    width: calc(100% - 392px);
  }
}

@media screen and (max-width: 1023px) {
  .reason .reason-list__item .reason-unit__dtl {
    width: calc(100% - 352px);
  }
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item .reason-unit__dtl {
    width: calc(100% - 312px);
  }
}

@media screen and (max-width: 767px) {
  .reason .reason-list__item .reason-unit__dtl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}

.reason .reason-list__item .reason-unit.--separate {
  margin-bottom: calc(8px * 5);
  padding-bottom: calc(8px * 5);
  border-bottom: solid 1px #F3F3F3;
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item .reason-unit.--separate {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item .reason-unit.--separate {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item .reason-unit.--separate {
    padding-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item .reason-unit.--separate {
    padding-bottom: calc((8px * 5) * 0.5);
  }
}

.reason .reason-list__item .reason-unit.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.reason .reason-list__item .reason-ttl {
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item .reason-ttl {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item .reason-ttl {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

.reason .reason-list__item .reason-ttl__sub {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FF6D37;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item .reason-ttl__sub {
    font-size: 1.4rem;
  }
}

.reason .reason-list__item .reason-ttl__sub em {
  font-size: 2rem;
  -webkit-text-emphasis: filled #FF6D37;
  text-emphasis: filled #FF6D37;
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item .reason-ttl__sub em {
    font-size: 1.6rem;
  }
}

.reason .reason-list__item .reason-ttl__main {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1279px) {
  .reason .reason-list__item .reason-ttl__main {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item .reason-ttl__main {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 767px) {
  .reason .reason-list__item .reason-ttl__main {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item .reason-ttl__main {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}

.reason .reason-list__item .reason-ttl__main em {
  font-size: 4rem;
}

@media screen and (max-width: 1279px) {
  .reason .reason-list__item .reason-ttl__main em {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item .reason-ttl__main em {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .reason .reason-list__item .reason-ttl__main em {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item .reason-ttl__main em {
    font-size: 2rem;
  }
}

.reason .reason-list__item .reason-ttl .reason-ttl-num {
  position: relative;
  width: 200px;
  margin: 0 auto 8px;
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item .reason-ttl .reason-ttl-num {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .reason .reason-list__item .reason-ttl .reason-ttl-num {
    width: 140px;
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item .reason-ttl .reason-ttl-num {
    width: 120px;
  }
}

.reason .reason-list__item .reason-ttl .reason-ttl-num::before, .reason .reason-list__item .reason-ttl .reason-ttl-num::after {
  content: '';
  position: absolute;
  bottom: 6px;
  width: 72px;
  aspect-ratio: 3 / 2;
  background: url("/wp-content/themes/itreat_base/dist/img/accident/reason-num-deco.png") center/contain no-repeat;
}

@media screen and (max-width: 1279px) {
  .reason .reason-list__item .reason-ttl .reason-ttl-num::before, .reason .reason-list__item .reason-ttl .reason-ttl-num::after {
    width: 56px;
  }
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item .reason-ttl .reason-ttl-num::before, .reason .reason-list__item .reason-ttl .reason-ttl-num::after {
    width: 40px;
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item .reason-ttl .reason-ttl-num::before, .reason .reason-list__item .reason-ttl .reason-ttl-num::after {
    width: 32px;
  }
}

.reason .reason-list__item .reason-ttl .reason-ttl-num::before {
  right: calc(100% + 12px);
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item .reason-ttl .reason-ttl-num::before {
    right: calc(100% + 6px);
  }
}

.reason .reason-list__item .reason-ttl .reason-ttl-num::after {
  left: calc(100% + 12px);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item .reason-ttl .reason-ttl-num::after {
    left: calc(100% + 6px);
  }
}

.reason .reason-list__item .reason-ttl .reason-ttl-txt {
  padding: 8px 0;
  border-bottom: dashed 1px #D9D9D9;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .reason .reason-list__item .reason-ttl .reason-ttl-txt {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item .reason-ttl .reason-ttl-txt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .reason .reason-list__item .reason-ttl .reason-ttl-txt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item .reason-ttl .reason-ttl-txt {
    font-size: 1.8rem;
    padding: 4px 0;
  }
}

.reason .reason-list__item .reason-ttl .reason-ttl-txt em {
  font-size: 3.2rem;
}

@media screen and (max-width: 1279px) {
  .reason .reason-list__item .reason-ttl .reason-ttl-txt em {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item .reason-ttl .reason-ttl-txt em {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item .reason-ttl .reason-ttl-txt em {
    font-size: 2rem;
  }
}

.reason .reason-list__item .reason-ttl.--left .reason-ttl-num {
  margin: 0 0 8px;
}

@media screen and (max-width: 767px) {
  .reason .reason-list__item .reason-ttl.--left .reason-ttl-num {
    margin: 0 auto 8px;
  }
}

.reason .reason-list__item .reason-ttl.--left .reason-ttl-num::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .reason .reason-list__item .reason-ttl.--left .reason-ttl-num::before {
    display: block;
  }
}

.reason .reason-list__item .reason-ttl.--left .reason-ttl-txt {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .reason .reason-list__item .reason-ttl.--left .reason-ttl-txt {
    text-align: center;
  }
}

.reason .reason-list__item .reason-ttl.--fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.reason .reason-list__item .reason-sub-ttl {
  position: relative;
  margin-bottom: calc(8px * 4);
  padding: 0 20px 20px 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item .reason-sub-ttl {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item .reason-sub-ttl {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .reason .reason-list__item .reason-sub-ttl {
    padding-bottom: 16px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item .reason-sub-ttl {
    padding-bottom: 12px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item .reason-sub-ttl {
    padding-bottom: 8px;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

.reason .reason-list__item .reason-sub-ttl::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 6px;
  width: 100%;
  height: 64px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #FFCF57;
  border-radius: 0 0 16px 0;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

@media screen and (max-width: 1279px) {
  .reason .reason-list__item .reason-sub-ttl::before {
    height: 56px;
  }
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item .reason-sub-ttl::before {
    height: 48px;
    border-radius: 0 0 12px 0;
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item .reason-sub-ttl::before {
    height: 40px;
    border-radius: 0 0 8px 0;
  }
}

.reason .reason-list__item .reason-sub-ttl.--reverse {
  padding: 0 0 20px 20px;
}

@media screen and (max-width: 1279px) {
  .reason .reason-list__item .reason-sub-ttl.--reverse {
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item .reason-sub-ttl.--reverse {
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item .reason-sub-ttl.--reverse {
    padding-bottom: 8px;
  }
}

.reason .reason-list__item .reason-sub-ttl.--reverse::before {
  left: -6px;
  border-width: 0 0 2px 2px;
  border-radius: 0 0 0 16px;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item .reason-sub-ttl.--reverse::before {
    border-radius: 0 0 0 12px;
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item .reason-sub-ttl.--reverse::before {
    border-radius: 0 0 0 8px;
  }
}

.reason .reason-list__item .reason-relation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

.reason .reason-list__item .reason-relation-list__item {
  width: calc((100% / 2) - (24px * 1 / 2));
  padding: 32px;
  border: dashed 1px #ffa500;
  border-radius: 8px;
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item .reason-relation-list__item {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .reason .reason-list__item .reason-relation-list__item {
    width: 100%;
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item .reason-relation-list__item {
    padding: 16px;
  }
}

.reason .reason-list__item .reason-relation-list__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  padding-bottom: 24px;
  margin-bottom: calc(8px * 4);
  border-bottom: dashed 1px #ffa500;
  color: #ffa500;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item .reason-relation-list__item dt {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item .reason-relation-list__item dt {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item .reason-relation-list__item dt {
    padding-bottom: 16px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .reason .reason-list__item .reason-relation-list__item dt {
    height: auto;
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item .reason-relation-list__item dt {
    font-size: 1.6rem;
  }
}

.reason .reason-list__item .reason-vsl {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item .reason-vsl {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item .reason-vsl {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .reason .reason-list__item .reason-vsl {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

.reason .reason-list__item .reason-vsl img {
  border-radius: 24px;
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item .reason-vsl img {
    border-radius: calc(24px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item .reason-vsl img {
    border-radius: calc(24px * 0.5);
  }
}

.reason .reason-list__item.--full {
  width: 100%;
}

.reason .reason-list__item.--reason2 .reason-ttl {
  margin: 0;
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item.--reason2 .reason-ttl {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item.--reason2 .reason-ttl {
    margin-bottom: 16px;
  }
}

.reason .reason-list__item.--reason2 .reason-vsl {
  position: relative;
  margin-bottom: 0;
}

.reason .reason-list__item.--reason2 .reason-vsl .reason-balloon {
  position: absolute;
  top: -16px;
  left: -120px;
  width: 272px;
  aspect-ratio: 6 / 4;
}

@media screen and (max-width: 1279px) {
  .reason .reason-list__item.--reason2 .reason-vsl .reason-balloon {
    left: -96px;
    width: 260px;
  }
}

@media screen and (max-width: 1023px) {
  .reason .reason-list__item.--reason2 .reason-vsl .reason-balloon {
    left: -80px;
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .reason .reason-list__item.--reason2 .reason-vsl .reason-balloon {
    left: -40px;
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item.--reason2 .reason-vsl .reason-balloon {
    left: -20px;
    width: 54%;
    max-width: 200px;
  }
}

.reason .reason-list__item.--reason2 .reason-unit, .reason .reason-list__item.--reason3 .reason-unit {
  gap: 56px;
}

@media screen and (max-width: 1023px) {
  .reason .reason-list__item.--reason2 .reason-unit, .reason .reason-list__item.--reason3 .reason-unit {
    gap: 48px;
  }
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item.--reason2 .reason-unit, .reason .reason-list__item.--reason3 .reason-unit {
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .reason .reason-list__item.--reason2 .reason-unit, .reason .reason-list__item.--reason3 .reason-unit {
    gap: 24px;
  }
}

.reason .reason-list__item.--reason2 .reason-unit__vsl, .reason .reason-list__item.--reason3 .reason-unit__vsl {
  width: 440px;
}

@media screen and (max-width: 1023px) {
  .reason .reason-list__item.--reason2 .reason-unit__vsl, .reason .reason-list__item.--reason3 .reason-unit__vsl {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .reason .reason-list__item.--reason2 .reason-unit__vsl, .reason .reason-list__item.--reason3 .reason-unit__vsl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}

.reason .reason-list__item.--reason2 .reason-unit__dtl, .reason .reason-list__item.--reason3 .reason-unit__dtl {
  width: calc(100% - 496px);
}

@media screen and (max-width: 1023px) {
  .reason .reason-list__item.--reason2 .reason-unit__dtl, .reason .reason-list__item.--reason3 .reason-unit__dtl {
    width: calc(100% - 448px);
  }
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item.--reason2 .reason-unit__dtl, .reason .reason-list__item.--reason3 .reason-unit__dtl {
    width: calc(100% - 440px);
  }
}

@media screen and (max-width: 767px) {
  .reason .reason-list__item.--reason2 .reason-unit__dtl, .reason .reason-list__item.--reason3 .reason-unit__dtl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}

.flow {
  padding-bottom: calc(8px * 13);
  padding-top: calc(8px * 13);
  background-color: #ffffff;
  background-image: repeating-linear-gradient(125deg, transparent, transparent 8px, rgba(217, 217, 217, 0.16) 8px, rgba(217, 217, 217, 0.16) 9px);
}

@media screen and (max-width: 959px) {
  .flow {
    padding-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .flow {
    padding-bottom: calc((8px * 13) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .flow {
    padding-top: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .flow {
    padding-top: calc((8px * 13) * 0.5);
  }
}

.flow.--treatment .flow-ttl::before {
  background: url("/wp-content/themes/itreat_base/dist/img/accident/flow-ttl-deco2.svg") center/contain no-repeat;
}

.flow.--treatment .flow-list__item:nth-of-type(3) .flow-list-dtl .flow-list-vsl {
  top: 56px;
  translate: none;
}

@media screen and (max-width: 767px) {
  .flow.--treatment .flow-list__item:nth-of-type(3) .flow-list-dtl .flow-list-vsl {
    margin-bottom: 16px;
  }
}

.flow.--treatment .flow-list__item .flow-list-dtl .treatment-tbl {
  padding-right: 56px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .flow.--treatment .flow-list__item .flow-list-dtl .treatment-tbl {
    padding-right: 0;
  }
}

.flow.--treatment .flow-list__item .flow-list-dtl .treatment-tbl table {
  border-collapse: separate;
  border-spacing: 0 8px;
}

@media screen and (max-width: 959px) {
  .flow.--treatment .flow-list__item .flow-list-dtl .treatment-tbl table {
    border-spacing: 0 4px;
  }
}

@media screen and (max-width: 767px) {
  .flow.--treatment .flow-list__item .flow-list-dtl .treatment-tbl table {
    border-spacing: 0 12px;
  }
}

@media screen and (max-width: 519px) {
  .flow.--treatment .flow-list__item .flow-list-dtl .treatment-tbl table {
    border-spacing: 0 8px;
  }
}

.flow.--treatment .flow-list__item .flow-list-dtl .treatment-tbl table tbody th {
  font-size: 2rem;
  font-weight: bold;
  background: rgba(255, 165, 0, 0.16);
  width: 250px;
  vertical-align: middle;
  border-radius: 10px 0 0 10px;
  line-height: 1.4;
}

@media screen and (max-width: 1023px) {
  .flow.--treatment .flow-list__item .flow-list-dtl .treatment-tbl table tbody th {
    font-size: 1.8rem;
    width: 230px;
  }
}

@media screen and (max-width: 959px) {
  .flow.--treatment .flow-list__item .flow-list-dtl .treatment-tbl table tbody th {
    font-size: 1.6rem;
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .flow.--treatment .flow-list__item .flow-list-dtl .treatment-tbl table tbody th {
    font-size: 1.4rem;
    width: 100%;
    display: block;
    border-radius: 8px 8px 0 0;
    padding: 8px;
  }
}

.flow.--treatment .flow-list__item .flow-list-dtl .treatment-tbl table tbody th span {
  font-size: 1.6rem;
}

@media screen and (max-width: 1023px) {
  .flow.--treatment .flow-list__item .flow-list-dtl .treatment-tbl table tbody th span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 959px) {
  .flow.--treatment .flow-list__item .flow-list-dtl .treatment-tbl table tbody th span {
    font-size: 1.2rem;
  }
}

.flow.--treatment .flow-list__item .flow-list-dtl .treatment-tbl table tbody td {
  position: relative;
  padding: 32px;
  background: #ffffff;
}

@media screen and (max-width: 1023px) {
  .flow.--treatment .flow-list__item .flow-list-dtl .treatment-tbl table tbody td {
    padding: 24px;
  }
}

@media screen and (max-width: 959px) {
  .flow.--treatment .flow-list__item .flow-list-dtl .treatment-tbl table tbody td {
    padding: 16px;
  }
}

@media screen and (max-width: 767px) {
  .flow.--treatment .flow-list__item .flow-list-dtl .treatment-tbl table tbody td {
    display: block;
    width: 100%;
  }
}

.flow.--treatment .flow-list__item .flow-list-dtl .treatment-tbl table tbody td::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px dashed #D9D9D9;
  border-left: none;
  border-radius: 0 10px 10px 0;
}

@media screen and (max-width: 767px) {
  .flow.--treatment .flow-list__item .flow-list-dtl .treatment-tbl table tbody td::before {
    border: 1px dashed #D9D9D9;
    border-top: none;
    border-radius: 0 0 8px 8px;
  }
}

.flow.--treatment .flow-list__item .flow-list-dtl .treatment-tbl table tbody td .treatment-tbl-txt {
  display: block;
}

@media screen and (max-width: 959px) {
  .flow.--treatment .flow-list__item .flow-list-dtl .treatment-tbl table tbody td .treatment-tbl-txt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .flow.--treatment .flow-list__item .flow-list-dtl .treatment-tbl table tbody td .treatment-tbl-txt {
    font-size: 1.4rem;
  }
}

.flow.--treatment .flow-list__item .flow-list-dtl .treatment-tbl table tbody td .treatment-tbl-txt:not(:last-child) {
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .flow.--treatment .flow-list__item .flow-list-dtl .treatment-tbl table tbody td .treatment-tbl-txt:not(:last-child) {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .flow.--treatment .flow-list__item .flow-list-dtl .treatment-tbl table tbody td .treatment-tbl-txt:not(:last-child) {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.flow .flow-ttl {
  position: relative;
  font-weight: bold;
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .flow .flow-ttl {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-ttl {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

.flow .flow-ttl::before {
  position: absolute;
  content: '';
  top: -40px;
  left: 50%;
  translate: -50% 0;
  width: 142px;
  height: 38px;
  background: url("/wp-content/themes/itreat_base/dist/img/accident/flow-ttl-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 1023px) {
  .flow .flow-ttl::before {
    width: 120px;
    height: 32px;
    top: -32px;
  }
}

@media screen and (max-width: 959px) {
  .flow .flow-ttl::before {
    width: 100px;
    height: 27px;
    top: -28px;
  }
}

.flow .flow-ttl__main {
  display: block;
  font-size: 3.6rem;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .flow .flow-ttl__main {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 959px) {
  .flow .flow-ttl__main {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-ttl__main {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-ttl__main {
    font-size: 2rem;
  }
}

.flow .flow-ttl__main em {
  font-size: 4.4rem;
  color: #FF6D37;
}

@media screen and (max-width: 1023px) {
  .flow .flow-ttl__main em {
    font-size: 4rem;
  }
}

@media screen and (max-width: 959px) {
  .flow .flow-ttl__main em {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-ttl__main em {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-ttl__main em {
    font-size: 2.4rem;
  }
}

.flow .flow-ttl__sub {
  display: block;
  font-size: 2.8rem;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .flow .flow-ttl__sub {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 959px) {
  .flow .flow-ttl__sub {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-ttl__sub {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-ttl__sub {
    font-size: 1.6rem;
  }
}

.flow .flow-ttl__sub em {
  border-bottom: 1px dashed #FF6D37;
}

.flow .flow-list {
  counter-reset: flow-list-num;
}

.flow .flow-list__item {
  position: relative;
  border: 1px solid #ffa500;
  padding: 40px 0px 40px 56px;
  border-radius: 24px;
  background: #ffffff;
  margin-left: 16px;
  margin-right: 24px;
}

@media screen and (max-width: 1023px) {
  .flow .flow-list__item {
    padding: 32px 0px 32px 44px;
    border-radius: 20px;
  }
}

@media screen and (max-width: 959px) {
  .flow .flow-list__item {
    padding: 28px 0px 28px 40px;
    border-radius: 16px;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-list__item {
    padding: 24px 24px 24px 36px;
    margin-right: 0;
    border-radius: 14px;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-list__item {
    padding: 16px 16px 16px 32px;
    border-radius: 8px;
  }
}

.flow .flow-list__item:not(:last-child) {
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .flow .flow-list__item:not(:last-child) {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-list__item:not(:last-child) {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.flow .flow-list__item:not(:last-child)::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  translate: -50% 0;
  width: 62px;
  height: 24px;
  background-color: #ffa500;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/accident/flow-list-arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/accident/flow-list-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

@media screen and (max-width: 1023px) {
  .flow .flow-list__item:not(:last-child)::before {
    height: 26px;
  }
}

@media screen and (max-width: 959px) {
  .flow .flow-list__item:not(:last-child)::before {
    height: 20px;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-list__item:not(:last-child)::before {
    height: 13px;
  }
}

.flow .flow-list__item:nth-child(2n) {
  border-color: #1D9817;
}

.flow .flow-list__item:nth-child(2n)::before {
  background-color: #1D9817;
}

.flow .flow-list__item:nth-child(2n) .flow-list-dtl .flow-list-ttl {
  color: #1D9817;
  border-color: #1D9817;
}

.flow .flow-list__item:nth-child(2n) .flow-list-dtl .flow-list-ttl::before, .flow .flow-list__item:nth-child(2n) .flow-list-dtl .flow-list-ttl::after {
  color: rgba(29, 152, 23, 0.56);
}

.flow .flow-list__item:nth-child(2n) .flow-list-dtl .flow-list-ttl::before {
  border: 2px solid #1D9817;
}

.flow .flow-list__item:nth-child(2n) .flow-list-dtl .flow-list-ttl::after {
  border: 1px solid rgba(29, 152, 23, 0.56);
}

.flow .flow-list__item .flow-list-dtl .flow-list-ttl {
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  color: #ffa500;
  padding-bottom: 18px;
  margin-bottom: 22px;
  border-bottom: 1px dashed #ffa500;
}

@media screen and (max-width: 1023px) {
  .flow .flow-list__item .flow-list-dtl .flow-list-ttl {
    font-size: 2.4rem;
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 959px) {
  .flow .flow-list__item .flow-list-dtl .flow-list-ttl {
    font-size: 2rem;
    padding-bottom: 14px;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-list__item .flow-list-dtl .flow-list-ttl {
    font-size: 1.8rem;
    padding-bottom: 12px;
    margin-bottom: 16px;
  }
}

.flow .flow-list__item .flow-list-dtl .flow-list-ttl::before, .flow .flow-list__item .flow-list-dtl .flow-list-ttl::after {
  position: absolute;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgba(255, 165, 0, 0.56);
}

.flow .flow-list__item .flow-list-dtl .flow-list-ttl::before {
  content: 'STEP';
  font-weight: bold;
  font-size: 1.6rem;
  top: -24px;
  right: calc(100% + 14px);
  width: 84px;
  height: 84px;
  aspect-ratio: 1 / 1;
  background: #ffffff;
  border: 2px solid #ffa500;
  padding-top: 15px;
}

@media screen and (max-width: 1023px) {
  .flow .flow-list__item .flow-list-dtl .flow-list-ttl::before {
    width: 72px;
    height: 72px;
    top: -20px;
    right: calc(100% + 6px);
    font-size: 1.4rem;
    padding-top: 12px;
  }
}

@media screen and (max-width: 959px) {
  .flow .flow-list__item .flow-list-dtl .flow-list-ttl::before {
    width: 64px;
    height: 64px;
    top: -18px;
    right: calc(100% + 6px);
    font-size: 1.2rem;
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-list__item .flow-list-dtl .flow-list-ttl::before {
    width: 56px;
    height: 56px;
    top: -16px;
    right: calc(100% + 5px);
    font-size: 1.2rem;
    padding-top: 8px;
  }
}

.flow .flow-list__item .flow-list-dtl .flow-list-ttl::after {
  counter-increment: flow-list-num;
  content: "0" counter(flow-list-num);
  font-size: 3.2rem;
  font-weight: bold;
  width: 76px;
  height: 76px;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255, 165, 0, 0.56);
  line-height: 1;
  top: -20px;
  right: calc(100% + 18px);
  padding-top: 32px;
}

@media screen and (max-width: 1023px) {
  .flow .flow-list__item .flow-list-dtl .flow-list-ttl::after {
    width: 64px;
    height: 64px;
    top: -16px;
    right: calc(100% + 10px);
    font-size: 2.8rem;
    padding-top: 26px;
  }
}

@media screen and (max-width: 959px) {
  .flow .flow-list__item .flow-list-dtl .flow-list-ttl::after {
    width: 56px;
    height: 56px;
    top: -14px;
    right: calc(100% + 10px);
    font-size: 2.4rem;
    padding-top: 22px;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-list__item .flow-list-dtl .flow-list-ttl::after {
    width: 48px;
    height: 48px;
    top: -12px;
    right: calc(100% + 9px);
    font-size: 2rem;
    padding-top: 18px;
  }
}

.flow .flow-list__item .flow-list-dtl .flow-list-txt {
  margin-bottom: calc(8px * 2);
  width: calc(100% - 336px);
}

@media screen and (max-width: 959px) {
  .flow .flow-list__item .flow-list-dtl .flow-list-txt {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-list__item .flow-list-dtl .flow-list-txt {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .flow .flow-list__item .flow-list-dtl .flow-list-txt {
    width: calc(100% - 308px);
  }
}

@media screen and (max-width: 959px) {
  .flow .flow-list__item .flow-list-dtl .flow-list-txt {
    width: calc(100% - 280px);
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-list__item .flow-list-dtl .flow-list-txt {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .flow .flow-list__item .flow-list-dtl .list {
    width: calc(100% - 308px);
  }
}

@media screen and (max-width: 959px) {
  .flow .flow-list__item .flow-list-dtl .list {
    width: calc(100% - 280px);
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-list__item .flow-list-dtl .list {
    width: 100%;
    margin-bottom: calc(8px * 2);
  }
}

@media screen and (max-width: 767px) and (max-width: 959px) {
  .flow .flow-list__item .flow-list-dtl .list {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 767px) and (max-width: 519px) {
  .flow .flow-list__item .flow-list-dtl .list {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.flow .flow-list__item .flow-list-vsl {
  width: 320px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: -24px;
}

@media screen and (max-width: 1023px) {
  .flow .flow-list__item .flow-list-vsl {
    width: 300px;
  }
}

@media screen and (max-width: 959px) {
  .flow .flow-list__item .flow-list-vsl {
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-list__item .flow-list-vsl {
    position: initial;
    translate: none;
    margin-inline: auto;
    width: 100%;
    max-width: 320px;
  }
}

.flow .flow-list__item .flow-list-vsl img {
  border-radius: 24px;
}

@media screen and (max-width: 1023px) {
  .flow .flow-list__item .flow-list-vsl img {
    border-radius: 20px;
  }
}

@media screen and (max-width: 959px) {
  .flow .flow-list__item .flow-list-vsl img {
    border-radius: 16px;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-list__item .flow-list-vsl img {
    border-radius: 14px;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-list__item .flow-list-vsl img {
    border-radius: 8px;
  }
}

.whiplash .whiplash-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin-bottom: calc(8px * 8);
}

@media screen and (max-width: 959px) {
  .whiplash .whiplash-unit {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .whiplash .whiplash-unit {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .whiplash .whiplash-unit {
    gap: 32px;
  }
}

@media screen and (max-width: 959px) {
  .whiplash .whiplash-unit {
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .whiplash .whiplash-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}

.whiplash .whiplash-unit__dtl {
  width: calc( 100% - 440px);
}

@media screen and (max-width: 1023px) {
  .whiplash .whiplash-unit__dtl {
    width: calc( 100% - 412px);
  }
}

@media screen and (max-width: 959px) {
  .whiplash .whiplash-unit__dtl {
    width: calc( 100% - 364px);
  }
}

@media screen and (max-width: 767px) {
  .whiplash .whiplash-unit__dtl {
    width: 100%;
  }
}

.whiplash .whiplash-unit__dtl .whiplash-unit-ttl {
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .whiplash .whiplash-unit__dtl .whiplash-unit-ttl {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .whiplash .whiplash-unit__dtl .whiplash-unit-ttl {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .whiplash .whiplash-unit__dtl .whiplash-unit-ttl {
    text-align: center;
  }
}

.whiplash .whiplash-unit__dtl .whiplash-unit-ttl__balloon {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 2.4rem;
  color: #66BF20;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 16px;
  margin-bottom: calc(8px * 1);
}

@media screen and (max-width: 959px) {
  .whiplash .whiplash-unit__dtl .whiplash-unit-ttl__balloon {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .whiplash .whiplash-unit__dtl .whiplash-unit-ttl__balloon {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .whiplash .whiplash-unit__dtl .whiplash-unit-ttl__balloon {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 959px) {
  .whiplash .whiplash-unit__dtl .whiplash-unit-ttl__balloon {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .whiplash .whiplash-unit__dtl .whiplash-unit-ttl__balloon {
    font-size: 1.8rem;
    margin-inline: auto;
  }
}

.whiplash .whiplash-unit__dtl .whiplash-unit-ttl__balloon::before {
  position: absolute;
  content: '';
  top: calc( 50% + 5px);
  left: 50%;
  translate: -50% -50%;
  width: 338px;
  height: 55px;
  background-color: #66BF20;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/accident/whiplash-balloon.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/accident/whiplash-balloon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

@media screen and (max-width: 959px) {
  .whiplash .whiplash-unit__dtl .whiplash-unit-ttl__balloon::before {
    width: 262px;
  }
}

.whiplash .whiplash-unit__dtl .whiplash-unit-ttl__main {
  font-size: 3.2rem;
  font-weight: bold;
  color: #1D9817;
  border-bottom: 1px dashed #1D9817;
}

@media screen and (max-width: 1023px) {
  .whiplash .whiplash-unit__dtl .whiplash-unit-ttl__main {
    font-size: 3.0rem;
  }
}

@media screen and (max-width: 959px) {
  .whiplash .whiplash-unit__dtl .whiplash-unit-ttl__main {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .whiplash .whiplash-unit__dtl .whiplash-unit-ttl__main {
    font-size: 2.6rem;
  }
}

.whiplash .whiplash-unit__dtl .whiplash-unit-ttl__main em {
  font-size: 4rem;
  font-weight: bold;
  color: #1D9817;
}

@media screen and (max-width: 1023px) {
  .whiplash .whiplash-unit__dtl .whiplash-unit-ttl__main em {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 959px) {
  .whiplash .whiplash-unit__dtl .whiplash-unit-ttl__main em {
    font-size: 3.0rem;
  }
}

@media screen and (max-width: 767px) {
  .whiplash .whiplash-unit__dtl .whiplash-unit-ttl__main em {
    font-size: 2.8rem;
  }
}

.whiplash .whiplash-unit__dtl .whiplash-unit-ttl__main span {
  font-size: 4rem;
  rotate: 15deg;
}

@media screen and (max-width: 1023px) {
  .whiplash .whiplash-unit__dtl .whiplash-unit-ttl__main span {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 959px) {
  .whiplash .whiplash-unit__dtl .whiplash-unit-ttl__main span {
    font-size: 3.0rem;
  }
}

@media screen and (max-width: 767px) {
  .whiplash .whiplash-unit__dtl .whiplash-unit-ttl__main span {
    font-size: 2.8rem;
  }
}

.whiplash .whiplash-unit__dtl .whiplash-unit-ttl__main span:nth-child(3) {
  color: #66BF20;
  font-size: 3.2rem;
  rotate: 15deg;
}

@media screen and (max-width: 1023px) {
  .whiplash .whiplash-unit__dtl .whiplash-unit-ttl__main span:nth-child(3) {
    font-size: 3.0rem;
  }
}

@media screen and (max-width: 959px) {
  .whiplash .whiplash-unit__dtl .whiplash-unit-ttl__main span:nth-child(3) {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .whiplash .whiplash-unit__dtl .whiplash-unit-ttl__main span:nth-child(3) {
    font-size: 2.6rem;
  }
}

.whiplash .whiplash-unit__dtl .whiplash-unit-txt:not(:last-child) {
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .whiplash .whiplash-unit__dtl .whiplash-unit-txt:not(:last-child) {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .whiplash .whiplash-unit__dtl .whiplash-unit-txt:not(:last-child) {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.whiplash .whiplash-unit__dtl .whiplash-unit-txt em {
  color: #1D9817;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .whiplash .whiplash-unit__dtl .whiplash-unit-txt em {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 959px) {
  .whiplash .whiplash-unit__dtl .whiplash-unit-txt em {
    font-size: 1.6rem;
  }
}

.whiplash .whiplash-unit__vsl {
  width: 400px;
}

@media screen and (max-width: 1023px) {
  .whiplash .whiplash-unit__vsl {
    max-width: 380px;
  }
}

@media screen and (max-width: 959px) {
  .whiplash .whiplash-unit__vsl {
    width: 340px;
  }
}

@media screen and (max-width: 767px) {
  .whiplash .whiplash-unit__vsl {
    width: 100%;
    max-width: 480px;
  }
}

.whiplash .whiplash-unit__vsl img {
  border-radius: 24px;
}

@media screen and (max-width: 1023px) {
  .whiplash .whiplash-unit__vsl img {
    border-radius: 20px;
  }
}

@media screen and (max-width: 959px) {
  .whiplash .whiplash-unit__vsl img {
    border-radius: 16px;
  }
}

@media screen and (max-width: 767px) {
  .whiplash .whiplash-unit__vsl img {
    border-radius: 14px;
  }
}

@media screen and (max-width: 519px) {
  .whiplash .whiplash-unit__vsl img {
    border-radius: 8px;
  }
}

.whiplash .whiplash-dtl-ttl {
  position: relative;
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .whiplash .whiplash-dtl-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .whiplash .whiplash-dtl-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.whiplash .whiplash-dtl-ttl::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: #ffa500;
  width: 100%;
  height: 2px;
}

.whiplash .whiplash-dtl-ttl.--grn::before {
  background: #1D9817;
}

.whiplash .whiplash-dtl-ttl.--grn span::before {
  background: #1D9817;
}

.whiplash .whiplash-dtl-ttl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-size: 2.4rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 4px 16px;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 1023px) {
  .whiplash .whiplash-dtl-ttl span {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 959px) {
  .whiplash .whiplash-dtl-ttl span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .whiplash .whiplash-dtl-ttl span {
    font-size: 1.8rem;
  }
}

.whiplash .whiplash-dtl-ttl span::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: #ffa500;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  border-radius: 6px;
  z-index: -1;
}

.whiplash .whiplash-dtl-txt {
  text-align: center;
}

.whiplash .whiplash-dtl-txt:not(:last-child) {
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .whiplash .whiplash-dtl-txt:not(:last-child) {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .whiplash .whiplash-dtl-txt:not(:last-child) {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.whiplash .whiplash-type-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .whiplash .whiplash-type-list {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .whiplash .whiplash-type-list {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .whiplash .whiplash-type-list {
    gap: 16px;
  }
}

@media screen and (max-width: 519px) {
  .whiplash .whiplash-type-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}

.whiplash .whiplash-type-list__item {
  background: rgba(255, 165, 0, 0.08);
  padding: 32px;
  border-radius: 10px;
}

@media screen and (max-width: 1023px) {
  .whiplash .whiplash-type-list__item {
    padding: 24px;
  }
}

@media screen and (max-width: 959px) {
  .whiplash .whiplash-type-list__item {
    padding: 16px;
  }
}

.whiplash .whiplash-type-list__item .whiplash-type-list-ttl {
  font-size: 2rem;
  font-weight: bold;
  color: #ffa500;
  border-bottom: 1px dashed #ffa500;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .whiplash .whiplash-type-list__item .whiplash-type-list-ttl {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .whiplash .whiplash-type-list__item .whiplash-type-list-ttl {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .whiplash .whiplash-type-list__item .whiplash-type-list-ttl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 959px) {
  .whiplash .whiplash-type-list__item .whiplash-type-list-ttl {
    font-size: 1.6rem;
  }
}

.whiplash .whiplash-symptoms-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .whiplash .whiplash-symptoms-list {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .whiplash .whiplash-symptoms-list {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .whiplash .whiplash-symptoms-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .whiplash .whiplash-symptoms-list {
    gap: 8px;
  }
}

@media screen and (max-width: 519px) {
  .whiplash .whiplash-symptoms-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.whiplash .whiplash-symptoms-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(29, 152, 23, 0.08);
  color: #1D9817;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  border-radius: 6px;
}

@media screen and (max-width: 1023px) {
  .whiplash .whiplash-symptoms-list__item {
    padding: 16px;
  }
}

@media screen and (max-width: 959px) {
  .whiplash .whiplash-symptoms-list__item {
    font-size: 1.6rem;
  }
}

.cost {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1023px) {
  .cost {
    padding: 80px 0;
  }
}

@media screen and (max-width: 959px) {
  .cost {
    padding: 64px 0;
  }
}

@media screen and (max-width: 767px) {
  .cost {
    padding: 56px 0;
  }
}

@media screen and (max-width: 519px) {
  .cost {
    padding: 40px 0;
  }
}

.cost::before, .cost::after {
  position: absolute;
  content: '';
}

.cost::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(86, 166, 23, 0.08);
  border-radius: 40px;
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .cost::before {
    border-radius: 32px;
  }
}

@media screen and (max-width: 959px) {
  .cost::before {
    border-radius: 24px;
  }
}

@media screen and (max-width: 767px) {
  .cost::before {
    border-radius: 20px;
  }
}

@media screen and (max-width: 519px) {
  .cost::before {
    border-radius: 16px;
  }
}

.cost::after {
  position: absolute;
  content: '';
  width: 2000px;
  height: 1227px;
  bottom: 240px;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
  background: url("/wp-content/themes/itreat_base/dist/img/accident/cost-bg-deco.png") center/contain no-repeat;
}

@media screen and (max-width: 1279px) {
  .cost::after {
    width: 1440px;
    height: 884px;
  }
}

@media screen and (max-width: 1023px) {
  .cost::after {
    width: 1200px;
    height: 736px;
  }
}

@media screen and (max-width: 959px) {
  .cost::after {
    width: 1100px;
    height: 675px;
  }
}

@media screen and (max-width: 767px) {
  .cost::after {
    width: 960px;
    height: 589px;
  }
}

@media screen and (max-width: 519px) {
  .cost::after {
    width: 720px;
    height: 442px;
  }
}

@media screen and (max-width: 1023px) {
  .cost {
    padding: 80px 0;
    border-radius: 32px;
  }
}

@media screen and (max-width: 959px) {
  .cost {
    padding: 64px 0;
    border-radius: 24px;
  }
}

@media screen and (max-width: 767px) {
  .cost {
    padding: 56px 0;
    border-radius: 20px;
  }
}

@media screen and (max-width: 519px) {
  .cost {
    padding: 40px 0;
    border-radius: 16px;
  }
}

.cost .cost-ttl {
  max-width: 611px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .cost .cost-ttl {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .cost .cost-ttl {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .cost .cost-ttl {
    max-width: 560px;
  }
}

@media screen and (max-width: 959px) {
  .cost .cost-ttl {
    max-width: 480px;
  }
}

@media screen and (max-width: 767px) {
  .cost .cost-ttl {
    max-width: 440px;
  }
}

@media screen and (max-width: 519px) {
  .cost .cost-ttl {
    max-width: 360px;
  }
}

.cost .cost-list {
  counter-reset: cost-list-num;
}

.cost .cost-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  background: #ffffff;
  padding: 40px;
  border: 1px dashed #1D9817;
  border-radius: 10px;
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .cost .cost-list__item {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .cost .cost-list__item {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .cost .cost-list__item {
    gap: 32px;
    padding: 32px;
  }
}

@media screen and (max-width: 959px) {
  .cost .cost-list__item {
    gap: 24px;
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .cost .cost-list__item {
    gap: 16px;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
  }
}

@media screen and (max-width: 519px) {
  .cost .cost-list__item {
    gap: 8px;
  }
}

.cost .cost-list__item:nth-child(3) dd span {
  margin-bottom: 0;
}

.cost .cost-list__item dt {
  position: relative;
  font-weight: bold;
  font-size: 3.2rem;
  width: 177px;
  padding-top: 16px;
  line-height: 1;
  margin-top: 32px;
}

@media screen and (max-width: 1023px) {
  .cost .cost-list__item dt {
    width: 140px;
    margin-top: 28px;
    padding-top: 14px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .cost .cost-list__item dt {
    width: 120px;
    margin-top: 24px;
    padding-top: 12px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .cost .cost-list__item dt {
    width: 100%;
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 519px) {
  .cost .cost-list__item dt {
    margin-top: 16px;
    padding-top: 8px;
    font-size: 2rem;
  }
}

.cost .cost-list__item dt::before, .cost .cost-list__item dt::after {
  position: absolute;
  border-bottom: 1px dashed #56A617;
  bottom: 100%;
  color: #56A617;
}

.cost .cost-list__item dt::before {
  content: 'POINT';
  font-weight: bold;
  font-size: 1.6rem;
  left: 0;
  padding-bottom: 8px;
}

@media screen and (max-width: 959px) {
  .cost .cost-list__item dt::before {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .cost .cost-list__item dt::before {
    font-size: 1.2rem;
    left: calc(50% - 10px);
    translate: -50% 0;
  }
}

.cost .cost-list__item dt::after {
  counter-increment: cost-list-num;
  content: "0" counter(cost-list-num);
  font-size: 2.4rem;
  font-weight: bold;
  left: 56px;
  padding-bottom: 6px;
}

@media screen and (max-width: 1023px) {
  .cost .cost-list__item dt::after {
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  .cost .cost-list__item dt::after {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .cost .cost-list__item dt::after {
    font-size: 1.6rem;
    left: calc(50% + 20px);
    translate: -50% 0;
  }
}

.cost .cost-list__item dd {
  width: calc(100% - 217px);
}

@media screen and (max-width: 1023px) {
  .cost .cost-list__item dd {
    width: calc(100% - 172px);
  }
}

@media screen and (max-width: 959px) {
  .cost .cost-list__item dd {
    width: calc(100% - 144px);
  }
}

@media screen and (max-width: 767px) {
  .cost .cost-list__item dd {
    width: 100%;
  }
}

.cost .cost-list__item dd span {
  display: block;
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .cost .cost-list__item dd span {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .cost .cost-list__item dd span {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.cost .cost-list__item dd .cost-list-dtl-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-weight: bold;
  line-height: 1;
}

.cost .cost-list__item dd .cost-list-dtl-lead span {
  color: #1D9817;
  font-size: 2.8rem;
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .cost .cost-list__item dd .cost-list-dtl-lead span {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 959px) {
  .cost .cost-list__item dd .cost-list-dtl-lead span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .cost .cost-list__item dd .cost-list-dtl-lead span {
    font-size: 1.8rem;
  }
}

.cost .cost-list__item dd .cost-list-dtl-lead span em {
  font-size: 4rem;
}

@media screen and (max-width: 1023px) {
  .cost .cost-list__item dd .cost-list-dtl-lead span em {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 959px) {
  .cost .cost-list__item dd .cost-list-dtl-lead span em {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .cost .cost-list__item dd .cost-list-dtl-lead span em {
    font-size: 2.4rem;
  }
}

.cost .cost-list__item dd .cost-dtl-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media screen and (max-width: 959px) {
  .cost .cost-list__item dd .cost-dtl-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}

.cost .cost-list__item dd .cost-dtl-list__item {
  background: rgba(29, 152, 23, 0.08);
  padding: 16px;
  border-radius: 16px;
}

@media screen and (max-width: 959px) {
  .cost .cost-list__item dd .cost-dtl-list__item {
    border-radius: 8px;
  }
}

@media screen and (max-width: 767px) {
  .cost .cost-list__item dd .cost-dtl-list__item {
    border-radius: 4px;
  }
}

.cost .cost-list__item dd .cost-dtl-list__item dt {
  width: 100%;
  font-weight: bold;
  color: #56A617;
  font-size: 1.6rem;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .cost .cost-list__item dd .cost-dtl-list__item dt {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .cost .cost-list__item dd .cost-dtl-list__item dt {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.cost .cost-list__item dd .cost-dtl-list__item dt::before, .cost .cost-list__item dd .cost-dtl-list__item dt::after {
  display: none;
}

.cost .cost-list__item dd .cost-dtl-list__item dd {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cost .cost-list__item dd .cost-dtl-list__item dd {
    font-size: 1.4rem;
  }
}

.cost .compensation-tool {
  background: #ffffff;
  border: 6px solid #1D9817;
  border-radius: 10px;
  padding: 48px 40px 16px 48px;
}

@media screen and (max-width: 1023px) {
  .cost .compensation-tool {
    padding: 32px 32px 16px 32px;
  }
}

@media screen and (max-width: 959px) {
  .cost .compensation-tool {
    padding: 32px 24px 16px 24px;
    border: 4px solid #1D9817;
  }
}

@media screen and (max-width: 767px) {
  .cost .compensation-tool {
    padding: 32px 16px 10px 16px;
    border: 3px solid #1D9817;
  }
}

.cost .compensation-tool .compensation-ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: calc(8px * 4);
  background: #ffffff;
  font-size: 2.4rem;
  z-index: 1;
  padding: 0 124px;
  margin-bottom: 48px;
}

@media screen and (max-width: 959px) {
  .cost .compensation-tool .compensation-ttl {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .cost .compensation-tool .compensation-ttl {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .cost .compensation-tool .compensation-ttl {
    padding: 0 104px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .cost .compensation-tool .compensation-ttl {
    padding: 0 72px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  .cost .compensation-tool .compensation-ttl {
    padding: 0 30px;
  }
}

.cost .compensation-tool .compensation-ttl::before, .cost .compensation-tool .compensation-ttl::after {
  position: absolute;
  content: '';
  top: 50%;
  translate: 0 -50%;
  width: 58px;
  height: 103px;
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .cost .compensation-tool .compensation-ttl::before, .cost .compensation-tool .compensation-ttl::after {
    width: 48px;
    height: 96px;
  }
}

@media screen and (max-width: 959px) {
  .cost .compensation-tool .compensation-ttl::before, .cost .compensation-tool .compensation-ttl::after {
    width: 40px;
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .cost .compensation-tool .compensation-ttl::before, .cost .compensation-tool .compensation-ttl::after {
    width: 36px;
    height: 72px;
  }
}

.cost .compensation-tool .compensation-ttl::before {
  background: url("/wp-content/themes/itreat_base/dist/img/accident/compensation-ttl-deco.svg") center/contain no-repeat;
  left: 0;
}

.cost .compensation-tool .compensation-ttl::after {
  background: url("/wp-content/themes/itreat_base/dist/img/accident/compensation-ttl-deco2.svg") center/contain no-repeat;
  right: 0;
}

.cost .compensation-tool .compensation-ttl__main {
  font-size: 4.4rem;
  color: #1D9817;
  font-weight: bold;
  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;
  letter-spacing: 0.2em;
  margin-bottom: 4px;
}

@media screen and (max-width: 1023px) {
  .cost .compensation-tool .compensation-ttl__main {
    font-size: 4rem;
  }
}

@media screen and (max-width: 959px) {
  .cost .compensation-tool .compensation-ttl__main {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .cost .compensation-tool .compensation-ttl__main {
    font-size: 2.8rem;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 519px) {
  .cost .compensation-tool .compensation-ttl__main {
    font-size: 2rem;
  }
}

.cost .compensation-tool .compensation-ttl__main em {
  border: 2px solid #56A617;
  font-size: 4rem;
  font-weight: bold;
  padding: 8px;
  margin: 0 4px;
  border-radius: 4px;
  letter-spacing: 0;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  .cost .compensation-tool .compensation-ttl__main em {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 959px) {
  .cost .compensation-tool .compensation-ttl__main em {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .cost .compensation-tool .compensation-ttl__main em {
    font-size: 2.4rem;
    margin: 0 2px;
  }
}

@media screen and (max-width: 519px) {
  .cost .compensation-tool .compensation-ttl__main em {
    font-size: 2rem;
  }
}

.cost .compensation-tool .compensation-ttl__sub {
  position: relative;
  font-size: 2rem;
  color: #ffffff;
  font-weight: bold;
  padding: 6px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-inline: auto;
}

@media screen and (max-width: 1023px) {
  .cost .compensation-tool .compensation-ttl__sub {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 959px) {
  .cost .compensation-tool .compensation-ttl__sub {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .cost .compensation-tool .compensation-ttl__sub {
    font-size: 1.4rem;
  }
}

.cost .compensation-tool .compensation-ttl__sub::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: #1D9817;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  border-radius: 6px;
  z-index: -1;
}

.cost .compensation-tool .calculator {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .cost .compensation-tool .calculator {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .cost .compensation-tool .calculator {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .cost .compensation-tool .calculator {
    gap: 12px;
  }
}

@media screen and (max-width: 767px) {
  .cost .compensation-tool .calculator {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}

@media screen and (max-width: 767px) {
  .cost .compensation-tool .calculator__item {
    width: 100%;
  }
}

.cost .compensation-tool .calculator__item dt {
  margin-bottom: 8px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .cost .compensation-tool .calculator__item dt {
    text-align: left;
  }
}

.cost .compensation-tool .calculator__item dd input {
  display: block;
  width: 100%;
  height: 56px;
  margin-bottom: 8px;
  padding: 0 16px;
  border: solid 1px #D9D9D9;
  border-radius: 6px;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Inter", "Zen Kaku Gothic New", sans-serif;
  line-height: 56px;
}

@media screen and (max-width: 959px) {
  .cost .compensation-tool .calculator__item dd input {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .cost .compensation-tool .calculator__item dd input {
    border-radius: calc(6px * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .cost .compensation-tool .calculator__item dd input {
    height: 48px;
    line-height: 48px;
  }
}

.cost .compensation-tool .calculator__item dd input::-webkit-input-placeholder {
  color: #888888;
}

.cost .compensation-tool .calculator__item dd input::-moz-placeholder {
  color: #888888;
}

.cost .compensation-tool .calculator__item dd input:-ms-input-placeholder {
  color: #888888;
}

.cost .compensation-tool .calculator__item dd input::-ms-input-placeholder {
  color: #888888;
}

.cost .compensation-tool .calculator__item dd input::placeholder {
  color: #888888;
}

.cost .compensation-tool .calculator__item dd input[type="number"]::-webkit-outer-spin-button, .cost .compensation-tool .calculator__item dd input[type="number"]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.cost .compensation-tool .calculator__item dd .calculator-note {
  color: #56A617;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cost .compensation-tool .calculator__item dd .calculator-note {
    text-align: left;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 519px) {
  .cost .compensation-tool .calculator__item dd .calculator-note {
    font-size: 1.4rem;
  }
}

.cost .compensation-tool .calculator-submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 400px;
  height: 80px;
  margin: 0 auto;
  background: #56A617;
  border: solid 2px #56A617;
  border-radius: 6px;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .cost .compensation-tool .calculator-submit {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .cost .compensation-tool .calculator-submit {
    border-radius: calc(6px * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .cost .compensation-tool .calculator-submit {
    height: 72px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 959px) {
  .cost .compensation-tool .calculator-submit {
    height: 64px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .cost .compensation-tool .calculator-submit {
    height: 56px;
    font-size: 1.6rem;
  }
}

.cost .compensation-tool .calculator-submit::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 26px;
  translate: 0 -50%;
  width: 12px;
  height: 12px;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, transparent), color-stop(51%, #ffffff)) no-repeat top left/100% 50%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(51%, #ffffff)) no-repeat bottom left/100% 50%;
  background: linear-gradient(to bottom left, transparent 50%, #ffffff 51%) no-repeat top left/100% 50%, linear-gradient(to top left, transparent 50%, #ffffff 51%) no-repeat bottom left/100% 50%;
}

@media screen and (max-width: 1279px) {
  .cost .compensation-tool .calculator-submit::before {
    right: 16px;
    width: 8px;
    height: 8px;
  }
}

.cost .compensation-tool .calculator-submit:hover {
  background: #ffffff;
  color: #56A617;
}

.cost .compensation-tool .calculator-submit:hover::before {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, transparent), color-stop(51%, #56A617)) no-repeat top left/100% 50%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(51%, #56A617)) no-repeat bottom left/100% 50%;
  background: linear-gradient(to bottom left, transparent 50%, #56A617 51%) no-repeat top left/100% 50%, linear-gradient(to top left, transparent 50%, #56A617 51%) no-repeat bottom left/100% 50%;
}

.cost .compensation-tool .calculator-result {
  padding-top: 32px;
  color: #56A617;
  font-size: 2.4rem;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .cost .compensation-tool .calculator-result {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .cost .compensation-tool .calculator-result {
    padding-top: 24px;
    font-size: 1.8rem;
  }
}

.consult {
  position: relative;
  margin-bottom: calc(8px * 5);
  padding-bottom: 120px;
  padding-top: 40px;
}

@media screen and (max-width: 959px) {
  .consult {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .consult {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .consult {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 519px) {
  .consult {
    padding-bottom: 48px;
  }
}

.consult::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 1600px;
  height: 800px;
  background: url("/wp-content/themes/itreat_base/dist/img/accident/consult-bg.jpg") center/contain no-repeat;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 959px) {
  .consult::before {
    width: 1200px;
    height: 600px;
  }
}

@media screen and (max-width: 519px) {
  .consult::before {
    width: 800px;
    height: 400px;
  }
}

.consult .consult-unit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px;
  background: #ffffff;
  border-radius: 24px;
  border: solid 2px #CDC39D;
}

@media screen and (max-width: 959px) {
  .consult .consult-unit {
    border-radius: calc(24px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .consult .consult-unit {
    border-radius: calc(24px * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .consult .consult-unit {
    gap: 24px;
    padding: 32px;
    padding-top: 56px;
  }
}

@media screen and (max-width: 1023px) {
  .consult .consult-unit {
    gap: 16px;
    padding: 24px;
    padding-top: 48px;
  }
}

@media screen and (max-width: 959px) {
  .consult .consult-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 16px;
    padding-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .consult .consult-unit {
    padding-top: 40px;
  }
}

.consult .consult-unit__vsl {
  width: 300px;
}

@media screen and (max-width: 1279px) {
  .consult .consult-unit__vsl {
    width: 260px;
  }
}

@media screen and (max-width: 1023px) {
  .consult .consult-unit__vsl {
    width: 220px;
  }
}

@media screen and (max-width: 959px) {
  .consult .consult-unit__vsl {
    width: 100%;
  }
}

.consult .consult-unit__vsl img {
  margin-bottom: 16px;
  border-radius: 20px;
}

@media screen and (max-width: 959px) {
  .consult .consult-unit__vsl img {
    border-radius: calc(20px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .consult .consult-unit__vsl img {
    border-radius: calc(20px * 0.5);
  }
}

.consult .consult-unit__dtl {
  width: calc(100% - 340px);
}

@media screen and (max-width: 1279px) {
  .consult .consult-unit__dtl {
    width: calc(100% - 284px);
  }
}

@media screen and (max-width: 1023px) {
  .consult .consult-unit__dtl {
    width: calc(100% - 236px);
  }
}

@media screen and (max-width: 959px) {
  .consult .consult-unit__dtl {
    width: 100%;
  }
}

.consult .consult-unit__dtl .consult-ttl {
  position: relative;
  font-weight: bold;
  font-size: 3.2rem;
  margin-bottom: 64px;
}

@media screen and (max-width: 1279px) {
  .consult .consult-unit__dtl .consult-ttl {
    font-size: 2.8rem;
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 1023px) {
  .consult .consult-unit__dtl .consult-ttl {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 959px) {
  .consult .consult-unit__dtl .consult-ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 24px;
    padding-bottom: 8px;
    border-bottom: dashed 1px #ffa500;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .consult .consult-unit__dtl .consult-ttl {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 519px) {
  .consult .consult-unit__dtl .consult-ttl {
    font-size: 2rem;
  }
}

.consult .consult-unit__dtl .consult-ttl::before {
  position: absolute;
  content: '';
  bottom: -60px;
  left: -124px;
  width: 813px;
  height: 90px;
  background: url("/wp-content/themes/itreat_base/dist/img/accident/consult-ttl-line.svg") center/contain no-repeat;
}

@media screen and (max-width: 1279px) {
  .consult .consult-unit__dtl .consult-ttl::before {
    width: 653px;
    left: -54px;
  }
}

@media screen and (max-width: 1023px) {
  .consult .consult-unit__dtl .consult-ttl::before {
    left: -64px;
  }
}

@media screen and (max-width: 959px) {
  .consult .consult-unit__dtl .consult-ttl::before {
    display: none;
  }
}

.consult .consult-unit__dtl .consult-ttl span {
  position: relative;
}

.consult .consult-unit__dtl .consult-ttl span::before {
  position: absolute;
  content: '';
  top: -48px;
  right: -40px;
  width: 44px;
  height: 48px;
  background: url("/wp-content/themes/itreat_base/dist/img/accident/consult-ttl-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 1023px) {
  .consult .consult-unit__dtl .consult-ttl span::before {
    width: 36px;
    height: 40px;
    top: -42px;
  }
}

@media screen and (max-width: 959px) {
  .consult .consult-unit__dtl .consult-ttl span::before {
    width: 32px;
    height: 36px;
    top: -37px;
    right: -27px;
  }
}

@media screen and (max-width: 767px) {
  .consult .consult-unit__dtl .consult-ttl span::before {
    width: 28px;
    height: 32px;
  }
}

.consult .consult-unit__dtl .consult-ttl em {
  position: relative;
  font-size: 4.4rem;
  color: #ffa500;
  padding-right: 24px;
}

@media screen and (max-width: 1279px) {
  .consult .consult-unit__dtl .consult-ttl em {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 1023px) {
  .consult .consult-unit__dtl .consult-ttl em {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .consult .consult-unit__dtl .consult-ttl em {
    font-size: 2.4rem;
    padding-right: 16px;
  }
}

@media screen and (max-width: 519px) {
  .consult .consult-unit__dtl .consult-ttl em {
    font-size: 2rem;
  }
}

.consult .consult-unit__dtl .consult-ttl em::before, .consult .consult-unit__dtl .consult-ttl em::after {
  position: absolute;
  content: '!';
  top: 50%;
  translate: 0 -50%;
}

@media screen and (max-width: 519px) {
  .consult .consult-unit__dtl .consult-ttl em::before, .consult .consult-unit__dtl .consult-ttl em::after {
    bottom: -8px;
    top: auto;
    translate: none;
  }
}

.consult .consult-unit__dtl .consult-ttl em::before {
  color: #ffa500;
  right: 0;
  rotate: 16deg;
  font-size: 5.2rem;
}

@media screen and (max-width: 1023px) {
  .consult .consult-unit__dtl .consult-ttl em::before {
    font-size: 4rem;
  }
}

@media screen and (max-width: 959px) {
  .consult .consult-unit__dtl .consult-ttl em::before {
    font-size: 3.2rem;
  }
}

.consult .consult-unit__dtl .consult-ttl em::after {
  color: #FFCF57;
  right: -22px;
  rotate: 28deg;
  font-size: 4.8rem;
}

@media screen and (max-width: 1023px) {
  .consult .consult-unit__dtl .consult-ttl em::after {
    font-size: 4rem;
  }
}

@media screen and (max-width: 959px) {
  .consult .consult-unit__dtl .consult-ttl em::after {
    font-size: 3.2rem;
    right: -14px;
  }
}

@media screen and (max-width: 959px) {
  .consult .consult-unit .consult-img {
    margin-bottom: 24px;
  }
}

.consult .consult-unit .consult-img img {
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 16px;
  border-radius: 20px;
}

@media screen and (max-width: 959px) {
  .consult .consult-unit .consult-img img {
    border-radius: calc(20px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .consult .consult-unit .consult-img img {
    border-radius: calc(20px * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .consult .consult-unit .consult-img img {
    max-width: 480px;
  }
}

.consult .consult-unit .consult-sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .consult .consult-unit .consult-sign {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.consult .consult-unit .consult-sign dt {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .consult .consult-unit .consult-sign dt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1023px) {
  .consult .consult-unit .consult-sign dt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .consult .consult-unit .consult-sign dt {
    font-size: 1.4rem;
  }
}

.consult .consult-unit .consult-sign dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: #ffa500;
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 1279px) {
  .consult .consult-unit .consult-sign dd {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1023px) {
  .consult .consult-unit .consult-sign dd {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .consult .consult-unit .consult-sign dd {
    font-size: 1.2rem;
  }
}

.consult .consult-unit .consult-sign dd em {
  font-size: 3.2rem;
}

@media screen and (max-width: 1279px) {
  .consult .consult-unit .consult-sign dd em {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 1023px) {
  .consult .consult-unit .consult-sign dd em {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 959px) {
  .consult .consult-unit .consult-sign dd em {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .consult .consult-unit .consult-sign dd em {
    font-size: 2rem;
  }
}

.consult .consult-worries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.consult .consult-worries__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  aspect-ratio: 290/108;
  max-width: 290px;
  max-height: 108px;
  padding: 0 32px;
  background: url("/wp-content/themes/itreat_base/dist/img/accident/worries-list-bg.svg") center/contain no-repeat;
  color: #8F7A6D;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 1023px) {
  .consult .consult-worries__item {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 959px) {
  .consult .consult-worries__item {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .consult .consult-worries__item {
    padding: 0 24px;
    font-size: 1.2rem;
  }
}

.info .info-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 959px) {
  .info .info-unit {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .info .info-unit {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .info .info-unit {
    gap: 32px;
  }
}

@media screen and (max-width: 1023px) {
  .info .info-unit {
    gap: 28px;
  }
}

@media screen and (max-width: 959px) {
  .info .info-unit {
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 519px) {
  .info .info-unit {
    gap: 16px;
  }
}

.info .info-unit__dtl {
  width: 550px;
}

@media screen and (max-width: 1279px) {
  .info .info-unit__dtl {
    width: 440px;
  }
}

@media screen and (max-width: 1023px) {
  .info .info-unit__dtl {
    width: 420px;
  }
}

@media screen and (max-width: 959px) {
  .info .info-unit__dtl {
    width: 100%;
    max-width: 640px;
  }
}

.info .info-unit__dtl .info-clinic-dtl {
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .info .info-unit__dtl .info-clinic-dtl {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .info .info-unit__dtl .info-clinic-dtl {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .info .info-unit__dtl .info-clinic-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .info .info-unit__dtl .info-clinic-dtl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}

@media screen and (max-width: 519px) {
  .info .info-unit__dtl .info-clinic-dtl {
    gap: 8px;
  }
}

.info .info-unit__dtl .info-clinic-dtl img {
  width: 380px;
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .info .info-unit__dtl .info-clinic-dtl img {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .info .info-unit__dtl .info-clinic-dtl img {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .info .info-unit__dtl .info-clinic-dtl img {
    width: 320px;
  }
}

@media screen and (max-width: 959px) {
  .info .info-unit__dtl .info-clinic-dtl img {
    width: 240px;
  }
}

.info .info-unit__dtl .info-clinic-dtl .info-add {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .info .info-unit__dtl .info-clinic-dtl .info-add {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1023px) {
  .info .info-unit__dtl .info-clinic-dtl .info-add {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .info .info-unit__dtl .info-clinic-dtl .info-add {
    font-size: 1.4rem;
  }
}

.info .info-unit__dtl .info-after-rehab-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: calc(8px * 1);
}

@media screen and (max-width: 959px) {
  .info .info-unit__dtl .info-after-rehab-ttl {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .info .info-unit__dtl .info-after-rehab-ttl {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .info .info-unit__dtl .info-after-rehab-ttl {
    font-size: 1.6rem;
  }
}

.info .info-unit__dtl .info-after-rehab-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  border: 2px solid #56A617;
  padding: 24px;
  border-radius: 16px;
}

@media screen and (max-width: 959px) {
  .info .info-unit__dtl .info-after-rehab-list {
    border-radius: calc(16px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .info .info-unit__dtl .info-after-rehab-list {
    border-radius: calc(16px * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .info .info-unit__dtl .info-after-rehab-list {
    padding: 18px;
    gap: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .info .info-unit__dtl .info-after-rehab-list {
    padding: 16px;
    gap: 16px;
  }
}

@media screen and (max-width: 959px) {
  .info .info-unit__dtl .info-after-rehab-list {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .info .info-unit__dtl .info-after-rehab-list {
    gap: 10px;
  }
}

.info .info-unit__dtl .info-after-rehab-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1279px) {
  .info .info-unit__dtl .info-after-rehab-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.info .info-unit__dtl .info-after-rehab-list__item:not(:last-child)::before {
  position: absolute;
  content: '';
  left: calc(100% + 10px);
  top: 50%;
  translate: 0 -50%;
  width: 2px;
  height: 100%;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  background: #D9D9D9;
}

@media screen and (max-width: 767px) {
  .info .info-unit__dtl .info-after-rehab-list__item:not(:last-child)::before {
    left: calc(100% + 7px);
  }
}

.info .info-unit__dtl .info-after-rehab-list__item dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #56A617;
  margin-right: 4px;
}

@media screen and (max-width: 1279px) {
  .info .info-unit__dtl .info-after-rehab-list__item dt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .info .info-unit__dtl .info-after-rehab-list__item dt {
    font-size: 1.4rem;
  }
}

.info .info-unit__dtl .info-after-rehab-list__item dd {
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .info .info-unit__dtl .info-after-rehab-list__item dd {
    font-size: 1.4rem;
  }
}

.info .info-unit__vsl {
  position: relative;
  width: calc(100% - 590px);
}

@media screen and (max-width: 1279px) {
  .info .info-unit__vsl {
    width: calc(100% - 472px);
  }
}

@media screen and (max-width: 1023px) {
  .info .info-unit__vsl {
    width: calc(100% - 468px);
  }
}

@media screen and (max-width: 959px) {
  .info .info-unit__vsl {
    width: 100%;
    max-width: 640px;
  }
}

@media screen and (max-width: 767px) {
  .info .info-unit__vsl {
    max-width: 480px;
  }
}

.info .info-unit__vsl::before {
  position: absolute;
  content: '';
  top: -200px;
  right: -24px;
  width: 354px;
  height: 232px;
  background: url("/wp-content/themes/itreat_base/dist/img/accident/logo-deco.svg") center/contain no-repeat;
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .info .info-unit__vsl::before {
    width: 300px;
    height: 180px;
    top: -150px;
    right: -44px;
  }
}

@media screen and (max-width: 959px) {
  .info .info-unit__vsl::before {
    width: 220px;
    height: 160px;
    top: -130px;
    right: -84px;
  }
}

@media screen and (max-width: 767px) {
  .info .info-unit__vsl::before {
    width: 180px;
    height: 100px;
    top: -86px;
    right: -70px;
  }
}

@media screen and (max-width: 519px) {
  .info .info-unit__vsl::before {
    width: 130px;
    height: 70px;
    top: -60px;
    right: -54px;
  }
}

.info .info-unit__vsl img {
  border-radius: 24px;
}

@media screen and (max-width: 959px) {
  .info .info-unit__vsl img {
    border-radius: calc(24px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .info .info-unit__vsl img {
    border-radius: calc(24px * 0.5);
  }
}

.info .access-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 104px;
  padding: 60px 40px 40px;
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .info .access-unit {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .info .access-unit {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .info .access-unit {
    gap: 96px;
    padding: 56px 32px 32px;
  }
}

@media screen and (max-width: 959px) {
  .info .access-unit {
    gap: 64px;
    padding: 48px 24px 24px;
  }
}

@media screen and (max-width: 767px) {
  .info .access-unit {
    gap: 88px;
    padding: 40px 16px 16px;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 519px) {
  .info .access-unit {
    gap: 80px;
  }
}

.info .access-unit__item {
  position: relative;
}

.info .access-unit__item::before {
  position: absolute;
  content: '';
  width: calc(100% + 80px);
  height: calc(100% + 80px);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border: 1px dashed #1D9817;
  border-radius: 16px;
}

@media screen and (max-width: 959px) {
  .info .access-unit__item::before {
    border-radius: calc(16px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .info .access-unit__item::before {
    border-radius: calc(16px * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .info .access-unit__item::before {
    width: calc(100% + 64px);
    height: calc(100% + 64px);
  }
}

@media screen and (max-width: 959px) {
  .info .access-unit__item::before {
    width: calc(100% + 48px);
    height: calc(100% + 48px);
  }
}

@media screen and (max-width: 767px) {
  .info .access-unit__item::before {
    width: calc(100% + 32px);
    height: calc(100% + 40px);
  }
}

.info .access-unit__item dt {
  font-size: 3.2rem;
  font-weight: bold;
  color: #1D9817;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 16px);
  translate: -50% 0;
  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: 400px;
  background: #ffffff;
}

@media screen and (max-width: 1023px) {
  .info .access-unit__item dt {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .info .access-unit__item dt {
    font-size: 2.4rem;
    bottom: calc(100% + 8px);
    width: 300px;
  }
}

@media screen and (max-width: 519px) {
  .info .access-unit__item dt {
    font-size: 2rem;
    width: 240px;
  }
}

.info .access-unit__item dt span {
  position: relative;
  padding-left: 64px;
}

@media screen and (max-width: 959px) {
  .info .access-unit__item dt span {
    padding-left: 50px;
  }
}

@media screen and (max-width: 519px) {
  .info .access-unit__item dt span {
    padding-left: 44px;
  }
}

.info .access-unit__item dt span::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 57px;
  height: 27px;
  background: url("/wp-content/themes/itreat_base/dist/img/accident/access-ttl-car-ico.svg") center/contain no-repeat;
}

@media screen and (max-width: 1023px) {
  .info .access-unit__item dt span::before {
    width: 48px;
    height: 24px;
  }
}

@media screen and (max-width: 959px) {
  .info .access-unit__item dt span::before {
    width: 40px;
    height: 22px;
  }
}

@media screen and (max-width: 519px) {
  .info .access-unit__item dt span::before {
    width: 36px;
    height: 20px;
  }
}

.info .access-unit__item dd .access-unit-ttl {
  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-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 1023px) {
  .info .access-unit__item dd .access-unit-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  .info .access-unit__item dd .access-unit-ttl {
    font-size: 1.6rem;
  }
}

.info .access-unit__item dd .access-unit-ttl span {
  color: #1D9817;
  border-bottom: 1px dashed #1D9817;
}

.info .access-unit__item dd .access-unit-ttl span em {
  font-size: 3.2rem;
}

@media screen and (max-width: 1023px) {
  .info .access-unit__item dd .access-unit-ttl span em {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .info .access-unit__item dd .access-unit-ttl span em {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .info .access-unit__item dd .access-unit-ttl span em {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .info .access-unit__item dd .access-unit-ttl span em {
    font-size: 1.8rem;
  }
}

.info .access-unit__item dd span {
  display: block;
}

.info .access-unit__item dd img {
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
}

.info .access-unit__item.--train::before {
  border-color: #FF6D37;
}

.info .access-unit__item.--train dt {
  color: #FF6D37;
}

.info .access-unit__item.--train dt span::before {
  background: url("/wp-content/themes/itreat_base/dist/img/accident/access-ttl-train-ico.svg") center/contain no-repeat;
  width: 60px;
  height: 33px;
}

@media screen and (max-width: 1023px) {
  .info .access-unit__item.--train dt span::before {
    width: 56px;
    height: 28px;
  }
}

@media screen and (max-width: 959px) {
  .info .access-unit__item.--train dt span::before {
    width: 48px;
    height: 24px;
  }
}

@media screen and (max-width: 519px) {
  .info .access-unit__item.--train dt span::before {
    width: 40px;
    height: 20px;
  }
}

.info .access-unit__item.--train dd span {
  text-align: center;
}

.info .access-unit__item.--train dd .train-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}

@media screen and (max-width: 959px) {
  .info .access-unit__item.--train dd .train-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4px;
  }
}

.info .access-unit__item.--train dd .train-list__item {
  background: #FCF7E2;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  border-radius: 8px;
}

@media screen and (max-width: 1279px) {
  .info .access-unit__item.--train dd .train-list__item {
    padding: 16px;
  }
}

@media screen and (max-width: 959px) {
  .info .access-unit__item.--train dd .train-list__item {
    padding: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  .info .access-unit__item.--train dd .train-list__item {
    padding: 10px;
  }
}

.info .access-unit__item.--train dd .train-list__item .by-train-sub {
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 1023px) {
  .info .access-unit__item.--train dd .train-list__item .by-train-sub {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 959px) {
  .info .access-unit__item.--train dd .train-list__item .by-train-sub {
    font-size: 1.4rem;
  }
}

.info .access-unit__item.--train dd .train-list__item .by-train-sub em {
  font-size: 2.2rem;
}

@media screen and (max-width: 1023px) {
  .info .access-unit__item.--train dd .train-list__item .by-train-sub em {
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  .info .access-unit__item.--train dd .train-list__item .by-train-sub em {
    font-size: 1.6rem;
  }
}

.info .access-unit__item.--train dd .train-list__item .by-train-main {
  color: #FF6D37;
  font-weight: bold;
  border-bottom: 1px dashed #FF6D37;
  font-size: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 1023px) {
  .info .access-unit__item.--train dd .train-list__item .by-train-main {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 959px) {
  .info .access-unit__item.--train dd .train-list__item .by-train-main {
    font-size: 1.4rem;
  }
}

.info .access-unit__item.--train dd .train-list__item .by-train-main em {
  font-size: 3.0rem;
}

@media screen and (max-width: 1023px) {
  .info .access-unit__item.--train dd .train-list__item .by-train-main em {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .info .access-unit__item.--train dd .train-list__item .by-train-main em {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .info .access-unit__item.--train dd .train-list__item .by-train-main em {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .info .access-unit__item.--train dd .train-list__item .by-train-main em {
    font-size: 1.8rem;
  }
}

.gmap {
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 959px) {
  .gmap {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .gmap {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.gmap iframe {
  width: 100%;
  height: 400px;
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .gmap iframe {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .gmap iframe {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .gmap iframe {
    height: 300px;
  }
}

@media screen and (max-width: 519px) {
  .gmap iframe {
    height: 200px;
  }
}

.form {
  position: relative;
}

.form::before {
  position: absolute;
  content: '';
  width: 2000px;
  height: 1227px;
  top: -256px;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
  background: url("/wp-content/themes/itreat_base/dist/img/accident/form-bg-deco.png") center/contain no-repeat;
}

@media screen and (max-width: 1279px) {
  .form::before {
    width: 1440px;
    height: 884px;
  }
}

@media screen and (max-width: 1023px) {
  .form::before {
    width: 1200px;
    height: 736px;
  }
}

@media screen and (max-width: 959px) {
  .form::before {
    width: 1100px;
    height: 675px;
  }
}

@media screen and (max-width: 767px) {
  .form::before {
    width: 960px;
    height: 589px;
  }
}

@media screen and (max-width: 519px) {
  .form::before {
    width: 720px;
    height: 442px;
  }
}

.form .form-contents {
  background: #ffffff;
  border: 6px solid #06C755;
  padding: 56px 48px 24px;
  border-radius: 48px;
}

@media screen and (max-width: 959px) {
  .form .form-contents {
    border-radius: calc(48px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form .form-contents {
    border-radius: calc(48px * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .form .form-contents {
    border: 5px solid #06C755;
    padding: 48px 40px 16px;
  }
}

@media screen and (max-width: 959px) {
  .form .form-contents {
    border: 4px solid #06C755;
    padding: 44px 24px 14px;
  }
}

@media screen and (max-width: 767px) {
  .form .form-contents {
    border: 3px solid #06C755;
    padding: 36px 16px 12px;
  }
}

.form .form-contents .form-ttl {
  position: relative;
  text-align: center;
  margin-bottom: calc(8px * 3);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0 160px;
  z-index: 1;
}

@media screen and (max-width: 959px) {
  .form .form-contents .form-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form .form-contents .form-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .form .form-contents .form-ttl {
    padding: 0 60px;
  }
}

.form .form-contents .form-ttl::before, .form .form-contents .form-ttl::after {
  position: absolute;
  content: '';
  top: 50%;
  translate: 0 -50%;
  width: 58px;
  height: 103px;
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .form .form-contents .form-ttl::before, .form .form-contents .form-ttl::after {
    width: 48px;
    height: 96px;
  }
}

@media screen and (max-width: 959px) {
  .form .form-contents .form-ttl::before, .form .form-contents .form-ttl::after {
    width: 40px;
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .form .form-contents .form-ttl::before, .form .form-contents .form-ttl::after {
    width: 36px;
    height: 72px;
  }
}

.form .form-contents .form-ttl::before {
  background: url("/wp-content/themes/itreat_base/dist/img/accident/form-ttl-deco.svg") center/contain no-repeat;
  left: 0;
}

.form .form-contents .form-ttl::after {
  background: url("/wp-content/themes/itreat_base/dist/img/accident/form-ttl-deco2.svg") center/contain no-repeat;
  right: 0;
}

.form .form-contents .form-ttl__main {
  position: relative;
  font-weight: bold;
  text-align: center;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 8px;
  display: block;
}

@media screen and (max-width: 1023px) {
  .form .form-contents .form-ttl__main {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 959px) {
  .form .form-contents .form-ttl__main {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .form .form-contents .form-ttl__main {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .form .form-contents .form-ttl__main {
    font-size: 2rem;
  }
}

.form .form-contents .form-ttl__main::before {
  position: absolute;
  content: 'Form';
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #06C755;
  left: 50%;
  top: -22px;
  translate: -50% 0;
}

@media screen and (max-width: 1023px) {
  .form .form-contents .form-ttl__main::before {
    font-size: 1.6rem;
    top: -18px;
  }
}

@media screen and (max-width: 959px) {
  .form .form-contents .form-ttl__main::before {
    font-size: 1.4rem;
    top: -16px;
  }
}

@media screen and (max-width: 767px) {
  .form .form-contents .form-ttl__main::before {
    font-size: 1.2rem;
  }
}

.form .form-contents .form-ttl__sub {
  position: relative;
  font-size: 2rem;
  color: #ffffff;
  font-weight: bold;
  padding: 6px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-inline: auto;
}

@media screen and (max-width: 1023px) {
  .form .form-contents .form-ttl__sub {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 959px) {
  .form .form-contents .form-ttl__sub {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .form .form-contents .form-ttl__sub {
    font-size: 1.4rem;
  }
}

.form .form-contents .form-ttl__sub::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: #06C755;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  border-radius: 6px;
  z-index: -1;
}

/*# sourceMappingURL=../../maps/pages/accident.css.map */
