/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
p {
  -webkit-text-decoration-skip: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  color: #575859;
  font-family: Noto Sans JP;
}
div {
  color: #575859;
}
p {
  color: #575859;
  letter-spacing: 0.05em;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body .thanks-page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
body .thanks-page h3 {
  font-size: 28px;
  margin-bottom: 16px;
  text-align: center;
}
body .thanks-page p {
  margin-bottom: 12px;
  text-align: center;
}
body .thanks-page a {
  margin-top: 24px;
  text-align: center;
  color: #57b5cb;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

.ajax-loader {
  display: none !important;
}

img,
picture {
  object-fit: cover;
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

input[type="submit"] {
  -webkit-appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* */
/* variables */
/* */
/* common */
section {
  display: flex;
  justify-content: center;
}
section .section__inner {
  max-width: 1066px;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
  overflow-x: hidden;
}

p {
  font-family: Noto Sans JP;
  color: #575859;
}
p.p-12 {
  font-size: 12px !important;
}
p.p-14 {
  font-size: 14px !important;
}
p.p-16 {
  font-size: 16px !important;
}
p.p-18 {
  font-size: 18px !important;
}
p.p-20 {
  font-size: 20px !important;
}
p.p-22 {
  font-size: 22px !important;
}
p.p-24 {
  font-size: 24px !important;
}
p.p-28 {
  font-size: 28px !important;
}
p.--bold {
  font-weight: bold !important;
}
p.--center {
  text-align: center;
}

span.--bold {
  font-weight: bold !important;
}

.--primary {
  color: #57b5cb !important;
}

.--check {
  color: #ffef5e !important;
}

.--text {
  color: #575859 !important;
}

h2 {
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.sub-title__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sub-title__wrapper.--align-left {
  align-items: flex-start;
}
.sub-title__wrapper .sub-title {
  color: #57b5cb;
  margin-bottom: 8px;
}

/* */
.nm-header {
  height: 80px;
  padding: 0 5%;
  display: flex;
  justify-content: center;
  width: 100%;
}
.bottom-link {
  display: none;
}
.nm-header {
  height: unset !important;
}

.nm-header .nm-header__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  padding-top: 13px;
  padding-bottom: 17px;
}
.nm-header .nm-header__inner .nm-header__main {
  font-size: 14px;
  display: flex;
}
.nm-header .nm-header__inner .nm-header__main .logo__wrapper {
  margin-right: 8px;
  height: 50px;
}
.nm-header .nm-header__inner .nm-header__main .logo__wrapper .logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-right: 15px;
}
.nm-header .nm-header__inner .tel {
  margin-left: 30px;
}

.sp__group {
  display: none;
}

.sp__group .sp__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 2px solid #57b5cb;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px #1b7f97;
  border-radius: 8px;
  margin-right: 16px;
  padding: 18px 13px;
  height: 54px;
}

.sp__group a {
  text-decoration: none;
}
.sp__anchor {
  text-decoration: none;
}
.sp__group .sp__tel p {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #57b5cb;
  white-space: nowrap;
  margin-left: 3px;
}
.sp__form {
  background: #57b5cb;
  box-shadow: 0px 2px 0px #1b7f97;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 13px;
  height: 54px;
}
.sp__form p {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
}
.nm-header .nm-header__inner .tel .tel__number {
  font-size: 30px;
  line-height: 27px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  color: #57b5cb;
}
.nm-header .nm-header__inner .tel .tel__text {
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #575859;
}

.nm-header .nm-header__inner .nm-header__button {
  width: 265px;
  background: #57b5cb;
  border-radius: 8px;
  border: 0;
  padding: 7px 31px;
  text-decoration: none;
  box-sizing: unset;
}

.nm-header .nm-header__inner .nm-header__button:hover {
  background: #1187a3;
}

.nm-header .nm-header__inner .nm-header__button p {
  color: white;
  white-space: nowrap;
  text-align: center;
}

.top-page .keyvisual {
  position: relative;
  margin-bottom: 40px;
}
.top-page .keyvisual picture {
  display: flex;
  justify-content: center;
  width: 100%;
}
.top-page .keyvisual .keyvisual-bg {
  width: 100%;
}
.top-page .keyvisual .keyvisual-inner__wrapper {
  z-index: 2;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}

.keyvisual-inner__img {
  width: 100%;
}
.top-page .keyvisual .wave__img {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.top-page section.about .section__inner {
  overflow-x: visible !important;
}
.top-page section.about .about__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-page section.about .about__inner .about__text {
  text-align: start;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-page section.about .about__inner .about__text p {
  line-height: 32px;
  letter-spacing: 0.05em;
  font-size: 16px;
  max-width: 500px;
  margin-top: 30px;
}
.top-page section.about .about__inner .about__img {
  padding: 12px;
  border-radius: 8px;
  background: #fff;
  filter: drop-shadow(0px 8px 12px rgba(90, 151, 170, 0.12));
}
.top-page section.about .about__inner .about__img img {
  object-fit: cover;
  border-radius: 8px;
  height: 100%;
}
.top-page section.points {
  background: url("./assets/bg/1.png");
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 60px;
}
.top-page section.points .sub-title {
  font-size: 28px;
  color: #57b5cb;
  background: linear-gradient(transparent 50%, #ffef5e 50%);
  width: fit-content;
}
.top-page section.points .sub-title__comment {
  font-size: 24px;
  white-space: nowrap;
}
.top-page section.points .points__inner {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-page section.points .points__inner .point-item {
  width: 49%;
  display: flex;
  margin-bottom: 24px;
  background: white;
  border: 1px solid #57b5cb;
}
.top-page section.points .points__inner .point-item .point-item__chip {
  background: #57b5cb;
  color: white;
  width: 83px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-page section.points .points__inner .point-item .point-item__chip p {
  color: #fff;
}
.top-page section.points .points__inner .point-item .point-item__chip .num {
  font-size: 30px;
  line-height: 32px;
}
.top-page section.points .points__inner .point-item .point-item__text {
  padding: 16px;
  font-size: 20px;
}
.top-page section.points .story {
  margin-top: 60px;
  display: flex;
}
.top-page section.points .story .story__text {
  margin-left: 16px;
}
.top-page section.points .story .story__text p.--primary.p-20.--bold {
  letter-spacing: 0.1em;
}
.top-page section.points .story .story__text .divider {
  border: 1px dashed #57b5cb;
}
.top-page section.points .story .story__text .text {
  margin-top: 24px;
  line-height: 32px;
  letter-spacing: 0.05em;
}
.top-page section.points .story .story__text .representative {
  width: auto;
  margin-top: 20px;
  text-align: end;
}
.top-page section.points .story .story__text .representative strong {
  margin-left: 5px;
}
.top-page section.points .story .story__text .representative br {
  display: none;
}
.top-page section.voice {
  margin-top: 60px;
}
.top-page section.voice .voice__inner {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
.top-page section.voice .voice__inner .voice-item {
  border-radius: 8px;
  width: 49%;
  border-radius: 8px;
  border: 2px solid #57b5cb;
}
.top-page section.voice .voice__inner .voice-item .voice__owner {
  background: #57b5cb;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 14px;
}
.top-page section.voice .voice__inner .voice-item .voice__owner p {
  color: white;
  margin-left: 24px;
}
.top-page section.voice .voice__inner .voice-item .voice__owner .owner__img {
  width: 96px;
  height: 96px;
  margin: 10px;
  border-radius: 50%;
}
.top-page section.voice .voice__inner .voice-item .voice__text {
  line-height: 32px;
  letter-spacing: 0.05em;
  margin: 24px;
}
.top-page section.results {
  background-image: url("./assets/bg/1.png");
  padding-top: 36px;
  padding-bottom: 35vh;
}
.top-page section.results .results__inner {
  display: flex;
  justify-content: center;
}
.top-page section.results .results__inner :first-child.result-item {
  margin-right: 16px;
}

.top-page section.results .results__inner .result-item {
  margin-top: 36px;
  width: 49%;
  background: #fff;
  border-radius: 8px;
  filter: drop-shadow(0px 8px 12px rgba(170, 143, 90, 0.12));
}

.top-page
  section.results
  .results__inner
  .result-item
  .result-item__upper
  .text__group
  .--underline {
  margin-top: 12px;
  font-size: 20px;
  color: #57b5cb;
  font-weight: bold;
}

.top-page
  section.results
  .results__inner
  .result-item
  .result-item__upper
  .text__group
  .--underline
  span {
  background: linear-gradient(transparent 50%, #ffef5e 50%);
}

.top-page section.results .results__inner .result-item .result-item__flag {
  position: relative;
}
.top-page section.results .results__inner .result-item .result-item__flag p {
  color: #fff;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 15px;
  height: fit-content;
  font-weight: bold;
}
.top-page section.results .results__inner .result-item .result-item__upper {
  display: flex;
  justify-content: space-between;
  padding: 0 17px;
}
.top-page
  section.results
  .results__inner
  .result-item
  .result-item__upper
  .result-img__wrapper {
  width: 213px;
  height: 132px;
}
.top-page
  section.results
  .results__inner
  .result-item
  .result-item__upper
  .result-img__wrapper
  img {
  width: 100%;
  height: 100%;
}
.top-page
  section.results
  .results__inner
  .result-item
  .result-item__upper
  .text__group {
  margin-right: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-page
  section.results
  .results__inner
  .result-item
  .result-item__upper
  .text__group
  .price-text {
  line-height: 36px;
}
.top-page section.results .results__inner .result-item .mosaic {
  padding: 24px;
  position: relative;
}
.top-page section.results .results__inner .result-item .mosaic .mosaic__img {
  height: 100%;
  width: 100%;
}
.top-page
  section.results
  .results__inner
  .result-item
  .mosaic
  .mosaic-msg__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0 5px;
}
.top-page section.results .result__bottom {
  display: flex;
  width: 100%;
  margin-top: 35px;
  justify-content: space-between;
  align-items: center;
}
.top-page section.results .result__bottom .tel {
  width: fit-content;
  margin-left: 50px;
}
.top-page section.results .result__bottom .tel .num {
  display: flex;
  align-items: center;
}
.top-page section.results .result__bottom .tel .num svg {
  margin-right: 8px;
}
.top-page section.results .result__bottom .tel .num p {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 70px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  color: #575859;
  white-space: nowrap;
}

.top-page section.results .result__bottom .tel .text-bg {
  width: 100%;
  background: #57b5cb;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 0 2px;
}

.top-page section.results .result__bottom .tel .text-bg p {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

.top-page section.results .download__btn {
  background: #57b5cb;
  border: 0;
  width: 50%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 8px;
  padding: 12px 0;
  text-decoration: none;
}
.top-page section.results .download__btn p {
  color: #fff;
}
.top-page section.results .download__btn .text {
  margin-bottom: 7px;
}
.top-page section.comparison {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-page section.comparison .section__inner {
  padding: 0;
  padding: 0 20px;
}
.top-page section.comparison .sub-title__wrapper {
  margin-bottom: 24px;
}
.top-page section.comparison .table {
  display: flex;
  overflow-x: auto;
  height: 340px;
  position: relative;
  filter: drop-shadow(0px 8px 12px rgba(170, 143, 90, 0.12));
  background: white;
  width: 100%;
  margin-bottom: 20px;
}
.top-page section.comparison .table::-webkit-scrollbar {
  display: none;
}
.top-page section.comparison .table .column .row {
  height: 80px;
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-bottom: 1px solid #1f9fbd;
}
.top-page section.comparison .table .column .row p {
  color: white;
  text-align: center;
  font-weight: bold;
}
.top-page section.comparison .table :first-child.column {
  position: sticky;
  left: 0;
}
.top-page section.comparison .table :first-child.column .row {
  background: #57b5cb;
  width: 180px;
}
.top-page section.comparison .table :first-child.column :first-child.row {
  height: 40px;
}
.top-page section.comparison .table :first-child.column :nth-child(4).row {
  height: 60px;
}
.top-page section.comparison .table :nth-child(2).column {
  height: 100%;
  color: #575859;
  border-right: 3px solid #ffef5e;
  border-left: 3px solid #ffef5e;
  border-bottom: 2px solid #ffef5e;
  outline-offset: -10px;
}
.top-page section.comparison .table :nth-child(2).column .row {
  border-bottom: 1px solid #ffef5e;
}
.top-page section.comparison .table :nth-child(2).column .row span {
  color: #575859;
}
.top-page
  section.comparison
  .table
  :nth-child(2).column
  .row
  span.--check-line {
  background: linear-gradient(transparent 50%, #ffef5e 50%);
  margin-bottom: 6px;
}
.top-page section.comparison .table :nth-child(2).column :first-child.row {
  background: #ffef5e;
  height: 40px;
  border-right: 1px solid #ffef5e !important;
}
.top-page section.comparison .table :nth-child(2).column :nth-child(4).row {
  height: 60px;
}
.top-page section.comparison .table :nth-child(3).column,
.top-page section.comparison .table :nth-child(4).column {
  height: 100%;
}
.top-page section.comparison .table :nth-child(3).column .row,
.top-page section.comparison .table :nth-child(4).column .row {
  color: #fff;
  border-right: 1px solid #57b5cb;
  border-bottom: 1px solid #57b5cb;
}
.top-page section.comparison .table :nth-child(3).column .row span,
.top-page section.comparison .table :nth-child(4).column .row span {
  color: #575859;
}
.top-page section.comparison .table :nth-child(3).column .row span.--check-line,
.top-page
  section.comparison
  .table
  :nth-child(4).column
  .row
  span.--check-line {
  background: linear-gradient(transparent 50%, #ffef5e 50%);
  margin-bottom: 6px;
}
.top-page section.comparison .table :nth-child(3).column :first-child.row,
.top-page section.comparison .table :nth-child(4).column :first-child.row {
  background: #57b5cb;
  height: 40px;
  border-right: 1px solid #d7f7ff;
}
.top-page section.comparison .table :nth-child(3).column :nth-child(4).row,
.top-page section.comparison .table :nth-child(4).column :nth-child(4).row {
  height: 60px;
}
.top-page section.job-description {
  margin-top: -35vh;
  min-height: 750px;
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 82px;
}

.top-page section.job-description .section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-page section.job-description .job-description-wave__img {
  width: 100%;
}
.top-page section.job-description .job-description-wave__img.--top {
  margin-bottom: -2px;
}
.top-page section.job-description .job-description-wave__img.--bottom {
  margin-top: -2px;
}
.top-page section.job-description .sub-title {
  color: white;
  font-size: 36px;
  padding-bottom: 4px;
  border-bottom: 4px solid #ffef5e;
  width: fit-content;
}
.top-page section.job-description .sub-title .--emphasis {
  background: #0d6074;
  color: #ffef5e;
  padding: 0 2px;
  margin-right: 2px;
  line-height: 43px;
}
.top-page section.job-description .job-description__content {
  background-image: url(./assets/job-description/rect.png);
  width: 100%;
}
.top-page
  section.job-description
  .job-description__content
  .job-description__inner {
  display: flex;
  margin-top: 57px;
}
.top-page
  section.job-description
  .job-description__content
  .job-description__inner
  .job-description-img__wrapper {
  border-radius: 8px;
  margin-left: 30px;
  width: 55%;
}
.top-page
  section.job-description
  .job-description__content
  .job-description__inner
  .job-description-img__wrapper
  img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.top-page
  section.job-description
  .job-description__content
  .job-description__inner
  .text-group {
  color: #fff;
}
.top-page
  section.job-description
  .job-description__content
  .job-description__inner
  .text-group
  .text-line {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.top-page
  section.job-description
  .job-description__content
  .job-description__inner
  .text-group
  .text-line.--last {
  margin-bottom: 40px;
}

.top-page
  section.job-description
  .job-description__content
  .job-description__inner
  .text-group
  .text-line
  p {
  color: #fff;
}
.top-page
  section.job-description
  .job-description__content
  .job-description__inner
  .text-group
  .text-line
  .check-icon {
  padding: 5px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}
.top-page
  section.job-description
  .job-description__content
  .job-description__inner
  .text-group
  p {
  line-height: 36px;
  letter-spacing: 0.16em;
}
.top-page
  section.job-description
  .job-description__content
  .job-description__inner
  .divider {
  border: 1px solid #fff;
}
section.job-description
  .job-description__content
  .job-description__inner
  .text-group__buttom {
  margin: 32px 0;
}
.top-page
  section.job-description
  .job-description__content
  .job-description__inner
  .text-group__buttom
  .text-line {
  display: flex;
}
.top-page
  section.job-description
  .job-description__content
  .job-description__inner
  .text-group__buttom
  .text-line
  .text {
  color: #fff;
  margin-left: 13px;
}
.top-page
  section.job-description
  .job-description__content
  .job-description__inner
  .text-group__buttom
  .text-line
  .text-chip {
  background: #fff;
  display: block;
  padding: 6px 9px;
  border-radius: 4px;
  width: 130px;
  text-align: center;
  font-weight: bold;
  line-height: unset;
}
.top-page
  section.job-description
  .job-description__content
  .job-description__inner
  .text-group__buttom
  .text-line
  .text-chip
  p {
  font-size: 18px;
  color: #57b5cb;
  line-height: unset;
}
.top-page
  section.job-description
  .job-description__content
  .job-description__inner
  .text-group__buttom
  .text-line
  .text {
  width: 330px;
  font-size: 20px;
}
.top-page section.flow {
  margin-top: 20px;
  margin-bottom: 80px;
}
.top-page section.flow .section__inner {
  max-width: 1100px;
  padding: 0;
}
.top-page section.flow .flow-item__group {
  display: flex;
  overflow-x: scroll;
  width: 100%;
  margin-top: 34px;
  padding: 12px 20px;
}
.top-page section.flow .flow-item__group::-webkit-scrollbar {
  display: none;
}
.top-page section.flow .flow-item__group .flow-item {
  min-width: 195px;
  box-shadow: 0px 8px 12px rgba(90, 151, 170, 0.12);
  margin-right: 12px;
  position: relative;
  border-radius: 8px;
}

.top-page section.flow .flow-item__group .flow-item .flow-item__text {
  padding: 12px;
  background: #f0fafd;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.top-page section.flow .flow-item__group .flow-item .flow-item__thumbnail {
  position: relative;
  border-radius: 8px;
}
.top-page
  section.flow
  .flow-item__group
  .flow-item
  .flow-item__thumbnail
  .num__tip {
  position: absolute;
  top: 0;
  left: 0;
  background: #57b5cb;
  padding: 8px 12px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.top-page section.flow .flow-item__group .flow-item .flow-item__thumbnail img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.top-page
  section.flow
  .flow-item__group
  .flow-item
  .flow-item__thumbnail
  .num__tip
  p {
  color: #fff;
}

.top-page section.flow .flow-item__group .flow-item:last-child::after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  height: 1px;
  width: 20px;
  background-color: transparent;
}

.nm-footer {
  background: #57b5cb;
  width: 100%;
  padding: 64px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nm-footer .nm-footer__inner {
  max-width: 1100px;
  height: fit-content;
  margin: 0 auto;
  padding: 0 12px;
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
.nm-footer .nm-footer__inner .nm-footer__left,
.nm-footer__right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nm-footer .nm-footer__inner .nm-footer__left,
.nm-footer__right p {
  line-height: 30px;
}
.nm-footer .nm-footer__inner .border {
  border-left: 2px solid white;
  margin: 0 47px 0 33px;
}

.nm-footer .copyright {
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
}

.nm-footer p {
  color: #fff;
}
.nm-footer br {
  display: none;
}

.download__form {
  background: white;
  max-width: 1100px;
  margin: 0 auto;
  filter: drop-shadow(0px 8px 12px rgba(90, 151, 170, 0.12));
  border-radius: 8px;
  margin-bottom: 120px;
}

.download__form .form__upper {
  background: #57b5cb;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.download__form .form__upper p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 5px;
}
.download__form .form__upper p.--small {
  font-size: 12px;
}
.download__form .form__upper br {
  display: none;
}

.download__form .form__upper h3 {
  color: white;
  font-size: 32px;
  margin-bottom: 16px;
  font-weight: bold;
  text-align: center;
}

.download__form .form__upper p {
  color: white;
  font-size: 16px;
}

.download__form .form__upper p.--small {
  font-size: 12px;
}

.wpcf7-response-output {
  display: none !important;
}
.download__form .wpcf7 .wpcf7-form select.wpcf7-not-valid {
  background: #ffd6d6 !important;
}
.download__form .wpcf7 .wpcf7-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.download__form .wpcf7 .wpcf7-form .wpcf7-box {
  width: 70%;
}

.download__form .wpcf7 .wpcf7-form input.wpcf7-submit {
  color: #fff;
  font-weight: bold;
  background: #57b5cb;
  padding: 22px 0;
  width: 100%;
  border: 0;
  border-radius: 8.25px;
}

.download__form .wpcf7 {
  padding: 40px 140px 64px;
}

.download__form .wpcf7 .wpcf7-form table tbody tr {
  display: flex;
  margin-bottom: 16px;
}

.download__form .wpcf7 .wpcf7-form table tbody tr td {
  display: flex;
  justify-content: flex-end;
}

.download__form .wpcf7 .wpcf7-form table tbody tr td .form-input {
  display: flex;
}

.download__form .wpcf7 .wpcf7-form table tbody tr td .form-label {
  text-align: end;
  margin-right: 21px;
}

.download__form .wpcf7 .wpcf7-form table tbody tr td .your-zip input {
  width: 240px;
}
.download__form .wpcf7 .wpcf7-form table tbody tr td.customer-type {
  padding-top: 3px;
}
.download__form
  .wpcf7
  .wpcf7-form
  table
  tbody
  tr
  td.customer-type
  .wpcf7-list-item
  label
  .wpcf7-list-item-label {
  padding-left: 7px !important;
}

.download__form
  .wpcf7
  .wpcf7-form
  table
  tbody
  tr
  td.customer-type
  .wpcf7-radio {
  display: flex;
  flex-direction: row !important;
}
.download__form
  .wpcf7
  .wpcf7-form
  table
  tbody
  tr
  td
  .customer-type
  .wpcf7-not-valid
  input[type="radio"]::before {
  background: #ffd6d6 !important;
  border: 0 !important;
}
.download__form
  .wpcf7
  .wpcf7-form
  table
  tbody
  tr
  td.customer-type
  .wpcf7-list-item
  input[type="radio"] {
  width: unset !important;
  margin-left: 0;
  background: white;
  cursor: pointer;
  margin: 0;
  width: 20px !important;
  height: 20px;
  position: relative;
  padding: 0;
  border-radius: 50%;
}
.download__form
  .wpcf7
  .wpcf7-form
  table
  tbody
  tr
  td.customer-type
  .wpcf7-list-item
  input[type="radio"]::before {
  background: white;
  border-radius: 4px;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  border: 1px solid;
  border-color: #57b5cb;
  border-radius: 50%;
  top: 0;
}
.download__form
  .wpcf7
  .wpcf7-form
  table
  tbody
  tr
  td.customer-type
  .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin-right: 18px;
  height: fit-content;
}
.download__form
  .wpcf7
  .wpcf7-form
  table
  tbody
  tr
  td.customer-type
  .wpcf7-list-item
  input[type="radio"] {
  margin-right: 3px;
}

.download__form
  .wpcf7
  .wpcf7-form
  table
  tbody
  tr
  td.customer-type
  .wpcf7-list-item
  input[type="radio"]:checked::before {
  background: #57b5cb;
}
.download__form
  .wpcf7
  .wpcf7-form
  table
  tbody
  tr
  td.customer-type
  .wpcf7-list-item
  input[type="radio"]:checked::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  z-index: 3;
  background: white;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.download__form .wpcf7 .wpcf7-form .zip-button {
  border: 1px solid #275dc5;
  padding: 14px;
  color: #275dc5;
  margin-left: 16px;
  line-height: 15px;
  background: white;
  border-radius: 8px;
  cursor: pointer;
}

.download__form .wpcf7 .wpcf7-form table tbody :last-child tr {
  margin-bottom: 8px !important;
}

.download__form .wpcf7 .wpcf7-form table tbody tr td .required {
  font-size: 12px;
  color: #fc216f;
  text-align: end;
}

.download__form .wpcf7 .wpcf7-form table tbody tr td.--small {
  font-size: 14px;
  color: #575859;
}

p.--small {
  font-size: 12px;
  color: #575859;
}

.download__form .wpcf7 .privacy__link {
  margin: 36px 0 24px;
}
.download__form .wpcf7 .privacy__link a:link {
  color: #fc216f !important;
}

.download__form .wpcf7 .mail-magazine {
  display: flex;
  margin-top: 53px;
}
.download__form .wpcf7 .mail-magazine input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
  margin-right: 19px;
}
.download__form .wpcf7 .mail-magazine input[type="checkbox"]::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  border: 1px solid;
  border-color: #57b5cb;
  background-color: #57b5cb;
  background-color: #fff;
  border-radius: 2px;
}
.download__form
  .wpcf7
  .wpcf7-form
  .mail-magazine
  input[type="checkbox"]:checked::before {
  content: url(./assets/check-white.png);
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  border: 1px solid;
  border-color: #57b5cb;
  background-color: #57b5cb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-submit {
  cursor: pointer !important;
  margin-top: 36px;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

.wpcf7-list-item label input[type="radio"] {
  background: white;
  cursor: pointer;
  width: 0;
  height: 0;
  margin: 0;
}

.wpcf7-list-item label {
  position: relative;
  display: flex;
  align-items: center;
}

.wpcf7-list-item label .wpcf7-list-item-label {
  padding-left: 10px;
  display: block;
  cursor: pointer;
}

.wpcf7-list-item label input[type="radio"]::before {
  content: "";
  border: 1px solid #57b5cb;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
}

.wpcf7-list-item label input[type="radio"]:checked::before {
  content: url(./assets/check-white.png);
  background: #57b5cb;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.download__form .wpcf7 input {
  background: #f1f1f1;
  padding: 10px;
  font-size: 16px;
  border: 0;
  border-radius: 4px;
}
.download__form .wpcf7 input::placeholder {
  color: #9e9e9e;
}
.wpcf7-form-control-wrap.your-prefecture,
.wpcf7-form-control-wrap.business-type {
  position: relative;
  width: fit-content;
}
.wpcf7-form-control-wrap.your-prefecture:before,
.wpcf7-form-control-wrap.business-type:before {
  content: "▼";
  font-size: 8px;
  color: #57b5cb;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}
.wpcf7-form-control-wrap.time-span {
  position: relative;
  width: fit-content;
}
.wpcf7-form-control-wrap.time-span:before {
  content: "▼";
  font-size: 8px;
  color: #57b5cb;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}
.download__form .wpcf7 select {
  background: #f1f1f1;
  padding: 13px 10px;
  font-size: 16px;
  border: 0;
  border-radius: 4px;
  width: 240px;
  cursor: pointer;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

.download__form .wpcf7 select::-ms-expand {
  display: none;
}

.download__form .wpcf7 input.wpcf7-not-valid {
  background: #ffd6d6;
}

@media screen and (max-width: 730px) {
  .nm-header {
    padding: 0 20px;
  }
  .nm-header .nm-header__inner {
    flex-direction: column;
    padding-top: 22px;
  }
  .nm-header .nm-header__inner .nm-header__main {
    flex-direction: column;
    align-items: center;
  }
  .nm-header .nm-header__inner .nm-header__main br {
    display: none;
  }
  .nm-header .nm-header__inner .nm-header__main .logo__wrapper {
    display: flex;
    align-items: center;
    height: 30px;
    margin-bottom: 5px;
  }
  .nm-header .nm-header__inner .p-14 {
    font-size: 2vw !important;
  }
  .nm-header .nm-header__inner .tel {
    display: none;
  }
  .nm-header .nm-header__inner .nm-header__button {
    display: none;
  }
  .sp__group {
    display: flex;
    margin-top: 12px;
  }
  .top-page section.results .result__bottom {
    flex-direction: column-reverse;
  }
  .top-page section.results .result__bottom .download__btn {
    width: 100%;
    display: flex !important;
    margin-bottom: 24px;
  }
  .top-page section.results .result__bottom .tel {
    width: 100%;
    margin-left: 0;
  }
  .top-page section.results .result__bottom .tel .num {
    justify-content: center;
    margin-bottom: 8px;
  }

  .top-page section.results .result__bottom .tel .num svg {
    margin-right: 6px;
    width: 34px;
  }
  .top-page section.results .result__bottom .tel .num p {
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 52px;
    letter-spacing: 0.03em;
    color: #575859;
  }
  .top-page section.results .result__bottom .download__btn {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .top-page
    section.job-description
    .job-description__content
    .job-description__inner
    .text-group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .divider {
    width: 100%;
  }
  .top-page
    section.job-description
    .job-description__content
    .job-description__inner
    .text-group
    .text-line.--last {
    margin-bottom: 35px;
  }
  section.job-description
    .job-description__content
    .job-description__inner
    .text-group__buttom
    .text-line {
    width: 100%;
    flex-direction: column;
    align-items: flex-start !important;
    margin-bottom: 20px;
  }
  section.job-description
    .job-description__content
    .job-description__inner
    .text-group__buttom {
    margin: 25px 0;
  }
  .top-page section.job-description .section__inner {
    padding-top: 20px;
  }
  .top-page
    section.job-description
    .job-description__content
    .job-description__inner {
    padding: 0 !important;
  }
  .top-page
    section.job-description
    .job-description__content
    .job-description__inner
    .text-group__buttom {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .top-page
    section.job-description
    .job-description__content
    .job-description__inner
    .job-description-img__wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .top-page
    section.job-description
    .job-description__content
    .job-description__inner {
    margin-top: 35px !important;
  }
  .top-page
    section.job-description
    .job-description__content
    .job-description__inner
    .text-group
    .text-line
    .text {
    margin-top: 12px;
    margin-left: 0;
    line-height: 28px;
  }
  .top-page
    section.job-description
    .job-description__content
    .job-description__inner
    .text-group
    .text-line
    .check-icon {
    position: absolute;
  }
  .top-page
    section.job-description
    .job-description__content
    .job-description__inner
    .text-group
    .text-line
    .p-20 {
    padding-left: 35px;
    font-size: 20px !important;
  }
  .thanks-page {
    padding: 100px 32px;
  }

  .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-direction: column;
  }
  .download__form .wpcf7 .mail-magazine {
    margin-top: 42px;
    padding: 0 75px 0 50px;
  }
  .download__form
    .wpcf7
    .wpcf7-form
    .mail-magazine
    input[type="checkbox"]::before {
    top: -1px;
  }
  .download__form
    .wpcf7
    .wpcf7-form
    .mail-magazine
    input[type="checkbox"]:checked::before {
    top: -1px;
  }
  .top-page section.about .about__inner .about__text p {
    margin-top: 0;
  }
  .nm-header {
    height: 60px;
  }

  .nm-header .nm-header__inner .tel {
    display: none;
  }

  .nm-header .nm-header__inner .nm-header__main {
    font-size: 14px !important;
    margin: 12px 0;
  }
  .nm-header .nm-header__inner .nm-header__main .logo__wrapper {
    margin-right: 8px;
  }
  .nm-header .nm-header__inner .nm-header__main .logo__wrapper img {
    width: 100%;
    object-fit: contain;
  }

  .nm-header .nm-header__inner .nm-header__button {
    display: none;
  }

  .bottom-link {
    display: flex;
    justify-content: center;
    padding: 16px 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    z-index: 10;
  }

  .bottom-link .link {
    height: 56px;
    background: #57b5cb;
    border-radius: 8px;
    border: 0;
    padding: 7px 31px;
    text-decoration: none;
    display: block;
  }

  .bottom-link .link:hover {
    background: #1187a3;
  }

  .bottom-link .link p {
    color: white;
    white-space: nowrap;
    text-align: center;
  }

  .top-page section .section__inner {
    padding: 0 20px;
  }
  .top-page section .section__inner .sub-title__wrapper {
    align-items: flex-start;
  }
  .top-page section .section__inner .sub-title__wrapper .sub-title {
    font-size: 24px;
  }
  .top-page section.flow .section__inner .sub-title__wrapper {
    padding: 0 20px;
  }
  .top-page .keyvisual .keyvisual-bg {
    height: 540px;
    max-width: unset;
  }
  .top-page .keyvisual .keyvisual-inner__wrapper {
    width: 100%;
  }
  .top-page .keyvisual .keyvisual-inner__wrapper picture {
    height: fit-content;
    align-items: flex-start;
  }
  .top-page .keyvisual .keyvisual-inner__wrapper .keyvisual-inner__img {
    object-fit: contain;
  }

  .top-page section.about {
    margin-top: 34px;
  }
  .top-page section.about .section__inner .about__inner {
    flex-direction: column;
  }
  .top-page section.about .section__inner .about__inner .sub-title__wrapper {
    margin-bottom: 24px;
  }
  .top-page
    section.about
    .section__inner
    .about__inner
    .sub-title__wrapper
    .sub-title {
    font-size: 24px;
  }
  .top-page section.about .section__inner .about__inner .about__text {
    margin-right: 0;
  }
  .top-page section.about .section__inner .about__inner .about__img {
    margin-top: 36px;
  }
  .top-page section.points .section__inner .sub-title__comment {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .top-page section.points .section__inner .sub-title {
    font-size: 24px;
  }
  .top-page section.points .section__inner .points__inner {
    flex-direction: column;
    margin-top: 30px;
  }
  .top-page section.points .section__inner .points__inner .point-item {
    width: 100%;
    margin-bottom: 16px;
  }
  .top-page
    section.points
    .section__inner
    .points__inner
    .point-item
    .point-item__chip {
    padding: 29px 12px;
  }
  .top-page
    section.points
    .section__inner
    .points__inner
    .point-item
    .point-item__chip
    .point-text {
    font-size: 12px;
    line-height: 10px;
    margin-bottom: 6px;
  }
  .top-page
    section.points
    .section__inner
    .points__inner
    .point-item
    .point-item__chip
    .num {
    line-height: 26px;
  }
  .top-page
    section.points
    .section__inner
    .points__inner
    .point-item
    .point-item__text
    .p-20 {
    line-height: 24px;
    margin-bottom: 5px;
  }
  .top-page
    section.points
    .section__inner
    .points__inner
    .point-item
    .point-item__text
    .p-16 {
    line-height: 24px;
  }
  .top-page section.points .story {
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
  }
  .top-page section.points .story .story__text {
    margin-left: 0;
    margin-top: 36px;
  }
  .top-page section.points .story .story__text .representative {
    font-size: 14px;
  }
  .top-page section.points .story .story__text .representative br {
    display: block;
  }
  .top-page section.points .story p.--bold {
    line-height: 24px;
    margin-bottom: 14px;
  }
  .top-page .voice .section__inner .voice__inner {
    margin-top: 24px;
    flex-direction: column;
  }
  .top-page .voice .section__inner .voice__inner .voice-item {
    width: 100%;
    margin-bottom: 24px;
  }
  .top-page .voice .section__inner .voice__inner .voice-item .voice__owner {
    padding: 16px;
    padding-left: 24px;
  }
  .top-page
    .voice
    .section__inner
    .voice__inner
    .voice-item
    .voice__owner
    .owner__img {
    width: 72px;
    height: 72px;
    margin: 0;
  }
  .top-page
    .voice
    .section__inner
    .voice__inner
    .voice-item
    .voice__owner
    .p-20 {
    font-weight: unset;
    margin-left: 5px;
  }
  .top-page .voice .section__inner .voice__inner .voice-item .voice__text {
    margin: 20px;
  }
  .top-page section.results .results__inner {
    flex-direction: column;
  }
  .top-page section.results .results__inner .result-item {
    width: 100%;
  }
  .top-page section.results .results__inner .result-item .result-item__upper {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }
  .top-page
    section.results
    .results__inner
    .result-item
    .result-item__upper
    .text__group {
    margin: 15px 0;
    width: 100%;
  }
  .top-page
    section.results
    .results__inner
    .result-item
    .result-item__upper
    .text__group
    div {
    align-items: center;
  }

  .top-page
    section.results
    .results__inner
    .result-item
    .result-item__upper
    .text__group
    .--underline {
    margin-top: 5px;
  }
  .top-page
    section.results
    .results__inner
    .result-item
    .result-item__upper
    .text__group
    div
    .p-24 {
    font-size: 20px !important;
    margin-right: 3px;
  }
  .top-page
    section.results
    .results__inner
    .result-item
    .result-item__upper
    .text__group
    div
    .price-text {
    font-size: 26px !important;
  }

  .top-page
    section.results
    .results__inner
    .result-item
    .result-item__upper
    .result-img__wrapper {
    width: 100%;
    height: unset;
  }
  .top-page section.results .download__btn {
    padding: 8px 0;
  }
  .top-page section.results .download__btn p.p-24 {
    font-size: 18px !important;
  }
  .top-page section.comparison .table {
  }
  .top-page section.comparison .table .column .row {
    width: 200px;
  }
  .top-page section.comparison .table :first-child.column .row {
    width: 90px;
  }
  .top-page section.job-description {
    padding-top: 50px;
    background-image: unset;
  }
  .top-page section.job-description .sub-title {
    font-size: 24px;
    text-align: center;
  }
  .top-page section.job-description .job-description__inner {
    flex-direction: column;
    margin: 20px 0;
  }
  .top-page
    section.job-description
    .job-description__inner
    .job-description-img__wrapper {
    margin-right: 0;
    width: 100% !important;
    margin-top: 24px;
    margin-bottom: 88px;
    padding: 0 !important;
  }
  .top-page
    section.job-description
    .job-description__inner
    .text-group
    .text-line
    .p-20 {
    font-size: 16px !important;
  }
  .top-page section.job-description .job-description__inner .text-group .p-24 {
    font-size: 20px !important;
  }
  .top-page section.flow {
    margin-top: 80px;
  }
  .top-page section.flow .flow-item__group {
    margin-top: 14px;
    padding: 12px;
  }
  .nm-footer {
    padding: 34px 0 12px;
  }
  .nm-footer br {
    display: block;
  }
  .nm-footer .nm-footer__inner {
    display: flex;
    flex-direction: column;
    padding: 0 42px;
    margin-bottom: 37px;
  }
  .nm-footer .nm-footer__inner .border {
    width: 100%;
    border-bottom: 2px solid white;
    margin: 22px 0;
  }
  .nm-footer .nm-footer__inner .nm-footer__left p {
    text-align: center;
  }
  .download__form {
    padding-bottom: 120px;
    margin-bottom: 0;
  }
  .download__form .form__upper {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 26px 20px;
  }

  .download__form .form__upper h3 {
    font-size: 24px;
    letter-spacing: 0.12em;
    margin-bottom: 12px;
  }
  .download__form .form__upper p {
    font-size: 14px;
    text-align: center;
  }
  .download__form .form__upper br {
    display: block;
  }
  .download__form .wpcf7 {
    padding: 0;
  }
  .download__form .wpcf7 .wpcf7-form table {
    margin-top: 20px;
  }
  .download__form .wpcf7 .wpcf7-form table tbody tr {
    flex-direction: column;
    padding: 0 20px;
    margin-bottom: 24px;
  }

  .download__form .wpcf7 .wpcf7-form table tbody tr td {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .download__form .wpcf7 .wpcf7-form table tbody tr td .form-label {
    text-align: start;
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 8px;
  }

  .wpcf7-form-control-wrap {
    width: 100%;
  }
  .download__form {
    filter: unset;
  }
  .download__form .wpcf7 input {
    width: 100%;
  }
  .download__form .wpcf7 .wpcf7-form table tbody tr td .required {
    text-align: start;
    margin-left: 4px;
  }
  .download__form .wpcf7 .wpcf7-form .zip-button {
    margin-left: 0;
    margin-top: 16px;
  }
  .download__form
    .wpcf7
    .wpcf7-form
    table
    tbody
    tr
    td.customer-type
    .wpcf7-list-item
    input[type="radio"]::before {
    top: -1px;
  }
  .download__form
    .wpcf7
    .wpcf7-form
    table
    tbody
    tr
    td.customer-type
    .wpcf7-list-item
    input[type="radio"]::after {
    top: -1px;
  }
  #radio-input {
    display: flex;
    flex-direction: column;
  }

  .wpcf7-list-item {
    margin-left: 0 !important;
    margin-bottom: 12px !important;
  }
  .wpcf7-list-item label .wpcf7-list-item-label {
    padding-left: 25px;
  }
  .confirm-text {
    padding: 16px 20px 24px;
    font-size: 12px;
  }
  p.--small {
    padding: 0 20px;
  }
  .download__form .wpcf7 .privacy__link {
    margin: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
  }

  .top-page section.about .section__inner .about__inner .about__img {
    position: unset;
  }
  .top-page section.results .results__inner :first-child.result-item {
    margin-top: 16px;
  }
}

.selection {
  display: flex;
}

.selection label {
  display: flex;
  align-items: center;
  margin-right: 30px;
  cursor: pointer;
}

.selection .box {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 2px;
  border: 1px solid #57b5cb;
  margin-right: 12px;
}

.selection input[type="radio"] {
  position: relative;
  width: 20px !important;
  height: 20px !important;
}

.selection input[type="radio"]:checked {
  background: #57b5cb;
}

.selection input[type="radio"] + span {
  padding-left: 8px;
}

.form-job-description {
  margin-bottom: 0 !important;
}

.wpcf7-form-control-wrap.information-job-description
  .wpcf7-form-control.wpcf7-radio.wpcf7-not-valid
  .wpcf7-list-item
  label
  input[type="radio"]::before {
  border: 1px solid #ffd6d6;
  background: #ffd6d6;
}

@media screen and (max-width: 1000px) {
  .top-page section.about .about__inner .about__img {
    position: unset;
  }
}
