@charset "UTF-8";

/***************************************
          共通
*****************************************/
html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

#mie_kenmin {
  font-family: "BIZ UDPGothic", sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  color: #222222;
  letter-spacing: 0.08em;
  max-width: 100%;
}

#mie_kenmin p {
  letter-spacing: 0.08em;
}

#mie_kenmin img {
  object-fit: contain;
}

#mie_kenmin section {
  position: relative;
}

#mie_kenmin .container {
  max-width: 1100px;
  margin: auto;
}

#mie_kenmin .pc {
  display: block;
}

#mie_kenmin .sp {
  display: none;
}

#mie_kenmin a {
  transition: opacity .3s;
  text-decoration: none;
}

#mie_kenmin a:hover {
  opacity: 0.7;
}

#mie_kenmin .container>* {
  position: relative;
  z-index: 2;
}

#mie_kenmin .fade_in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .5s ease-out, transform .5s ease-out;
}

#mie_kenmin .fade_in.show {
  opacity: 1;
  transform: translateY(0);
}

#mie_kenmin .yellow_line {
  background: linear-gradient(transparent 70%, #FFEB5F 70%);
}

@media (max-width: 1100px) {
  #mie_kenmin .container {
    width: 95vw;
  }
}

/* 共通 SP */
@media (max-width: 768px) {
  #mie_kenmin .container {
    width: 335px;
  }

  #mie_kenmin .sp {
    display: block;
  }

  #mie_kenmin .pc {
    display: none;
  }

  #mie_kenmin p {
    letter-spacing: 0.04em;
  }
}

/***************************************
          header
*****************************************/
#mie_kenmin header {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.08em;
  padding: 35px 85px;
  gap: 40px;
}

#mie_kenmin header img {
  width: 337px;
}

@media (max-width: 768px) {
  #mie_kenmin header {
    font-size: 12px;
    line-height: 18px;
    padding: 12px 0 12px 20px;
    gap: 24px;
  }

  #mie_kenmin header img {
    width: 130px;
  }
}

/***************************************
          FV
*****************************************/
#mie_kenmin #fv {
  background: url(./img/9/fv_bg.png) no-repeat center / cover;
  height: 800px
}

#mie_kenmin #fv .fv_title {
  font-family: 'Noto Sans JP', sans-serif;
  position: absolute;
  top: 10%;
  left: 6%;
  font-weight: bold;
}

#mie_kenmin #fv h1 {
  color: #0062B1;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0.08em;
  text-shadow: 0 0 16px #fff;
  margin-bottom: 46px;
}

#mie_kenmin #fv h1 .small {
  font-size: 40px;
  color: #222222;
}

#mie_kenmin .dots {
  background-image: radial-gradient(circle at center, #0062B1 20%, transparent 20%);
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.4em;
  /* 右から0.1em左にずらす */
  background-position: top right 0.1em;
}

#mie_kenmin #fv p {
  font-size: 40px;
  line-height: 70px;
  letter-spacing: 0.08em;
  text-shadow: 0 0 16px #fff;
}

#mie_kenmin #fv .blue_box {
  border: 2px solid #0062B1;
  padding: 17px 5px 6px;
  color: #0062B1;
  background: #fff;
  margin-left: -.5em;
}

#mie_kenmin .fz_36 {
  font-size: 36px;
}

#mie_kenmin .fz_58 {
  font-size: 58px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#mie_kenmin #fv .red {
  color: #EC5980;
  font-size: 50px;
  border-bottom: double 7px #EC5980;
}

#mie_kenmin .fv_button_box {
  position: absolute;
  bottom: 20%;
  left: calc(6% + 55px);
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#mie_kenmin .fv_button {
  background: #FF7231;
  color: #fff;
  border-radius: 50px;
  width: 420px;
  height: 80px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 36px;
  box-sizing: border-box;
  letter-spacing: 0.08em;
  position: relative;
  filter: drop-shadow(0px 3px 4px rgba(34, 34, 34, 0.2));
}

#mie_kenmin .fv_button::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 36px;
  width: 30px;
  height: 30px;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
}

#mie_kenmin .fv_button::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 46px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 9px solid transparent;
  border-right: 0 solid transparent;
  border-left: 13px solid #FF7231;
  border-bottom: 9px solid transparent;
  box-sizing: border-box;
}

#mie_kenmin .fv_button span {
  position: absolute;
  top: -45px;
  left: -58px;
  background: #FFEB5F;
  font-size: 16px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0.05em;
  filter: drop-shadow(0px 2px 4px rgba(34, 34, 34, 0.3));
}

@media (max-width: 768px) {
  #mie_kenmin #fv {
    height: 296px;
    background: url(./img/9/fv_bg.png) no-repeat 65% / cover;
  }

  #mie_kenmin #fv h1 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 24px;
  }

  #mie_kenmin #fv h1 .small {
    font-size: 16px;
  }

  #mie_kenmin #fv .fv_title {
    top: 7%;
    left: 5%;
  }

  #mie_kenmin #fv p {
    font-size: 18px;
    line-height: 30px;
    text-shadow: 0 0px 5px #fff, 0 0px 5px #fff, 0 0px 5px #fff, 0 0px 5px #fff;
  }

  #mie_kenmin .fz_36 {
    font-size: 16px;
  }

  #mie_kenmin .fz_58 {
    font-size: 24px;
    letter-spacing: 0.02em;
  }

  #mie_kenmin #fv .blue_box {
    border: 1px solid #0062B1;
    padding: 6px 5px 3px;
    color: #0062B1;
    background: #fff;
    margin-left: 0em;
    letter-spacing: 0.06em;
  }

  #mie_kenmin #fv .red {
    font-size: 20px;
    line-height: 28px;
    border-bottom: double 5px #EC5980;
  }

  #mie_kenmin #fv .fv_button_box {
    display: none;
  }
}

/***************************************
          sec00
*****************************************/
@media (max-width: 768px) {
  #mie_kenmin #sec00 {
    padding: 29px 0 23px;
    background: #EEF9FD;
  }


  #mie_kenmin #sec00 .fv_button_box {
    position: relative;
    bottom: unset;
    left: unset;
    gap: 25px;
  }

  #mie_kenmin .fv_button {
    width: 305px;
    height: 56px;
    font-size: 18px;
    margin: auto;
  }

  #mie_kenmin .fv_button::before {
    width: 24px;
    height: 24px;
  }

  #mie_kenmin .fv_button::after {
    left: 45px;
    border-top: 7px solid transparent;
    border-right: 0 solid transparent;
    border-left: 8px solid #FF7231;
    border-bottom: 7px solid transparent;
  }

  #mie_kenmin .fv_button span {
    width: 48px;
    height: 48px;
    top: -35px;
    left: 1px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.04em;
  }
}

/***************************************
          sec01
*****************************************/
#mie_kenmin #sec01 {
  padding: 77px 0 85px;
  text-align: center;
}

#mie_kenmin #sec01 .no1 {
  width: 100%;
  margin-bottom: 71px;
}

#mie_kenmin #sec01 .no1_text {
  font-size: 32px;
  line-height: 52px;
  font-weight: bold;
  margin-bottom: 100px;
}

#mie_kenmin #sec01 .no1_text .blue_text {
  color: #0062B1;
  font-size: 36px;
}

#mie_kenmin #sec01 .movie_box {
  background: url(./img/9/movie_box_bg.png) no-repeat center / cover;
  border: 2px solid #FFEB5F;
  box-shadow: 0 2px 6px rgba(34, 34, 34, 0.2);
  border-radius: 15px;
  padding: 0 0 45px;
}

#mie_kenmin #sec01 .movie_box .movie_text {
  display: flex;
  align-items: center;
  height: 52px;
  gap: 20px;
  font-size: 30px;
  line-height: 32px;
  color: #fff;
  background: #0062B1;
  width: 826px;
  margin: -24px auto 38px;
  padding: 0 0 0 67px;
}

#mie_kenmin #sec01 .movie_box .movie_text .camera {
  width: 30px;
  height: 29px;
}

@media (max-width: 768px) {
  #mie_kenmin #sec01 {
    padding: 42px 0 40px;
  }

  #mie_kenmin #sec01 .no1 {
    margin-bottom: 33px;
  }

  #mie_kenmin #sec01 .no1_text {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 73px;
  }

  #mie_kenmin #sec01 .no1_text .blue_text {
    font-size: 24px;
  }

  #mie_kenmin #sec01 .no1_text .fz_36 {
    font-size: 24px;
  }

  #mie_kenmin #sec01 .movie_box {
    padding-bottom: 31px;
  }

  #mie_kenmin #sec01 .movie_box .movie_text {
    flex-direction: column;
    width: calc(100% + 4px);
    transform: translateX(-2px);
    border-radius: 10px 10px 0 0;
    padding: 18px 0 0;
    font-size: 14px;
    line-height: 21px;
    position: relative;
    margin-bottom: 27px;
  }

  #mie_kenmin #sec01 .movie_box .movie_text::before {
    content: '';
    position: absolute;
    top: -19px;
    left: 50%;
    transform: translateX(-50%);
    width: 58px;
    height: 58px;
    background: #0062B1;
    border-radius: 50%;
    z-index: -1;

  }

  #mie_kenmin #sec01 .movie_box .movie_text .camera {
    width: 20px;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
  }

  #mie_kenmin #sec01 .movie_box iframe {
    width: 305px;
    height: 163px;
  }
}

/***************************************
          sec02
*****************************************/
#mie_kenmin #sec02 {
  background: #EEF9FD;
  padding: 77px 0 127px;
}

#mie_kenmin #sec02 .sec02_title {
  font-size: 30px;
  line-height: 52px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}

#mie_kenmin #sec02 .sec02_title .blue_bg {
  background: #0062B1;
  color: #fff;
  padding: 6px 10px;
}

#mie_kenmin #sec02 .nayami_box {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: flex-end;
  margin-bottom: 137px;
}

#mie_kenmin #sec02 .nayami_box_item {
  position: relative;
  width: 340px;
  text-align: center;
}

#mie_kenmin #sec02 .nayami_box_item .nayami_box_img {
  width: 100%;
  margin-bottom: 27px;
}

#mie_kenmin #sec02 .nayami_box_item .triangle_down {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid rgba(235, 109, 142, 0.4);
  margin: 0 auto 45px;
}

