/*---Reset---*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-align: left;
  list-style-type: none;
  border-collapse: collapse;
}

textarea {
  font-size: 100%;
  vertical-align: middle;
}

img {
  border-style: none;
  display: block;
}

hr {
  display: none;
}

em {
  font-style: normal;
}

input {
  line-height: auto;
  vertical-align: middle;
}

strong.more {
  color: #c30;
}

a {
  text-decoration: none;
}

body {
  position: relative;
  color: #1d1d1d;
  font-family: "Inter", sans-serif;
}
body::before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("../img/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -300;
}

.body-inner {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
}
.body-inner::before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  position: absolute;
  z-index: -300;
}

.contact {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 450px;
  margin: 0 auto;
  height: 100px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1d1d1d;
}

.entry-btn {
  width: 80%;
  margin: 0 auto;
}

.main-visual-img {
  width: 100%;
}

.gradient {
  position: relative;
}
.gradient::before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(to right top, #f0fafd, #effbfb, #effcf9, #f0fcf6, #f4fcf2, #f8fbf0, #fbfaee, #fff9ee, #fff8f0, #fff7f2, #fff6f4, #fff6f6);
  position: absolute;
  z-index: -300;
}

.problem {
  overflow: hidden;
  position: relative;
  font-size: 11px;
  line-height: 28px;
}
.problem-accent {
  color: #193364;
  font-size: 16px;
  font-weight: bold;
}
.problem-message {
  letter-spacing: 1px;
  text-align: center;
  margin-top: 90px;
  font-size: 16px;
}
.problem-message-accent {
  font-size: 28px;
  font-weight: 800;
}
.problem-message-accent span:not(.space) {
  position: relative;
  padding-top: 8px;
}
.problem-message-accent span:not(.space)::before {
  position: absolute;
  content: "";
  background-color: #ee8485;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.problem-message-accent span:not(.space) :nth-of-type(2n)::before {
  background-color: #f6d059;
}
.problem-message-accent span:not(.space) :nth-of-type(3n)::before {
  background-color: #53b6da;
}
.problem-right {
  display: flex;
  align-items: end;
  flex-direction: column;
  margin-top: 20px;
}
.problem-right p.small {
  font-size: 10px;
}
.problem-container {
  width: 100%;
  position: relative;
}
.problem-inner {
  padding-top: 32px;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 24px;
}
.problem-inner::before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  position: absolute;
  z-index: -200;
}
.problem-inner::after {
  content: "";
  position: absolute;
  transform: translateY(100%);
  bottom: 0%;
  right: 0;
  left: 0;
  border-top: 50px rgb(255, 255, 255) solid;
  border-left: 50vw transparent solid;
  border-right: 50vw transparent solid;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.0823529412));
}
@media screen and (min-width: 440px) {
  .problem-inner::after {
    border-left: 220px transparent solid;
    border-right: 220px transparent solid;
  }
}
.problem-img {
  position: absolute;
  z-index: -100;
}
.problem-img.left {
  width: 28%;
  bottom: 12px;
  left: 5%;
}
.problem-img.right {
  width: 30%;
  bottom: 68px;
  right: 8%;
}

.point {
  position: relative;
  padding-top: 64px;
  padding-bottom: 180px;
  overflow: hidden;
}
.point .footprint {
  width: 90%;
  left: 50%;
  top: 124px;
  transform: translateX(-50%);
  position: absolute;
  z-index: -100;
}
.point .footprint2 {
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: -100;
  bottom: 300px;
}
.point-wrapper {
  position: relative;
}
.point-wrapper:not(:nth-child(1)) {
  margin-top: 160px;
}
.point-wrapper:nth-of-type(2) {
  display: flex;
  justify-content: end;
}
.point-wrapper:nth-of-type(2) .point-item {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.point-wrapper:nth-of-type(2) .point-number {
  right: 24px;
  justify-content: end;
}
.point-wrapper:nth-of-type(2) .point-img {
  left: 4%;
  transform: translate(-50%, 50%);
}
.point-item {
  position: relative;
  padding: 20px;
  padding-bottom: 28px;
  width: 72%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.168627451);
  background-color: #fff;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.point-number {
  top: 0;
  left: 20px;
  transform: translateY(-50%);
  position: absolute;
  display: flex;
  align-items: center;
}
.point-number-text {
  font-size: 20px;
  font-weight: 300;
}
.point-number-number {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
  font-size: 48px;
  font-weight: 700;
}
.point-title {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 600;
}
.point-description {
  margin-top: 16px;
  font-size: 12px;
}
.point-img {
  width: 50%;
  position: absolute;
  right: 4%;
  bottom: 0;
  transform: translate(50%, 50%);
}
.point-content {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.point-content .skills {
  max-width: 320px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.point-content .skills img {
  margin: 0 4px;
  width: 30px;
}
.point-content .pill {
  padding: 4px 11px 4px 1px;
  border-radius: 999px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2235294118);
  font-size: 10px;
}
.point-content .pill img {
  width: 28px;
  height: 28px;
  margin-right: 5px;
}
.point-content .conclusion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 170px;
  margin: 20px auto 0;
  font-size: 12px;
  font-weight: 300;
}
.point-content .conclusion img {
  width: 32px;
}
.point-content .conclusion p {
  text-align: center;
}
.point-content .conclusion span {
  font-size: 16px;
  color: #1db8dd;
  font-weight: 600;
}

.bg-pink {
  background-color: #ff7e82;
}

.bg-yellow {
  background-color: #fbce39;
}

.color-pink {
  color: #ee8485;
}

.color-blue {
  color: #53b6da;
}

.color-yellow {
  color: #f6d059;
}

.interview {
  position: relative;
  padding-top: 48px;
  padding-bottom: 92px;
}
.interview::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/interview/background.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -200;
}
.interview-2 {
  margin-top: 80px;
}
.interview-2 .interview-container {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.interview-2 .interview-img {
  left: 0;
}
.interview-title {
  position: relative;
}
.interview-title p {
  text-align: center;
}
.interview-title-text {
  font-size: 36px;
  font-weight: 500;
  opacity: 0.15;
  color: #0e0e0e;
}
.interview-title-number {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  font-weight: 600;
}
.interview-container {
  margin-top: 46px;
  position: relative;
  padding: 0 16px;
}
.interview-item {
  margin-top: 24px;
  position: relative;
  padding: 20px 16px;
  width: 56%;
  font-size: 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.168627451);
  background-color: rgba(255, 255, 255, 0.7843137255);
}
.interview-item:nth-child(1) {
  margin-top: 0;
}
.interview-item-title {
  background-color: #000;
  color: #fff;
  border-radius: 999px;
  text-align: center;
  padding: 2px 8px;
  font-size: 10px;
  position: absolute;
  left: 50%;
  white-space: nowrap;
  top: 0;
  transform: translate(-50%, -50%);
}
.interview-img {
  width: 48%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -100;
}

.detail {
  background-image: linear-gradient(to right top, #f0fafd, #effbfb, #effcf9, #f0fcf6, #f4fcf2, #f8fbf0, #fbfaee, #fff9ee, #fff8f0, #fff7f2, #fff6f4, #fff6f6);
  padding: 56px 0 64px;
  color: #4b4b4b;
}
.detail-wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.detail-item {
  margin-top: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.168627451);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 31.5%;
  padding-top: 18px;
  height: 152px;
  border-radius: 4px;
  background-color: #fff;
}
.detail-item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.detail-icon {
  width: 50%;
}
.detail-title {
  font-size: 12px;
}
.detail-value {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}
.detail-value.small {
  font-size: 24px;
}
.detail-value.small span {
  font-size: 15px;
}
.detail-value span {
  font-size: 20px;
  font-weight: bold;
}
.detail-supplement {
  font-size: 6px;
  text-align: center;
}

.footer {
  padding-bottom: 100px;
}
.footer-img {
  width: 100%;
}

.mt64 {
  margin-top: 64px;
}

.sm {
  display: none;
}

.md {
  display: block;
}

@media screen and (max-width: 389px) {
  .sm {
    display: block;
  }
  .md {
    display: none;
  }
  .problem-message-accent {
    margin-top: 14px;
  }
  .problem-message-accent span {
    padding-top: 4px;
  }
  .problem-img {
    width: 50%;
    z-index: -100;
  }
  .problem-img.left {
    bottom: 20px;
    left: 4%;
  }
  .problem-img.right {
    top: 38px;
    right: 6%;
  }
  .point .footprint {
    width: 90%;
    top: 280px;
    z-index: -100;
  }
  .point-content .skills img {
    width: 28px;
    margin: 0 8px;
  }
  .point .pill {
    padding: 4px 10px 4px 5px;
  }
  .point .pill img {
    margin: 0px;
    margin-right: 4px;
  }
  .detail-item-text {
    text-align: center;
  }
}
.se {
  display: none;
}

@media screen and (max-width: 330px) {
  .se {
    display: block;
  }
  .problem-img {
    opacity: 0.35;
  }
  .space {
    display: block;
    height: 12px;
  }
}/*# sourceMappingURL=style.css.map */