@charset "UTF-8";
*,
:before,
:after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  margin: 0;
}
html {
  line-height: 1.5;
  color: #333;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
img {
  display: block;
  height: auto;
  object-fit: contain;
}
button,
input,
optgroup,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select::-ms-expand {
  display: none;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body {
  color: #092525;
}
html,
body,
body * {
  font-family: aktiv-grotesk, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic,
    Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  html,
  body,
  body * {
    font-size: 14px;
  }
}
.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}
.fade-in {
  animation-name: animation-fade-in;
  animation-duration: 0.3s;
  display: block;
}
@keyframes animation-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-out {
  animation-name: animation-fade-out;
  animation-duration: 0.3s;
  visibility: hidden;
}
@keyframes animation-fade-out {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
}
.l-container {
  max-width: 1240px;
  width: 100%;
}
.l-slim-container {
  max-width: 840px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.c-contact {
  background-color: #eef5f6;
  padding-bottom: 120px;
  padding-top: 120px;
  width: 100%;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .c-contact {
    margin-top: 80px;
  }
}
.c-contact .c-contact__inner .c-contact__content .c-contact__list {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.c-contact
  .c-contact__inner
  .c-contact__content
  .c-contact__list
  .c-contact__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.c-contact
  .c-contact__inner
  .c-contact__content
  .c-contact__list
  .c-contact__list-item
  .c-contact__list-item-title {
  color: #2c9faf;
  line-height: 1.3;
}
.c-contact
  .c-contact__inner
  .c-contact__content
  .c-contact__list
  .c-contact__list-item
  .c-contact__list-item-data {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.c-feature {
  padding-top: 100px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 991px) {
  .c-feature {
    padding-top: 40px;
  }
}
@media screen and (max-width: 499px) {
  .c-feature {
    padding-top: 20px;
  }
}
.c-feature .c-feature__inner .c-feature__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-feature .c-feature__inner .c-feature__heading {
    gap: 10px;
  }
}
.c-feature .c-feature__inner .c-feature__heading .c-feature__title-sm {
  font-size: 20px;
  font-weight: 600;
  color: #2c9faf;
}
@media screen and (max-width: 767px) {
  .c-feature .c-feature__inner .c-feature__heading .c-feature__title-sm {
    font-size: 16px;
  }
}
.c-feature .c-feature__inner .c-feature__heading .c-feature__title-group {
  align-items: baseline;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 499px) {
  .c-feature .c-feature__inner .c-feature__heading .c-feature__title-group {
    gap: 5px;
  }
}
.c-feature
  .c-feature__inner
  .c-feature__heading
  .c-feature__title-group
  .c-feature__title-img {
  width: 160px;
  height: auto;
  object-fit: contain;
  fill: #2c9faf;
}
@media screen and (max-width: 767px) {
  .c-feature
    .c-feature__inner
    .c-feature__heading
    .c-feature__title-group
    .c-feature__title-img {
    width: 120px;
  }
}
@media screen and (max-width: 499px) {
  .c-feature
    .c-feature__inner
    .c-feature__heading
    .c-feature__title-group
    .c-feature__title-img {
    width: 100px;
  }
}
.c-feature
  .c-feature__inner
  .c-feature__heading
  .c-feature__title-group
  .c-feature__title {
  font-size: 56px;
  font-weight: 700;
  color: #2c9faf;
}
@media screen and (max-width: 767px) {
  .c-feature
    .c-feature__inner
    .c-feature__heading
    .c-feature__title-group
    .c-feature__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 499px) {
  .c-feature
    .c-feature__inner
    .c-feature__heading
    .c-feature__title-group
    .c-feature__title {
    font-size: 28px;
  }
}
.c-feature .c-feature__inner .c-feature__accent-text {
  background-color: #2c9faf;
  background: linear-gradient(90deg, #2c9faf, #208a98);
  border-radius: 4px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding: 36px 20px 44px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  letter-spacing: 0.05em;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .c-feature .c-feature__inner .c-feature__accent-text {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-feature .c-feature__inner .c-feature__accent-text {
    flex-direction: column;
    padding: 32px 20px;
    letter-spacing: 0.01em;
    align-items: center;
    justify-content: center;
  }
}
.c-feature
  .c-feature__inner
  .c-feature__accent-text
  .c-feature__accent-text-main {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 991px) {
  .c-feature
    .c-feature__inner
    .c-feature__accent-text
    .c-feature__accent-text-main {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-feature
    .c-feature__inner
    .c-feature__accent-text
    .c-feature__accent-text-main {
    display: none;
  }
}
.c-feature
  .c-feature__inner
  .c-feature__accent-text
  .c-feature__accent-text-main
  .c-feature__accent-text-ruby {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  letter-spacing: -0.03em;
  line-height: 1.3;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 499px) {
  .c-feature
    .c-feature__inner
    .c-feature__accent-text
    .c-feature__accent-text-main
    .c-feature__accent-text-ruby {
    font-size: 14px;
    bottom: 2px;
  }
}
.c-feature
  .c-feature__inner
  .c-feature__accent-text
  .c-feature__accent-text-sub {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .c-feature
    .c-feature__inner
    .c-feature__accent-text
    .c-feature__accent-text-sub {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .c-feature
    .c-feature__inner
    .c-feature__accent-text
    .c-feature__accent-text-sub {
    display: none;
  }
}
.c-feature
  .c-feature__inner
  .c-feature__accent-text
  .c-feature__accent-sp-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  display: none;
}
@media screen and (max-width: 767px) {
  .c-feature
    .c-feature__inner
    .c-feature__accent-text
    .c-feature__accent-sp-text {
    display: block;
  }
}
@media screen and (max-width: 499px) {
  .c-feature
    .c-feature__inner
    .c-feature__accent-text
    .c-feature__accent-sp-text {
    font-size: 20px;
  }
}
.c-feature
  .c-feature__inner
  .c-feature__accent-text
  .c-feature__accent-sp-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  display: none;
}
@media screen and (max-width: 767px) {
  .c-feature
    .c-feature__inner
    .c-feature__accent-text
    .c-feature__accent-sp-title {
    display: block;
  }
}
@media screen and (max-width: 499px) {
  .c-feature
    .c-feature__inner
    .c-feature__accent-text
    .c-feature__accent-sp-title {
    font-size: 24px;
  }
}
.c-feature
  .c-feature__inner
  .c-feature__accent-text
  .c-feature__accent-sp-description {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  display: none;
}
@media screen and (max-width: 767px) {
  .c-feature
    .c-feature__inner
    .c-feature__accent-text
    .c-feature__accent-sp-description {
    display: block;
  }
}
@media screen and (max-width: 499px) {
  .c-feature
    .c-feature__inner
    .c-feature__accent-text
    .c-feature__accent-sp-description {
    font-size: 14px;
  }
}
.c-old-flow {
  padding-top: 120px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-old-flow {
    padding-top: 80px;
  }
}
.c-old-flow .c-old-flow__inner .c-old-flow__list-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
@media screen and (max-width: 991px) {
  .c-old-flow .c-old-flow__inner .c-old-flow__list-wrapper {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .c-old-flow
    .c-old-flow__inner
    .c-old-flow__list-wrapper
    .c-old-flow__arrow-img {
    transform: rotate(90deg);
    margin: 12px auto;
  }
}
.c-old-flow .c-old-flow__inner .c-old-flow__list-wrapper .c-old-flow__card {
  padding-top: 32px;
  padding-bottom: 32px;
  border: 1px solid #d4d4d4;
  border-radius: 12px;
  text-align: center;
  width: 100%;
}
.c-old-flow
  .c-old-flow__inner
  .c-old-flow__list-wrapper
  .c-old-flow__card
  .c-old-flow__img {
  margin: 0 auto;
}
.c-old-flow
  .c-old-flow__inner
  .c-old-flow__list-wrapper
  .c-old-flow__card
  .c-old-flow__text {
  font-weight: 700;
  margin-top: 12px;
  font-size: 20px;
  line-height: normal;
}
.c-fv {
  background: linear-gradient(90deg, #2c9faf, #2c9faf, #208a98);
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-fv {
    background: none;
    background-color: #2c9faf;
  }
}
.c-fv .c-fv__inner {
  max-width: 1280px;
  background-image: url(https://tim-hd.co.jp/wp-content/themes/tim-service-site/images/tim-fv.png);
  background-repeat: no-repeat;
  background-size: 572px 596px;
  background-position-x: 90%;
  background-position-y: 100%;
  height: 80vh;
  max-height: 700px;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 991px) {
  .c-fv .c-fv__inner {
    background-position-x: 100%;
    background-position-y: 100%;
    background-size: 500px 521px;
	min-height:900px;
  }
}
@media screen and (max-width: 767px) {
  .c-fv .c-fv__inner {
    padding-top: 80px;
    text-align: center;
    background-image: none;
    height: 100vh;
    max-height: 100%;
  }
}
.c-fv .c-fv__inner .c-fv__text-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}
.c-fv .c-fv__inner .c-fv__img-wrapper {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-fv .c-fv__inner .c-fv__img-wrapper {
    position: relative;
    display: inline-block;
  }
  .c-fv .c-fv__inner .c-fv__img-wrapper .c-fv__img {
    width: 80%;
    margin: 0 auto;
    max-width: 400px;
    height: auto;
  }
}
.c-fv .c-fv__inner .c-fv__img-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(to bottom, #2c9faf00, #2c9faf);
  pointer-events: none;
}
.c-fv .c-fv__inner .c-fv__text-flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-fv .c-fv__inner .c-fv__text-flex {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 16px;
  }
}
.c-fv .c-fv__inner .c-fv__text {
  font-size: 32px;
  color: #fafafa;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .c-fv .c-fv__inner .c-fv__text {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.c-fv .c-fv__inner .c-fv__text.--margin {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-fv .c-fv__inner .c-fv__text.--margin {
    margin-bottom: 32px;
  }
}
.c-fv .c-fv__inner .c-fv__text.--shadow {
  padding: 8px;
  transform: skew(-7deg);
  background-color: #208a98;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .c-fv .c-fv__inner .c-fv__text.--shadow {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.c-fv .c-fv__inner .c-fv__text.--small {
  font-size: 12px;
  padding-left: 8px;
  margin-bottom: 0;
}
.c-fv .c-fv__inner .c-fv__text.--big {
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .c-fv .c-fv__inner .c-fv__text.--big {
    font-size: 32px;
  }
}
.c-fv .c-fv__inner .c-fv__content {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
}
.c-fv .c-fv__inner .c-fv__content .c-fv__content-balloon {
  padding: 4px 16px;
  background-color: #fafafa;
  color: #2c9faf;
  border: 1px solid #2c9faf;
  border-radius: 100vh;
  font-weight: 700;
  position: relative;
  right: -40px;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .c-fv .c-fv__inner .c-fv__content .c-fv__content-balloon {
    right: -30px;
  }
}
.c-fv .c-fv__inner .c-fv__content .c-fv__content-balloon:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%);
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fafafa transparent;
}
.c-fv .c-fv__inner .c-fv__content .c-fv__content-balloon:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translate(-50%);
  border-width: 7px 7px 0 7px;
  border-style: solid;
  border-color: #2c9faf transparent;
}
.c-fv .c-fv__login-btn {
  position: absolute;
  right: 16px;
  bottom: 16px;
  background-color: #2c9faf;
  border: 1px solid #fafafa;
  border-radius: 8px;
  padding: 0 20px 20px;
  text-align: center;
  box-shadow: 2px 2px 4px #0003;
  position: fixed;
  z-index: 5;
}
@media screen and (max-width: 991px) {
  .c-fv .c-fv__login-btn {
    display: none !important;
  }
}
.c-fv .c-fv__login-btn:hover {
  background-color: #208a98;
  transition-property: background-color;
  transition-duration: 0.3s;
}
.c-fv .c-fv__login-btn .c-fv__login-img {
  position: relative;
  top: -20px;
}
.c-fv .c-fv__login-btn .c-fv__login-text {
  color: #fafafa;
  font-weight: 700;
}
.c-fv .c-fv__login-btn .c-fv__login-text .c-fv__login-arrow {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 12px;
}
.c-fv .c-fv__login-btn .c-fv__login-text .c-fv__login-arrow:before,
.c-fv .c-fv__login-btn .c-fv__login-text .c-fv__login-arrow:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 12px;
  height: 4px;
  border-radius: 9999px;
  background-color: #fafafa;
  transform-origin: calc(100% - 2px) 50%;
}
.c-fv .c-fv__login-btn .c-fv__login-text .c-fv__login-arrow:before {
  transform: rotate(45deg);
}
.c-fv .c-fv__login-btn .c-fv__login-text .c-fv__login-arrow:after {
  transform: rotate(-45deg);
}
.c-fill-button {
  background-color: #2c9faf;
  border-radius: 100vh;
  color: #fff;
  line-height: normal;
  font-weight: 700;
  padding: 14px 60px;
  text-align: center;
  transition: 0.2s;
  max-width: 300px;
  transition-property: background-color, color;
}
.c-fill-button:hover {
  transition: 0.3s;
  transition-property: background-color, color;
}
.c-fill-button.--color-yellow {
  background-color: #f5e300;
  color: #2c9faf;
}
.c-fill-button.--color-yellow:hover {
  background-color: #ebda00;
  transition-property: background-color, color;
}
.c-problem {
  padding-top: 100px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-problem {
    padding-top: 64px;
  }
}
.c-problem .c-problem__inner .c-problem__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media screen and (max-width: 1279px) {
  .c-problem .c-problem__inner .c-problem__list {
    gap: 32px;
  }
}
@media screen and (max-width: 991px) {
  .c-problem .c-problem__inner .c-problem__list {
    gap: 64px 24px;
    grid-template-columns: repeat(1, 1fr);
    max-width: 640px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-problem .c-problem__inner .c-problem__list {
    gap: 40px 24px;
    max-width: 400px;
    margin: auto;
  }
}
.c-problem .c-problem__inner .c-problem__list .c-problem__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .c-problem .c-problem__inner .c-problem__list .c-problem__item {
    gap: 16px;
  }
}
.c-problem
  .c-problem__inner
  .c-problem__list
  .c-problem__item
  .c-problem__item-num {
  color: #2c9faf;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #2c9faf;
  width: 100%;
}
.c-problem
  .c-problem__inner
  .c-problem__list
  .c-problem__item
  .c-problem__item-problem {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
}
.c-problem
  .c-problem__inner
  .c-problem__list
  .c-problem__item
  .c-problem__item-mark {
  height: auto;
  object-fit: contain;
  width: 24px;
}
.c-problem
  .c-problem__inner
  .c-problem__list
  .c-problem__item
  .c-problem__item-solution {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-problem
    .c-problem__inner
    .c-problem__list
    .c-problem__item
    .c-problem__item-solution {
    gap: 10px;
  }
}
.c-problem
  .c-problem__inner
  .c-problem__list
  .c-problem__item
  .c-problem__item-solution
  .c-problem__item-solution-title-group {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-problem
  .c-problem__inner
  .c-problem__list
  .c-problem__item
  .c-problem__item-solution
  .c-problem__item-solution-title-group
  .c-problem__item-solution-title-sm {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
.c-problem
  .c-problem__inner
  .c-problem__list
  .c-problem__item
  .c-problem__item-solution
  .c-problem__item-solution-title-group
  .c-problem__item-solution-title {
  align-items: baseline;
  display: flex;
  gap: 2px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-problem
    .c-problem__inner
    .c-problem__list
    .c-problem__item
    .c-problem__item-solution
    .c-problem__item-solution-title-group
    .c-problem__item-solution-title {
    font-size: 20px;
  }
}
.c-problem
  .c-problem__inner
  .c-problem__list
  .c-problem__item
  .c-problem__item-solution
  .c-problem__item-solution-title-group
  .c-problem__item-solution-title-accent {
  color: #fff;
  background-color: #2c9faf;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  padding: 8px 6px 2px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-problem
    .c-problem__inner
    .c-problem__list
    .c-problem__item
    .c-problem__item-solution
    .c-problem__item-solution-title-group
    .c-problem__item-solution-title-accent {
    font-size: 20px;
  }
}
.c-problem
  .c-problem__inner
  .c-problem__list
  .c-problem__item
  .c-problem__item-solution
  .c-problem__item-solution-text {
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .c-problem
    .c-problem__inner
    .c-problem__list
    .c-problem__item
    .c-problem__item-solution
    .c-problem__item-solution-text {
    padding: 0;
  }
}
.c-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    gap: 12px;
  }
}
.c-section-title .c-section-title__sm-text {
  color: #2c9faf;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}
.c-section-title .c-section-title__text,
.c-section-title span {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-title .c-section-title__text,
  .c-section-title span {
    font-size: 24px;
  }
}
.c-service {
  padding-top: 120px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-service {
    padding-top: 80px;
  }
}
.c-service .c-service__inner .c-service__title-wrapper {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-service .c-service__inner .c-service__title-wrapper {
    max-width: 400px;
    margin: 20px auto 0;
  }
}
.c-service
  .c-service__inner
  .c-service__title-wrapper
  .c-service__item-solution-title {
  align-items: baseline;
  display: flex;
  justify-content: center;
  gap: 2px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c-service
    .c-service__inner
    .c-service__title-wrapper
    .c-service__item-solution-title {
    font-size: 24px;
  }
}
.c-service
  .c-service__inner
  .c-service__title-wrapper
  .c-service__item-solution-title-accent {
  color: #fff;
  background-color: #2c9faf;
  border-radius: 4px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  padding: 4px 8px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-service
    .c-service__inner
    .c-service__title-wrapper
    .c-service__item-solution-title-accent {
    font-size: 24px;
  }
}
.c-service
  .c-service__inner
  .c-service__title-wrapper
  .c-service__text-content {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 48px;
}
.c-service
  .c-service__inner
  .c-service__title-wrapper
  .c-service__text-content.--color-red {
  color: #af2c5d;
}
.c-service
  .c-service__inner
  .c-service__title-wrapper
  .c-service__text-content.--color-blue {
  color: #2c9faf;
}
.c-service .c-service__inner .c-service__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 24px;
}
.c-service .c-service__inner .c-service__content .c-service__img-wrapper {
  margin: 0 auto;
  max-width: 972px;
}
.c-service
  .c-service__inner
  .c-service__content
  .c-service__img-wrapper
  .c-service__img {
  width: 100%;
  height: auto;
}
.c-service .c-service__inner .c-service__content .c-service__text-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 452px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .c-service .c-service__inner .c-service__content .c-service__text-wrapper {
    display: none;
  }
}
.c-service
  .c-service__inner
  .c-service__content
  .c-service__text-wrapper
  .c-service__text-cross-wrapper {
  max-width: 296px;
  width: 100%;
  margin: 0 auto;
}
.c-service
  .c-service__inner
  .c-service__content
  .c-service__text-wrapper
  .c-service__text-cross-wrapper
  .c-service__text-cross {
  display: flex;
  gap: 4px;
}
.c-service
  .c-service__inner
  .c-service__content
  .c-service__text-wrapper
  .c-service__text-circle-wrapper {
  max-width: 296px;
  width: 100%;
  margin: 0 auto;
}
.c-service
  .c-service__inner
  .c-service__content
  .c-service__text-wrapper
  .c-service__text-circle-wrapper
  .c-service__text-circle {
  display: flex;
  gap: 4px;
}
.c-service
  .c-service__inner
  .c-service__content
  .c-service__text-wrapper
  .c-service__text {
  font-weight: 700;
}
.c-service .c-service__inner .c-service__content .c-service__img {
  width: 100%;
  height: auto;
}
.c-use {
  padding-top: 120px;
  width: 100%;
}
@media screen and (max-width: 499px) {
  .c-use {
    padding-top: 80px;
  }
}
.c-use .c-use__inner .c-use__content {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 991px) {
  .c-use .c-use__inner .c-use__content {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-use .c-use__inner .c-use__content {
    align-items: center;
    flex-direction: column;
  }
}
.c-use .c-use__inner .c-use__content .c-use__img-wrapper {
  flex-shrink: 0;
  width: 240px;
}
.c-use .c-use__inner .c-use__content .c-use__img-wrapper .c-use__img {
  height: auto;
  object-fit: contain;
  width: 100%;
}
.c-use .c-use__inner .c-use__content .c-use__title {
  background-color: #eef5f6;
  font-weight: 700;
  padding: 8px 20px 4px;
  border-radius: 100vh;
  line-height: 2;
  width: 100%;
  text-align: center;
}
.c-use .c-use__inner .c-use__content .c-use__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 40px;
}
.c-use .c-use__inner .c-use__content .c-use__flow {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .c-use .c-use__inner .c-use__content .c-use__flow {
    background-color: #fff;
    padding-top: 64px;
    margin-top: -160px;
  }
}
.c-use .c-use__inner .c-use__content .c-use__flow .c-use__step {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-use .c-use__inner .c-use__content .c-use__flow .c-use__step {
    gap: 60px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-use
  .c-use__inner
  .c-use__content
  .c-use__flow
  .c-use__step
  .c-use__step-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-use
    .c-use__inner
    .c-use__content
    .c-use__flow
    .c-use__step
    .c-use__step-item {
    gap: 10px;
  }
}
.c-use
  .c-use__inner
  .c-use__content
  .c-use__flow
  .c-use__step
  .c-use__step-item:first-of-type:before {
  content: "";
  top: 14px;
  border-left: 8px solid #2c9faf;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  position: absolute;
  left: calc(100% + 40px);
}
@media screen and (max-width: 767px) {
  .c-use
    .c-use__inner
    .c-use__content
    .c-use__flow
    .c-use__step
    .c-use__step-item:first-of-type:before {
    border-bottom: unset;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #2c9faf;
    width: fit-content;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(100% + 24px);
  }
}
.c-use
  .c-use__inner
  .c-use__content
  .c-use__flow
  .c-use__step
  .c-use__step-item
  .c-use__step-item-mark {
  background-color: #2c9faf;
  border-radius: 100vh;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  padding: 8px 20px 4px;
  min-width: 160px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-use
    .c-use__inner
    .c-use__content
    .c-use__flow
    .c-use__step
    .c-use__step-item
    .c-use__step-item-mark {
    width: fit-content;
  }
}
.c-use
  .c-use__inner
  .c-use__content
  .c-use__flow
  .c-use__step
  .c-use__step-item
  .c-use__step-item-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-use
    .c-use__inner
    .c-use__content
    .c-use__flow
    .c-use__step
    .c-use__step-item
    .c-use__step-item-title {
    font-size: 18px;
  }
}
.c-use
  .c-use__inner
  .c-use__content
  .c-use__flow
  .c-use__step
  .c-use__step-item
  .c-use__step-item-img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .c-use
    .c-use__inner
    .c-use__content
    .c-use__flow
    .c-use__step
    .c-use__step-item
    .c-use__step-item-img {
    width: 40px;
    height: 40px;
  }
}
.c-use .c-use__inner .c-use__content .c-use__price {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-use .c-use__inner .c-use__content .c-use__price .c-use__price-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.c-use .c-use__inner .c-use__content .c-use__price .c-use__price-lg-text {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}
.c-header {
  width: 100%;
  padding: 16px 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fafafa;
  border-bottom: 1px solid #d4d4d4;
}
@media screen and (max-width: 991px) {
  .c-header {
    padding: 16px 20px;
  }
}
.c-header .c-header__flex {
  display: flex;
  align-items: center;
  gap: 24px;
}
.c-header .c-header__inner {
  display: flex;
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  justify-content: space-between;
}
.c-header .c-header__inner .c-header__list {
  color: #2c9faf;
  display: flex;
  gap: 24px;
  align-items: center;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .c-header .c-header__inner .c-header__list {
    display: none;
  }
}
.c-header .c-header__inner .c-header__list .c-header__text:hover {
  color: #208a98;
  transition: 0.3s;
}
.c-header .c-header__inner .c-header__item {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 991px) {
  .c-header .c-header__inner .c-header__item {
    display: none;
  }
}
.c-header .c-header__inner .c-header__item .c-header__item-login-btn {
  display: flex;
  color: #2c9faf;
  font-weight: 700;
  padding-left: 15px;
  border-left: solid 1px #d4d4d4;
}
.c-header .c-header__inner .c-header__item .c-header__item-login-btn:hover {
  color: #208a98;
  transition: 0.3s;
}
.c-header .c-header__inner .c-header__hamburger-wrapper {
  display: none;
}
.c-header .c-header__inner .c-header__hamburger-wrapper .header {
  position: relative;
  padding: 20px;
}
.c-header .c-header__inner .c-header__hamburger-wrapper .header .hamburger {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 200;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.c-header
  .c-header__inner
  .c-header__hamburger-wrapper
  .header
  .hamburger__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #2c9faf;
  transition: all 0.4s;
}
.c-header
  .c-header__inner
  .c-header__hamburger-wrapper
  .header
  .hamburger__line:nth-of-type(1) {
  top: 14px;
}
.c-header
  .c-header__inner
  .c-header__hamburger-wrapper
  .header
  .hamburger__line:nth-of-type(2) {
  top: 23px;
}
.c-header
  .c-header__inner
  .c-header__hamburger-wrapper
  .header
  .hamburger__line:nth-of-type(3) {
  top: 32px;
}
.c-header
  .c-header__inner
  .c-header__hamburger-wrapper
  .header
  .hamburger.active
  .hamburger__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.c-header
  .c-header__inner
  .c-header__hamburger-wrapper
  .header
  .hamburger.active
  .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.c-header
  .c-header__inner
  .c-header__hamburger-wrapper
  .header
  .hamburger.active
  .hamburger__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}