#mie_kenmin #sec02 .nayami_box_item .nayami_box_text {
  background: #fff;
  box-shadow: 0 2px 6px rgba(34, 34, 34, 0.2);
  position: relative;
  font-size: 18px;
  height: 131px;
  line-height: 28px;
}

#mie_kenmin #sec02 .nayami_box_item .nayami_box_text_title {
  background: #EB6D8E;
  color: #fff;
  font-size: 24px;
  padding: 6px 0px;
  position: absolute;
  width: 270px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

#mie_kenmin #sec02 .nayami_box_item .nayami_box_text .red_text {
  color: #EB6D8E;
}

#mie_kenmin #sec02 .nayami_box_item .nayami_box_text .tyumoku {
  position: absolute;
  top: -50px;
  right: 0;
  width: 50px;
}

#mie_kenmin #sec02 .nayami_box_item .nayami_b_text {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  position: absolute;
  top: calc(100% + 25px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: start;
}

#mie_kenmin #sec02 .point_box {
  background: #fff;
  box-shadow: 0 0px 8px rgba(34, 34, 34, 0.3);
  padding: 49px 30px 62px;
  border-radius: 15px;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}

#mie_kenmin #sec02 .point_box .point_fukidashi {
  font-size: 30px;
  line-height: 34px;
  position: relative;
  background: #008DB5;
  width: 290px;
  margin: 0 auto 25px;
  color: #fff;
  border-radius: 30px;
  padding: 6px 0;
}

#mie_kenmin #sec02 .point_box .point_fukidashi::before {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #008DB5;
}

#mie_kenmin #sec02 .point_box .point_title {
  font-size: 36px;
  line-height: 46px;
  font-weight: bold;
  margin-bottom: 28px;
}

#mie_kenmin #sec02 .point_box .point_text {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 51px;
}

#mie_kenmin #sec02 .point_box .point_item_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 42px 40px;
}

#mie_kenmin #sec02 .point_box .point_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding-top: 35px;
  border: 1px solid #B4B4B4;
  width: 320px;
  height: 238px;
  box-shadow: 0px 1px 4px rgba(34, 34, 34, 0.5);
  background: #fff;
  border-radius: 15px;
  position: relative;
}

#mie_kenmin #sec02 .point_box .point_item:nth-child(3) {
  margin-bottom: 20px;
}

#mie_kenmin #sec02 .point_box .point_item_kome {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.08em;
  top: calc(100% + 10px);
  position: absolute;
  right: 0;
}

#mie_kenmin #sec02 .point_box .point_item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 95px solid #008DB5;
  border-right: 110px solid transparent;
  border-radius: 15px 0 0 0;
  opacity: 0.15;
}

#mie_kenmin #sec02 .point_box .point_item_number {
  position: absolute;
  top: 11px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  line-height: 42px;
  left: 9px;
  color: #008DB5;
  text-shadow:
    -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px 2px 0 #fff,
    0 0 16px #fff;
}

#mie_kenmin #sec02 .point_box .point_item_title {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  color: #EC5980;
  border-bottom: 1px solid #939090;
  padding-bottom: 16px;
  width: 280px;
}

#mie_kenmin #sec02 .point_box .point_item_text {
  font-size: 20px;
  line-height: 30px;
  color: #008DB5;
}

#mie_kenmin .cta_button {
  background: #FF7231;
  color: #fff;
  border-radius: 50px;
  width: 640px;
  height: 100px;
  font-size: 36px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 89px;
  box-sizing: border-box;
  letter-spacing: 0.08em;
  position: relative;
  margin: 0 auto -19px;
  filter: drop-shadow(0px 3px 4px rgba(34, 34, 34, 0.2));
}

#mie_kenmin .cta_button::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 131px;
  width: 42px;
  height: 42px;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
}

#mie_kenmin .cta_button::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 146px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 12px solid transparent;
  border-right: 0 solid transparent;
  border-left: 16px solid #FF7231;
  border-bottom: 12px solid transparent;
  box-sizing: border-box;
}

#mie_kenmin .cta_text {
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  margin-top: 40px;
}

#mie_kenmin .cta_text a {
  color: #0062B1;
  font-weight: bold;
  text-decoration: underline #0062B1;
  pointer-events: none
}

@media (max-width: 768px) {
  #mie_kenmin #sec02 {
    padding: 40px 0 127px;
  }

  #mie_kenmin #sec02 .sec02_title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 32px;
  }

  #mie_kenmin #sec02 .sec02_title .fz_36 {
    font-size: 22px;
    color: #0062B1;
  }

  #mie_kenmin #sec02 .sec02_title .blue_bg {
    padding: 6px 6px;
  }

  #mie_kenmin #sec02 .nayami_box {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }

  #mie_kenmin #sec02 .nayami_box_item {
    width: 100%;
  }

  #mie_kenmin #sec02 .nayami_box_item .nayami_box_img {
    margin-bottom: 19px;
  }

  #mie_kenmin #sec02 .nayami_box_item .triangle_down {
    margin-bottom: 33px;
  }

  #mie_kenmin #sec02 .nayami_box_item .nayami_box_text_title {
    font-size: 18px;
    width: 210px;
    height: 28px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -14px;
  }

  #mie_kenmin #sec02 .nayami_box_item .nayami_box_text {
    font-size: 16px;
    line-height: 24px;
    height: 112px;
    border-radius: 10px;
  }

  #mie_kenmin #sec02 .nayami_box_item .nayami_b_text {
    bottom: -49px;
    line-height: 21px;
    letter-spacing: 0.04em;
  }

  #mie_kenmin #sec02 .nayami_box_item:last-child {
    margin-top: 54px;
    margin-bottom: 54px;
  }

  #mie_kenmin #sec02 .point_box {
    padding: 29px 15px;
    margin-bottom: 41px;
  }

  #mie_kenmin #sec02 .point_box .point_fukidashi {
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.05em;
    padding: 5px 15px;
    width: max-content;
    margin-bottom: 13px;
  }

  #mie_kenmin #sec02 .point_box .point_fukidashi::before {
    bottom: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #008DB5;
  }

  #mie_kenmin #sec02 .point_box .point_title {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 20px;
  }

  #mie_kenmin #sec02 .point_box .point_text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: start;
  }

  #mie_kenmin #sec02 .point_box .point_item_box {
    gap: 15px 15px;
  }

  #mie_kenmin #sec02 .point_box .point_item {
    width: 145px;
    height: auto;
    padding: 22px 0 12px;
    gap: 5px;
    border-radius: 10px;
    box-shadow: 0px 1px 3px rgba(34, 34, 34, 0.3);
  }

  #mie_kenmin #sec02 .point_box .point_item:nth-child(3),
  #mie_kenmin #sec02 .point_box .point_item:nth-child(4) {
    margin-bottom: 30px;
  }

  #mie_kenmin #sec02 .point_box .point_item_kome {
    font-size: 12px;
    text-wrap-mode: nowrap;
    left: 0;
    top: calc(100% + 8px);
  }

  #mie_kenmin #sec02 .point_box .point_item_number {
    font-size: 22px;
    line-height: normal;
    letter-spacing: 0;
    top: -1px;
    left: 4px;
  }

  #mie_kenmin #sec02 .point_box .point_item_title {
    font-size: 14px;
    line-height: 18px;
    width: 124.25px;
    padding-bottom: 3px;
  }

  #mie_kenmin #sec02 .point_box .point_item_text {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.06em;
  }

  #mie_kenmin #sec02 .point_box .point_item::before {
    border-top: 37px solid #008DB5;
    border-right: 45px solid transparent;
    border-radius: 10px 0 0 0;
  }

  #mie_kenmin .cta_button {
    font-size: 18px;
    width: 305px;
    height: 56px;
    text-align: center;
    padding-left: 46px;
  }

  #mie_kenmin .cta_button::before {
    width: 24px;
    height: 24px;
    left: 35px !important;
  }

  #mie_kenmin .cta_button::after {
    left: 43px !important;
    border-top: 7px solid transparent;
    border-right: 0 solid transparent;
    border-left: 10px solid #FF7231;
    border-bottom: 7px solid transparent;
  }

  #mie_kenmin .cta_text {
    font-size: 14px;
    line-height: 21px;
    margin-top: 30px;
  }
}

/***************************************
          sec03
*****************************************/
#mie_kenmin #sec03 {
  background: #fff;
  padding: 118px 0 38px;
  z-index: 2;
}

#mie_kenmin #sec03:after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: 0;
  width: 100%;
  height: 150.5px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 2;
  filter: drop-shadow(0px 2px 6px rgba(34, 34, 34, 0.6));
  box-shadow: 0px -2px 0px rgba(255, 255, 255, 1);
}

#mie_kenmin #sec03 .sec03_title {
  font-size: 30px;
  line-height: 46px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
  background: url(./img/9/sec03_title_bg.png) no-repeat center / cover;
  color: #fff;
  position: absolute;
  top: -49px;
  left: 50%;
  transform: translateX(-50%);
  width: 1100px;
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mie_kenmin #sec03 .sec03_title .yellow_nami {
  color: #FFEB5F;
  text-decoration: #FFEB5F wavy underline;
  text-underline-offset: 8px;
  font-size: 36px;
}

#mie_kenmin #sec03 .sec03_qa {
  padding: 0 30px;
}

#mie_kenmin #sec03 .sec03_qa_kome {
  font-size: 14px;
  line-height: 20px;
  text-align: end;
  margin-top: 12px;
}

#mie_kenmin #sec03 .sec03_qa2 {
  margin: 120px 0 0;
}

#mie_kenmin #sec03 .sec03_qa1::after {
  background-image: linear-gradient(to right, #939090, #939090 4px, transparent 4px, transparent 12px);
  /* 幅4の線を作る */
  background-size: 12px 1px;
  /* グラデーションの幅・高さを指定 */
  background-position: left bottom;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
  /* 横向きにのみ繰り返す */
  content: '';
  position: absolute;
  bottom: -59px;
  left: 0;
  width: 100%;
  height: 2px;
}

#mie_kenmin #sec03 .sec03_qa .red_text {
  color: #EC5980;
  font-weight: bold;
}

#mie_kenmin #sec03 .sec03_qa2 .red_text {
  color: #7C5B8F;
}

#mie_kenmin .bold {
  font-weight: bold;
}

