body {
  font-family: yu-mincho-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.section-1__content {
  display: flex;
  padding: 0;
}

.section-1__image {
  height: 496.34px;
}
.section-1__image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.section-1__title {
  height: 100%;
  background-color: #192B4F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.section-1__title h1 {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  position: relative;
  line-height: 2.2;
  letter-spacing: 9px;
  text-align: center;
  margin-bottom: 0;
  max-width: 200px;
}

.section-1__title h1::before {
  content: "";
  background-color: #fff;
  height: 1px;
  width: 291.5891px;
  position: absolute;
  top: -50px;
  left: 45%;
  transform: translateX(-50%);
}
.section-1__title h1::after {
  content: "";
  background-color: #fff;
  height: 1px;
  width: 291.5891px;
  position: absolute;
  bottom: -50px;
  left: 45%;
  transform: translateX(-50%);
}

.section-2 {
  background-color: #bbb;
  background-color: #F5F5F6;
  padding: 138px 0 87px;
}

.section-2__text-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-2__text-area h2 {
  line-height: 1.8;
  letter-spacing: 1.2px;
  text-align: center;
  font-size: 30px;
}
.section-2__text-area p {
  line-height: 2.7;
  letter-spacing: .3px;
  text-align: center;
  margin-top: 20px;
}

.section-3 {
  padding-top: 134px;
  padding-bottom: 140px;
}

.section-3__text-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-3__text-area h2 {
  position: relative;
  font-size: 30px;
  letter-spacing: 1px;
}
.section-3__text-area h2::after {
  content: "";
  background-color: #ABD9CB;
  width: 44.2802px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.section-3__text-area ul {
  margin-top: 54px;
}
.section-3__text-area ul li {
  font-family: m-plus-1p, sans-serif;
  font-style: normal;
  font-weight: 200;
  margin-top: 42px;
  font-size: 23px;
  letter-spacing: 3px;
  list-style: none;
}
.section-3__text-area ul li img {
  width: 33px;
  height: 33px;
  margin-right: 0px;
  margin-bottom: 2px;
}
.section-3__text-area ul li .text {
  margin-left: 5px;
}
.section-3__text-area ul li .line {
  position: relative;
}
.section-3__text-area ul li .line::after {
  content: "";
  background-color: #ABD9CB;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}

.section-4 h2 {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 200;
  text-align: center;
  position: relative;
}
.section-4 h2::before {
  content: "";
  background-color: #000;
  height: 1px;
  width: 30%;
  position: absolute;
  top: 50%;
  left: 0;
}
.section-4 h2::after {
  content: "";
  background-color: #000;
  height: 1px;
  width: 30%;
  position: absolute;
  top: 50%;
  right: 0;
}

.section-4__type {
  display: flex;
  flex-direction: column;
}
.section-4__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.section-4__item:nth-child(1) {
  padding-top: 115px;
}
.section-4__item:not(:first-child) {
  padding-top: 125px;
}
.section-4__item-left {
  height: 522.5377px;
  width: 719.6366px;
  overflow: hidden;
}
.section-4__item-left img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.section-4__item-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 0 7px 108px;
}
.section-4__item-right .num {
  font-family: m-plus-1p, sans-serif;
  font-style: normal;
  font-weight: medium;
  font-size: 89px;
  color: #E3E5EA;
}
.section-4__item-right h3 {
  font-family: kozuka-gothic-pr6n, sans-serif;
  color: #6B6A6B;
  font-size: 25px;
  line-height: 2;
  letter-spacing: 1.5px;
  margin-top: 12px;
  margin-bottom: 0;
}
.section-4__item-right p {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: -.89px;
  position: relative;
  margin-top: auto;
  max-width: 280px;
}
.section-4__item-right p::before {
  content: "";
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 100%;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
}
.section-4__item-right p::after {
  content: "";
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 100%;
  left: 50%;
  bottom: -21px;
  transform: translateX(-50%);
}

.section-5 {
  padding: 120px 0 ;
}
.section-5 .br {
  display: none;
}
.section-5__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-5__content h2 {
  text-align: center;
  font-size: 30px;
  line-height: 1.7;
}
.section-5__content p {
  font-family: m-plus-1p, sans-serif;
  font-size: 19.8px;
  line-height: 1.7;
  margin-top: 10px;
}
.section-5__btn {
  position: relative;
  text-align: center;
  width: 446px;
  text-decoration: none;
  border: 2px solid #192B4F;
  font-family: m-plus-1p, sans-serif;
  color: #192B4F;
  font-size: 27.5876px;
  padding: 12px 0;
  margin-top: 14px;
  cursor: pointer;
}
.section-5__btn span {
  background: linear-gradient(transparent 0%, #F9D3D4 0%);
}
.section-5__btn:hover {
  color: #192B4F;
}
.section-5__btn img {
  width: 38px;
  position: absolute;
  right: 10px;
  top: 45%;
  transform: translateY(-50%);
}

.footer {
  background-color: #192B4F;
  text-align: center;
  padding-top: 68px;
  padding-bottom: 150px;
}
.footer .logo {
  width: 180.7101px;
  height: 51.1623px;
}


/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) and (max-width: 1499px) {
  .container {
    max-width: 1240px;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1399px) {
  body,
  p {
    line-height: 32px;
    font-size: 16px;
  }

  .section-4 .container {
    margin: 0 auto;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1299px) {
  .section-4 .container {
    margin: 0;
    padding: 0;
  }
}


/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1199px) {
  body,
  p {
    line-height: 30px;
    font-size: 14px;
  }
  .section-4 .container {
    margin: 0 auto;
  }
  .section-4__item-right h3 {
    font-size: 18px;
  }
  .section-4__item-right p {
    font-size: 14px;
    line-height: 2;
  }
  .section-4__item-left {
    height: unset;
    width: unset;
  }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991px) {
  .section-1__content {
    flex-direction: column;
  }
  .section-1__title h1::before {
    width: 50px;
    left: -50px;
    top: 50%;
  }
  .section-1__title h1::after {
    width: 50px;
    right: -70px;
    top: 50%;
    left: unset;
    bottom: unset;
    transform: unset;
  }
  .section-1__title h1 {
    max-width: 100%;
  }
  .section-2 p br, .section-4 p br {
    display: none;
  }
  .section-3__text-area h2::after {
    height: 2px;
  }

  .section-3__text-area ul {
    margin-top: 30px;
  }
  .section-3__text-area ul li {
    margin-top: 20px;
    font-size: 16px;
  }
  .section-3__text-area ul li img {
    width: 24px;
    height: 24px;
    margin-right: 14px;
  }
  .section-3__text-area ul li span::after {
    height: 2px;
  }
  .section-4 h2::before, .section-4 h2::after {
    width: 23%;
    z-index: 100;
  }
  .section-4__type {
    margin: 0 20px;
  }
  .section-4__item {
    flex-direction: column;
  }
  .section-4__item:first-child {
    padding-top: 20px;
  }
  .section-4__item:nth-child(2) {
    padding-top: 18px;
  }
  .section-4__item:nth-child(3) {
    padding-top: 12px;
  }
  .section-4__item:nth-child(4) {
    padding-top: 13px;
  }
  .section-4__type {
    margin: 10px 0;
  }
  .section-4__item-right {
    padding: 0;
  }
  .section-4__item-right div {
    display: flex;
    align-items: center;
    margin: 20px 0;
  }
  .section-4__item-right .num {
    font-size: 64px;
  }
  .section-4__item-right h3 {
    line-height: 1.4;
    margin-left: 20px;
  }
  .section-4__item-right p {
    line-height: 2;
    margin: 20px 0;
    max-width: 100%;
  }
  .section-4__item-right p::before {
    top: -15px;
  }
  .section-4__item-right p::after {
    bottom: -15px;
  }
  .footer {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

/* medium-devices-start */
@media (min-width: 750px) and (max-width: 991px) {

  body,
  p {
    line-height: 34px;
    font-size: 20px;
  }
  .container,
  .container-sm {
    max-width: 694px;
  }

}

/*  Medium devices (tablets, 768px and up) */
@media (max-width: 749px) {

  body,
  html {
    overflow-x: hidden;
  }
  h2 {
    font-size: 18px;
  }
  .section-1 {
    margin-top: -37px;
  }
  .section-1__title {
    padding: 7px 0;
  }
  .section-1__title h1 {
    font-size: 24px;
    letter-spacing: 3.6px;
  }
  .section-1__title h1::before {
    width: 36px;
    left: -30px;
  }
  .section-1__title h1::after {
    width: 36px;
    right: -50px;
  }
  .section-2, .section-5 {
    padding: 60px 0;
  }
  .section-2__text-area h2, .section-3__text-area h2 {
    font-size: 21px;
    letter-spacing: 1.2px;
  }
  .section-2__text-area p {
    font-size: 14px;
    line-height: 2.3;
    max-width: 80%;
    margin-top: 6px;
  }
  .section-3 {
    padding: 46px 0 42px;
  }
  .section-3__text-area h2::after {
    height: 1px;
    width: 18px;
    bottom: -7px;
  }
  .section-3__text-area ul {
    margin-top: 10px;
    margin-left: -30px;
  }
  .section-3__text-area ul li {
    margin-top: .5px;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 3.4;
  }
  .section-3__text-area ul li .text {
    height: 1px;
    bottom: -3px;
    margin-left: 4px;
  }
  .section-3__text-area ul li .line::after {
    height: 1px;
    bottom: -2px;
  }
  .section-3__text-area ul li img {
    width: 12px;
    height: 12px;
    margin-right: 0;
  }
  .section-4 .container {
    padding: 0 10px;
  }
  .section-4__type {
    margin: 10px 0;
  }
  .section-4__item:first-child {
    padding-top: 4px;
  }
  .section-4__item-right div {
    display: flex;
    align-items: center;
    margin: 10px 0 1px;
  }
  .section-4__item-right .num {
    font-size: 44px;
    letter-spacing: -.73px;
  }
  .section-4__item-right h3 {
    font-size: 18px;
    line-height: 1.7;
    margin-left: 16px;
    margin-top: 0;
    letter-spacing: 1px;
  }
  .section-4__item-right p {
    line-height: 2.3;
    margin: 13px 0;
    font-size: 14px;
  }
  .section-4__item:nth-child(1) .section-4__item-right p {
    letter-spacing: 1.3px;
  }
  .section-4__item:nth-child(2) .section-4__item-right p {
    letter-spacing: .7px;
  }
  .section-4__item:nth-child(3) .section-4__item-right p {
    letter-spacing: 1.1px;
  }
  .section-4__item:nth-child(4) .section-4__item-right p {
    letter-spacing: .5px;
  }
  .section-4__item-right p::before {
    top: -5px;
  }
  .section-4__item-right p::after {
    bottom: -5px;
  }
  .section-5 {
    padding: 27px 0;
  }
  .section-5__btn {
    max-width: 81%;
    font-size: 14px;
    padding: 0px 50px;
    margin-top: 1px;
    letter-spacing: -.1px;
  }
  .section-5__btn img {
    width: 21px;
    right: 6px;
  }
  .section-5__content h2 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.8;
    padding-left: 5px;
  }
  .section-5__content p {
    font-size: 10px;
    line-height: 1.4;
    max-width: 80%;
    margin-top: 7px;
  }
  .footer {
    padding-top: 36px;
  }
  .footer .logo {
    width: 90.355px;
    height: 24.512px;
  }

}

/* Small devices  */
@media (max-width: 575px) {
  .section-1__image {
    height: 224px;
  }
  .section-4__item-left {
    height: 165px;
    overflow: hidden;
  }
}
