.page__fv--img img {
  width: 100%;
  vertical-align: bottom;
}

.company {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 13.3333333333vw 8vw;
  }
}
.company__inner {
  max-width: 900px;
  margin: 0 auto;
}
.company .section__title {
  color: #000050;
}
.company__table {
  margin: 80px auto 0;
  background: #fff;
  border-top: 1px solid #000;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .company__table {
    margin-top: 10.6666666667vw;
  }
}
.company__table tr {
  border-bottom: 1px solid #000;
}
.company__table th {
  padding: 8px 15px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  line-height: 1.4;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .company__table th {
    width: 35%;
    font-size: 14px;
    padding: 8px 10px;
  }
}
.company__table td {
  padding: 8px 15px;
  box-sizing: border-box;
  font-size: 18px;
  width: 75%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .company__table td {
    width: 65%;
    padding: 8px 10px;
    font-size: 14px;
  }
}

.history {
  padding: 100px 40px;
  background: #e6e6e6;
}
@media screen and (max-width: 768px) {
  .history {
    padding: 13.3333333333vw 8vw;
  }
}
.history__inner {
  max-width: 900px;
  margin: 0 auto;
}
.history .section__title {
  color: #000050;
}
.history__table {
  margin: 80px auto 0;
  background: #fff;
  border-top: 1px solid #000;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .history__table {
    margin-top: 10.6666666667vw;
  }
}
.history__table tr {
  border-bottom: 1px solid #000;
}
.history__table th {
  padding: 8px 15px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  width: 25%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .history__table th {
    white-space: nowrap;
    width: 35%;
    font-size: 14px;
    padding: 8px 10px;
  }
}
.history__table td {
  padding: 8px 15px;
  box-sizing: border-box;
  font-size: 18px;
  width: 75%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .history__table td {
    white-space: nowrap;
    width: 65%;
    padding: 8px 10px;
    font-size: 14px;
  }
}

.news__fv {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .news__fv {
    padding: 21.3333333333vw 8vw 10.6666666667vw;
  }
}
.news__fv--inner {
  max-width: 900px;
  margin: 0 auto;
}
.news__fv--title {
  display: flex;
}
.news__fv--title .ja {
  width: 50%;
  padding: 30px 10px;
  text-align: center;
  background: #bfcded;
  font-weight: 900;
  font-family: "Shippori Mincho B1", serif;
  font-size: 46px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news__fv--title .ja {
    font-size: 6.9333333333vw;
    padding: 20px 10px;
  }
}
.news__fv--title .ja::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 20px solid transparent;
  border-top: 30px solid #bfcded;
}
@media screen and (max-width: 768px) {
  .news__fv--title .ja::before {
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top: 20px solid #bfcded;
  }
}
.news__fv--title .en {
  width: 50%;
  background: #2c5bc4;
  color: #fff;
  padding: 30px 10px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 900;
  text-align: center;
  font-size: 46px;
}
@media screen and (max-width: 768px) {
  .news__fv--title .en {
    font-size: 6.9333333333vw;
    padding: 20px 10px;
  }
}

.news {
  padding: 0 40px 80px;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 0 8vw 13.3333333333vw;
  }
}
.news__inner {
  max-width: 900px;
  margin: 0 auto;
}
.news__lists {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .news__lists {
    gap: 40px;
  }
}
.news__list h2 {
  padding: 15px 30px;
  font-weight: bold;
  font-size: 32px;
  background: #e3e3e3;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .news__list h2 {
    font-size: 5.8666666667vw;
    padding: 15px 20px;
  }
}
.news__list .date {
  padding: 8px 30px;
  background: #f1f1f1;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .news__list .date {
    padding: 8px 15px;
    font-size: 14px;
  }
}
.news__list .thumbnail img {
  width: 100%;
}
.news__list .excerpt {
  padding: 60px 30px 50px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .news__list .excerpt {
    padding: 30px 20px;
  }
}
.news__list .excerpt p {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .news__list .excerpt p {
    font-size: 14px;
  }
}
.news__list .contents {
  padding: 60px 30px 50px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .news__list .contents {
    padding: 30px 20px;
  }
}
.news__list .contents p {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .news__list .contents p {
    font-size: 14px;
  }
}