#mie_kenmin #sec03 .sec03_q_box {
  display: flex;
  gap: 23px;
  margin-bottom: -16px;
}

#mie_kenmin #sec03 .sec03_qa2 .sec03_q_box {
  flex-direction: row-reverse;
  justify-content: end;
  margin-bottom: -25px;
}

#mie_kenmin #sec03 .sec03_qa1 .sec03_q_box .sec03_q_img {
  width: 180px;
}

#mie_kenmin #sec03 .sec03_qa2 .sec03_q_box .sec03_q_img {
  width: 216px;
}

#mie_kenmin #sec03 .sec03_q_box .sec03_q_text {
  font-size: 24px;
  line-height: 34px;
  background: #FFF8FA;
  border-radius: 15px;
  filter: drop-shadow(0px 2px 6px rgba(34, 34, 34, 0.6));
  height: max-content;
  padding: 30px 75px 30px 41px;
  position: relative;
}

#mie_kenmin #sec03 .sec03_qa2 .sec03_q_box .sec03_q_text {
  padding: 30px 41px 30px 56px;
}

#mie_kenmin #sec03 .sec03_q_box .sec03_q_text:before {
  content: '';
  position: absolute;
  top: 41%;
  transform: translateX(-50%);
  left: -10px;
  border-top: 13px solid transparent;
  border-left: 0 solid transparent;
  border-right: 26px solid #FFF8FA;
  border-bottom: 13px solid transparent;
}

#mie_kenmin #sec03 .sec03_qa2 .sec03_q_box .sec03_q_text:before {
  left: auto;
  right: -36px;
  border-right: 0 solid transparent;
  border-left: 26px solid #FFF8FA;
}

#mie_kenmin #sec03 .sec03_a_box {
  background: #FFF8FA;
  border-radius: 15px;
  filter: drop-shadow(0px 2px 6px rgba(34, 34, 34, 0.6));
  height: max-content;
  padding: 40px 31px 31px 31px;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  width: 711px;
  margin: 0 0 0 auto;
}

#mie_kenmin #sec03 .sec03_a_box .kome {
  font-size: 14px;
}

#mie_kenmin #sec03 .sec03_qa2 .sec03_a_box {
  margin: 0 auto 0 0;
}

#mie_kenmin #sec03 .sec03_a_box .sec03_a_title {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.05em;
  position: absolute;
  top: -20px;
  left: 30px;
  background: #EB6D8E;
  color: #fff;
  width: 160px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#mie_kenmin #sec03 .sec03_qa2 .sec03_a_box .sec03_a_title {
  background: #7C5B8F;
}

@media (max-width: 768px) {
  #mie_kenmin #sec03 {
    padding: 57px 0 38px;
  }

  #mie_kenmin #sec03 .sec03_title {
    font-size: 18px;
    line-height: 30px;
    top: -60px;
    height: 86px;
    display: block;
    padding: 14px 0;
  }

  #mie_kenmin #sec03 .sec03_title .yellow_nami {
    font-size: 22px;
    text-underline-offset: 4px;

  }

  #mie_kenmin #sec03 .sec03_qa_kome {
    font-size: 14px;
    line-height: 21px;
    margin-top: 12px;
    text-align: start;
  }

  #mie_kenmin #sec03 .sec03_qa1 .sec03_q_box .sec03_q_img {
    width: 110px;
  }

  #mie_kenmin #sec03 .sec03_q_box .sec03_q_text {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 20px 15px 20px;
    border-radius: 10px;
    filter: drop-shadow(0px 2px 3px rgba(34, 34, 34, 0.3));
  }

  #mie_kenmin #sec03 .sec03_qa2 .sec03_q_box .sec03_q_text {
    padding: 15px 20px 15px 20px;
  }

  #mie_kenmin #sec03 .sec03_qa {
    padding: 0;
  }

  #mie_kenmin #sec03 .sec03_q_box {
    gap: 13px;
    margin-bottom: 30px;
    align-items: center;
  }

  #mie_kenmin #sec03 .sec03_q_box .sec03_q_text:before {
    top: 32%;
    left: -5px;
    border-top: 8px solid transparent;
    border-left: 0 solid transparent;
    border-right: 12px solid #FFF8FA;
    border-bottom: 8px solid transparent;
  }

  #mie_kenmin #sec03 .sec03_qa2 .sec03_q_box .sec03_q_text:before {
    right: -16px;
    border-right: 0 solid transparent;
    border-left: 12px solid #FFF8FA;
  }

  #mie_kenmin #sec03 .sec03_a_box {
    width: 100%;
    padding: 32px 20px 24px 20px;
    font-size: 16px;
    line-height: 24px;
    filter: drop-shadow(0px 2px 3px rgba(34, 34, 34, 0.3));
  }

  #mie_kenmin #sec03 .sec03_a_box .kome {
    font-size: 10px;
  }

  #mie_kenmin #sec03 .sec03_a_box .sec03_a_title {
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0.05em;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 28px;
    top: -10px;
  }

  #mie_kenmin #sec03 .sec03_qa1::after {
    background-image: linear-gradient(to right, #939090, #939090 3px, transparent 3px, transparent 8px);
    background-size: 8px 1px;
    bottom: -41px;
    height: 4px;
  }

  #mie_kenmin #sec03 .sec03_qa2 {
    margin-top: 65px;
  }

  #mie_kenmin #sec03 .sec03_qa2 .sec03_q_box .sec03_q_img {
    width: 132px;
  }

  #mie_kenmin #sec03 .sec03_qa2 .sec03_q_box {
    margin-bottom: 30px;
  }

  #mie_kenmin #sec03:after {
    bottom: -50px;
    height: 50px;
    z-index: 2;
    border-top: 2px solid #fff;
    box-shadow: 0px -2px 0px rgba(255, 255, 255, 1);
  }
}


/***************************************
          sec04
*****************************************/
#mie_kenmin #sec04 {
  background: url(./img/9/sec04_bg.png) no-repeat center / cover;
  padding: 210px 0 1px;
}

#mie_kenmin #sec04 .sec04_title {
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 29px;
}

#mie_kenmin #sec04 .sec04_title2 {
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 77px;
}

#mie_kenmin #sec04 .sec04_title2 .blue_text {
  color: #0062B1;
  font-size: 40px;
  line-height: 46px;
}

#mie_kenmin .plan_box {
  background: #fff;
  box-shadow: 0 0px 8px rgba(34, 34, 34, 0.3);
  padding: 49px 30px 80px;
  border-radius: 15px;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}

#mie_kenmin .plan_box .plan_fukidashi {
  font-size: 30px;
  line-height: 34px;
  position: relative;
  background: #FF7231;
  width: 290px;
  margin: 0 auto 25px;
  color: #fff;
  border-radius: 30px;
  padding: 6px 0;
}

#mie_kenmin .plan_box .plan_fukidashi::before {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #FF7231;
}

#mie_kenmin .plan_box .plan_title {
  font-size: 36px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: -3px;
}

#mie_kenmin .plan_box .plan_text {
  font-size: 22px;
  line-height: 32px;
  text-align: end;
}

#mie_kenmin .plan_box .plan_item_box {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
  margin-bottom: 104px;
}

#mie_kenmin .plan_box .plan_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 320px;
}

#mie_kenmin .plan_box .plan_item_img {
  width: 100%;
  margin-bottom: 16px;
}

#mie_kenmin .plan_box .plan_item_link {
  font-size: 24px;
  line-height: 34px;
  border-radius: 5px;
  height: 66px;
  width: 100%;
  color: #fff;
  background: #EB6D8E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: relative;
  padding-left: 46px;
}

#mie_kenmin .plan_box .plan_item_link2 {
  background: #0062B1;
}

#mie_kenmin .plan_box .plan_item_link3 {
  background: #0062B1;
}

#mie_kenmin .plan_box .plan_item_link::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 52px;
  width: 30px;
  height: 30px;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
}

#mie_kenmin .plan_box .plan_item_link::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 63px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 8px solid transparent;
  border-right: 0 solid transparent;
  border-left: 12px solid #EB6D8E;
  border-bottom: 8px solid transparent;
  box-sizing: border-box;
}

#mie_kenmin .plan_box .plan_item_link2::after {
  border-left: 12px solid #0062B1;
}

#mie_kenmin .plan_box .plan_item_link3::after {
  border-left: 12px solid #0062B1;
}

#mie_kenmin .cta_button::before {
  left: 90px;
}

#mie_kenmin .cta_button::after {
  left: 105px;
}

#mie_kenmin .cta_button span {
  position: absolute;
  top: -45px;
  left: -58px;
  background: #FFEB5F;
  font-size: 16px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0.05em;
  filter: drop-shadow(0px 2px 4px rgba(34, 34, 34, 0.3));
}

@media (max-width: 768px) {
  #mie_kenmin #sec04 {
    padding: 85px 0 1px;
  }

  #mie_kenmin #sec04 .sec04_title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 8px;
  }

  #mie_kenmin #sec04 .sec04_title2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 26px;
  }

  #mie_kenmin #sec04 .sec04_title2 .blue_text {
    font-size: 22px;
    line-height: 30px;
  }

  #mie_kenmin .plan_box .plan_fukidashi {
    font-size: 18px;
    line-height: normal;
    padding: 4px 15px;
    width: max-content;
    margin-bottom: 13px;
  }

  #mie_kenmin .plan_box {
    padding: 30px 15px 50px;
    border-radius: 10px;
  }

  #mie_kenmin .plan_box .plan_fukidashi::before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #FF7231;
    bottom: -8px;
  }

  #mie_kenmin .plan_box .plan_title {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 10px;
  }

  #mie_kenmin .plan_box .plan_text {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 10px;
  }

  #mie_kenmin .plan_box .plan_item_box {
    flex-direction: column;
    margin-top: 0px;
    gap: 35px;
    margin-bottom: 60px;
  }

  #mie_kenmin .plan_box .plan_item {
    width: 100%;
  }

  #mie_kenmin .plan_box .plan_item_link {
    width: 100%;
    height: 46px;
    font-size: 18px;
    line-height: normal;
    border-radius: 10px;
  }

  #mie_kenmin .plan_box .plan_item_img {
    margin-bottom: 0px;
  }

  #mie_kenmin .plan_box .plan_item_link::before {
    width: 24px;
    height: 24px;
    left: 60px;
  }

  #mie_kenmin .plan_box .plan_item_link::after {
    left: 69px;
    border-top: 7px solid transparent;
    border-right: 0 solid transparent;
    border-left: 10px solid #EB6D8E;
    border-bottom: 7px solid transparent;
  }

  #mie_kenmin .plan_box .plan_item_link2::after {
    border-left: 10px solid #0062B1;
  }

  #mie_kenmin .plan_box .plan_item_link3::after {
    border-left: 10px solid #0062B1;
  }

  #mie_kenmin .cta_button span {
    width: 48px;
    height: 48px;
    top: -35px;
    left: 1px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.04em;
  }
}

