.text_color {
  color: #6d6d6d;
}

.mv_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}


.pi_h1 {
  margin: 0;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 1px;
  font-weight: normal;
  text-align: left;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.pi_h2 {
  font-size: 13px;
  line-height: 23px;
  text-align: left;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 100;
}


.profile_background {
  background-color: #F0F0F0;
  margin-bottom: 40px;
  padding: 5%;
  text-align: center;
}

.profile_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px;
}

.profile_container img {
  width: 90px;
}

.profile_introduce {
  background: #fff;
  padding: 5px 10px;
  text-align: center;
  width: 109px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

.profile_name {
  font-size: 14px;
  line-height: 4px;
  letter-spacing: 0.5px;
  font-weight: bold;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  text-align: left;
}

.highlight {
  font-weight: 100;
  font-size: 10px;
  line-height: 34px;
  letter-spacing: 1px;
}

.profile_text {
  font-size: 10px;
  font-weight: 300;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  text-align: left;
  line-height: 16px;
}

.text_title {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: normal;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.text_lead {
  font-size: 13px;
  line-height: 1.7;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 100;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #6d6d6d;
  margin: 0 auto;
  margin-bottom: 10px;
}

.triangle_grey {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid #D9D9D9;
  margin: 0 auto;
}

.text_questions {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: normal;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.anchor_title {
  font-size: 38px;
  font-weight: bold;
  margin-top: 7px;
  font-family: 'Inter', sans-serif;
  font-variation-settings: 'wght' 600, 'slnt' 0;
}

.anchor_container {
  display: flex;
  margin: 0 auto;
  flex-direction: row;
  justify-content: space-evenly;
  width: 86%;
}

.anchor_box_a {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  background: #F4EBED;
  width: 100px;
  height: 100px;
  color: #6d6d6d;
}

.anchor_box_b {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  background: #DDE8EB;
  width: 100px;
  height: 100px;
  color: #6d6d6d;
}

.anchor_box_c {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  background: #E7F0EE;
  width: 100px;
  height: 100px;
  color: #6d6d6d;
}

.anchor {
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
}

.anchor_item {
  font-size: 10px;
  text-align: center;
  margin-top: -14px;
}




.question {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.options {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  height: 130px;
}

.options_A {
  text-align: center;
  background-color: #F4EBED;
  display: flex;
  align-items: center;
  width: 34%;
  justify-content: center;
}

.options_B {
  text-align: center;
  background-color: #DDE8EB;
  display: flex;
  align-items: center;
  width: 34%;
  justify-content: center;
}

.options_C {
  text-align: center;
  background-color: #E7F0EE;
  display: flex;
  align-items: center;
  width: 34%;
  justify-content: center;
}

.label_container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.label_title {
  font-weight: bold;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  font-variation-settings: 'wght' 600, 'slnt' 0;
}

.label_text {
  display: flex;
  align-items: center;
  height: 70px;
  font-size: 12px;
  flex-direction: column;
  justify-content: center;
}


/* コンテナ */
.container_width {
  display: flex;
  flex-direction: column;
  /* gap: 70px; */
  width: 86%;
  margin-top: 40px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.container_1 {
  background: #F4EBED;
  margin-top: 70px;
}

.container_2 {
  background: #DDE8EB;
  margin-top: 70px;
}

.container_3 {
  background: #E7F0EE;
  margin-top: 70px;
}

.container_main_title {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 20px;
}

.title_introduce {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
}

.title_type_eng_A {
  background: #6d6d6d;
  color: #F4EBED;
  padding: 8px;
  line-height: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: 'Inter', sans-serif;
  font-variation-settings: 'wght' 600, 'slnt' 0;
}

.title_type_eng_B {
  background: #6d6d6d;
  color: #DDE8EB;
  padding: 8px;
  line-height: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: 'Inter', sans-serif;
  font-variation-settings: 'wght' 600, 'slnt' 0;
}

.title_type_eng_C {
  background: #6d6d6d;
  color: #E7F0EE;
  padding: 8px;
  line-height: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: 'Inter', sans-serif;
  font-variation-settings: 'wght' 600, 'slnt' 0;
}

.title_type_jpn {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.container_main_point {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: column;
  margin-bottom: 10px;
  text-align: center;
  margin-bottom: 30px;
}

.main_introduce {
  border: solid 0.75px;
  padding: 6px;
  font-size: 12px;
  letter-spacing: 1px;
}

.main_title {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
}

.item_main {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 4px;
}

.main_items_container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.main_items_buy {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
  width: 32%;
}

.main_items_buy-text {
  font-size: 9px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

a,
a:visited,
a:hover,
a:active {
  color: #6d6d6d !important;
}

.item_link {
  color: #6d6d6d !important;
  font-size: 14px;
  margin-bottom: 30px;
}



.box_items_container {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-direction: row;
  margin-bottom: 10px;
}

.box_items {
  padding: 1px 5px;
  border: solid 0.5px;
  font-size: 10px;
  display: inline;
  align-items: center;
  font-weight: normal;
}

.lead_title {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 13px;
}

.lead {
  margin: 0;
  font-size: 11px;
  line-height: 1.7;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 100;
  margin-bottom: 24px;
}

.img_main {
  margin-bottom: 10px;
}

.img_sub {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.img_sub img {
  width: 200px;
}


.items_buy-title {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  margin-top: -60px;
  margin-bottom: 30px;
  text-align: center;
}

.items_buy-container {
  font-size: 0;
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.items_buy {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
  width: 70px;
}

.items_buy-text {
  font-size: 9px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.item_lead {
  font-size: 1.2rem;
  line-height: 2.1rem;
  margin-bottom: 28px;
}

.lead_end {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 26px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 100;
  margin-top: 6px;
}

.bold {
  font-weight: bold;
}

.end_text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 86%;
  margin: 0 auto;
  margin-top: -30px;
  text-align: center;
  margin-bottom: 40px;
}


.button-A {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 25px;
  background-color: #F4EBED;
  font-size: 12px;
  margin-top: 20px;
  font-weight: normal;
  color: #6d6d6d;
}

.button-A::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 1px solid #6d6d6d;
  border-right: 1px solid #6d6d6d;
  content: '';
}

.button-A:hover {
  background-color: #F4EBED;
}

.button-B {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 25px;
  background-color: #DDE8EB;
  font-size: 12px;
  margin-top: 20px;
  font-weight: normal;
  color: #6d6d6d;
}

.button-B::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 1px solid #6d6d6d;
  border-right: 1px solid #6d6d6d;
  content: '';
}

.button-B:hover {
  background-color: #DDE8EB;
}

.button-C {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 25px;
  background-color: #E7F0EE;
  font-size: 12px;
  margin-top: 20px;
  font-weight: normal;
  color: #6d6d6d;
}

.button-C::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 1px solid #6d6d6d;
  border-right: 1px solid #6d6d6d;
  content: '';
}

.button-C:hover {
  background-color: #E7F0EE;
}

.pi_point_grey {
  background-color: #f6f6f6;
  margin: 40px 0;
  padding: 10% 0%;
  text-align: center;
  align-items: center;
}

.pi_point_grey img {
  margin-top: 10px;
  width: 80%;
}

.pi_point_grey_text {
  font-size: 14px;
  font-weight: normal;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.sp-br {
  display: block;
  /* スマホで改行させる */
}


/*---------------------------------PC差異部分のみ---------------------------------*/
@media screen and (min-width: 768px) {
  .sp-br {
    display: none;
  }

  .text_color {
    color: #6d6d6d;
    width: 800px;
    margin: 0 auto;
  }

  .mv_text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
  }

  .profile_text {
    font-size: 13px;
    font-weight: 300;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    text-align: left;
    line-height: 21px;
  }

  .anchor_container {
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-evenly;
    width: 50%;
  }

  .container_width {
    display: flex;
    flex-direction: column;
    /* gap: 70px; */
    width: 90%;
    margin-top: 40px;
    margin: 0 auto;
    margin-bottom: 100px;
  }

  .items_buy-container {
    font-size: 0;
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
  }

  .items_buy {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
    width: 100px;
}

  .button-A {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 0 auto;
    padding: 16px;
    border: none;
    border-radius: 25px;
    background-color: #F4EBED;
    font-size: 12px;
    margin-top: 20px;
    font-weight: normal;
    color: #6d6d6d;
  }

  .button-B {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 0 auto;
    padding: 16px;
    border: none;
    border-radius: 25px;
    background-color: #DDE8EB;
    font-size: 12px;
    margin-top: 20px;
    font-weight: normal;
    color: #6d6d6d;
  }

  .button-C {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 0 auto;
    padding: 16px;
    border: none;
    border-radius: 25px;
    background-color: #E7F0EE;
    font-size: 12px;
    margin-top: 20px;
    font-weight: normal;
    color: #6d6d6d;
  }

  .pi_point_grey {
    background-color: #f6f6f6;
    margin: 40px 0;
    padding: 5% 0%;
    text-align: center;
    align-items: center;
  }

  .pi_point_grey img {
    margin-top: 10px;
    width: 50%;
  }
}