@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

body {
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.7px;
  color: #000;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.wrapper {
  overflow: hidden;
}

.inner {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}

.fv {
  background: url(https://osie.site/wp-content/themes/vogue_tcd051/consul/img/fv-bg.png) no-repeat center center/cover;
  position: relative;
  padding-top: 198px;
  padding-bottom: 260px;
}
@media screen and (max-width: 768px) {
  .fv {
    padding-top: 132px;
    padding-bottom: 152px;
  }
}

.fv__title {
  width: 83.9090909091%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fv__title {
    width: 82.6666666667%;
  }
}

.fv__dsc {
  margin: 33px auto 0;
  font-size: clamp(
      48px,
      calc(48px + (16) * ((100vw - 1100px) / (1440 - 1100))),
      64px
    );
  line-height: 1;
  letter-spacing: -3.04px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .fv__dsc {
    font-size: clamp(
      32px,
      calc(32px + (16) * ((100vw - 769px) / (1100 - 769))),
      48px
    );
  }
}
@media screen and (max-width: 768px) {
  .fv__dsc {
    font-size: 29px;
    letter-spacing: 2px;
  }
}
.fv__dsc .bg-white {
  position: relative;
  font-size: clamp(
      58px,
      calc(58px + (17) * ((100vw - 1100px) / (1440 - 1100))),
      75px
    );
  color: #000;
  z-index: 2;
  letter-spacing: -5.04px;
  margin-left: 7px;
  font-weight: 600;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .fv__dsc .bg-white {
    font-size: clamp(
      48px,
      calc(48px + (10) * ((100vw - 769px) / (1100 - 769))),
      58px
    );
  }
}
@media screen and (max-width: 768px) {
  .fv__dsc .bg-white {
    font-size: 35px;
    letter-spacing: -1.4px;
    margin-left: 0;
  }
}
.fv__dsc .bg-white::after {
  position: absolute;
  content: "";
  width: clamp(
      110px,
      calc(110px + (40) * ((100vw - 1100px) / (1440 - 1100))),
      150px
    );
  height: clamp(
      40px,
      calc(40px + (10) * ((100vw - 1100px) / (1440 - 1100))),
      50px
    );
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .fv__dsc .bg-white::after {
    width: clamp(
      90px,
      calc(90px + (20) * ((100vw - 769px) / (1100 - 769))),
      110px
    );
    height: clamp(
      32px,
      calc(32px + (8) * ((100vw - 769px) / (1100 - 769))),
      40px
    );
  }
}
@media screen and (max-width: 768px) {
  .fv__dsc .bg-white::after {
    width: 70px;
    height: 26px;
  }
}
.fv__dsc .bg-wide::after {
  width: clamp(
      200px,
      calc(200px + (70) * ((100vw - 1100px) / (1440 - 1100))),
      270px
    ) !important;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .fv__dsc .bg-wide::after {
    width: clamp(
      170px,
      calc(170px + (30) * ((100vw - 769px) / (1100 - 769))),
      200px
    ) !important;
  }
}
@media screen and (max-width: 768px) {
  .fv__dsc .bg-wide::after {
    width: 124px !important;
  }
}

.fv__img {
  position: absolute;
  width: 72.2916666667%;
  bottom: -43px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .fv__img {
    width: 480px;
    bottom: -25px;
  }
}

@media screen and (min-width: 1650px) {
  .fv__img {
    width: 40%;
  }
}

.why {
  padding-top: 125px;
  text-align: center;
  background: url(https://osie.site/wp-content/themes/vogue_tcd051/consul/img/why-bg.png) no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  .why {
    background: url(https://osie.site/wp-content/themes/vogue_tcd051/consul/img/why-bg-sp.png) no-repeat top center/cover;
    padding-top: 92px;
  }
}

.why__title {
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 5px;
  text-align: center;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .why__title {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .why__title {
    font-size: 32px;
    letter-spacing: 3px;
    line-height: 1.2;
  }
}
.why__title .under-line {
  position: relative;
  padding-bottom: 8px;
  font-weight: 600;
  margin-left: -20px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .why__title .under-line {
    margin-left: -15px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .why__title .under-line.ml {
    display: inline-block;
    margin-left: 10px;
  }
}
.why__title .under-line::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .why__title .under-line::after {
    height: 1px;
  }
}
.why__title .bg-red {
  font-weight: 600;
  color: #fff;
  font-size: 76px;
  letter-spacing: 6.08px;
  padding-left:6px;
  position: relative;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .why__title .bg-red {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .why__title .bg-red {
    font-size: 38px;
    letter-spacing: 1.52px;
  }
}
.why__title .bg-red::after {
  position: absolute;
  content: "";
  left: -4px;
  top: 5px;
  width: 178px;
  height: 65px;
  z-index: -1;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .why__title .bg-red::after {
    width: 150px;
    height: 52px;
  }
}
@media screen and (max-width: 768px) {
  .why__title .bg-red::after {
    width: 90px;
    height: 34px;
    top: 2.5px;
  }
}
.why__title .text-big {
  font-weight: 600;
  font-size: 76px;
  letter-spacing: 6.08px;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .why__title .text-big {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .why__title .text-big {
    font-size: 38px;
    letter-spacing: 1.52px;
  }
}

.why__text {
  margin-top: 60px;
  font-weight: 600;
  line-height: 2.2;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .why__text {
    margin: 21px auto 0;
    line-height: 2;
    font-size: 14px;
    letter-spacing: 0.56px;
    padding: 0 20px;
    max-width: 375px;
  }
}
.why__text .text-red {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.96px;
  color: #7F0022;
}
@media screen and (max-width: 768px) {
  .why__text .text-red {
    font-size: 18px;
    letter-spacing: 0.72px;
    line-height: 2.1;
  }
}
.why__text.text2 {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .why__text.text2 {
    margin-top: 20px;
  }
}

.why__content {
  margin-top: 132px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .why__content {
    margin-top: 80px;
  }
}
.why__content::before {
  position: absolute;
  content: "";
  background: url(https://osie.site/wp-content/themes/vogue_tcd051/consul/img/why-arrow.png) no-repeat center center/contain;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  height: 98px;
}
@media screen and (max-width: 768px) {
  .why__content::before {
    width: 100px;
    height: 58px;
    top: -22px;
  }
}
.why__content::after {
  position: absolute;
  content: "";
  background: var(--brand-red, #7F0022);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.why__content-title {
  padding-top: 96px;
  padding-bottom: 71px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .why__content-title {
    padding-top: 76px;
    padding-bottom: 59px;
  }
}
.why__content-title .title-top {
  display: inline-block;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 3.84px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .why__content-title .title-top {
    font-size: 20px;
    letter-spacing: 0.8px;
    display: block;
  }
}
.why__content-title .title-middle {
  display: inline-block;
  margin-top: 26px;
  width: 78.9583333333%;
}
@media screen and (max-width: 768px) {
  .why__content-title .title-middle {
    width: 100%;
    max-width: 320px;
    margin-top: 19px;
  }
}
.why__content-title .title-under {
  display: inline-block;
  margin-top: 33px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 3.84px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .why__content-title .title-under {
    margin-top: 16px;
    font-size: 20px;
    letter-spacing: 0.8px;
    display: block;
  }
}
.why__content-title .small-text {
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 768px) {
  .why__content-title .small-text {
    font-size: 17px;
    letter-spacing: 0.68px;
  }
}

.why__content-treat {
  position: absolute;
}

.treat-left {
  top: -125px;
  left: 0;
  width: 370px;
  height: 543px;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .treat-left {
    width: 220px;
    height: 243px;
  }
}
@media screen and (max-width: 768px) {
  .treat-left {
    top: -67px;
    width: 120px;
    height: 176px;
  }
}

.treat-right {
  width: 401px;
  height: 270px;
  right: 0;
  bottom: -157px;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .treat-right {
    width: 300px;
    height: 205px;
    bottom: -130px;
  }
}
@media screen and (max-width: 768px) {
  .treat-right {
    width: 148px;
    height: 100px;
    bottom: -56px;
  }
}

.strengths {
  background: #060237;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .strengths {
    padding-bottom: 20px;
  }
}

.strengths__title {
  padding-top: 100px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .strengths__title {
    padding-top: 60px;
  }
}

.strengths__title-sub {
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2.08px;
  padding: 8px 23px 4px;
  border: 1px solid #fff;
  border-radius: 999px;
}
@media screen and (max-width: 768px) {
  .strengths__title-sub {
    font-size: 16px;
    letter-spacing: 1.28px;
    padding: 5px 14px 2px;
  }
}
.strengths__title-sub .small-text {
  font-size: 24px;
  letter-spacing: 1.92px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .strengths__title-sub .small-text {
    font-size: 15px;
    letter-spacing: 1.2;
  }
}

.strengths__title-main {
  display: block;
  margin-top: 40px;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 2.56px;
  font-weight: 600;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .strengths__title-main {
    font-size: 46px;
  }
}
@media screen and (max-width: 768px) {
  .strengths__title-main {
    margin-top: 15px;
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}
.strengths__title-main .small-text {
  font-size: 52px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2.08px;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .strengths__title-main .small-text {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .strengths__title-main .small-text {
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 0;
  }
}

.strengths__text {
  margin-top: 60px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.3px;
  color: #fff;
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .strengths__text {
    margin-top: 20px;
    letter-spacing: 0.56px;
    font-size: 14px;
  }
}
.strengths__text .big-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 2.4;
  letter-spacing: 0px;
}
@media screen and (max-width: 768px) {
  .strengths__text .big-text {
    font-size: 18px;
    letter-spacing: 0.72px;
    line-height: 2.1;
  }
}
@media screen and (max-width: 768px) {
  .strengths__text .mt {
    display: inline-block;
    margin-top: 20px;
  }
}

.strengths__content {
  margin-top: 55px;
  padding-bottom: 60px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .strengths__content {
    margin-top: 39px;
    padding-bottom: 32px;
  }
}

.strengths__content-top {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 4.32px;
  text-align: center;
  background: #7F0022;
  position: relative;
  color: #fff;
  padding: 17px 0 15px;
}
@media screen and (max-width: 768px) {
  .strengths__content-top {
    font-size: 20px;
    letter-spacing: 1.6px;
    padding: 10px 0 8px;
  }
}
.strengths__content-top .small-text {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 3.84px;
}
@media screen and (max-width: 768px) {
  .strengths__content-top .small-text {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}
.strengths__content-top::after {
  position: absolute;
  content: "";
  background: url(https://osie.site/wp-content/themes/vogue_tcd051/consul/img/red-arrow.png) no-repeat center center/contain;
  width: 21px;
  height: 18.5px;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .strengths__content-top::after {
    display: none;
  }
}

.strengths__content-title {
  padding-top: 36px;
  text-align: center;
  font-size: 52px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 4.16px;
  color: #7F0022;
}
@media screen and (max-width: 768px) {
  .strengths__content-title {
    padding-top: 16px;
    font-size: 24px;
    letter-spacing: 0.7px;
  }
}
.strengths__content-title .text-en {
  font-family: "Times New Roman", Times, serif;
  font-size: 112px;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: 5px;
}
@media screen and (max-width: 768px) {
  .strengths__content-title .text-en {
    font-size: 52px;
    line-height: 0.7;
    letter-spacing: 2px;
  }
}
.strengths__content-title .text-big {
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 5.12px;
}
@media screen and (max-width: 768px) {
  .strengths__content-title .text-big {
    font-size: 32px;
    letter-spacing: 1.28px;
  }
}

.strengths__content-lists {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 39px;
}
@media screen and (max-width: 768px) {
  .strengths__content-lists {
    margin-top: 0px;
    gap: 23px;
  }
}

.strengths__content-list {
  display: flex;
  gap: 32px;
  align-items: center;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .strengths__content-list {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .strengths__content-list {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .strengths__content-list.list-row {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  .perspective-list__texts {
    padding: 0 20px !important;
    text-align: center;
  }
}
.perspective-list__texts.texts-left {
  padding-left: 60px;
  width: 48.1818181818%;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .perspective-list__texts.texts-left {
    padding-left: 30px;
    width: 51.8181818182%;
  }
}
@media screen and (max-width: 768px) {
  .perspective-list__texts.texts-left {
    padding: 0;
    width: 100%;
    max-width: 345px;
  }
}
.perspective-list__texts.texts-right {
  padding-right: 60px;
  width: 48.1818181818%;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .perspective-list__texts.texts-right {
    padding-right: 30px;
    width: 51.8181818182%;
  }
}
@media screen and (max-width: 768px) {
  .perspective-list__texts.texts-right {
    padding: 0;
    width: 100%;
    max-width: 345px;
  }
}

.perspective-list__num {
  font-size: 32px;
  font-weight: 400;
  line-height: 70%;
  font-family: "Times New Roman", Times, serif;
  color: #7F0022;
  position: relative;
}
@media screen and (max-width: 768px) {
  .perspective-list__num {
    font-size: 14px;
  }
}
.perspective-list__num::after {
  position: absolute;
  content: "";
  width: calc(100% + 10px);
  height: 8px;
  opacity: 0.2;
  background: var(--brand-red, #7F0022);
  bottom: 4px;
  left: -5px;
}
@media screen and (max-width: 768px) {
  .perspective-list__num::after {
    width: calc(100% + 5px);
    left: -3px;
    height: 4px;
    bottom: 2px;
  }
}

.perspective-list__title {
  margin-top: 25px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 2.56px;
  color: #7F0022;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .perspective-list__title {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .perspective-list__title {
    font-size: 18px;
    letter-spacing: 1.44px;
    margin-top: 8px;
  }
}
.perspective-list__title .small-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.6;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .perspective-list__title .small-text {
    font-size: 12px;
    letter-spacing: 0.96px;
    display: block;
    margin-top: 2px;
  }
}

.perspective-list__text {
  margin-top: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .perspective-list__text {
    margin-top: 9px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.56px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.perspective-list__img {
  width: 63.6363636364%;
}
@media screen and (max-width: 768px) {
  .perspective-list__img {
    width: 98.5%;
  }
}

.img-right {
  margin-right: -170px;
  margin-left: auto;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .img-right {
    margin-right: -120px;
  }
}
@media screen and (max-width: 768px) {
  .img-right {
    margin-right: -20px;
  }
}

.img-left {
  margin-left: -170px;
  margin-right: auto;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .img-left {
    margin-left: -120px;
  }
}
@media screen and (max-width: 768px) {
  .img-left {
    margin-left: -20px;
  }
}

.concrete {
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .concrete {
    padding-bottom: 60px;
  }
}
.concrete::after {
  position: absolute;
  content: "";
  background: url(https://osie.site/wp-content/themes/vogue_tcd051/consul/img/concrete-arrow.png) no-repeat center center/contain;
  width: 100%;
  min-width: 1440px;
  height: auto;
  aspect-ratio: 1440/296;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .concrete::after {
    background: url(https://osie.site/wp-content/themes/vogue_tcd051/consul/img/concrete-arrow-sp.png) no-repeat center center/cover;
    aspect-ratio: 1/0;
    aspect-ratio: 375/124;
    width: 100%;
    top: -130px;
    min-width: 768px;
  }
}

.concrete__title {
  padding-top: 35px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .concrete__title {
    padding-top: 16px;
  }
}

.concrete__title-sub {
  font-size: 44px;
  font-weight: 600;
  line-height: 116%;
  letter-spacing: 3.52px;
}
@media screen and (max-width: 768px) {
  .concrete__title-sub {
    font-size: 22px;
    letter-spacing: 1.76px;
  }
}
.concrete__title-sub .small-text {
  font-size: 36px;
  font-weight: 600;
  line-height: 116%;
  letter-spacing: 2.88px;
}
@media screen and (max-width: 768px) {
  .concrete__title-sub .small-text {
    font-size: 18px;
    letter-spacing: 1.44px;
  }
}

.concrete__title-main {
  font-size: 64px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -2.56px;
  display: block;
}
@media screen and (max-width: 768px) {
  .concrete__title-main {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 1.2;
  }
}
.concrete__title-main .small-text {
  font-size: 52px;
  font-weight: 600;
  line-height: 116%;
  letter-spacing: 2.08px;
}
@media screen and (max-width: 768px) {
  .concrete__title-main .small-text {
    font-size: 26px;
    letter-spacing: -0.5px;
  }
}

.concrete__text {
  margin-top: 125px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.72px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .concrete__text {
    margin-top: 66px;
    letter-spacing: 0.56px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.concrete__text .text-red {
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.96px;
  color: #7F0022;
}
@media screen and (max-width: 768px) {
  .concrete__text .text-red {
    font-size: 18px;
    letter-spacing: 0.72px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1650px) {
.concrete__text {
  margin-top: 250px;
}
}

.concrete__lists {
  margin-top: 40px;
  display: flex;
  gap: 40px 16px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .concrete__lists {
    gap: 30px 15px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .concrete__lists {
    margin-top: 24px;
    gap: 20px 15px;
    justify-content: flex-start;
  }
}

.concrete__list {
  width: calc(25% - 12px);
}
@media (min-width: 769px) and (max-width: 1100px) {
  .concrete__list {
    width: calc(33.3% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .concrete__list {
    width: calc(50% - 7.5px);
  }
}

.concrete__list-img {
  position: relative;
}
.concrete__list-img::after {
  position: absolute;
  content: "";
  background: url(https://osie.site/wp-content/themes/vogue_tcd051/consul/img/concrete-list-check.png) no-repeat center center/contain;
  width: 38px;
  height: 35px;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .concrete__list-img::after {
    width: 24px;
    height: 22px;
    bottom: -10px;
  }
}

.concrete__list-texts {
  text-align: center;
}

.concrete__list-title {
  margin-top: 34px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.96px;
  color: #7F0022;
}
@media screen and (max-width: 768px) {
  .concrete__list-title {
    font-size: 16px;
    margin-top: 18px;
    line-height: 1.4;
    letter-spacing: 0.64px;
  }
}

.concrete__list-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.64px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .concrete__list-text {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.56px;
  }
}

.summary {
  padding-top: 100px;
  padding-bottom: 95px;
  background: url(https://osie.site/wp-content/themes/vogue_tcd051/consul/img/summary-bg.png) no-repeat center center/cover;
  position: relative;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .summary {
    padding-top: 60px;
    padding-bottom: 58px;
    background: url(https://osie.site/wp-content/themes/vogue_tcd051/consul/img/summary-bg-sp.png) no-repeat center center/cover;
  }
}

.summary__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 3.84px;
}
@media screen and (max-width: 768px) {
  .summary__title {
    font-size: 26px;
    line-height: 1.65;
    letter-spacing: -1px;
  }
}
.summary__title .small-text {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 768px) {
  .summary__title .small-text {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .summary__title .space {
    letter-spacing: 1px;
  }
}

.summary__texts {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .summary__texts {
    font-size: 32px;
    gap: 18px;
    margin-top: 27px;
  }
}

.summary__text {
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 768px) {
  .summary__text {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.56px;
  }
}
.summary__text .big-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 768px) {
  .summary__text .big-text {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.8px;
  }
}
/*# sourceMappingURL=style.css.map */