/***************************************
          sec05
*****************************************/
#mie_kenmin #sec05 {
  background: #fff;
  padding: 81px 0 98px;
}

#mie_kenmin #sec05 .sec05_title {
  font-size: 30px;
  line-height: 46px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 102px;
  background: url(./img/9/sec03_title_bg.png) no-repeat center / cover;
  color: #fff;
  width: 1100px;
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mie_kenmin #sec05 .sec05_title .yellow_nami {
  color: #FFEB5F;
  text-decoration: #FFEB5F wavy underline;
  text-underline-offset: 8px;
  font-size: 36px;
}

#mie_kenmin #sec05 .sec05_qa {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas:
    "img q"
    "img a";
  gap: 45px 42px;
  padding: 0 29px;
  margin-bottom: 82px;
}

#mie_kenmin #sec05 .sec05_qa2 {
  grid-template-areas:
    "q img"
    "a img";
  margin-top: 171px;
  gap: 45px 30px;
}

#mie_kenmin #sec05 .sec05_qa .sec05_q_img {
  grid-area: img;
}

#mie_kenmin #sec05 .sec05_qa1 .sec05_q_img {
  width: 200px;
}

#mie_kenmin #sec05 .sec05_qa2 .sec05_q_img {
  width: 196px;
}

#mie_kenmin #sec05 .sec05_qa .sec05_q_text {
  grid-area: q;
  font-size: 24px;
  line-height: 34px;
  background: #FFF8FA;
  border-radius: 15px;
  filter: drop-shadow(0px 2px 6px rgba(34, 34, 34, 0.6));
  height: max-content;
  width: max-content;
  padding: 30px 54px 30px 41px;
  position: relative;
}

#mie_kenmin #sec05 .sec05_qa2 .sec05_q_text {
  margin: 0 0 0 auto;
  padding: 30px 41px 30px 56px;
}

#mie_kenmin #sec05 .sec05_q_text:before {
  content: '';
  position: absolute;
  top: 41%;
  transform: translateX(-50%);
  left: -10px;
  border-top: 13px solid transparent;
  border-left: 0 solid transparent;
  border-right: 26px solid #FFF8FA;
  border-bottom: 13px solid transparent;
}

#mie_kenmin #sec05 .sec05_qa2 .sec05_q_text:before {
  left: auto;
  right: -36px;
  border-right: 0 solid transparent;
  border-left: 26px solid #FFF8FA;
}

#mie_kenmin #sec05 .sec05_qa .sec05_a_text {
  grid-area: a;
  font-size: 24px;
  line-height: 34px;
}

#mie_kenmin #sec05 .sec05_qa .sec05_a_text .blue_text {
  color: #008DB5;
  font-weight: bold;
}

#mie_kenmin #sec05 .sec05_qa .sec05_a_text .bold {
  font-weight: bold;
}

#mie_kenmin #sec05 .sec05_qa .sec05_q_text .sec05_q_text_fuan {
  position: absolute;
  top: -49px;
  right: -51px;
  background: #7C5B8F;
  font-size: 24px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 22px;
  letter-spacing: 0.05em;
}

#mie_kenmin #sec05 .sec05_qa2 .sec05_q_text .sec05_q_text_fuan {
  right: auto;
  left: -51px;
}

#mie_kenmin #sec05 .sec05_rei_box {
  border: 2px solid #008DB5;
  background: #F4FDFF;
  border-radius: 15px;
  position: relative;
  width: 1040px;
  margin: auto;
  padding: 51px 28px 41px;
}

#mie_kenmin #sec05 .sec05_rei_box2 {
  padding: 51px 28px 47px;
}

#mie_kenmin #sec05 .sec05_rei_title {
  font-size: 28px;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  background: #008DB5;
  color: #fff;
  width: 440px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}

#mie_kenmin #sec05 .sec05_rei_item_title span {
  font-size: 36px;
  color: #008DB5;
}

#mie_kenmin #sec05 .sec05_rei_flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

#mie_kenmin #sec05 .sec05_rei_box2 .sec05_rei_flex {
  flex-direction: column;
  gap: 40px;
}

#mie_kenmin #sec05 .sec05_rei_item_title {
  font-size: 26px;
  line-height: 46px;
  letter-spacing: 0em;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

#mie_kenmin #sec05 .sec05_rei_item_box {
  background: #fff;
  border-radius: 20px;
  border: 2px solid #DBDBDB;
  padding: 14px 36px;
  height: 147px;
}

#mie_kenmin #sec05 .sec05_rei_item_box .p1 {
  font-size: 24px;
  line-height: 46px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

#mie_kenmin #sec05 .sec05_rei_item_box .sec05_rei_item_box_triangle {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 15px solid #008DB5;
  margin: 0 auto;
}

#mie_kenmin #sec05 .sec05_rei_item_box .p2 {
  font-size: 24px;
  line-height: 46px;
  letter-spacing: 0em;
  font-weight: bold;
  text-align: center;
}

#mie_kenmin #sec05 .sec05_rei_item_box .p2 span {
  font-size: 32px;
}

#mie_kenmin #sec05 .sec05_rei_item_box .p3 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: bold;
  margin-bottom: 17px;
}

#mie_kenmin #sec05 .sec05_rei_item_box .p4 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0em;
}

#mie_kenmin #sec05 .sec05_red_triangle {
  width: 0;
  height: 0;
  border-left: 260px solid transparent;
  border-right: 260px solid transparent;
  border-top: 53px solid #EB6D8E;
  margin: 60px auto 44px;
  opacity: 0.4;
}

#mie_kenmin #sec05 .p5 {
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 51px;
}

#mie_kenmin #sec05 .p5 .blue_text {
  color: #008DB5;
  font-weight: bold;
}

#mie_kenmin #sec05 .p6 {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  position: relative;
}

#mie_kenmin #sec05 .p6::after {
  background-image: linear-gradient(to right, #939090, #939090 4px, transparent 4px, transparent 12px);
  background-size: 12px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  content: '';
  position: absolute;
  bottom: -62px;
  left: 0;
  width: 100%;
  height: 2px;
}

#mie_kenmin #sec05 .sec05_rei_box2 .p7 {
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0em;
  font-weight: bold;
  margin-bottom: 14px;
}

#mie_kenmin #sec05 .sec05_rei_box2 .p8 {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0em;
  margin-bottom: 31px;
}

#mie_kenmin #sec05 .sec05_rei_box2 .p9 {
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0em;
  margin-bottom: 15px;
  background: #008DB5;
  border-radius: 50px;
  width: 145px;
  height: 45px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mie_kenmin #sec05 .sec05_rei_box2 .p10 {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0em;
  font-weight: bold;
}

#mie_kenmin #sec05 .sec05_rei_box2 .p10 span {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  margin-top: 10px;
  display: inline-block;
}

#mie_kenmin #sec05 .sec05_rei_item_line {
  width: 100%;
  height: 1px;
  background: #939090;
}

#mie_kenmin #sec05 .sec05_rei_box2 .p11 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0em;
  margin-top: 10px;
  margin-bottom: 59px;
}

#mie_kenmin #sec05 .sec05_rei_box2 .p12 {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0em;
}

#mie_kenmin #sec05 .p13 {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0em;
  width: 1040px;
  margin: 31px auto 0;
}

@media screen and (max-width: 1100px) {
  #mie_kenmin #sec02 .nayami_box_item .nayami_b_text {
    top: calc(100% + 10px);
  }

  #mie_kenmin #sec03 .sec03_title {
    width: 100%;
  }

  #mie_kenmin .plan_box .plan_item_link::before {
    left: 40px;
  }

  #mie_kenmin .plan_box .plan_item_link::after {
    left: 49px;
  }

  #mie_kenmin #sec05 .sec05_title {
    width: 100%;
  }

  #mie_kenmin #sec05 .sec05_rei_box {
    width: 100%;
  }

  #mie_kenmin #sec05 .sec05_rei_item_title {
    font-size: 24px;
  }

  #mie_kenmin #sec05 .sec05_rei_item_box .p2 {
    font-size: 18px;
  }

  #mie_kenmin #sec05 .sec05_rei_item_box .p2 span {
    font-size: 20px;
  }

  #mie_kenmin #sec05 .sec05_rei_item_box {
    padding: 14px 30px;
  }
}