.loan,
.sell {
  position: relative;
  background-color: #fff5f5;
  background-image: url(../img/ashirai.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 400px;
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .loan,
  .sell {
    padding: 21.3333333333vw 10.6666666667vw;
    background-size: 150px;
  }
}
.loan__inner,
.sell__inner {
  max-width: 800px;
  margin: 0 auto;
}
.loan__title,
.sell__title {
  width: 550px;
  max-width: 100%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .loan__title,
  .sell__title {
    width: -moz-max-content;
    width: max-content;
  }
  .loan__title img,
  .sell__title img {
    height: 100px;
  }
}
.loan h3,
.sell h3 {
  position: relative;
  padding: 20px 30px;
  font-size: 42px;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.4;
  color: #000050;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .loan h3,
  .sell h3 {
    font-size: 5.3333333333vw;
    padding: 15px 20px;
  }
}
.loan h3::before,
.sell h3::before {
  content: "";
  width: 50px;
  height: 50px;
  border-top: 3px solid #000050;
  border-left: 3px solid #000050;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .loan h3::before,
  .sell h3::before {
    width: 40px;
    height: 40px;
  }
}
.loan h3::after,
.sell h3::after {
  content: "";
  width: 50px;
  height: 50px;
  border-bottom: 3px solid #000050;
  border-right: 3px solid #000050;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .loan h3::after,
  .sell h3::after {
    width: 40px;
    height: 40px;
  }
}
.loan__text,
.sell__text {
  line-height: 1.8;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .loan__text,
  .sell__text {
    font-size: 3.7333333333vw;
  }
}

.difference {
  background: #2c5bc4;
}
.difference__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .difference__inner {
    flex-direction: column-reverse;
  }
}
.difference__contents {
  width: 60%;
  padding: 0 8%;
}
@media screen and (max-width: 768px) {
  .difference__contents {
    width: 100%;
    padding: 21.3333333333vw 8vw;
  }
}
.difference__contents h2 {
  color: #fff;
  margin-bottom: 50px;
}
.difference__text {
  color: #fff;
}
.difference__text p {
  font-size: 18px;
  line-height: 2;
  border-bottom: 2px dashed #fff;
  padding: 5px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .difference__text p {
    font-size: 3.7333333333vw;
  }
}
.difference__img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .difference__img {
    width: 100%;
  }
  .difference__img .img02 {
    display: none;
  }
}
.difference__img img {
  vertical-align: bottom;
}

.flow {
  padding: 100px 40px;
  background: #e6e6e6;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 13.3333333333vw 8vw;
  }
}
.flow__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.flow .section__title {
  color: #2c5bc4;
}
.flow__img {
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .flow__img {
    width: 70%;
  }
}
.flow__text {
  background: url(../img/flow-bg.webp) no-repeat;
  background-size: 100%;
  background-position: center;
  padding: 25px 40px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .flow__text {
    background: transparent;
    padding: 0;
    width: 100%;
  }
}
.flow__text span {
  display: block;
  font-size: 18px;
  line-height: 2;
  border-bottom: 2px dashed #000;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .flow__text span {
    font-size: 3.7333333333vw;
  }
}
.flow__text .bold {
  font-weight: bold;
}

