@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Marck+Script&display=swap');
.koremite .row {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .koremite .row {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.koremite .mv {
  min-height: 830px;
  background: #d0ebfb url(../img/koremite/mv_bg.svg) bottom 30px right 40px no-repeat;
  -moz-background-size: auto 80%;
  background-size: auto 80%;
  position: relative;
}

.koremite .mv .row {
  max-width: 1280px;
}

@media only screen and (max-width: 767px) {
  .koremite .mv {
    min-height: 465px;
    background: #d0ebfb url(../img/koremite/mv_bg.svg) bottom 15px right 15px no-repeat;
    -moz-background-size: auto 80%;
    background-size: auto 80%;
  }
}

.koremite .mv__txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.koremite .mv__txt .mv-txt01 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .koremite .mv__txt .mv-txt01 {
    margin-bottom: 15px;
  }
}

.koremite .mv__txt .mv-txt01 small {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.78;
  letter-spacing: 0.08em;
  color: #0070b7;
  background-color: #fff;
  display: inline-block;
  padding: 0 43px;
}

@media only screen and (max-width: 767px) {
  .koremite .mv__txt .mv-txt01 small {
    padding: 0 15px;
    font-size: 22px;
  }
}

.koremite .mv__txt .mv-txt01 em {
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 1.45714;
  letter-spacing: 0.08em;
  color: #0070b7;
  background-color: #fff;
  display: inline-block;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .koremite .mv__txt .mv-txt01 em {
    font-size: 36px;
  }
}

.koremite .mv__txt .mv-txt01 span {
  font-family: 'Inter', sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.78;
  letter-spacing: 0.08em;
  color: #0070b7;
  background-color: #fff;
  display: inline-block;
  padding: 0 43px;
}

@media only screen and (max-width: 767px) {
  .koremite .mv__txt .mv-txt01 span {
    padding: 0 15px;
    font-size: 22px;
  }
}

.koremite .mv__txt .mv-txt02 span {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.78;
  letter-spacing: 0.08em;
  color: #0070b7;
  background-color: #fff;
  display: inline-block;
  padding: 0 43px;
}

.koremite .k-tt {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.14em;
  color: #0070b7;
  margin-bottom: 65px;
  text-align: center;
}

.koremite .k-tt span {
  color: #eb3800;
}

@media only screen and (max-width: 767px) {
  .koremite .k-tt {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.koremite .concerns {
  padding: 100px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .koremite .concerns {
    padding: 50px 0;
  }
}

.koremite .concerns__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 68px;
}

@media only screen and (max-width: 767px) {
  .koremite .concerns__list {
    display: block;
  }
}

.koremite .concerns__list li {
  min-height: 70px;
  background: #0070b7;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  padding: 10px 34px;
  margin: 0 19px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .koremite .concerns__list li {
    padding: 15px;
    min-height: initial;
    font-size: 18px;
  }
  .koremite .concerns__list li + li {
    margin-top: 15px;
  }
}

.koremite .concerns__ques {
  position: relative;
  width: 730px;
  margin: 0 auto 72px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .koremite .concerns__ques {
    padding: 200px 0;
  }
}

.koremite .concerns__ques img {
  width: 188px;
}

.koremite .concerns__ques ul li {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #0070b7;
  width: 254px;
  height: 69px;
  background: #d9d9d9;
  -moz-border-radius: 999px;
  border-radius: 999px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  padding-left: 32px;
  text-align: left;
}

.koremite .concerns__ques ul li::after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 20px;
  width: 38px;
  height: 33px;
  background: url(../img/koremite/ar.png) center/100% 100% no-repeat;
  display: block;
}

.koremite .concerns__ques ul li.st2::after {
  width: 39px;
  height: 32px;
  left: 20px;
  right: initial;
  background: url(../img/koremite/ar2.png) center/100% 100% no-repeat;
  display: block;
}

.koremite .concerns__ques ul li:nth-of-type(1) {
  top: 0;
  left: 0;
}

.koremite .concerns__ques ul li:nth-of-type(2) {
  right: 0;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .koremite .concerns__ques ul li:nth-of-type(2) {
    top: 100px;
  }
}

.koremite .concerns__ques ul li:nth-of-type(3) {
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .koremite .concerns__ques ul li:nth-of-type(3) {
    bottom: 100px;
  }
}

.koremite .concerns__ques ul li:nth-of-type(4) {
  bottom: 0;
  right: 0;
}

.koremite .concerns__text {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 0.1em;
  color: #eb3800;
}

@media only screen and (max-width: 767px) {
  .koremite .concerns__text {
    font-size: 22px;
  }
}

.koremite .point {
  background-color: #d0ebfb;
  padding: 80px 0 120px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .koremite .point {
    padding: 50px 0;
  }
}

.koremite .point__text {
  font-weight: 500;
  font-size: 24px;
  color: #0070b7;
  margin-bottom: 67px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .koremite .point__text {
    font-size: 16px;
  }
}

.koremite .point__list {
  display: -ms-grid;
  display: grid;
  gap: 35px 46px;
  counter-reset: div;
  -ms-grid-columns: (minmax(0, 1fr)) [3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 67px;
}

@media only screen and (max-width: 767px) {
  .koremite .point__list {
    -ms-grid-columns: (minmax(0, 1fr)) [1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 35px;
  }
}

.koremite .point__list li {
  min-height: 86px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
  color: #0070b7;
  position: relative;
}

.koremite .point__list li::before {
  counter-increment: div;
  content: '0' counter(div);
  position: absolute;
  top: -20px;
  left: 10px;
  width: 40px;
  height: 40px;
  background-color: #0070b7;
  font-family: 'Marck Script', cursive;
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  font-size: 28px;
  line-height: 1;
  color: #ffffff;
}

.koremite .point__box {
  background: #ffffff;
  -moz-border-radius: 20px;
  border-radius: 20px;
  max-width: 100%;
  padding: 35px 45px;
  font-weight: 700;
  font-size: 23px;
  letter-spacing: 0.1em;
  color: #eb3800;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .koremite .point__box {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
  }
}

.koremite .point__box::before {
  content: '';
  position: absolute;
  top: -48px;
  left: -10px;
  width: 137px;
  height: 75px;
  background: url(../img/koremite/point.png) center/100% 100% no-repeat;
  display: block;
}

.koremite .point__box span {
  color: #0070b7;
}

.koremite .feedback {
  padding: 90px 0 130px;
}

@media only screen and (max-width: 767px) {
  .koremite .feedback {
    padding: 50px 0;
  }
}

.koremite .feedback__list .fl-it {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .koremite .feedback__list .fl-it {
    display: block;
  }
}

.koremite .feedback__list .fl-it + .fl-it {
  margin-top: 70px;
}

.koremite .feedback__list .fl-it:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.koremite .feedback__list .fl-it:nth-child(even) .fl-it__text {
  padding-right: 40px;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .koremite .feedback__list .fl-it:nth-child(even) .fl-it__text {
    padding-right: 0;
  }
}

.koremite .feedback__list .fl-it:nth-child(even) .fl-it__inner::after {
  right: -30px;
  left: initial;
  background: url(../img/koremite/ar4.png) center/100% 100% no-repeat;
  display: block;
}

@media only screen and (max-width: 767px) {
  .koremite .feedback__list .fl-it:nth-child(even) .fl-it__inner::after {
    display: none;
  }
}

.koremite .feedback__list .fl-it__img {
  width: 150px;
  height: 150px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  overflow-y: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .koremite .feedback__list .fl-it__img {
    margin: 0 auto 30px;
  }
}

.koremite .feedback__list .fl-it__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  overflow-y: hidden;
}

.koremite .feedback__list .fl-it__text {
  width: 100%;
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  .koremite .feedback__list .fl-it__text {
    padding-left: 0;
  }
}

.koremite .feedback__list .fl-it__inner {
  background: #f1f1f1;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #0070b7;
  padding: 15px 24px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .koremite .feedback__list .fl-it__inner {
    font-size: 16px;
  }
}

.koremite .feedback__list .fl-it__inner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -30px;
  width: 60px;
  height: 36px;
  background: url(../img/koremite/ar3.png) center/100% 100% no-repeat;
  display: block;
}