@media (max-width: 768px) {
  #mie_kenmin #sec05 {
    padding: 102px 0 43px;
  }

  #mie_kenmin #sec05 .sec05_title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 26px;
    width: 100vw;
    height: 86px;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    padding: 10px 0;
  }

  #mie_kenmin #sec05 .sec05_title .yellow_nami {
    font-size: 22px;
    letter-spacing: 0.05em;
    text-underline-offset: 4px;
  }

  #mie_kenmin #sec05 .sec05_qa {
    grid-template-areas:
      "img q"
      "a a";
    padding: 0;
    gap: 21px 14px;
    margin-bottom: 31px;
  }

  #mie_kenmin #sec05 .sec05_qa1 .sec05_q_img {
    width: 100px;
  }

  #mie_kenmin #sec05 .sec05_qa .sec05_q_text {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 20px 15px 20px;
    border-radius: 10px;
    filter: drop-shadow(0px 2px 3px rgba(34, 34, 34, 0.3));
  }

  #mie_kenmin #sec05 .sec05_q_text:before {
    top: 32%;
    left: -5px;
    border-top: 8px solid transparent;
    border-left: 0 solid transparent;
    border-right: 12px solid #FFF8FA;
    border-bottom: 8px solid transparent;
  }

  #mie_kenmin #sec05 .sec05_qa .sec05_q_text .sec05_q_text_fuan {
    width: 42px;
    height: 42px;
    font-size: 12px;
    line-height: normal;
    top: -20px;
    right: -15px;
  }

  #mie_kenmin #sec05 .sec05_qa .sec05_a_text {
    font-size: 16px;
    line-height: 24px;
  }

  #mie_kenmin #sec05 .sec05_rei_box {
    width: 100%;
    border-radius: 10px;
    padding: 34px 13px 25px;
  }

  #mie_kenmin #sec05 .sec05_rei_title {
    font-size: 16px;
    line-height: normal;
    width: 260px;
    height: 28px;
    top: -14px;
  }

  #mie_kenmin #sec05 .sec05_rei_flex {
    flex-direction: column;
    gap: 17px;
  }

  #mie_kenmin #sec05 .sec05_rei_box2 .sec05_rei_flex {
    gap: 13px;
  }

  #mie_kenmin #sec05 .sec05_rei_item_title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0em;
  }

  #mie_kenmin #sec05 .sec05_rei_item_box .p1 {
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0em;
  }

  #mie_kenmin #sec05 .sec05_rei_item_box .sec05_rei_item_box_triangle {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 10px solid #008DB5;
    margin: 0 auto 3px;
  }

  #mie_kenmin #sec05 .sec05_rei_item_box .p2 {
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0em;
  }

  #mie_kenmin #sec05 .sec05_rei_item_box .p2 span {
    font-size: 20px;
  }

  #mie_kenmin #sec05 .sec05_rei_item_box {
    border-radius: 0;
    height: auto;
    padding: 13px 8px 13px;
  }

  #mie_kenmin #sec05 .sec05_rei_item_title span {
    font-size: 20px;
  }

  #mie_kenmin #sec05 .sec05_rei_item_box .p3 {
    font-size: 14px;
    line-height: normal;
    border-radius: 20px;
    background: #008DB5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 20px;
    margin: 0 auto 6px;
  }

  #mie_kenmin #sec05 .sec05_rei_item_box .p3.pc {
    display: none;
  }

  #mie_kenmin #sec05 .sec05_rei_item_box .p4 {
    line-height: 22px;
    font-weight: bold;
  }

  #mie_kenmin #sec05 .sec05_rei_item_box .p4 span {
    font-weight: normal;
    font-size: 12px;
  }

  #mie_kenmin #sec05 .sec05_red_triangle {
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 20px solid #EB6D8E;
    margin: 26px auto 18px;
    opacity: 0.4;
  }

  #mie_kenmin #sec05 .p5 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  #mie_kenmin #sec05 .p5 .fz_36 {
    font-size: 20px;
  }

  #mie_kenmin #sec05 .p6 {
    font-size: 14px;
    line-height: 21px;
    text-align: start;
  }

  #mie_kenmin #sec05 .p6::after {
    background-image: linear-gradient(to right, #939090, #939090 3px, transparent 3px, transparent 8px);
    background-size: 8px 1px;
    bottom: -30px;
    height: 4px;
  }

  #mie_kenmin #sec05 .sec05_qa2 .sec05_q_img {
    width: 100px;
  }

  #mie_kenmin #sec05 .sec05_qa2 {
    grid-template-areas:
      "q img"
      "a a";
    margin-top: 59px;
  }

  #mie_kenmin #sec05 .sec05_qa2 .sec05_q_text .sec05_q_text_fuan {
    top: -20px;
    left: -15px;
  }

  #mie_kenmin #sec05 .sec05_rei_box2 .p7 {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 10px;
  }

  #mie_kenmin #sec05 .sec05_rei_box2 .p8 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 12px;
  }

  #mie_kenmin #sec05 .sec05_rei_box2 .p8 span {
    font-size: 12px;
  }

  #mie_kenmin #sec05 .sec05_rei_box2 .p9 {
    font-size: 16px;
    line-height: normal;
    border-radius: 20px;
    width: 80px;
    height: 24px;
    margin: 0 auto 10px;
  }

  #mie_kenmin #sec05 .sec05_rei_box2 .p10 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 9px;
  }

  #mie_kenmin #sec05 .sec05_rei_box2 .p10 span {
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
  }

  #mie_kenmin #sec05 .sec05_rei_box2 .p11 {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 19px;
  }

  #mie_kenmin #sec05 .sec05_rei_box2 .p12 {
    font-size: 14px;
    line-height: 21px;
  }

  #mie_kenmin #sec05 .p13{
    font-size: 14px;
    line-height: 21px;
    text-wrap: wrap;
    width: 100%;
    margin-top: 12px;
  }
}

/***************************************
          sec06
*****************************************/
#mie_kenmin #sec06 {
  background: url(./img/9/sec04_bg.png) no-repeat center / cover;
  padding: 173px 0 1px;
}

#mie_kenmin #sec06 .sec06_triangle {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 33px solid #0062B1;
  opacity: 0.6;
  margin: 0 auto;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
}

#mie_kenmin #sec06 .sec06_triangle2 {
  opacity: 0.7;
  top: 30px;
}

#mie_kenmin #sec06 .sec06_triangle3 {
  opacity: 0.8;
  top: 77px;
}

#mie_kenmin #sec06 .sec06_title {
  font-size: 32px;
  line-height: 54px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 82px;
}

#mie_kenmin #sec06 .sec06_title .blue_box {
  border: 2px solid #0062B1;
  padding: 6px 5px 6px;
  color: #0062B1;
  background: #fff;
  font-size: 40px;
  line-height: 54px;
  margin: 0 6px;
}

@media (max-width: 768px) {
  #mie_kenmin #sec06 {
    padding: 40px 0 1px;
  }

  #mie_kenmin #sec06 .sec06_triangle {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 16px solid #0062B1;
    top: -7px;
  }

  #mie_kenmin #sec06 .sec06_triangle3 {
    top: 16px;
  }

  #mie_kenmin #sec06 .sec06_title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 32px;
    letter-spacing: 0.05em;
  }

  #mie_kenmin #sec06 .sec06_title .blue_box {
    font-size: 22px;
    border: 1px solid #0062B1;
    padding: 3px 3px 3px;
    margin: 0 2px;
  }

  #mie_kenmin #sec06 .plan_box {
    margin-bottom: 36px;
  }
}

/***************************************
          sec07
*****************************************/
#mie_kenmin #sec07 {
  padding: 75px 0 75px;
}

#mie_kenmin #sec07 .no1_img {
  width: 100%;
}

@media (max-width: 768px) {
  #mie_kenmin #sec07 {
    padding: 40px 0 33px;
  }

  #mie_kenmin #sec07 .no1_img_sp {
    width: 100%;
  }
}

/***************************************
          sec08
*****************************************/
#mie_kenmin #sec08 {
  padding: 79px 0 132px;
  background: #EEF9FD;
}

#mie_kenmin #sec08 .sec08_title {
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 31px;
  background: url(./img/9/sec03_title_bg.png) no-repeat center / cover;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: 1100px;
  position: relative;
}

#mie_kenmin #sec08 .sec08_title:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  width: 1036px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
}

#mie_kenmin #sec08 .sec08_title:after {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  width: 1036px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
}

#mie_kenmin #sec08 .sec08_title .sec08_title_triangle {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 53px solid #EEF9FD;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
}

#mie_kenmin #sec08 .sec08_title .sec08_title_triangle2 {
  position: absolute;
  left: unset;
  right: -1px;
  border-right: 53px solid #EEF9FD;
  border-left: unset;
}

#mie_kenmin #sec08 .sec08_title .yellow_text {
  color: #FFEB5F;
}

#mie_kenmin #sec08 .sec08_title .fz_40 {
  font-size: 40px;
}

#mie_kenmin #sec08 .p1 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 49px;
  text-align: end;
}

#mie_kenmin #sec08 .p2 {
  font-size: 36px;
  line-height: 46px;
  color: #0062B1;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

#mie_kenmin #sec08 .p3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 11px;
}

#mie_kenmin #sec08 .p3 .red_text {
  color: #EC5980;
  font-weight: bold;
}

#mie_kenmin #sec08 .p3 .kome {
  font-size: 20px;
}

#mie_kenmin #sec08 .p4 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 18px;
}

#mie_kenmin #sec08 .sec08_img {
  width: 1009px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 1100px) {
  #mie_kenmin #sec08 .sec08_title {
    width: 100%;
  }

  #mie_kenmin #sec08 .sec08_img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #mie_kenmin #sec08 {
    padding: 40px 0 70px;
  }

  #mie_kenmin #sec08 .sec08_title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 32px;
    letter-spacing: 0.05em;
    width: 100%;
    height: 88px;
    margin-bottom: 12px;
  }

  #mie_kenmin #sec08 .sec08_title .yellow_text {
    display: contents;
  }

  #mie_kenmin #sec08 .sec08_title .fz_40 {
    font-size: 22px;
    display: contents;
  }

  #mie_kenmin #sec08 .sec08_title .sec08_title_triangle {
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-left: 20px solid #EEF9FD;
  }

  #mie_kenmin #sec08 .sec08_title .sec08_title_triangle2 {
    border-right: 20px solid #EEF9FD;
    border-left: unset;
  }

  #mie_kenmin #sec08 .sec08_title:before,
  #mie_kenmin #sec08 .sec08_title:after {
    width: 315px;
  }

  #mie_kenmin #sec08 .sec08_title:before {
    top: 4px;
  }

  #mie_kenmin #sec08 .sec08_title:after {
    bottom: 4px;
  }

  #mie_kenmin #sec08 .p1 {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 30px;
  }

  #mie_kenmin #sec08 .p2 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 20px;
  }

  #mie_kenmin #sec08 .p3 {
    font-size: 16px;
    line-height: 24px;
  }

  #mie_kenmin #sec08 .p3 .kome {
    font-size: 12px;
  }

  #mie_kenmin #sec08 .p4 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
  }

  #mie_kenmin #sec08 .sec08_img {
    width: 110%;
    transform: translateX(-5%);
  }

}


/***************************************
          sec09
*****************************************/
#mie_kenmin #sec09 {
  padding: 150px 0 75px;
}

#mie_kenmin #sec09 .sec09_title {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: -53px;
  left: 50%;
  transform: translateX(-50%);
  width: 590px;
  background: #008DB5;
  color: #fff;
  padding: 16px 0;
}

#mie_kenmin #sec09 .sec09_title .yellow_nami {
  color: #FFEB5F;
  text-decoration: #FFEB5F wavy underline;
  text-underline-offset: 8px;
  font-weight: bold;
}