@media screen and (max-width: 991px) {
  .c-header .c-header__inner .c-header__hamburger-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.c-header .c-header__inner .c-fill-button.--color-yellow {
  padding: 8px 20px;
}
@media screen and (max-width: 767px) {
  .c-header .c-header__inner .c-fill-button.--color-yellow {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-header .c-header__inner .c-fill-button.--color-yellow.--display-block {
    display: block;
    margin: 16px 20px 0;
  }
}
.c-header .c-header__inner .c-fill-button.--color-white {
  background-color: #fafafa;
  color: #2c9faf;
  border: 1px solid #2c9faf;
  padding: 8px 20px;
  display: block;
  margin: 12px 20px 0;
}
.nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100vh;
  background-color: #fff;
  box-shadow: 2px 0 4px #0000001a;
  transform: translate(100%);
  transition: transform 0.4s;
  z-index: 50;
}
.nav .c-fill-button.--color-yellow {
  background-color: #ffee0f;
  color: #2c9faf;
  padding: 8px 20px;
  display: block;
  margin: 16px 20px 0;
}
.nav .c-fill-button.--color-white {
  background-color: #fafafa;
  color: #2c9faf;
  border: 1px solid #2c9faf;
  padding: 8px 20px;
  display: block;
  margin: 12px 20px 0;
}
.nav .c-header__text {
  display: block;
  padding: 15px 0;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}
.nav.active {
  transform: translate(0);
}
.nav__list {
  margin: 0;
  padding: 100px 0 0;
  list-style: none;
}
.nav__item {
  padding: 0 20px;
}
.c-login {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .c-login {
    padding-top: 80px;
  }
}
.c-login .c-login__inner {
  background: linear-gradient(90deg, #2c9faf, #2c9faf, #208a98);
  border-radius: 12px;
  padding: 32px 100px;
}
@media screen and (max-width: 991px) {
  .c-login .c-login__inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 499px) {
  .c-login .c-login__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-login .c-login__inner .c-login__content {
  display: flex;
  justify-content: space-between;
  max-width: 924px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .c-login .c-login__inner .c-login__content {
    flex-direction: column;
    align-items: center;
  }
}
.c-login .c-login__inner .c-login__text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-login .c-login__inner .c-login__text-wrapper .c-login__title {
  color: #fafafa;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-login .c-login__inner .c-login__text-wrapper .c-login__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .c-login .c-login__inner .c-login__text-wrapper .c-login__text-spc {
    display: none;
  }
}
.c-login .c-login__inner .c-login__text {
  color: #fafafa;
  font-weight: 500;
  margin-bottom: 24px;
}
.c-login .c-login__inner .c-login__text-tab {
  display: none;
}
@media screen and (max-width: 991px) {
  .c-login .c-login__inner .c-login__text-tab {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .c-login .c-login__inner .c-login__img {
    width: 100%;
  }
}
.c-new-flow {
  background: linear-gradient(90deg, #2c9faf, #2c9faf);
  margin-top: 100px;
  padding: 100px 20px;
}
@media screen and (max-width: 767px) {
  .c-new-flow {
    padding-top: 64px;
    margin-top: 64px;
    padding-bottom: 64px;
  }
}
.c-new-flow .c-new-flow__inner .--color-yellow {
  color: #ffee0f;
}
.c-new-flow .c-new-flow__inner .--color-white {
  color: #fafafa;
}
.c-new-flow .c-new-flow__inner .c-new-flow__list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
.c-new-flow .c-new-flow__inner .c-new-flow__list-wrapper .c-new-flow__list {
  background-color: #fafafa;
  border-radius: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .c-new-flow .c-new-flow__inner .c-new-flow__list-wrapper .c-new-flow__list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-new-flow
  .c-new-flow__inner
  .c-new-flow__list-wrapper
  .c-new-flow__list
  .c-new-flow__tag {
  background-color: #208a98;
  color: #fafafa;
  border-radius: 5px 5px 0 0;
  padding: 4px 8px;
  display: inline-block;
  transform: rotate(90deg);
  position: absolute;
  left: -20px;
  top: 40px;
}
.c-new-flow
  .c-new-flow__inner
  .c-new-flow__list-wrapper
  .c-new-flow__list
  .c-new-flow__content {
  display: flex;
  gap: 40px;
  padding-left: 64px;
  padding-right: 32px;
}
@media screen and (max-width: 991px) {
  .c-new-flow
    .c-new-flow__inner
    .c-new-flow__list-wrapper
    .c-new-flow__list
    .c-new-flow__content {
    display: block;
    padding-left: 0;
    padding-right: 0;
    max-width: 640px;
    margin: 0 auto;
  }
}
.c-new-flow
  .c-new-flow__inner
  .c-new-flow__list-wrapper
  .c-new-flow__list
  .c-new-flow__content
  .c-new-flow__text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .c-new-flow
    .c-new-flow__inner
    .c-new-flow__list-wrapper
    .c-new-flow__list
    .c-new-flow__content
    .c-new-flow__text-wrapper {
    align-items: center;
  }
}
.c-new-flow
  .c-new-flow__inner
  .c-new-flow__list-wrapper
  .c-new-flow__list
  .c-new-flow__content
  .c-new-flow__text-wrapper
  .c-new-flow__item {
  padding: 4px 16px;
  border: 1px solid #2c9faf;
  border-radius: 180px;
  max-width: 130px;
  text-align: center;
  line-height: normal;
  color: #2c9faf;
  font-weight: 700;
  margin-bottom: 12px;
}
.c-new-flow
  .c-new-flow__inner
  .c-new-flow__list-wrapper
  .c-new-flow__list
  .c-new-flow__content
  .c-new-flow__text-wrapper
  .c-new-flow__item.--color-reverse {
  background-color: #2c9faf;
  color: #fafafa;
}
.c-new-flow
  .c-new-flow__inner
  .c-new-flow__list-wrapper
  .c-new-flow__list
  .c-new-flow__content
  .c-new-flow__text-wrapper
  .c-new-flow__item.--small {
  max-width: 70px;
}
.c-new-flow
  .c-new-flow__inner
  .c-new-flow__list-wrapper
  .c-new-flow__list
  .c-new-flow__content
  .c-new-flow__text-wrapper
  .c-new-flow__title {
  font-size: 24px;
  font-weight: 700;
  color: #2c9faf;
}
@media screen and (max-width: 991px) {
  .c-new-flow
    .c-new-flow__inner
    .c-new-flow__list-wrapper
    .c-new-flow__list
    .c-new-flow__content
    .c-new-flow__text-wrapper
    .c-new-flow__title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-new-flow
    .c-new-flow__inner
    .c-new-flow__list-wrapper
    .c-new-flow__list
    .c-new-flow__content
    .c-new-flow__text-wrapper
    .c-new-flow__title {
    font-size: 20px;
  }
}
.c-new-flow
  .c-new-flow__inner
  .c-new-flow__list-wrapper
  .c-new-flow__list
  .c-new-flow__content
  .c-new-flow__text-wrapper
  .c-new-flow__text {
  line-height: 1.8;
  font-size: 14px;
}
.c-new-flow
  .c-new-flow__inner
  .c-new-flow__list-wrapper
  .c-new-flow__list
  .c-new-flow__content
  .c-new-flow__text-wrapper
  .c-new-flow__highlight {
  display: inline !important;
  font-weight: 700;
  font-size: 14px;
  background: linear-gradient(transparent 70%, #ffee0f);
}
.c-new-flow
  .c-new-flow__inner
  .c-new-flow__list-wrapper
  .c-new-flow__list
  .c-new-flow__content
  .c-new-flow__content-img {
  margin: 0 auto 12px;
}
@media screen and (max-width: 991px) {
  .c-new-flow
    .c-new-flow__inner
    .c-new-flow__list-wrapper
    .c-new-flow__list
    .c-new-flow__content
    .c-new-flow__content-img {
    width: 100%;
  }
}
.c-new-flow
  .c-new-flow__inner
  .c-new-flow__list-wrapper
  .c-new-flow__text-img-wrapper {
  margin-top: 18px;
  margin-bottom: 18px;
}
.c-registration .c-registration__inner {
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-registration .c-registration__inner {
    padding-top: 64px;
  }
}
.c-registration .c-registration__inner .c-registration__balloon {
  font-size: 14px;
  font-weight: 700;
  padding: 4px 16px;
  background-color: #2c9faf;
  color: #fafafa;
  border-radius: 170px;
  position: relative;
}
.c-registration .c-registration__inner .c-registration__balloon:after {
  content: "";
  position: absolute;
  top: 85%;
  left: 55px;
  transform: rotate(-90deg);
  border: 10px solid transparent;
  border-right: 10px solid #2c9faf;
}
.c-registration
  .c-registration__inner
  .c-registration__card-wrapper
  .c-registration__card {
  background-color: #ecebeb;
  max-width: 980px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 140px auto 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-registration
    .c-registration__inner
    .c-registration__card-wrapper
    .c-registration__card {
    margin-top: 120px;
  }
}
@media screen and (max-width: 499px) {
  .c-registration
    .c-registration__inner
    .c-registration__card-wrapper
    .c-registration__card {
    margin-top: 80px;
  }
}
.c-registration
  .c-registration__inner
  .c-registration__card-wrapper
  .c-registration__card
  .c-registration__cardーimg {
  position: relative;
  top: -120px;
}
@media screen and (max-width: 991px) {
  .c-registration
    .c-registration__inner
    .c-registration__card-wrapper
    .c-registration__card
    .c-registration__cardーimg {
    width: 100%;
    max-width: 640px;
  }
}
@media screen and (max-width: 767px) {
  .c-registration
    .c-registration__inner
    .c-registration__card-wrapper
    .c-registration__card
    .c-registration__cardーimg {
    top: -80px;
  }
}
@media screen and (max-width: 499px) {
  .c-registration
    .c-registration__inner
    .c-registration__card-wrapper
    .c-registration__card
    .c-registration__cardーimg {
    top: -40px;
  }
}
.c-registration
  .c-registration__inner
  .c-registration__card-wrapper
  .c-registration__text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: -80px;
}
@media screen and (max-width: 767px) {
  .c-registration
    .c-registration__inner
    .c-registration__card-wrapper
    .c-registration__text-wrapper {
    top: -40px;
  }
}
@media screen and (max-width: 499px) {
  .c-registration
    .c-registration__inner
    .c-registration__card-wrapper
    .c-registration__text-wrapper {
    top: -20px;
  }
}
.c-registration
  .c-registration__inner
  .c-registration__card-wrapper
  .c-registration__text-wrapper
  .c-registration__title {
  font-size: 24px;
  font-weight: 700;
  color: #2c9faf;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .c-registration
    .c-registration__inner
    .c-registration__card-wrapper
    .c-registration__text-wrapper
    .c-registration__title {
    font-size: 20px;
  }
}
.c-registration
  .c-registration__inner
  .c-registration__card-wrapper
  .c-registration__text-wrapper
  .c-registration__text {
  font-size: 20px;
  font-weight: 700;
  max-width: 340px;
  text-align: center;
  border-top: 1px solid #d4d4d4;
  padding-top: 12px;
}
.c-registration
  .c-registration__inner
  .c-registration__card-wrapper
  .c-registration__img-wrapper {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .c-registration
    .c-registration__inner
    .c-registration__card-wrapper
    .c-registration__img-wrapper {
    margin-top: 20px;
  }
}
.c-registration
  .c-registration__inner
  .c-registration__card-wrapper
  .c-registration__img-wrapper
  .c-registration__img {
  margin: 0 auto;
}
.u-color-main {
  color: #2c9faf;
}
.u-color-blue {
  color: #1474a3;
}
.u-color-red {
  color: #ca7f72;
}
.u-color-green {
  color: #73b977;
}
.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.u-mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .u-mt-40 {
    margin-top: 32px;
  }
}
.u-mt-64 {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .u-mt-64 {
    margin-top: 40px;
  }
}
.u-mt-80 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .u-mt-80 {
    margin-top: 64px;
  }
}
.u-text-center {
  text-align: center;
}
.u-width-full {
  height: auto;
  object-fit: contain;
  width: 100%;
}