.reason {
  padding: 100px 40px;
  background: #2c5bc4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .reason {
    padding: 13.3333333333vw 5.3333333333vw 117.3333333333vw;
  }
}
.reason__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.reason .section__title {
  color: #fff;
}
.reason__box {
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .reason__box {
    margin-top: 8vw;
    display: block;
  }
}
.reason__img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .reason__img {
    position: absolute;
    width: 90%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.reason__contents {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .reason__contents {
    width: 100%;
  }
}
.reason__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .reason__title {
    margin: 0 auto 8vw;
    width: -moz-max-content;
    width: max-content;
  }
}
.reason__title span {
  font-weight: 900;
  font-size: 64px;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.3;
  display: block;
}
@media screen and (max-width: 768px) {
  .reason__title span {
    font-size: 10.6666666667vw;
  }
}
.reason__title span.right {
  margin-left: 250px;
}
@media screen and (max-width: 768px) {
  .reason__title span.right {
    margin-left: 30px;
  }
}
.reason__text {
  color: #fff;
  line-height: 2;
  font-size: 20px;
  padding: 0 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .reason__text {
    font-size: 4.2666666667vw;
  }
}
.reason__lists {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .reason__lists {
    gap: 40px;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }
}
.reason__list--title {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .reason__list--title {
    gap: 15px;
    margin-bottom: 6.6666666667vw;
  }
}
.reason__list--title > span {
  font-size: 50px;
  font-family: "Shippori Mincho B1", serif;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .reason__list--title > span {
    font-size: 11.2vw;
  }
}
.reason__list--title p {
  color: #fff;
  font-size: 38px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: linear-gradient(transparent 70%, #c8682d 30%);
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .reason__list--title p {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .reason__list--title p {
    display: inline;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .reason__list--title p > span {
    background: linear-gradient(transparent 70%, #c8682d 30%);
  }
}
.reason__list--title p > span span {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .reason__list--title p > span span {
    font-size: 8.5333333333vw;
  }
}
.reason__list--text {
  line-height: 2;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .reason__list--text {
    font-size: 3.7333333333vw;
  }
}

.system {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .system {
    padding: 13.3333333333vw 8vw;
  }
}
.system__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.system .section__title {
  color: #2c5bc4;
  margin-bottom: 50px;
}
.system__title {
  background: #2c5bc4;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-family: "Shippori Mincho B1", serif;
  font-size: 42px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .system__title {
    font-size: 6.9333333333vw;
    text-align: left;
    line-height: 1.3;
  }
}
.system__text {
  line-height: 1.7;
  font-size: 20px;
  color: #000050;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .system__text {
    font-size: 3.7333333333vw;
  }
}
.system ul {
  color: #000050;
  margin-bottom: 50px;
}
.system ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .system ul li {
    align-items: flex-start;
  }
}
.system ul li span {
  font-family: "Shippori Mincho B1", serif;
  color: #2c5bc4;
  font-size: 32px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.system ul li p {
  line-height: 1.7;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .system ul li p {
    font-size: 3.7333333333vw;
  }
}

.faq {
  padding: 100px 40px;
  background: #e6e6e6;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 13.3333333333vw 8vw;
  }
}
.faq__inner {
  max-width: 900px;
  margin: 0 auto;
}
.faq .section__title {
  color: #2c5bc4;
}
.faq__lists {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .faq__lists {
    gap: 20px;
    margin-top: 8vw;
  }
}
.faq__list--title {
  display: flex;
  background: #fff;
  padding: 20px 80px;
  gap: 20px;
  background-image: url(../img/arrow_bottom.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 25px 25px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq__list--title {
    padding: 5.3333333333vw 10.6666666667vw;
    padding-right: 4vw;
    gap: 10px;
    background-size: 14px;
    background-position: 15px 25px;
  }
}
.faq__list--title.is_active {
  background-image: url(../img/arrow_top.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 25px 30px;
}
@media screen and (max-width: 768px) {
  .faq__list--title.is_active {
    background-size: 14px;
    background-position: 15px 25px;
  }
}
.faq__list--title span {
  white-space: nowrap;
  color: #2c5bc4;
  font-size: 28px;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .faq__list--title span {
    font-size: 22px;
  }
}
.faq__list--title p {
  max-width: 90%;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .faq__list--title p {
    font-size: 16px;
  }
}
.faq__list--text {
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
}
.faq__list--text .wrap {
  display: flex;
  background: #f4f7fc;
  padding: 20px 80px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .faq__list--text .wrap {
    padding: 5.3333333333vw 10.6666666667vw;
    padding-right: 4vw;
  }
}
.faq__list--text .wrap span {
  white-space: nowrap;
  color: #2c5bc4;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .faq__list--text .wrap span {
    font-size: 22px;
  }
}
.faq__list--text .wrap p {
  max-width: 90%;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .faq__list--text .wrap p {
    font-size: 14px;
  }
}

.voice {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 13.3333333333vw 8vw;
  }
}
.voice__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.voice__title {
  margin: 30px auto 50px;
  background: #2c5bc4;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  font-size: 42px;
  text-align: center;
  padding: 10px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .voice__title {
    font-size: 6.9333333333vw;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 8vw;
  }
}
.voice__title span {
  font-size: 54px;
}
@media screen and (max-width: 768px) {
  .voice__title span {
    font-size: 9.0666666667vw;
  }
}
.voice__lists {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.achievement__fv {
  padding: 80px 40px;
  background: #2c5bc4;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .achievement__fv {
    margin-top: 60px;
    padding: 30px 20px;
  }
}
.achievement__fv--inner {
  max-width: 1000px;
  margin: 0 auto;
}
.achievement__fv h1 {
  color: #fff;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho B1", serif;
  font-size: 42px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .achievement__fv h1 {
    font-size: 7.4666666667vw;
    text-align: center;
  }
}

.achievement {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .achievement {
    padding: 13.3333333333vw 8vw;
  }
}
.achievement__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.achievement__item--title {
  background: #2c5bc4;
  border-radius: 6px;
  padding: 15px 15px;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .achievement__item--title {
    font-size: 6.4vw;
  }
}
.achievement__item > h3 {
  color: #2c5bc4;
  margin-bottom: 40px;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .achievement__item > h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.achievement__item--main .img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .achievement__item--main .img {
    flex-direction: column;
    align-items: flex-start;
  }
}
.achievement__item--main .img img {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .achievement__item--main .img img {
    width: 40%;
    margin-bottom: 5.3333333333vw;
  }
}
.achievement__item--main .img p {
  width: 72%;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .achievement__item--main .img p {
    width: 100%;
    font-size: 4vw;
  }
}
.achievement__item--main > p {
  line-height: 2;
}
.achievement__item--main > p span {
  font-size: 18px;
  display: inline;
  border-bottom: 1px dashed #000;
}
@media screen and (max-width: 768px) {
  .achievement__item--main > p span {
    font-size: 3.7333333333vw;
  }
}
.achievement__item--main h4 {
  margin: 30px 0;
  color: #2c5bc4;
  line-height: 1.5;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .achievement__item--main h4 {
    font-size: 4.2666666667vw;
  }
}
.achievement__item--main .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .achievement__item--main .bottom {
    flex-direction: column;
  }
}
.achievement__item--main .bottom ul {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .achievement__item--main .bottom ul {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.achievement__item--main .bottom ul li {
  padding-left: 25px;
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .achievement__item--main .bottom ul li {
    font-size: 3.7333333333vw;
  }
}
.achievement__item--main .bottom ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 1px;
  background: #2c5bc4;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.achievement__item--main .bottom p {
  line-height: 1.7;
  font-size: 16px;
}
.achievement__item--main .bottom a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  background: #7d0904;
  padding: 15px 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  font-size: 20px;
  padding-right: 45px;
  background-image: url(../img/arrow_right_br2.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 95%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .achievement__item--main .bottom a {
    font-size: 4.2666666667vw;
    margin: 0 auto;
  }
}
.achievement__item--lists02 {
  position: relative;
  background: #e9eef9;
  padding: 50px 40px;
  margin: 100px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .achievement__item--lists02 {
    flex-direction: column;
    padding: 30px 20px;
    margin-top: 50px;
  }
}
.achievement__item--lists02 ul {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .achievement__item--lists02 ul {
    width: 100%;
  }
}
.achievement__item--lists02 ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  border-bottom: 1px dashed #000;
}
@media screen and (max-width: 768px) {
  .achievement__item--lists02 ul li {
    font-size: 14px;
  }
}
.achievement__item--lists02 .title {
  bottom: 100%;
  left: 0;
  background: #2c5bc4;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  padding: 14px 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-weight: bold;
  font-size: 18px;
}
.achievement__item--lists {
  margin: 100px 0;
  position: relative;
  padding: 50px 40px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .achievement__item--lists {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.achievement__item--lists .icon {
  position: absolute;
  top: -80px;
  right: -40px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .achievement__item--lists .icon {
    width: 100px;
    right: -20px;
  }
}
.achievement__item--lists .title {
  bottom: 100%;
  left: 0;
  background: #2c5bc4;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  padding: 14px 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .achievement__item--lists .title {
    font-size: 4.2666666667vw;
    padding: 10px 13px;
  }
}
.achievement__item--lists h3 {
  margin-bottom: 20px;
}
.achievement__item--lists .head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .achievement__item--lists .head {
    flex-direction: column;
  }
}
.achievement__item--lists .head p {
  width: 46%;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .achievement__item--lists .head p {
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
.achievement__item--lists .head p span {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .achievement__item--lists .head p span {
    font-size: 3.2vw;
  }
}
.achievement__item--lists .lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
}
@media screen and (max-width: 768px) {
  .achievement__item--lists .lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px 40px;
  }
}
.achievement__item--lists .list {
  text-align: center;
}
.achievement__item--lists .list__title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .achievement__item--lists .list__title {
    font-size: 14px;
  }
}
.achievement__item--lists .list__img {
  margin-bottom: 15px;
}
.achievement__item--lists .list__price {
  display: block;
  max-width: 100%;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  background: #b5c6ea;
  border-radius: 100px;
  padding: 10px 20px;
  font-weight: bold;
}
.achievement__item--lists .list__price.red {
  background: #f7b6a6;
}/*# sourceMappingURL=page.css.map */