#mie_kenmin #sec09 .sec09_title .sec09_title_triangle {
  width: 0;
  height: 0;
  border-left: 295px solid transparent;
  border-right: 295px solid transparent;
  border-top: 63px solid #008DB5;
  position: absolute;
  bottom: -62px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

#mie_kenmin #sec09 .p1 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 52px;
}

#mie_kenmin #sec09 .p1 .red_text {
  color: #EC5980;
  font-weight: bold;
}

#mie_kenmin #sec09 .p2 {
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  border-bottom: 2px solid #0062B1;
  width: max-content;
  margin: 0 auto 31px;
}

#mie_kenmin #sec09 .p2 span {
  color: #008DB5;
}

#mie_kenmin #sec09 .p2 .sp_triangle {
  display: none;
}

#mie_kenmin #sec09 .p3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 31px;
  text-align: end;
}

#mie_kenmin #sec09 .sec09_flex {
  display: flex;
  gap: 44px;
  margin-bottom: 31px;
}

#mie_kenmin #sec09 .sec09_item {
  width: 50%;
  border-radius: 15px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-align: center;
  padding: 0px 0px 33px;
}

#mie_kenmin #sec09 .sec09_item_title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 38px;
  background: #EB6D8E;
  color: #fff;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mie_kenmin #sec09 .sec09_item_title .span1 {
  background: #0062B1;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mie_kenmin #sec09 .sec09_item_title .span2 {
  background: #0062B1;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#mie_kenmin #sec09 .sec09_item_title .span2::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 70%;
  background: #fff;
}

#mie_kenmin #sec09 .sec09_item_text {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0em;
  margin-bottom: 12px;
  font-weight: bold;
}

#mie_kenmin #sec09 .sec09_item_text .num {
  font-size: 38px;
  line-height: 40px;
  color: #EC5980;
}

#mie_kenmin #sec09 .sec09_item2 .sec09_item_text .num {
  color: #0062B1;
}


#mie_kenmin #sec09 .sec09_item_text2 {
  font-size: 16px;
  line-height: 26px;
}

#mie_kenmin #sec09 .p4 {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0em;
}

@media (max-width: 768px) {
  #mie_kenmin #sec09 {
    padding: 79px 0 37px;
  }

  #mie_kenmin #sec09 .sec09_title {
    font-size: 16px;
    line-height: 24px;
    top: -31px;
    height: 60px;
    width: 295px;
    padding: 8px 0 0px;
  }

  #mie_kenmin #sec09 .sec09_title .yellow_nami {
    text-underline-offset: 4px;
  }

  #mie_kenmin #sec09 .sec09_title .sec09_title_triangle {
    border-left: 147.5px solid transparent;
    border-right: 147.5px solid transparent;
    border-top: 30px solid #008DB5;
    bottom: -30px;
  }

  #mie_kenmin #sec09 .p1 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #mie_kenmin #sec09 .p2 {
    color: #008DB5;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }

  #mie_kenmin #sec09 .p2 .pc_triangle {
    display: none;
  }

  #mie_kenmin #sec09 .p2 .sp_triangle {
    display: inline;
  }

  #mie_kenmin #sec09 .p3 {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 11px;
  }

  #mie_kenmin #sec09 .sec09_flex {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }

  #mie_kenmin #sec09 .sec09_item {
    width: 100%;
    padding-bottom: 13px;
    box-shadow: 0px 1px 3px rgba(34, 34, 34, 0.3);
  }

  #mie_kenmin #sec09 .sec09_item_title {
    font-size: 16px;
    line-height: normal;
    height: 40px;
    margin-bottom: 11px;
  }

  #mie_kenmin #sec09 .sec09_item_title .span1 {
    width: 100%;
  }

  #mie_kenmin #sec09 .sec09_item_title .span2 {
    width: 100%;
  }

  #mie_kenmin #sec09 .sec09_item_text {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: -8px;
  }

  #mie_kenmin #sec09 .sec09_item_text .num {
    font-size: 22px;
  }

  #mie_kenmin #sec09 .sec09_item_text2 {
    font-size: 14px;
    line-height: 21px;
    margin-top: 8px;
  }

  #mie_kenmin #sec09 .p4 {
    font-size: 14px;
    line-height: 21px;
  }

}

/***************************************
          sec10
*****************************************/
#mie_kenmin #sec10 {
  background: url(./img/9/sec04_bg.png) no-repeat center / cover;
  padding: 85px 0 1px;
}

@media (max-width: 768px) {

  #mie_kenmin #sec10 {
    padding: 43px 0 1px;
  }

  #mie_kenmin #sec10 .plan_box {
    margin-bottom: 38px;
  }
}

/***************************************
          sec11
*****************************************/
#mie_kenmin #sec11 {
  padding: 90px 0 76px;
  background: #EEF9FD;
}

#mie_kenmin #sec11 .sec11_title {
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 31px;
  background: url(./img/9/sec03_title_bg.png) no-repeat center / cover;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 106px;
  width: 360px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 21px;
}

#mie_kenmin #sec11 .sec11_title_triangle {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 0;
  height: 0;
  border-bottom: 41px solid #EEF9FD;
  border-right: 180px solid transparent;
}

#mie_kenmin #sec11 .sec11_title_triangle2 {
  left: unset;
  right: -1px;
  border-left: 180px solid transparent;
  border-right: unset;
}

#mie_kenmin #sec11 .sec11_title2 {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 44px;
  margin-bottom: 28px;
  text-align: center;
}

#mie_kenmin #sec11 .sec11_img {
  width: 200px;
}

#mie_kenmin #sec11 .sec11_title2 p {
  font-size: 30px;
  line-height: 52px;
  font-weight: bold;
}

#mie_kenmin #sec11 .sec11_title2 p .blue_text {
  color: #0062B1;
  font-size: 36px;
  line-height: 52px;
}

#mie_kenmin #sec11 .p1 {
  font-size: 20px;
  line-height: 32px;
  text-align: start;
  margin-bottom: 41px;
  padding-left: 150px;
}

#mie_kenmin #sec11 .sec11_box {
  display: flex;
  gap: 40px;
  margin-bottom: 15px;
  justify-content: center;
}

#mie_kenmin #sec11 .sec11_box_item {
  width: 340px;
  border-radius: 15px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-align: center;
  padding: 0px 0px 42px;
  background: #fff;
}

#mie_kenmin #sec11 .sec11_box_item_title {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #008DB5;
  height: 90px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: start;
  margin-bottom: 40px;
}

#mie_kenmin #sec11 .sec11_box_item_title>div {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

#mie_kenmin #sec11 .okan {
  width: 30px;
}

#mie_kenmin #sec11 .sec11_box_item_title span {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
}

#mie_kenmin #sec11 .sec11_box_item_text {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 17px;
}

#mie_kenmin #sec11 .sec11_box_item_text2 {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0em;
  border: 2px solid #008DB5;
  width: 280px;
  height: 46px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mie_kenmin #sec11 .sec11_box_item_text2 span {
  color: #EC5980;
  font-weight: bold;
}

#mie_kenmin #sec11 .p2 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: end;
  margin-bottom: 40px;
}

#mie_kenmin #sec11 .p3 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: start;
  margin-bottom: 82px;
}

@media (max-width: 768px) {
  #mie_kenmin #sec11 {
    padding: 65px 0 39px;
  }

  #mie_kenmin #sec11 .sec11_title {
    font-size: 18px;
    line-height: normal;
    height: 46px;
    width: 160px;
    padding-bottom: 5px;
  }

  #mie_kenmin #sec11 .sec11_title_triangle {
    border-bottom: 17px solid #EEF9FD;
    border-right: 80px solid transparent;
  }

  #mie_kenmin #sec11 .sec11_title_triangle2 {
    border-left: 80px solid transparent;
    border-right: 0px solid transparent;
  }

  #mie_kenmin #sec11 .sec11_title2 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 11px;
    flex-direction: row-reverse;
    gap: 0;
    text-wrap: nowrap;
    text-align: start;
    position: relative;
  }

  #mie_kenmin #sec11 .sec11_img {
    width: 90px;
    transform: scale(-1, 1);
    position: absolute;
    bottom: 0;
    right: 0;
  }

  #mie_kenmin #sec11 .sec11_title2 p {
    font-size: 18px;
    line-height: 30px;
  }

  #mie_kenmin #sec11 .sec11_title2 p .blue_text {
    font-size: 22px;
    line-height: 30px;
  }

  #mie_kenmin #sec11 .p1 {
    font-size: 12px;
    line-height: 21px;
    text-align: start;
    margin-bottom: 20px;
    padding-left: 0;
  }

  #mie_kenmin #sec11 .sec11_box {
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  #mie_kenmin #sec11 .okan {
    width: 26px;
  }


  #mie_kenmin #sec11 .sec11_box_item {
    width: 162px;
    padding: 0px 0px 16px;
    border-radius: 10px;
    box-shadow: 0px 1px 3px rgba(34, 34, 34, 0.3);
  }

  #mie_kenmin #sec11 .sec11_box_item_first {
    width: 100%;
    padding: 0px 0px 9px;
  }

  #mie_kenmin #sec11 .sec11_box_item_first .sec11_box_item_title {
    padding-bottom: 5px;
  }

  #mie_kenmin #sec11 .sec11_box_item_title {
    font-size: 16px;
    line-height: normal;
    height: 30px;
    padding-bottom: 0px;
    margin-bottom: 14px;
  }

  #mie_kenmin #sec11 .sec11_box_item_title>div {
    gap: 10px;
  }

  #mie_kenmin #sec11 .sec11_box_item_title span {
    font-size: 14px;
    line-height: normal;
    color: #FFEB5F;
  }

  #mie_kenmin #sec11 .sec11_box_item_text_box {
    display: flex;
    padding: 0 29px 0;
    align-items: center;
  }

  #mie_kenmin #sec11 .sec11_box_item_text {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 6px;
  }

  #mie_kenmin #sec11 .sec11_box_item_first .sec11_box_item_text {
    font-size: 14px;
    line-height: 21px;
  }

  #mie_kenmin #sec11 .sec11_box_item_text2 {
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #008DB5;
    width: 122px;
    height: 22px;
  }

  #mie_kenmin #sec11 .sec11_box_item_text_box .sec11_box_item_text2 {
    width: 122px;
    height: 54px;
    display: block;
    padding: 6px 0;
    line-height: 18px;
  }

  #mie_kenmin #sec11 .p2 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 12px;
    text-align: start;
    letter-spacing: 0.04em;
  }

  #mie_kenmin #sec11 .p3 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 36px;
    text-align: start;
    letter-spacing: 0.04em;
  }

  #mie_kenmin #sec11 .sec11_box_item_text2 span {
    font-size: 14px;
  }

}


