@charset "UTF-8";
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  position: relative;
  font-size: 14px;
  margin: 0;
  width: 100%;
  font-family: "Noto Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  background: #fff;
  color: #002F65;
  line-height: 28px;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 32px;
  }
}

img {
  width: 100%;
}

h1 {
  position: relative;
  z-index: 100;
}

h2 {
  text-align: center;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 40px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  h2 {
    font-size: 4rem;
    line-height: 58px;
  }
}

h2:before,
h2:after {
  content: "";
  position: absolute;
  top: 0px;
  width: 2px;
  height: 40px;
  background: #002F65;
}
@media print, screen and (min-width: 768px) {
  h2:before,
h2:after {
    top: 8px;
    width: 52px;
    height: 42px;
    background: linear-gradient(-60deg, #fff 0% 40%, #002F65 40% 44%, #fff 44% 51%, #002F65 51% 55%, #fff 55%);
  }
}

h2:before {
  left: -27px;
}
@media print, screen and (min-width: 768px) {
  h2:before {
    left: -74px;
  }
}

h2:after {
  right: -27px;
}
@media print, screen and (min-width: 768px) {
  h2:after {
    right: -74px;
  }
}

h3 {
  text-align: center;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 30px;
}
@media print, screen and (min-width: 768px) {
  h3 {
    font-size: 2.4rem;
    line-height: 42px;
  }
}

h4 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 28px;
}
@media print, screen and (min-width: 768px) {
  h4 {
    font-size: 2rem;
    line-height: 32px;
  }
}

.inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media print, screen and (min-width: 768px) {
  .inner {
    width: 80%;
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media print, screen and (min-width: 520px) {
  .pc-only {
    display: inline;
  }
}

.balloon {
  padding: 19px 20px 19px 33px;
  position: relative;
  background: #fff;
  font-weight: 700;
  max-width: 426px;
  width: 100%;
  border-radius: 50px;
  margin: 20px auto auto;
}
@media print, screen and (min-width: 768px) {
  .balloon {
    padding: 19px 33px;
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media print, screen and (min-width: 1130px) {
  .balloon {
    margin-top: 50px;
  }
}

.balloon::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 2px;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: transparent;
  border-top-color: #fff;
  transform: rotate(-45deg);
}

@media print, screen and (min-width: 1130px) {
  .balloon2.balloon::before {
    right: 405px;
    transform: rotate(45deg);
  }
}
.select-btn {
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  color: #fff;
  font-size: 2rem;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .select-btn {
    font-size: 2.2rem;
    line-height: 33px;
  }
}
.select-btn .button {
  background-color: #39b54a;
  border: 1px solid #39b54a;
  padding: 16px 50px;
  border-radius: 50px;
  transition: all 0.4s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.select-btn .button .fa-arrow-right {
  position: absolute;
  top: 6px;
  color: #fff;
  transition: all 0.4s;
  padding-left: 15px;
}
@media print, screen and (min-width: 768px) {
  .select-btn .button {
    padding: 16px 100px;
  }
  .select-btn .button .fa-arrow-right {
    padding-left: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .select-btn .button:hover {
    color: #39b54a;
    background-color: #fff;
  }
  .select-btn .button:hover .fa-arrow-right {
    color: #39b54a;
    padding-left: 55px;
  }
}

#fixed-btn {
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
#fixed-btn .select-btn {
  margin-bottom: 40px;
}

.popup {
  width: 320px;
  margin: auto;
  padding-bottom: 30px;
  position: relative;
  background: #fff;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.35);
}
@media print, screen and (min-width: 768px) {
  .popup {
    width: 380px;
  }
}
.popup .popup__title {
  background-color: #FFE632;
  border-radius: 20px 20px 0px 0px;
  font-size: 1.8rem;
  line-height: 28px;
  font-weight: 700;
  padding: 25px;
}
@media print, screen and (min-width: 768px) {
  .popup .popup__title {
    font-size: 2rem;
    line-height: 30px;
    padding: 35px 40px;
  }
}
.popup .popup__txt {
  color: #FFC832;
  font-size: 1.2rem;
  line-height: 35px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .popup .popup__txt {
    padding-top: 30px;
    font-size: 1.4rem;
  }
}
.popup .qr__wrapper {
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.35);
  margin: 30px auto;
}
.popup .download__container {
  display: flex;
  justify-content: center;
  padding-right: 67px;
  padding-left: 67px;
}

.close {
  font-weight: 700;
  padding-top: 45px;
}

.close:hover {
  opacity: 0.65;
}

.fv {
  position: relative;
}
.fv .fv__inner .fv__logo {
  position: absolute;
  top: 0;
  left: 0;
}
.fv .fv__inner .fv__logo img {
  padding-top: 5px;
  width: 50vw;
  max-width: 280px;
}
@media print, screen and (min-width: 768px) {
  .fv .fv__inner .fv__logo img {
    padding-top: 0;
    width: 280px;
  }
}

.sec01 {
  position: relative;
}
.sec01 .sec01__inner {
  padding-top: 70px;
  padding-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .sec01 .sec01__inner {
    padding-top: 155px;
  }
}
.sec01 .sec01__inner .sec01__title span {
  border-bottom: 10px solid #FFE632;
}
.sec01 .sec01__inner .sec01__title h2:before,
.sec01 .sec01__inner .sec01__title h2:after {
  height: 120px;
}
@media print, screen and (min-width: 768px) {
  .sec01 .sec01__inner .sec01__title h2:before,
.sec01 .sec01__inner .sec01__title h2:after {
    top: 30px;
    width: 95px;
    height: 85px;
  }
  .sec01 .sec01__inner .sec01__title h2:before {
    left: -100px;
  }
  .sec01 .sec01__inner .sec01__title h2:after {
    right: -100px;
  }
  .sec01 .sec01__inner .sec01__title .sp-only {
    display: inline;
  }
}
@media print, screen and (min-width: 992px) {
  .sec01 .sec01__inner .sec01__title h2:before {
    left: -100px;
  }
  .sec01 .sec01__inner .sec01__title h2:after {
    right: -100px;
  }
  .sec01 .sec01__inner .sec01__title .sp-only {
    display: none;
  }
}
.sec01 .sec01__inner .sec01__container {
  padding-bottom: 105px;
}
@media print, screen and (max-width: 767px) {
  .sec01 .sec01__inner .sec01__container {
    padding-bottom: 50px;
  }
  .sec01 .sec01__inner .sec01__container .sec01__image {
    padding-top: 30px;
    width: 75%;
    margin: auto;
  }
}
.sec01 .sec01__inner .sec01__container .sec01__txt {
  line-height: 48px;
}
@media print, screen and (min-width: 500px) {
  .sec01 .sec01__inner .sec01__container .sec01__txt {
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media print, screen and (min-width: 768px) {
  .sec01 .sec01__inner .sec01__container .sec01__txt {
    padding-left: 0;
    padding-right: 0;
  }
}
.sec01 .sec01__inner .sec01__container .sec01__txt h3 {
  text-align: left;
  margin-left: 0;
}
@media print, screen and (max-width: 767px) {
  .sec01 .sec01__inner .sec01__container .sec01__txt h3 {
    padding-top: 30px;
  }
}
.sec01 .sec01__inner .sec01__container .sec01__txt .sec01__list {
  color: #333;
  padding-top: 20px;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .sec01 .sec01__inner .sec01__container .sec01__txt .sec01__list {
    padding-top: 50px;
    font-size: 1.8rem;
  }
}
.sec01 .sec01__inner .sec01__container .sec01__txt .sec01__list ul {
  display: flex;
  align-items: center;
}
.sec01 .sec01__inner .sec01__container .sec01__txt .sec01__list ul li {
  display: flex;
  align-items: center;
}
.sec01 .sec01__inner .sec01__container .sec01__txt .sec01__list ul li:first-child {
  margin-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .sec01 .sec01__inner .sec01__container .sec01__txt .sec01__list ul li:first-child {
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .sec01 .sec01__inner .sec01__container {
    padding-top: 85px;
    margin: auto;
    max-width: 823px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 42%;
    align-items: center;
  }
  .sec01 .sec01__inner .sec01__container .sec01__image {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .sec01 .sec01__inner .sec01__container .sec01__txt {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
.sec01 .sec01__inner > p {
  position: relative;
  z-index: 1;
  top: 15px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 48px;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .sec01 .sec01__inner > p {
    font-size: 3.2rem;
  }
}
.sec01 .sec01__inner > p::after {
  content: "!";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFE632;
  font-size: 15rem;
}
@media print, screen and (min-width: 768px) {
  .sec01 .sec01__inner > p::after {
    top: 10px;
    font-size: 24rem;
  }
}

@media print, screen and (min-width: 768px) {
  .sec01::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100px;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #002F65;
  }
}

.sec01::after {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 30px solid #fff;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .sec01::after {
    border-top: 130px solid #fff;
  }
}

.sec02 {
  background-color: #FFE632;
}
.sec02 .sec02__inner {
  padding-top: 75px;
  padding-bottom: 65px;
}
@media print, screen and (min-width: 768px) {
  .sec02 .sec02__inner {
    padding-top: 180px;
    padding-bottom: 90px;
  }
}
@media print, screen and (min-width: 1130px) {
  .sec02 .sec02__inner {
    padding-top: 130px;
  }
}
.sec02 .sec02__inner .sec02__wrapper {
  position: relative;
}
@media print, screen and (min-width: 1130px) {
  .sec02 .sec02__inner .sec02__wrapper .balloon1 {
    position: absolute;
    left: -9vw;
  }
}
@media print, screen and (min-width: 1270px) {
  .sec02 .sec02__inner .sec02__wrapper .balloon1 {
    left: -5vw;
  }
}
@media print, screen and (min-width: 1500px) {
  .sec02 .sec02__inner .sec02__wrapper .balloon1 {
    left: 0;
  }
}
@media print, screen and (min-width: 1130px) {
  .sec02 .sec02__inner .sec02__wrapper .balloon2 {
    position: absolute;
    top: 6vw;
    right: -8vw;
  }
}
@media print, screen and (min-width: 1270px) {
  .sec02 .sec02__inner .sec02__wrapper .balloon2 {
    right: -5vw;
  }
}
@media print, screen and (min-width: 1500px) {
  .sec02 .sec02__inner .sec02__wrapper .balloon2 {
    right: 0;
  }
}
@media print, screen and (min-width: 1130px) {
  .sec02 .sec02__inner .sec02__wrapper .balloon3 {
    position: absolute;
    top: 10vw;
    left: -9vw;
  }
}
@media print, screen and (min-width: 1270px) {
  .sec02 .sec02__inner .sec02__wrapper .balloon3 {
    top: 10vw;
    left: -5vw;
  }
}
@media print, screen and (min-width: 1500px) {
  .sec02 .sec02__inner .sec02__wrapper .balloon3 {
    left: 0;
  }
}
.sec02 .sec02__inner .sec02__wrapper .sec02__image {
  padding-top: 40px;
  max-width: 350px;
  width: 66vw;
  margin: auto;
}
@media print, screen and (min-width: 1130px) {
  .sec02 .sec02__inner .sec02__wrapper .sec02__image {
    padding-top: 115px;
    width: 24vw;
  }
}
.sec02 .sec02__inner .sec02__txt {
  padding-top: 30px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .sec02 .sec02__inner .sec02__txt {
    padding-top: 60px;
    font-size: 3.2rem;
    line-height: 48px;
  }
}
.sec02 .sec02__inner .sec02__txt span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline;
  background: linear-gradient(transparent 80%, #fff 80%, #fff 100%);
}

@media print, screen and (min-width: 992px) {
  .sec03 .sec03__inner {
    padding: 0 0 0 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .sec03 .sec03__inner .sec03__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 50px;
         column-gap: 50px;
    align-items: center;
  }
}
@media print, screen and (min-width: 1500px) {
  .sec03 .sec03__inner .sec03__container {
    display: grid;
    grid-template-columns: 1fr 42%;
  }
}
.sec03 .sec03__inner .sec03__container .sec03__txt {
  text-align: center;
  padding: 80px 16px 40px;
}
@media print, screen and (min-width: 992px) {
  .sec03 .sec03__inner .sec03__container .sec03__txt {
    padding: 15px;
  }
}
@media print, screen and (min-width: 1300px) {
  .sec03 .sec03__inner .sec03__container .sec03__txt {
    padding: 0px 30px;
  }
}
.sec03 .sec03__inner .sec03__container .sec03__txt h2 {
  padding-bottom: 55px;
}
@media print, screen and (min-width: 1300px) {
  .sec03 .sec03__inner .sec03__container .sec03__txt h2 {
    padding-bottom: 110px;
  }
}
@media print, screen and (min-width: 1300px) {
  .sec03 .sec03__inner .sec03__container .sec03__txt h2 {
    padding-bottom: 110px;
  }
}
.sec03 .sec03__inner .sec03__container .sec03__txt > p {
  color: #333;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: 700;
}
@media print, screen and (min-width: 1300px) {
  .sec03 .sec03__inner .sec03__container .sec03__txt > p {
    font-size: 2rem;
    line-height: 36px;
  }
}
@media print, screen and (max-width: 767px) {
  .sec03 .sec03__inner .sec03__container .sec03__txt .pt-20 {
    padding-top: 20px;
  }
}
.sec03 .sec03__inner .sec03__container .sec03__txt .sec03__wrapper {
  margin: 75px auto 55px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .sec03 .sec03__inner .sec03__container .sec03__txt .sec03__wrapper {
    margin: 3vw auto;
  }
}
@media print, screen and (min-width: 1300px) {
  .sec03 .sec03__inner .sec03__container .sec03__txt .sec03__wrapper {
    margin: 75px auto 55px;
  }
}
@media print, screen and (max-width: 767px) {
  .sec03 .sec03__inner .sec03__container .sec03__txt .sec03__wrapper h3 {
    font-size: 2rem;
    line-height: 30px;
  }
}
.sec03 .sec03__inner .sec03__container .sec03__txt .sec03__wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -45px;
  left: -15px;
  background: url(../img/quotationicon-before.png);
  width: 45px;
  height: 30px;
}
@media print, screen and (min-width: 768px) {
  .sec03 .sec03__inner .sec03__container .sec03__txt .sec03__wrapper::before {
    top: -30px;
    left: -45px;
  }
}
.sec03 .sec03__inner .sec03__container .sec03__txt .sec03__wrapper::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -45px;
  right: -15px;
  background: url(../img/quotationicon-after.png);
  width: 45px;
  height: 30px;
}
@media print, screen and (min-width: 768px) {
  .sec03 .sec03__inner .sec03__container .sec03__txt .sec03__wrapper::after {
    right: -45px;
    bottom: 0;
  }
}
.sec03 .sec03__inner .sec03__container .sec03__image {
  margin-top: 0;
  margin-bottom: auto;
}

.sec04 {
  color: #fff;
  background-color: #002F65;
}
.sec04 .sec04__inner {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media print, screen and (min-width: 768px) {
  .sec04 .sec04__inner {
    padding-top: 150px;
    padding-bottom: 200px;
  }
}
.sec04 .sec04__inner .sec04__title h2:before,
.sec04 .sec04__inner .sec04__title h2:after {
  background: #fff;
  height: 80px;
}
@media print, screen and (min-width: 768px) {
  .sec04 .sec04__inner .sec04__title h2:before,
.sec04 .sec04__inner .sec04__title h2:after {
    background: linear-gradient(-60deg, #002F65 0% 40%, #fff 40% 44%, #002F65 44% 51%, #fff 51% 55%, #002F65 55%);
    height: 42px;
  }
}
.sec04 .sec04__inner .sec04__title > h3 {
  padding-top: 50px;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .sec04 .sec04__inner .sec04__title > h3 {
    padding-top: 60px;
    text-align: center;
  }
}
.sec04 .sec04__inner .sec04__list .sec04__item {
  padding-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .sec04 .sec04__inner .sec04__list .sec04__item {
    padding-top: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.sec04 .sec04__inner .sec04__list .sec04__item .sec04__number {
  color: #FFE632;
  font-size: 120px;
  line-height: 132px;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  font-style: normal;
}
@media print, screen and (min-width: 768px) {
  .sec04 .sec04__inner .sec04__list .sec04__item .sec04__number {
    font-size: 8vw;
    line-height: 7vw;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media print, screen and (min-width: 768px) {
  .sec04 .sec04__inner .sec04__list .sec04__item .sec04__image {
    padding-right: 30px;
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
.sec04 .sec04__inner .sec04__list .sec04__item .sec04__txt {
  position: relative;
  padding-top: 5vw;
  grid-column: 2/3;
  grid-row: 2/3;
}
.sec04 .sec04__inner .sec04__list .sec04__item .sec04__txt .sec04__itemtitle {
  position: relative;
  font-size: 1.8rem;
  line-height: 28px;
  text-align: left;
  margin-left: 0;
}
@media print, screen and (min-width: 768px) {
  .sec04 .sec04__inner .sec04__list .sec04__item .sec04__txt .sec04__itemtitle {
    font-size: 2.4rem;
    line-height: 36px;
  }
}
@media print, screen and (max-width: 767px) {
  .sec04 .sec04__inner .sec04__list .sec04__item .sec04__txt .sec04__itemtitle::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -20px;
    background-color: #FFE632;
    width: 94vw;
    height: 2px;
  }
}
.sec04 .sec04__inner .sec04__list .sec04__item .sec04__txt p:last-child {
  padding-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .sec04 .sec04__inner .sec04__list .sec04__item .sec04__txt p:last-child {
    padding-top: 1.8vw;
  }
}
@media print, screen and (min-width: 768px) {
  .sec04 .sec04__inner .sec04__list .sec04__item .sec04__txt::before {
    content: "";
    position: absolute;
    background-color: #FFE632;
    width: 50vw;
    height: 2px;
    top: 1vw;
    left: -10vw;
  }
}
@media print, screen and (min-width: 992px) {
  .sec04 .sec04__inner .sec04__list .sec04__item .sec04__txt::before {
    width: 45vw;
    left: -5vw;
  }
}
.sec04 .sec04__inner .sec04__list .sec04__item:nth-child(2n) .sec04__number {
  grid-column: 1/2;
}
@media print, screen and (max-width: 767px) {
  .sec04 .sec04__inner .sec04__list .sec04__item:nth-child(2n) .sec04__number {
    text-align: right;
  }
}
@media print, screen and (min-width: 768px) {
  .sec04 .sec04__inner .sec04__list .sec04__item:nth-child(2n) .sec04__image {
    padding-left: 30px;
    padding-right: 0px;
    grid-column: 2/3;
  }
}
.sec04 .sec04__inner .sec04__list .sec04__item:nth-child(2n) .sec04__txt {
  grid-column: 1/2;
}
@media print, screen and (min-width: 768px) {
  .sec04 .sec04__inner .sec04__list .sec04__item:nth-child(2n) .sec04__txt::before {
    content: "";
    position: absolute;
    left: 0px;
    background-color: #FFE632;
    width: 50vw;
    height: 2px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 992px) {
  .sec04 .sec04__inner .sec04__list .sec04__item:nth-child(2n) .sec04__txt::before {
    width: 45vw;
  }
}

.sec05 .sec05__inner {
  padding-top: 80px;
  padding-bottom: 90px;
}
@media print, screen and (min-width: 768px) {
  .sec05 .sec05__inner {
    padding-top: 160px;
    padding-bottom: 155px;
  }
}
.sec05 .sec05__inner .sec05__title h3 {
  padding-top: 50px;
}
@media print, screen and (min-width: 768px) {
  .sec05 .sec05__inner .sec05__title h3 {
    padding-top: 65px;
  }
}
.sec05 .sec05__inner .sec05__container {
  padding-top: 35px;
}
@media print, screen and (min-width: 768px) {
  .sec05 .sec05__inner .sec05__container {
    padding-top: 78px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5%;
  }
}
.sec05 .sec05__inner .sec05__container li {
  padding-top: 50px;
  line-height: 32px;
}
@media print, screen and (min-width: 768px) {
  .sec05 .sec05__inner .sec05__container li {
    padding-top: 0px;
  }
}
.sec05 .sec05__inner .sec05__container li .sec05__itemheading {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #002F65;
}
@media print, screen and (max-width: 767px) {
  .sec05 .sec05__inner .sec05__container li .sec05__itemheading {
    font-size: 1.8rem;
    line-height: 32px;
  }
}
.sec05 .sec05__inner .sec05__container li .sec05__itemtxt {
  padding-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .sec05 .sec05__inner .sec05__container li .sec05__itemtxt {
    padding-top: 25px;
  }
}
.sec05 .sec05__inner .sec05__container li:first-child {
  padding-top: 0;
}

.sec06 {
  position: relative;
  background-color: #FFE632;
}
.sec06 .sec06__inner {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .sec06 .sec06__inner {
    padding-top: 200px;
  }
  .sec06 .sec06__inner h2:before,
.sec06 .sec06__inner h2:after {
    background: linear-gradient(-60deg, #FFE632 0% 40%, #002F65 40% 44%, #FFE632 44% 51%, #002F65 51% 55%, #FFE632 55%);
  }
}
.sec06 .sec06__inner h3 {
  padding-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .sec06 .sec06__inner h3 {
    padding-top: 70px;
  }
}
.sec06 .sec06__inner .sec06__container {
  padding-top: 40px;
  padding-bottom: 30px;
}
.sec06 .sec06__inner .sec06__container .sec06__item {
  padding-bottom: 40px;
}
.sec06 .sec06__inner .sec06__container .sec06__item .sec06__itemimage {
  text-align: center;
}
.sec06 .sec06__inner .sec06__container .sec06__item .sec06__itemimage img {
  margin: 0 auto;
  width: 70%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.sec06 .sec06__inner .sec06__container .sec06__item .sec06__itemtitle {
  margin: 22px auto 0;
  padding-top: 9px;
  padding-bottom: 9px;
  width: 90%;
  text-align: center;
  background-color: #fff;
  border-radius: 25px;
}
.sec06 .sec06__inner .sec06__container .sec06__item .sec06__itemtxt {
  padding-top: 18px;
  padding-left: 5%;
  padding-right: 5%;
}
@media print, screen and (min-width: 768px) {
  .sec06 .sec06__inner .sec06__container {
    padding-top: 85px;
    padding-bottom: 135px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 60px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .sec06 .sec06__inner .sec06__container .sec06__item {
    max-width: 345px;
    width: 100%;
    padding-bottom: 0px;
  }
  .sec06 .sec06__inner .sec06__container .sec06__item .sec06__itemimage {
    height: 235px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec06 .sec06__inner .sec06__container .sec06__item .sec06__itemimage img {
    max-width: 100%;
    width: auto;
    max-height: 235px;
    height: auto;
  }
  .sec06 .sec06__inner .sec06__container .sec06__item .sec06__itemtitle {
    margin: 15px auto 0;
    padding-top: 9px;
    padding-bottom: 9px;
    width: 90%;
    text-align: center;
    background-color: #fff;
    border-radius: 25px;
  }
  .sec06 .sec06__inner .sec06__container .sec06__item .sec06__itemtxt {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media print, screen and (max-width: 1199px) {
  .sec06 .sec06__inner .sec06__container .sec06__item:first-child .sec06__itemimage img {
    height: 80%;
  }
}
@media print, screen and (max-width: 767px) {
  .sec06 .sec06__inner .sec06__container .sec06__item:first-child .sec06__itemimage img {
    width: 40%;
  }
}
@media print, screen and (max-width: 821px) {
  .sec06 .sec06__inner .sec06__container .sec06__item:last-child .sec06__itemtitle {
    font-size: 1.6rem;
  }
}
.sec06 .sec06__inner > p {
  position: relative;
  z-index: 1;
  top: 15px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 28px;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .sec06 .sec06__inner > p {
    font-size: 3.2rem;
    line-height: 48px;
  }
}
.sec06 .sec06__inner > p::after {
  content: "!";
  position: absolute;
  z-index: -1;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-size: 15rem;
}
@media print, screen and (min-width: 768px) {
  .sec06 .sec06__inner > p::after {
    top: 35px;
    font-size: 24rem;
  }
}

.sec06::after {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 30px solid #FFE632;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .sec06::after {
    border-top: 130px solid #FFE632;
  }
}

.sec07 .sec07__inner {
  padding-top: 75px;
  padding-bottom: 120px;
}
@media print, screen and (min-width: 768px) {
  .sec07 .sec07__inner {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.sec07 .sec07__inner .sec07__title {
  text-align: center;
  font-size: 1.8rem;
  line-height: 28px;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .sec07 .sec07__inner .sec07__title {
    font-size: 3.2rem;
    line-height: 48px;
  }
}
@media print, screen and (max-width: 767px) {
  .sec07 .sec07__inner .sec07__tablewrap {
    overflow-x: scroll;
  }
}
.sec07 .sec07__inner .sec07__tablewrap .sec07__table {
  width: 664px;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .sec07 .sec07__inner .sec07__tablewrap .sec07__table {
    padding-top: 50px;
    max-width: 1000px;
    width: 100%;
  }
}
.sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  border: 2px solid #FFE632;
  border-radius: 10px;
}
.sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper .sec07__tableitem {
  position: relative;
  width: 319px;
  line-height: 32px;
  font-weight: 700;
  padding: 19px 0 19px 16px;
}
@media print, screen and (min-width: 768px) {
  .sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper .sec07__tableitem {
    font-size: 1.8rem;
    max-width: 500px;
    width: 100%;
    padding: 36px 26px;
    line-height: 28px;
  }
}
.sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper .sec07__tableitem::after {
  content: "";
  top: 23px;
  right: -47px;
  position: absolute;
  border-style: solid;
  border-width: 12px 35px;
  border-color: transparent;
  border-top-color: #fff;
  transform: rotate(270deg);
}
@media print, screen and (min-width: 768px) {
  .sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper .sec07__tableitem::after {
    top: 33px;
    right: -93px;
    border-width: 30px 63px;
  }
}
.sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper .sec07__tableitem.table-head::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent;
  border-top-color: #fff;
  transform: rotate(270deg);
}
@media print, screen and (min-width: 768px) {
  .sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper .sec07__tableitem.table-head::after {
    top: 0;
    right: -60px;
    border-width: 30px;
  }
}
@media print, screen and (min-width: 809px) {
  .sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper .sec07__tableitem.table-head::after {
    top: 0;
    right: -60px;
    border-width: 30px;
  }
}
.sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper .sec07__tableitem-yellow {
  width: 345px;
  background-color: #FFE632;
  font-weight: 700;
  padding: 7px 15px 7px 30px;
  text-align: justify;
}
@media print, screen and (min-width: 768px) {
  .sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper .sec07__tableitem-yellow {
    font-size: 2rem;
    line-height: 28px;
    max-width: 500px;
    width: 100%;
    padding: 22px 15px 22px 40px;
  }
}
@media print, screen and (min-width: 1230px) {
  .sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper .sec07__tableitem-yellow {
    padding-left: 60px;
  }
}
.sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper .sec07__tableitem-yellow span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline;
  background: linear-gradient(transparent 80%, #fff 80%, #fff 100%);
}
.sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper .table-head {
  padding-top: 21px;
  padding-bottom: 21px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 28px;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper .table-head {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 2.4rem;
    line-height: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper:nth-child(3) .sec07__tableitem {
    height: 156px;
  }
  .sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper:nth-child(3) .sec07__tableitem::after {
    top: 47px;
    right: -108px;
    border-width: 30px 78px;
  }
}
@media print, screen and (min-width: 852px) {
  .sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper:nth-child(3) .sec07__tableitem {
    height: 128px;
  }
  .sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper:nth-child(3) .sec07__tableitem::after {
    top: 33px;
    right: -93px;
    border-width: 30px 63px;
  }
}
@media print, screen and (min-width: 1189px) {
  .sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper:nth-child(3) .sec07__tableitem {
    height: 100px;
  }
  .sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper:nth-child(3) .sec07__tableitem::after {
    top: 20px;
    right: -80px;
    border-width: 30px 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper:nth-child(4) .sec07__tableitem {
    height: 128px;
  }
}
@media print, screen and (min-width: 1091px) {
  .sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper:nth-child(4) .sec07__tableitem {
    height: 100px;
  }
  .sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper:nth-child(4) .sec07__tableitem::after {
    top: 20px;
    right: -80px;
    border-width: 30px 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper:last-child .sec07__tableitem {
    height: 156px;
  }
  .sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper:last-child .sec07__tableitem::after {
    top: 47px;
    right: -108px;
    border-width: 30px 78px;
  }
}
@media print, screen and (min-width: 802px) {
  .sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper:last-child .sec07__tableitem {
    height: 128px;
  }
  .sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper:last-child .sec07__tableitem::after {
    top: 33px;
    right: -93px;
    border-width: 30px 63px;
  }
}
@media print, screen and (min-width: 950px) {
  .sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper:last-child .sec07__tableitem {
    height: 100px;
  }
  .sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper:last-child .sec07__tableitem::after {
    top: 20px;
    right: -80px;
    border-width: 30px 50px;
  }
}
.sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper.table-image {
  border: none;
}
.sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper.table-image .sec07__tableitem {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper.table-image .sec07__tableitem {
    padding-bottom: 20px;
  }
}
.sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper.table-image .sec07__tableitem img {
  width: 70%;
}
@media print, screen and (min-width: 768px) {
  .sec07 .sec07__inner .sec07__tablewrap .sec07__table .sec07__rowwrapper.table-image .sec07__tableitem img {
    width: 65%;
  }
}
.sec07 .sec07__inner .sec07__scroll-arrow {
  position: relative;
  margin: 20px 0 auto auto;
  width: 107px;
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 2px solid #002F65;
  line-height: 21px;
}
.sec07 .sec07__inner .sec07__scroll-arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: 4px;
  width: 16px;
  height: 2px;
  background-color: #002F65;
  transform: rotate(45deg);
}

.sec08 {
  background-color: #002F65;
  color: #fff;
}
.sec08 .sec08__inner {
  padding-top: 80px;
  padding-bottom: 90px;
}
.sec08 .sec08__inner h2:before,
.sec08 .sec08__inner h2:after {
  background: #fff;
  height: 80px;
}
@media print, screen and (min-width: 768px) {
  .sec08 .sec08__inner {
    padding-top: 150px;
    padding-bottom: 180px;
  }
  .sec08 .sec08__inner h2:before,
.sec08 .sec08__inner h2:after {
    background: linear-gradient(-60deg, #002F65 0% 40%, #fff 40% 44%, #002F65 44% 51%, #fff 51% 55%, #002F65 55%);
    height: 42px;
  }
}
.sec08 .sec08__inner h3 {
  padding-top: 35px;
}
@media print, screen and (min-width: 768px) {
  .sec08 .sec08__inner h3 {
    padding-top: 72px;
  }
}
@media print, screen and (min-width: 768px) {
  .sec08 .sec08__inner .sec08__container {
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 767px) {
  .sec08 .sec08__inner .sec08__container {
    padding-top: 30px;
  }
}
.sec08 .sec08__inner .sec08__container li {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .sec08 .sec08__inner .sec08__container li {
    margin-right: 3%;
  }
}
@media print, screen and (max-width: 767px) {
  .sec08 .sec08__inner .sec08__container li {
    padding-top: 30px;
    width: 80%;
    margin: auto;
  }
}
.sec08 .sec08__inner .sec08__container li .sec08__itemtxt h4 {
  padding-top: 15px;
  font-size: 2.4rem;
}
.sec08 .sec08__inner .sec08__container li .sec08__itemtxt p {
  padding-top: 15px;
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .sec08 .sec08__inner .sec08__container li:nth-child(2n) {
    padding-top: 60px;
  }
  .sec08 .sec08__inner .sec08__container li:last-child {
    margin-right: 0;
  }
}
.sec08 .sec08__inner .sec08__txt {
  padding-top: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 28px;
}
@media print, screen and (min-width: 768px) {
  .sec08 .sec08__inner .sec08__txt {
    padding-top: 85px;
    font-size: 3.2rem;
    line-height: 48px;
  }
}

.sec09 .sec09__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media print, screen and (min-width: 768px) {
  .sec09 .sec09__inner {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.sec09 .sec09__inner .sec09__title {
  padding-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .sec09 .sec09__inner .sec09__title {
    padding-bottom: 100px;
  }
}
.sec09 .sec09__inner .sec09__title h3 {
  padding-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .sec09 .sec09__inner .sec09__title h3 {
    padding-top: 72px;
  }
}
.sec09 .sec09__inner .sec09__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 25px;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
@media print, screen and (min-width: 520px) {
  .sec09 .sec09__inner .sec09__container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media print, screen and (min-width: 768px) {
  .sec09 .sec09__inner .sec09__container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .sec09 .sec09__inner .sec09__container {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.flow {
  background-color: #FFE632;
}
.flow .flow__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media print, screen and (min-width: 768px) {
  .flow .flow__inner {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .flow .flow__inner h2:before,
.flow .flow__inner h2:after {
    background: linear-gradient(-60deg, #FFE632 0% 40%, #002F65 40% 44%, #FFE632 44% 51%, #002F65 51% 55%, #FFE632 55%);
  }
}
.flow .flow__inner .flow__container {
  padding-top: 70px;
}
@media print, screen and (min-width: 768px) {
  .flow .flow__inner .flow__container {
    display: flex;
    justify-content: space-between;
  }
}
.flow .flow__inner .flow__container .flow__item {
  margin-right: auto;
  margin-left: auto;
  max-width: 350px;
  width: 90%;
  display: grid;
  grid-template-columns: 1fr 180px;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .flow .flow__inner .flow__container .flow__item {
    padding-bottom: 0px;
    display: block;
    max-width: 270px;
    width: 100%;
    margin-right: 2%;
  }
}
.flow .flow__inner .flow__container .flow__item .flow__number {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 10rem;
  line-height: 120px;
  grid-column: 1/2;
  padding-top: 70px;
  font-family: "din-2014", sans-serif;
  font-style: normal;
}
@media print, screen and (min-width: 768px) {
  .flow .flow__inner .flow__container .flow__item .flow__number {
    padding-top: 0;
    text-align: center;
    font-size: 6vw;
    line-height: 7vw;
  }
}
.flow .flow__inner .flow__container .flow__item .flow__number p::before {
  content: "step";
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4rem;
}
@media print, screen and (min-width: 768px) {
  .flow .flow__inner .flow__container .flow__item .flow__number p::before {
    position: relative;
    top: inherit;
    left: inherit;
    bottom: 18px;
    font-size: 2.5vw;
    line-height: 2.6vw;
    padding-right: 10px;
  }
}
.flow .flow__inner .flow__container .flow__item .flow__itemimage {
  position: relative;
  top: 10px;
  max-width: 180px;
  width: 100%;
  max-height: 180px;
  height: 100%;
  display: block;
  margin: auto;
  grid-column: 2/3;
}
@media print, screen and (min-width: 768px) {
  .flow .flow__inner .flow__container .flow__item .flow__itemimage {
    height: 18.8vw;
  }
}
.flow .flow__inner .flow__container .flow__item .flow__itemimage img {
  position: absolute;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flow .flow__inner .flow__container .flow__item .flow__itemtxtwrapper {
  grid-column: 1/3;
}
.flow .flow__inner .flow__container .flow__item .flow__itemtxtwrapper .flow__itemtitle {
  margin-top: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
  color: #fff;
  background-color: #002F65;
  border-radius: 5px;
}
@media print, screen and (max-width: 767px) {
  .flow .flow__inner .flow__container .flow__item .flow__itemtxtwrapper .flow__itemtitle {
    font-size: 2rem;
  }
}
.flow .flow__inner .flow__container .flow__item .flow__itemtxtwrapper > p {
  padding-top: 20px;
}
@media print, screen and (max-width: 767px) {
  .flow .flow__inner .flow__container .flow__item .flow__itemtxtwrapper > p {
    font-size: 1.6rem;
    line-height: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .flow .flow__inner .flow__container .flow__item:last-child {
    margin-right: 0;
  }
}

.faq .faq__inner {
  padding-top: 100px;
}
@media print, screen and (min-width: 768px) {
  .faq .faq__inner {
    padding-top: 200px;
  }
}
.faq .faq__inner .faq__itemwrapper {
  padding-top: 30px;
  padding-bottom: 150px;
}
@media print, screen and (min-width: 768px) {
  .faq .faq__inner .faq__itemwrapper {
    padding: 50px 8% 230px;
  }
}
.faq .faq__inner .faq__itemwrapper .faq__item {
  padding-top: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #FFE632;
}
.faq .faq__inner .faq__itemwrapper .faq__item ul {
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: 60px 1fr;
  -moz-column-gap: 14px;
       column-gap: 14px;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .faq .faq__inner .faq__itemwrapper .faq__item ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.faq .faq__inner .faq__itemwrapper .faq__item ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 768px) {
  .faq .faq__inner .faq__itemwrapper .faq__item ul li {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
.faq .faq__inner .faq__itemwrapper .faq__item ul li h3 {
  text-align: left;
  margin-left: 0px;
}
@media print, screen and (max-width: 767px) {
  .faq .faq__inner .faq__itemwrapper .faq__item ul li h3 {
    font-size: 2rem;
    line-height: 28px;
  }
}
.faq .faq__inner .faq__itemwrapper .faq__item ul li:first-child {
  width: 50px;
  height: 50px;
  font-size: 3.4rem;
  line-height: 43px;
  font-weight: 700;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .faq .faq__inner .faq__itemwrapper .faq__item ul li:first-child {
    width: 60px;
    height: 60px;
    font-size: 4rem;
    line-height: 52px;
  }
}
.faq .faq__inner .faq__itemwrapper .faq__item ul .q-box {
  padding-top: 3px;
  color: #FFE632;
  background-color: #002F65;
  border-radius: 50%;
  font-family: "din-2014", sans-serif;
  font-style: normal;
}
.faq .faq__inner .faq__itemwrapper .faq__item .a-box {
  align-items: start;
}
.faq .faq__inner .faq__itemwrapper .faq__item .a-box li:first-child {
  font-family: "din-2014", sans-serif;
  font-style: normal;
}

footer .footer__inner {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #002F65;
  text-align: center;
}
footer .footer__inner p {
  color: #fff;
}/*# sourceMappingURL=style.css.map */