@media only screen and (max-width: 767px) {
  .koremite .feedback__list .fl-it__inner::after {
    display: none;
  }
}

.koremite .price {
  background-color: #d0ebfb;
  padding: 86px 0 105px;
}

@media only screen and (max-width: 767px) {
  .koremite .price {
    padding: 50px 0;
  }
}

.koremite .price .row {
  max-width: 902px;
}

.koremite .price__text {
  text-align: center;
}

.koremite .price__text span {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #eb3800;
  background: -webkit-linear-gradient(bottom, #fff 19px, transparent 19px, transparent 100%);
  background: -moz- oldlinear-gradient(bottom, #fff 19px, transparent 19px, transparent 100%);
  background: linear-gradient(to top, #fff 19px, transparent 19px, transparent 100%);
}

@media only screen and (max-width: 767px) {
  .koremite .price__text span {
    font-size: 18px;
    background: -webkit-linear-gradient(bottom, #fff 9px, transparent 9px, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #fff 9px, transparent 9px, transparent 100%);
    background: linear-gradient(to top, #fff 9px, transparent 9px, transparent 100%);
  }
}

.koremite .price__box {
  background: #ffffff;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 72px;
}

@media only screen and (max-width: 767px) {
  .koremite .price__box {
    display: block;
    margin-bottom: 30px;
  }
}

.koremite .price__box .pb-l {
  background: #fff url(../img/koremite/price_bg1.png) center/100% 100% no-repeat;
  padding: 20px 70px 20px 35px;
  text-align: center;
  width: 288px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .koremite .price__box .pb-l {
    width: 100%;
    background: #eb3800;
    padding: 15px;
  }
}

.koremite .price__box .pb-l__tt {
  background-color: #fff;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #000000;
  padding: 5px;
  margin-bottom: 45px;
}

.koremite .price__box .pb-l__text small {
  display: block;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.koremite .price__box .pb-l__text span {
  display: block;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}

.koremite .price__box .pb-l__text span i {
  font-style: normal;
  font-size: 48px;
  font-weight: bold;
}

.koremite .price__box .pb-l__text span small {
  font-size: 18px;
  display: inline-block;
}

.koremite .price__box .pb-r {
  width: 100%;
  padding: 20px;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .koremite .price__box .pb-r {
    padding: 15px;
  }
}

.koremite .price__box .pb-r__tt {
  background-color: #f1f1f1;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #0070b7;
  padding: 5px 26px;
  margin-bottom: 12px;
  display: inline-block;
}

.koremite .price__box .pb-r__text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.61;
  letter-spacing: 0.05em;
  color: #0070b7;
}

.koremite .price__box .pb-r__text p small {
  font-size: 12px;
  display: inline-block;
  text-align: left;
}

.koremite .price__box .pb-r__text p + p {
  margin-top: 10px;
}

.koremite .step {
  padding: 120px 0 115px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .koremite .step {
    padding: 50px 0;
  }
}

.koremite .step .row {
  max-width: 800px;
}

.koremite .step__btn {
  width: 244px;
  min-height: 60px;
  background: #eb3800;
  -moz-border-radius: 42px;
  border-radius: 42px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.07em;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .koremite .step__btn {
    font-size: 18px;
  }
}

.koremite .step__txt {
  font-weight: 500;
  font-size: 24px;
  color: #0070b7;
  margin-bottom: 25px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .koremite .step__txt {
    font-size: 16px;
  }
}

.koremite .step__txt span {
  color: #eb3800;
}

.koremite .step__txt--type02 {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #0070b7;
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .koremite .step__txt--type02 {
    font-size: 18px;
  }
}

.koremite .step__list {
  counter-reset: div;
  margin-bottom: 47px;
  text-align: left;
}

.koremite .step__list li {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 2.67;
  letter-spacing: 0.05em;
  color: #0070b7;
  padding-left: 43px;
}

@media only screen and (max-width: 767px) {
  .koremite .step__list li {
    font-size: 16px;
  }
}

.koremite .step__list li::before {
  counter-increment: div;
  content: '0' counter(div);
  position: absolute;
  top: 7px;
  left: 0;
  width: 34px;
  height: 34px;
  background-color: #0070b7;
  font-family: 'Marck Script', cursive;
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  font-size: 28px;
  line-height: 1;
  color: #ffffff;
}

.koremite .qa {
  background-color: #d0ebfb;
  padding: 80px 0 120px;
}

@media only screen and (max-width: 767px) {
  .koremite .qa {
    padding: 50px 0;
  }
}

.koremite .qa .row {
  max-width: 800px;
}

.koremite .qa__list dl {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.87;
  letter-spacing: 0.07em;
  color: #0070b7;
  background: #ffffff;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.koremite .qa__list dl + dl {
  margin-top: 30px;
}

.koremite .qa__list dl dt {
  position: relative;
  background: #eb3800;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  padding: 17px 17px 17px 75px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.39;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.koremite .qa__list dl dt::before {
  content: 'Q';
  position: absolute;
  top: 50%;
  left: 29px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Akshar', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
}

.koremite .qa__list dl dd {
  padding: 17px 17px 17px 75px;
  position: relative;
}

.koremite .qa__list dl dd::before {
  content: 'A';
  position: absolute;
  top: 50%;
  left: 29px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Akshar', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
}