/***************************************
          sec12
*****************************************/
#mie_kenmin #sec12 {
  padding: 88px 0 75px;
}

#mie_kenmin #sec12 .sec12_title {
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: bold;
  width: max-content;
  margin: 0 auto 100px;
  position: relative;
}

#mie_kenmin #sec12 .sec12_title_line {
  position: absolute;
  bottom: -38px;
  height: 26px;
  width: 100%;
  display: flex;
  align-items: start;
  overflow: hidden;
}

#mie_kenmin #sec12 .sec12_title_line img {
  height: 26px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#mie_kenmin #sec12 .sec12_title_line .sec12_title_line_img1 {
  left: -80%;
  width: 100%;
  object-position: left;
  transform: none;
}

#mie_kenmin #sec12 .sec12_title_line .sec12_title_line_img3 {
  right: -80%;
  width: 100%;
  object-position: left;
  transform: scale(-1, 1);
}

#mie_kenmin #sec12 .sec12_box {
  display: flex;
  flex-direction: column;
  gap: 46px;
  justify-content: center;
  border: 2px solid #008DB5;
  background: #F4FDFF;
  border-radius: 15px;
  padding: 47px 53px;
  margin-bottom: 67px;
  position: relative;
}

#mie_kenmin #sec12 .sec12_bg1 {
  position: absolute;
  top: 2.5%;
  right: 0;
  width: 246px;
}

#mie_kenmin #sec12 .sec12_bg2 {
  position: absolute;
  bottom: 6%;
  right: 0;
  left: 0;
  width: 100%;
}

#mie_kenmin #sec12 .sec12_box_item {
  display: flex;
  gap: 30px;
  align-items: center;
  font-weight: bold;
}

#mie_kenmin #sec12 .sec12_box_item .p1 {
  font-size: 32px;
  line-height: 23px;
  letter-spacing: 0em;
  background: #EB6D8E;
  border-radius: 30px;
  width: 181px;
  height: 63px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mie_kenmin #sec12 .sec12_box_item .p2 {
  font-size: 30px;
  line-height: 23px;
  letter-spacing: 0em;
}

#mie_kenmin #sec12 .sec12_box_item .p2 span {
  font-size: 22px;
  font-weight: normal;
  display: block;
  margin-top: 14px;
}

#mie_kenmin #sec12 .sec12_box_item .p3 {
  font-size: 30px;
  line-height: 23px;
  letter-spacing: 0em;
  margin-left: auto;
}

#mie_kenmin #sec12 .sec12_box_item .p3 span {
  font-size: 36px;
  color: #EC5980;
}

#mie_kenmin #sec12 .sec12_family {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 80px;
  padding-left: 23px;
  margin-bottom: 73px;
}

#mie_kenmin #sec12 .sec12_family .sec12_family_img {
  width: 497px;
}

#mie_kenmin #sec12 .sec12_family .sec12_family_text {
  font-size: 36px;
  line-height: 56px;
  font-weight: bold;
}

#mie_kenmin #sec12 .sec12_family .sec12_family_text .fz_46 {
  font-size: 46px;
}

#mie_kenmin #sec12 .sec12_family .sec12_family_text .blue_text {
  color: #EC5980;
  font-size: 46px;
  position: relative;
}

#mie_kenmin #sec12 .sec12_family .sec12_family_text .sec12_kira {
  width: 60px;
  position: absolute;
  top: 10px;
  right: 0;
}

#mie_kenmin #sec12 .sec12_box2 {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
  height: 485px;
  margin-bottom: 81px;
}

#mie_kenmin #sec12 .sec12_box2_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 41px;
  background: url(./img/9/sec03_title_bg.png) no-repeat center / cover;
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  height: 100px;
  width: 1100px;
  margin-bottom: 85px;
}

#mie_kenmin #sec12 .sec12_box2_title .sec12_box2_img {
  width: 280px;
}

#mie_kenmin #sec12 .fv_button_box {
  position: relative;
  bottom: unset;
  left: unset;
  gap: 39px;
}

#mie_kenmin #sec12 .fv_button {
  margin: auto;
  width: 640px;
  height: 100px;
  font-size: 36px;
  padding-left: 91px;
}

#mie_kenmin #sec12 .fv_button::before {
  left: 90px;
  width: 42px;
  height: 42px;
}

#mie_kenmin #sec12 .fv_button::after {
  left: 107px;
}

#mie_kenmin #sec12 .fv_button span {
  left: -36px;
}

#mie_kenmin #sec12 .sec12_title_line2 .sec12_title_line_img1 {
  left: -35%;
  width: 100%;
  object-position: left;
  transform: none;
}

#mie_kenmin #sec12 .sec12_title_line2 .sec12_title_line_img3 {
  width: 85%;
}

#mie_kenmin #sec12 .sec12_box3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 62px;
}

#mie_kenmin #sec12 .sec12_box3 .sec12_jirei {
  width: 340px;
}

#mie_kenmin #sec12 .sec12_box4 p {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  font-size: 30px;
  line-height: 64px;
  font-weight: bold;
  padding-left: 17px;
}

#mie_kenmin #sec12 .sec12_box4 .sec12_arrow {
  width: 30px;
}

#mie_kenmin #sec12 .sec12_box4 p span {
  font-size: 36px;
  color: #EC5980;
  border: 2px solid #EC5980;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
}

#mie_kenmin #sec12 .sec12_box4 p span.span2 {
  color: #0062B1;
  border: 2px solid #0062B1;
}

#mie_kenmin #sec12 .sec12_box4 p span.span3 {
  color: #7C5B8F;
  border: 2px solid #7C5B8F;
}

#mie_kenmin #sec12 .sec12_text_last {
  font-size: 30px;
  line-height: 58px;
  font-weight: bold;
  padding-left: 17px;
  text-wrap: nowrap;
}

#mie_kenmin #sec12 .sec12_box4{
  margin-bottom: 22px;
}

@media screen and (max-width: 1100px) {
  #mie_kenmin #sec12 .sec12_box {
    padding: 47px 30px;
  }

  #mie_kenmin #sec12 .sec12_box_item .p3 {
    text-align: end;
    text-wrap: nowrap;
  }

  #mie_kenmin #sec12 .sec12_box3 .sec12_jirei {
    width: 30%;
  }

  #mie_kenmin #sec12 .sec12_box4 p {
    font-size: 22px;
  }

  #mie_kenmin #sec12 .sec12_text_last {
    font-size: 22px;
  }

  #mie_kenmin #sec12 .sec12_box4 p span {
    font-size: 28px;
  }

  #mie_kenmin #sec13 .fv_button_box {
    flex-direction: column;
    gap: 20px;
  }

  #mie_kenmin #sec13 .fv_button {
    width: 60%;
  }

  #mie_kenmin #sec12 .sec12_box_item .p2 {
    line-height: 27px;
  }

  #mie_kenmin #sec12 .sec12_box2_title {
    font-size: 22px;
    width: 100%;
  }

  #mie_kenmin #sec12 .sec12_box2_title .sec12_box2_img {
    width: 20%;
  }
}

@media (max-width: 768px) {
  #mie_kenmin #sec12 {
    padding: 40px 0 39px;
  }

  #mie_kenmin #sec12 .sec12_title {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 46px;
    letter-spacing: 0.04em;
  }

  #mie_kenmin #sec12 .sec12_title span {
    font-size: 18px;
    line-height: 30px;
  }

  #mie_kenmin #sec12 .sec12_title_line {
    margin-bottom: 12px;
    overflow: visible;
  }

  #mie_kenmin #sec12 .sec12_title_line img {
    height: 44px;
    width: 335px;
  }

  #mie_kenmin #sec12 .sec12_title_line .sec12_title_line_img1 {
    display: none;
  }

  #mie_kenmin #sec12 .sec12_title_line .sec12_title_line_img3 {
    display: none;
  }

  #mie_kenmin #sec12 .sec12_box {
    margin-bottom: 21px;
    padding: 18px 18px 15px;
    gap: 1px;
  }

  #mie_kenmin #sec12 .sec12_box_item {
    gap: 10px;
    flex-direction: column;
  }

  #mie_kenmin #sec12 .sec12_box_item .p1 {
    font-size: 16px;
    line-height: normal;
    width: 90px;
    height: 24px;
  }

  #mie_kenmin #sec12 .sec12_box_item .p2 {
    font-size: 16px;
    line-height: normal;
  }

  #mie_kenmin #sec12 .sec12_box_item .p2 span {
    font-size: 12px;
    margin-top: 7px;
  }

  #mie_kenmin #sec12 .sec12_box_item .sec12_box_item_triangle {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 7px solid #008DB5;
    margin: 0 auto;
  }

  #mie_kenmin #sec12 .sec12_box_item_line {
    width: 100%;
    height: .5px;
    background: #939090;
    margin: 10px 0;
  }

  #mie_kenmin #sec12 .sec12_box_item .p3 {
    font-size: 18px;
    line-height: normal;
    margin: auto;
  }

  #mie_kenmin #sec12 .sec12_box_item .p3 span {
    font-size: 22px;
  }

  #mie_kenmin #sec12 .sec12_family {
    gap: 6px;
    padding-left: 0;
    margin-bottom: 40px;
    flex-direction: column-reverse;
  }

  #mie_kenmin #sec12 .sec12_family .sec12_family_img {
    width: 100%;
  }

  #mie_kenmin #sec12 .sec12_family .sec12_family_text {
    font-size: 20px;
    line-height: 33px;
    text-align: center;
  }

  #mie_kenmin #sec12 .sec12_family .sec12_family_text .fz_46 {
    font-size: 24px;
  }

  #mie_kenmin #sec12 .sec12_family .sec12_family_text .blue_text {
    font-size: 24px;
  }

  #mie_kenmin #sec12 .sec12_family .sec12_family_text .sec12_kira {
    width: 30px;
    right: 35px;
  }

  #mie_kenmin #sec12 .sec12_box2 {
    height: 253px;
    margin-bottom: 38px;
    background: rgba(255, 255, 255, 0.6);
  }

  #mie_kenmin #sec12 .sec12_box2_title {
    font-size: 12px;
    line-height: normal;
    width: 100%;
    gap: 10px;
    height: 40px;
    margin-bottom: 45px;
  }

  #mie_kenmin #sec12 .sec12_box2_title .sec12_box2_img {
    width: 90px;
  }

  #mie_kenmin #sec12 .fv_button_box {
    position: relative;
    bottom: unset;
    left: unset;
    gap: 25px;
  }

  #mie_kenmin #sec12 .fv_button {
    width: 305px;
    height: 56px;
    font-size: 18px;
    margin: auto;
    padding-left: 35px;
  }

  #mie_kenmin #sec12 .fv_button::before {
    width: 24px;
    height: 24px;
    left: 31px;
  }

  #mie_kenmin #sec12 .fv_button::after {
    left: 45px;
    border-top: 7px solid transparent;
    border-right: 0 solid transparent;
    border-left: 8px solid #FF7231;
    border-bottom: 7px solid transparent;
    left: 41px;
  }

  #mie_kenmin #sec12 .fv_button span {
    width: 48px;
    height: 48px;
    top: -35px;
    left: 1px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.04em;
  }

  #mie_kenmin #sec12 .sec12_box3 {
    gap: 20px;
    margin-bottom: 20px;
    flex-direction: column;
  }

  #mie_kenmin #sec12 .sec12_box3 .sec12_jirei {
    width: 100%;
  }

  #mie_kenmin #sec12 .sec12_box4 {
    margin-bottom: 22px;
  }

  #mie_kenmin #sec12 .sec12_box4 p {
    font-size: 18px;
    line-height: 30px;
    padding-left: 1.3em;
    align-items: baseline;
    display: block;
    text-indent: -1.3em;
    margin: 10px 0;
  }

  #mie_kenmin #sec12 .sec12_box4 .sec12_arrow {
    width: 16px;
    transform: translateY(3px);
  }

  #mie_kenmin #sec12 .sec12_box4 p span {
    font-size: 22px;
    display: inline;
    margin: 0px 0.1em;
    padding: 4px 5px;
  }

  #mie_kenmin #sec12 .sec12_text_last {
    font-size: 18px;
    line-height: 27px;
    padding-left: 0;
    text-wrap: wrap;
  }

  #mie_kenmin #sec12 .sec12_bg1_sp {
    width: 105%;
    left: 0;
    right: 0;
    top: 0%;
    position: absolute;
  }

  #mie_kenmin #sec12 .sec12_bg2_sp {
    width: 50%;
    right: 0;
    top: 25%;
    position: absolute;
  }

  #mie_kenmin #sec12 .sec12_bg3_sp {
    width: 105%;
    left: 0;
    right: 0;
    bottom: 3%;
    position: absolute;
  }
}

/***************************************
          sec13
*****************************************/
#mie_kenmin #sec13 {
  padding: 72px 0 75px;
  background: #EEF9FD;
}

#mie_kenmin #sec13 .sec13_title {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 6px;
  font-size: 36px;
  line-height: 52px;
  letter-spacing: 0em;
  font-weight: bold;
  text-wrap: nowrap;
  padding-left: 27px;
}

#mie_kenmin #sec13 .sec13_title .sec13_ol {
  width: 180px;
}

#mie_kenmin #sec13 .sec13_title p {
  padding-bottom: 22px;
  letter-spacing: 0em;
  text-align: center;
}

#mie_kenmin #sec13 .sec13_tel {
  display: grid;
  grid-template-areas:
    "tel_icon tel_a"
    "tel_icon tel_text";
  text-align: center;
  grid-auto-columns: max-content;
  padding-left: 260px;
  margin-top: -6px;
  gap: 10px 18px;
  margin-bottom: 92px;
}

#mie_kenmin #sec13 .sec13_tel .p1 {
  grid-area: tel_icon;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0em;
  background: #0062B1;
  border-radius: 7px;
  width: 94px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

#mie_kenmin #sec13 .sec13_tel .p2 {
  grid-area: tel_a;
  font-size: 56px;
  line-height: 49px;
  letter-spacing: 0em;
  font-weight: bold;
  color: #0062B1;
}

#mie_kenmin #sec13 .sec13_tel .p3 {
  grid-area: tel_text;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0em;
}

#mie_kenmin #sec13 .fv_button_box {
  position: relative;
  bottom: unset;
  left: unset;
  gap: 0px;
  flex-direction: row;
}

#mie_kenmin #sec13 .fv_button {
  margin: auto;
  width: auto;
  height: 100px;
  font-size: 36px;
  padding: 0 65px 0;
  padding-left: 91px;
}

#mie_kenmin #sec13 .fv_button::before {
  left: 30px;
  width: 42px;
  height: 42px;
}

#mie_kenmin #sec13 .fv_button::after {
  left: 47px;
}

#mie_kenmin #sec13 .fv_button span {
  left: -20px;
  top: -75px;
}

@media screen and (max-width: 1100px) {
  #mie_kenmin #sec13 .sec13_title p {
    font-size: 22px;
  }

  #mie_kenmin #sec13 .sec13_tel .p2 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  #mie_kenmin #sec13 {
    padding: 40px 0 40px;
  }

  #mie_kenmin #sec13 .sec13_title {
    align-items: start;
    padding-left: 0;
    gap: 11px;
    margin-bottom: 2px;
  }

  #mie_kenmin #sec13 .sec13_title .sec13_ol {
    width: 84px;
  }

  #mie_kenmin #sec13 .sec13_title p {
    font-size: 16px;
    line-height: 24px;
    text-align: start;
  }

  #mie_kenmin #sec13 .sec13_tel {
    padding-left: 0;
    margin-bottom: 50px;
    border-radius: 5px;
    gap: 9px 5px;
    justify-content: center;
    grid-template-areas:
      "tel_icon tel_a"
      "tel_text tel_text";
  }

  #mie_kenmin #sec13 .sec13_tel .p1 {
    font-size: 12px;
    line-height: 14px;
    width: 54px;
    height: 34px;
    letter-spacing: 0.04em;
  }

  #mie_kenmin #sec13 .sec13_tel .p2 {
    font-size: 26px;
    line-height: normal;
    padding-top: 5px;
    letter-spacing: 0.04em;
  }

  #mie_kenmin #sec13 .sec13_tel .p3 {
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.04em;
  }


  #mie_kenmin #sec13 .fv_button {
    font-size: 18px;
    line-height: 27px;
    padding: 0 30px 0;
    padding-left: 40px;
  }

  #mie_kenmin #sec13 .fv_button::before {
    left: 15px;
    width: 24px;
    height: 24px;
  }

  #mie_kenmin #sec13 .fv_button::after {
    left: 25px;
  }

  #mie_kenmin #sec13 .fv_button span {
    font-size: 10px;
    width: 48px;
    height: 48px;
    left: -10px;
    top: -35px;
  }

  #mie_kenmin #sec13 .fv_button_box {
    position: relative;
    bottom: unset;
    left: unset;
    gap: 25px;
    flex-direction: column;
  }

  #mie_kenmin #sec13 .fv_button {
    width: 305px;
    height: 56px;
    font-size: 18px;
    margin: auto;
    padding: 0;
    padding-left: 35px;
  }

  #mie_kenmin #sec13 .fv_button::before {
    width: 24px;
    height: 24px;
    left: 31px;
  }

  #mie_kenmin #sec13 .fv_button::after {
    left: 45px;
    border-top: 7px solid transparent;
    border-right: 0 solid transparent;
    border-left: 8px solid #FF7231;
    border-bottom: 7px solid transparent;
    left: 41px;
  }

  #mie_kenmin #sec13 .fv_button span {
    width: 48px;
    height: 48px;
    top: -35px;
    left: 1px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.04em;
  }
}


/***************************************
          footer
*****************************************/
#mie_kenmin #footer {
  padding: 45px 0 160px;
}

#mie_kenmin #footer .footer_text {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 54px;
}

#mie_kenmin #footer .footer_button_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  box-shadow: 0 0px 2px rgba(34, 34, 34, 0.3);
  padding: 30px 0;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
  z-index: 9;
  opacity: 0;
}

#mie_kenmin #footer .footer_button_box.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 1;
}

#mie_kenmin #footer .footer_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 28px;
  letter-spacing: 0.08em;
  color: #fff;
  background: #0062B1;
  border-radius: 15px;
  width: 390px;
  height: 80px;
  box-shadow: 0 3px 4px rgba(34, 34, 34, 0.2);
}

#mie_kenmin #footer .footer_button .footer_icon {
  width: 50px;
  height: 50px;
}

#mie_kenmin .toTop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 24px;
  letter-spacing: 0em;
  color: #fff;
  background: #0062B1;
  border-radius: 15px;
  position: fixed;
  bottom: 20px;
  right: 58px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  font-weight: bold;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

#mie_kenmin .toTop.show {
  opacity: .5;
  pointer-events: auto;
}

#mie_kenmin .toTop_triangle {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 40px solid #fff;
}

@media screen and (max-width: 1100px) {
  #mie_kenmin #footer .footer_button {
    width: 33%;
  }
}

@media (max-width: 768px) {
  #mie_kenmin #footer {
    padding: 30px 0 68px;
  }

  #mie_kenmin #footer .footer_text {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 30px;
    letter-spacing: 0.04em;
  }

  #mie_kenmin #footer .footer_button_box {
    padding: 10px 0;
    gap: 4px;
    background: rgba(255, 255, 255, 0.5);
  }

  #mie_kenmin #footer .footer_button_box.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }

  #mie_kenmin #footer .footer_button {
    font-size: 14px;
    line-height: 18px;
    width: 120px;
    height: 48px;
    border-radius: 5px;
    text-align: center;
  }

  #mie_kenmin #footer .footer_button .footer_icon {
    width: 24px;
    height: 24px;
  }

  #mie_kenmin .toTop {
    bottom: 10px;
    right: 18px;
    width: 60px;
    height: 60px;
    font-size: 14px;
    line-height: normal;
  }

  #mie_kenmin .toTop_triangle {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 12px solid #fff;
  }
}