
/* ======================================================================
 common
====================================================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header {
  box-sizing: content-box;
}

.about .container .list li {
  box-sizing: content-box;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  width: 100%;
  color: #333;
}

.sm {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sm {
    display: block !important;
  }
  .md {
    display: none !important;
  }
}
.wrap {
  overflow: hidden;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  vertical-align: bottom;
}

ul {
  list-style: none;
}

.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .inner {
    margin: 0 calc(100px / 2);
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 92%;
    margin: 0 auto;
  }
}

/* ======================================================================
 main
====================================================================== */
.diagnosis {
  width: 100%;
  height: 980px;
  background-image: url(../img/diagnosis/bg01.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center 0;
  padding: 170px 0;
}
@media screen and (max-width: 1400px) {
  .diagnosis {
    background-size: 1400px auto;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .diagnosis {
    background-size: 120% auto;
    padding: 25% 0;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
  }
}
.diagnosis._sensitive {
  background-image: url(../img/diagnosis/bg02.jpg);
}
.diagnosis_catch_ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .diagnosis_catch_ttl {
    margin-bottom: 30px;
  }
}
.diagnosis_catch_ttl .en {
  display: block;
  font-size: 40px;
  color: #4ca9b3;
  margin-bottom: 20px;
  font-family: YuMincho, "Yu Mincho";
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .diagnosis_catch_ttl .en {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
.diagnosis_catch_ttl .jp {
  display: block;
  font-size: 20px;
  color: #4ca9b3;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .diagnosis_catch_ttl .jp {
    font-size: 18px;
  }
}
.diagnosis_catch_copy {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  color: #333;
  font-family: "DNP ShueiGoKinStd";
  text-shadow: 0px 0px 29px rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  .diagnosis_catch_copy {
    font-size: 1rem;
    padding: 0 8%;
    text-align: left;
  }
}
.diagnosis_startbtn {
  margin: 250px auto 0;
  width: 533px;
  height: 103px;
  background-color: #4ca9b3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32.35px;
  box-shadow: none;
  border: none;
  box-shadow: 0px 4px 9.4px 0.6px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 768px) {
  .diagnosis_startbtn {
    width: 92%;
    height: 4.2rem;
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}
.diagnosis_modals {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .diagnosis_modals {
    margin: 1.5rem 0 0;
  }
}
.diagnosis_modal {
  display: none;
  padding: 25px 40px 25px 30px;
  width: 750px;
  height: 450px;
  border-width: 0.5px;
  border-color: rgb(172, 205, 211);
  border-style: solid;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.851);
  box-shadow: 0px 3px 14.56px 1.44px rgba(158, 185, 185, 0.27);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal {
    width: 92%;
    height: auto;
    padding: 6% 4% 25%;
    border-radius: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .diagnosis_modal._sensitive {
    padding: 6% 4% 30%;
  }
}
@media screen and (max-width: 768px) {
  .diagnosis_modal._result {
    padding: 6% 4% 20%;
  }
}
.diagnosis_modal._current {
  display: block;
}
.diagnosis_modal_question {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_question {
    flex-direction: column;
  }
}
.diagnosis_modal_txt {
  font-size: 22px;
  font-family: "DNP ShueiGoKinStd";
  color: #333;
  line-height: 1.598;
  letter-spacing: 0.1em;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_txt {
    margin-left: 0;
    margin-top: 3%;
    font-size: 1.1rem;
    padding-left: 22%;
    width: 100%;
    white-space: normal;
  }
}
.diagnosis_modal_txt._sensitive {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_txt._sensitive {
    white-space: normal;
  }
}
.diagnosis_modal_num {
  color: #accdd3;
  font-family: "Futura PT";
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_num {
    position: absolute;
    top: 4%;
    left: 4%;
  }
}
.diagnosis_modal_num .q {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_num .q {
    font-size: 0.9rem;
  }
}
.diagnosis_modal_num .num {
  font-size: 64px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_num .num {
    font-size: 3.2rem;
  }
}
.diagnosis_modal_btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_btns {
    margin-top: 10%;
  }
}
.diagnosis_modal_btns .radio_input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.diagnosis_modal_btns .radio_label {
  padding: 0.5rem 1rem;
  border-radius: 3px;
  transition: all 0.2s;
  width: 280px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4ca9b3;
  background-color: #fff;
  border: 2px solid #4ca9b3;
  font-size: 20px;
  font-family: "Futura PT";
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_btns .radio_label {
    width: 80%;
    height: 3.6rem;
    font-size: 1.2rem;
  }
}
.diagnosis_modal_btns .radio_label:not(:first-of-type) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_btns .radio_label:not(:first-of-type) {
    margin-top: 4%;
  }
}
.diagnosis_modal_btns .radio_input:checked + .radio_label {
  background: #4ca9b3;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}
.diagnosis_modal_btns._sensitive {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_btns._sensitive {
    margin-top: 18%;
  }
}
.diagnosis_modal_btns._sensitive .radio_label:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_btns._sensitive .radio_label:not(:first-of-type) {
    margin-top: 4%;
  }
}
.diagnosis_modal_asterisk {
  position: absolute;
  bottom: 78px;
  width: 90%;
  text-align: center;
  font-size: 12px;
  color: #4ca9b3;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_asterisk {
    font-size: 11px;
    bottom: 70px;
  }
}
.diagnosis_modal_asterisk._sensitive {
  bottom: 90px;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_asterisk._sensitive {
    bottom: 70px;
  }
}
.diagnosis_modal_count {
  font-size: 18px;
  color: #accdd3;
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 315px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_count {
    font-size: 1.2rem;
    width: 40%;
    bottom: 8%;
  }
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_count._sensitive {
    bottom: 10%;
  }
}
.diagnosis_modal_count::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: rgba(172, 205, 211, 0.35);
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_count::before {
    bottom: -1rem;
  }
}
.diagnosis_modal_count:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 14.2857142857%;
  height: 3px;
  background-color: #accdd3;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_count:after {
    bottom: -1rem;
  }
}
.diagnosis_modal_count._1_7::after {
  width: 14.2857142857%;
}
.diagnosis_modal_count._2_7::after {
  width: 28.5714285714%;
}
.diagnosis_modal_count._3_7::after {
  width: 42.8571428571%;
}
.diagnosis_modal_count._4_7::after {
  width: 57.1428571429%;
}
.diagnosis_modal_count._5_7::after {
  width: 71.4285714286%;
}
.diagnosis_modal_count._6_7::after {
  width: 85.7142857143%;
}
.diagnosis_modal_count._7_7::after {
  width: 100%;
}
.diagnosis_modal_count._1_5::after {
  width: 20%;
}
.diagnosis_modal_count._2_5::after {
  width: 40%;
}
.diagnosis_modal_count._3_5::after {
  width: 60%;
}
.diagnosis_modal_count._4_5::after {
  width: 80%;
}
.diagnosis_modal_count._5_5::after {
  width: 100%;
}
.diagnosis_modal_pagination {
  font-size: 22px;
  position: absolute;
  bottom: 25px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_pagination {
    font-size: 1.3rem;
    bottom: 4%;
  }
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_pagination._sensitive {
    bottom: 6%;
  }
}
.diagnosis_modal_pagination._prev, .diagnosis_modal_pagination._back {
  left: 30px;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_pagination._prev, .diagnosis_modal_pagination._back {
    left: 6%;
  }
}
.diagnosis_modal_pagination._prev::before, .diagnosis_modal_pagination._back::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  transform: rotate(-45deg);
  margin-right: 12px;
  position: relative;
  bottom: 2px;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_pagination._prev::before, .diagnosis_modal_pagination._back::before {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.5rem;
  }
}
.diagnosis_modal_pagination._next, .diagnosis_modal_pagination._result {
  right: 40px;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_pagination._next, .diagnosis_modal_pagination._result {
    right: 6%;
  }
}
.diagnosis_modal_pagination._next::after, .diagnosis_modal_pagination._result::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  margin-left: 12px;
  position: relative;
  bottom: 2px;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_pagination._next::after, .diagnosis_modal_pagination._result::after {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.5rem;
  }
}
.diagnosis_modal_result_top {
  font-size: 30px;
  letter-spacing: 0.1em;
  font-family: "DNP ShueiGoKinStd";
  line-height: 2;
  text-align: center;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_result_top {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.diagnosis_modal_result_top img {
  margin-top: -2px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_result_top img {
    width: 13rem;
    margin-top: 0.5rem;
  }
}
.diagnosis_modal_result_top._sensitive img {
  width: 430px;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_result_top._sensitive img {
    width: 18rem;
  }
}
.diagnosis_modal_result_type {
  margin-top: 30px;
  text-align: center;
  font-family: "DNP ShueiGoKinStd";
  color: #333;
  font-size: 30px;
  letter-spacing: 0.1em;
  position: relative;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_result_type {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
}
.diagnosis_modal_result_type span {
  font-size: 64px;
  color: #accdd3;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_result_type span {
    font-size: 2.8rem;
  }
}
.diagnosis_modal_result_level {
  margin: 30px auto 60px;
  display: flex;
  justify-content: space-between;
  font-size: 30px;
  color: #accdd3;
  font-family: "Futura PT";
  text-align: center;
  position: relative;
  width: 600px;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_result_level {
    margin: 1rem auto 3rem;
    width: 80%;
    padding: 0;
    font-size: 1.3rem;
  }
}
.diagnosis_modal_result_level::before {
  content: "";
  display: block;
  width: 520px;
  height: 5px;
  background-color: #accdd3;
  opacity: 0.4;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_result_level::before {
    width: 83%;
    bottom: -0.3rem;
  }
}
.diagnosis_modal_result_level .level {
  position: relative;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_result_level .level {
    padding: 1rem 0;
  }
}
.diagnosis_modal_result_level .level::before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: rgb(172, 205, 211);
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  box-shadow: 0 0 2px 6px rgba(186, 235, 244, 0.4);
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_result_level .level::before {
    width: 0.7rem;
    height: 0.7rem;
    bottom: -0.5rem;
  }
}
.diagnosis_modal_result_level .level._current {
  font-size: 36px;
  color: #f97664;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_result_level .level._current {
    font-size: 1.8rem;
  }
}
.diagnosis_modal_result_level .level._current span {
  position: relative;
  bottom: 5px;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_result_level .level._current span {
    bottom: 0.35rem;
  }
}
.diagnosis_modal_result_level .level._current::before {
  background-color: #f97664;
  box-shadow: 0 0 2px 6px rgba(253, 186, 132, 0.4);
}
.diagnosis_modal_result_copy {
  margin-top: 40px;
  text-align: center;
  line-height: 1.6;
  font-family: "DNP ShueiGoKinStd";
  color: #333;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_result_copy {
    margin-top: 2rem;
    font-size: 1rem;
    text-align-last: left;
  }
}
.diagnosis_modal_result_btns {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_result_btns {
    flex-direction: column;
    margin-top: 2rem;
  }
}
.diagnosis_modal_result_btns .reslut_btn {
  text-decoration: none;
  transition: all 0.2s;
  width: 300px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4ca9b3;
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  cursor: pointer;
  box-shadow: 2.5px 4.33px 8px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_result_btns .reslut_btn {
    width: 80%;
    height: 3.6rem;
    font-size: 1rem;
    margin: 0 auto;
    box-shadow: 2px 3.8px 8px 0px rgba(0, 0, 0, 0.2);
  }
}
.diagnosis_modal_result_btns .reslut_btn:nth-child(2) {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .diagnosis_modal_result_btns .reslut_btn:nth-child(2) {
    margin: 1rem auto 0;
  }
}
.diagnosis_modal_result_btns .reslut_btn._type01 {
  color: #4ca9b3;
  background-color: #fff;
}
.diagnosis_modal_result_btns .reslut_btn._type02 {
  color: #fff;
  background-color: #4ca9b3;
}

.choose_btn01 {
  box-shadow: 2.294px 3.277px 6px 0px rgba(0, 0, 0, 0.35);
  width: 256px;
  height: 60px;
  background-color: rgb(76, 169, 179);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic";
  text-decoration: none;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .choose_btn01 {
    width: 70%;
    height: 50px;
    font-size: 0.85rem;
    margin: 0 auto;
  }
}
.choose_btn02 {
  width: 265px;
  height: 48px;
  display: flex;
  align-items: center;
  background-color: rgb(231, 247, 247);
  position: relative;
  text-decoration: none;
  color: #333;
  padding: 0 0 0 17px;
  font-family: "DNP ShueiGoKinStd";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .choose_btn02 {
    width: 100%;
    height: 40px;
    font-size: 0.8rem;
    padding: 0 0 0 10px;
  }
}
.choose_btn02::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .choose_btn02::before {
    border-top: 1px solid #333;
    border-right: 1px solid #333;
  }
}
.choose_btn03 {
  width: 207px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4ca9b3;
  color: #fff;
  font-size: 15px;
  font-family: "DNP ShueiGoKinStd";
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 18px;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  padding-top: 1px;
}
@media screen and (max-width: 768px) {
  .choose_btn03 {
    width: 36vw;
    font-size: 0.7rem;
    height: 7vw;
  }
}
.choose_btn03::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .choose_btn03::before {
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.choose_btn04 {
  width: 185px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4ca9b3;
  color: #fff;
  font-size: 14px;
  font-family: "DNP ShueiGoKinStd";
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 18px;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  padding-top: 1px;
}
@media screen and (max-width: 768px) {
  .choose_btn04 {
    width: 36vw;
    font-size: 0.7rem;
    height: 7vw;
  }
}
.choose_btn04::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .choose_btn04::before {
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.choose_catch {
  padding: 50px 0 0;
  height: 1150px;
  background-image: url("../img/diagnosis/choose_bg@2x.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .choose_catch {
    background-size: auto 450px;
    background-position: center 0;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
    height: auto;
    padding: 12vw 0 8vw;
  }
}
.choose_catch_ttl {
  text-align: center;
}
.choose_catch_ttl .en {
  display: block;
  font-size: 40px;
  font-weight: 500;
  font-family: "YuMincho";
}
@media screen and (max-width: 768px) {
  .choose_catch_ttl .en {
    font-size: 33px;
    line-height: 1;
  }
}
.choose_catch_ttl .jp {
  display: block;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic";
  font-weight: bold;
  font-size: 13.54px;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .choose_catch_ttl .jp {
    font-size: 12px;
    margin: 10px 0 0;
  }
}
.choose_catch_head {
  margin-top: 65px;
  font-family: "Shippori Mincho";
  font-weight: 500;
  font-size: 47px;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.55);
}
@media screen and (max-width: 768px) {
  .choose_catch_head {
    font-size: 5.5vw;
    text-align: center;
    margin-top: 25px;
  }
}
.choose_catch_copy {
  margin-top: 45px;
  font-family: "DNP ShueiGoKinStd";
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.55);
}
@media screen and (max-width: 768px) {
  .choose_catch_copy {
    margin-top: 20px;
    font-size: 0.82rem;
    line-height: 1.6;
    text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.55);
  }
}
.choose_catch_btns {
  margin-top: 62px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .choose_catch_btns {
    flex-direction: column;
    margin-top: 5vw;
  }
}
.choose_catch_btns a + a {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .choose_catch_btns a + a {
    margin-left: auto;
    margin-top: 4vw;
  }
}
.choose_catch_links {
  width: 980px;
  height: 446px;
  box-sizing: border-box;
  padding: 40px 50px 38px;
  background-color: #fff;
  margin-top: 58px;
  border-radius: 25px;
  box-shadow: 0px 3px 14.56px 1.44px rgba(158, 185, 185, 0.27);
}
@media screen and (max-width: 768px) {
  .choose_catch_links {
    width: 100%;
    height: auto;
    margin-top: 8vw;
    border-radius: 10px;
    padding: 7vw 5vw 5vw;
  }
}
.choose_catch_links_ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  font-family: "Shippori Mincho";
  position: relative;
}
@media screen and (max-width: 768px) {
  .choose_catch_links_ttl {
    font-size: 1.5rem;
  }
}
.choose_catch_links_ttl::before {
  content: "";
  display: block;
  width: 110px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .choose_catch_links_ttl::before {
    width: 100px;
    bottom: -14px;
  }
}
.choose_catch_links_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .choose_catch_links_list {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .choose_catch_links_item {
    width: calc(49.95% - 7.5px);
  }
}
.choose_catch_links_item:not(:nth-child(3n)) {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .choose_catch_links_item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .choose_catch_links_item:nth-child(odd) {
    margin-right: 15px;
  }
}
.choose_catch_links_item:nth-child(n+4) {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .choose_catch_links_item:nth-child(n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .choose_catch_links_item:nth-child(n+3) {
    margin-top: 15px;
  }
}
.choose_item {
  background-color: #e7f7f7;
  padding: 66px 0 100px;
}
@media screen and (max-width: 768px) {
  .choose_item {
    padding: 10vw 0 12vw;
  }
}
.choose_item_ttl {
  text-align: center;
}
.choose_item_ttl .en {
  display: block;
  font-family: "Futura PT";
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .choose_item_ttl .en {
    font-size: 1rem;
  }
}
.choose_item_ttl .jp {
  margin-top: 25px;
  display: block;
  font-family: "Shippori Mincho";
  font-size: 35px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .choose_item_ttl .jp {
    font-size: 1.4rem;
    margin-top: 3vw;
  }
}
.choose_item_box {
  width: 980px;
  margin: 120px auto 0;
  background-color: #fff;
  padding: 14px 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .choose_item_box {
    width: 92%;
    margin: 20vw auto 0;
  }
}
.choose_item_box:first-of-type {
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .choose_item_box:first-of-type {
    margin: 20vw auto 0;
  }
}
.choose_item_box_inner {
  padding: 75px 35px 45px;
  border: 1px solid #accdd3;
}
@media screen and (max-width: 768px) {
  .choose_item_box_inner {
    padding: 15vw 4vw 6vw;
  }
}
.choose_item_box_ttl {
  text-align: center;
  font-size: 44px;
  font-family: "Shippori Mincho";
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .choose_item_box_ttl {
    font-size: 2rem;
  }
}
.choose_item_type {
  width: 100px;
  position: absolute;
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
}
.choose_item_type img {
  width: 100px;
}
.choose_item_feature {
  margin-top: 35px;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .choose_item_feature {
    padding-left: 0;
  }
}
.choose_item_feature_ttl {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: "DNP ShueiGoKinStd";
  letter-spacing: 0.1em;
  display: inline-block;
  background-color: #4ca9b3;
  height: 36px;
  box-sizing: border-box;
  background: linear-gradient(60deg, #4ca9b3 0%, #4ca9b3 88%, transparent 88.5%, transparent 100%);
  padding: 9px 30px 9px 15px;
}
@media screen and (max-width: 768px) {
  .choose_item_feature_ttl {
    font-size: 1rem;
    height: 26px;
    padding: 5px 30px 9px 10px;
    color: #4ca9b3;
    background: none;
    border-left: 4px solid #4ca9b3;
  }
}
.choose_item_feature_ttl._long {
  padding: 9px 40px 9px 15px;
}
@media screen and (max-width: 768px) {
  .choose_item_feature_ttl._long {
    padding: 10px 40px 9px 15px;
  }
}
.choose_item_feature_copy {
  margin-top: 14px;
  font-size: 18px;
  font-family: "DNP ShueiGoKinStd";
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .choose_item_feature_copy {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .choose_item_feature_copy > img {
    float: right;
    width: 34%;
    margin: 0 0 0 1.5vw;
  }
}
.choose_item_feature_copy .bold {
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .choose_item_feature_copy .bold {
    font-size: 1.1rem;
  }
}
.choose_item_feature_copy .red {
  color: #be2341;
}
.choose_item_feature_copy .asterisk {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .choose_item_feature_copy .asterisk {
    font-size: 0.8rem;
  }
}
.choose_item_flex {
  display: flex;
  align-items: flex-end;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .choose_item_flex {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
}
.choose_item_flex_listbox {
  box-sizing: border-box;
  width: 486px;
  height: 303px;
  padding: 24px 40px;
  border-radius: 0 0 60px 0;
  border: 10px solid #fff;
  box-shadow: 4.474px 6.632px 6px 0px rgba(0, 0, 0, 0.13);
  background: url("../img/diagnosis/item_list_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .choose_item_flex_listbox {
    width: 100%;
    height: auto;
    padding: 5vw 4vw 6vw;
    border-width: 5px;
    border-radius: 0 0 30px 0;
  }
}
.choose_item_flex_listbox_ttl {
  font-family: "DNP ShueiGoKinStd";
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  white-space: nowrap;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .choose_item_flex_listbox_ttl {
    font-size: 1.1rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .choose_item_flex_listbox_ttl._long {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .choose_item_flex_listbox_ttl._long .red {
    font-size: 1rem;
  }
}
.choose_item_flex_listbox_ttl .red {
  margin-left: 5px;
  font-weight: 600;
  font-size: 25px;
  color: #f97664;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 768px) {
  .choose_item_flex_listbox_ttl .red {
    font-size: 1.2rem;
  }
}
.choose_item_flex_listbox_ttl::before {
  content: "";
  display: block;
  width: 110px;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .choose_item_flex_listbox_ttl::before {
    width: 100px;
  }
}
.choose_item_flex_img {
  margin-left: 90px;
}
@media screen and (max-width: 768px) {
  .choose_item_flex_img {
    margin-left: 0;
    margin-top: 8vw;
  }
}
.choose_item_flex_img._copy {
  margin-left: 18px;
}
@media screen and (max-width: 768px) {
  .choose_item_flex_img._copy {
    margin-left: 0;
  }
}
.choose_item_flex_list {
  margin-top: 35px;
}
.choose_item_flex_item {
  font-family: "DNP ShueiGoKinStd";
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  white-space: nowrap;
  color: #333333;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .choose_item_flex_item {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  .choose_item_flex_item._long {
    font-size: 0.6rem;
  }
}
.choose_item_flex_item + .choose_item_flex_item {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .choose_item_flex_item + .choose_item_flex_item {
    margin-top: 4vw;
  }
}
.choose_item_flex_item::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  background-image: url("../img/diagnosis/check_icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 22px;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .choose_item_flex_item::before {
    width: 18px;
    height: 20px;
    margin-right: 3vw;
  }
}
.choose_item_recommend {
  margin-top: 43px;
  border-radius: 25px 25px 0 0;
  background-color: #accdd3;
  padding: 27px 10px 10px;
}
@media screen and (max-width: 768px) {
  .choose_item_recommend {
    padding: 5vw 10px 10px;
    margin-top: 2.5rem;
  }
}
.choose_item_recommend_ttl {
  font-family: "Futura PT";
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  font-size: 31px;
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_ttl {
    font-size: 1.4rem;
  }
}
.choose_item_recommend_list {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_list {
    margin-top: 4vw;
    align-items: center;
    flex-direction: column;
    padding: 30px 3vw;
  }
}
.choose_item_recommend_list::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 16px solid #accdd3;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  position: absolute;
  top: -0.5px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_list::before {
    border-top: 14px solid #accdd3;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    top: -1px;
  }
}
.choose_item_recommend_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 208px;
  height: 332px;
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_item {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: auto;
    padding: 6vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_item:nth-child(2n) .choose_item_recommend_item_num {
    left: auto;
    right: -2vw;
  }
}
.choose_item_recommend_item + .choose_item_recommend_item {
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_item + .choose_item_recommend_item {
    margin-left: 0;
    margin-top: 6vw;
  }
}
.choose_item_recommend_item_num {
  width: 80px;
  position: absolute;
  top: -10px;
  left: -20px;
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_item_num {
    width: 40px;
    top: 0;
    left: -2vw;
  }
}
.choose_item_recommend_item_num img {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_item_num img {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_item_img {
    flex-shrink: 0;
    margin: 0 auto;
  }
}
.choose_item_recommend_item_img img {
  width: 100%;
}
.choose_item_recommend_item_img._item01 {
  width: 59px;
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_item_img._item01 {
    width: 8.5vw;
  }
}
.choose_item_recommend_item_img._item02 {
  width: 130px;
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_item_img._item02 {
    width: 20vw;
  }
}
.choose_item_recommend_item_img._item03 {
  width: 139px;
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_item_img._item03 {
    width: 20vw;
  }
}
.choose_item_recommend_item_img._item04 {
  width: 86px;
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_item_img._item04 {
    width: 12vw;
  }
}
.choose_item_recommend_item_img._item05 {
  width: 58px;
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_item_img._item05 {
    width: 8.5vw;
  }
}
.choose_item_recommend_item_img._item06 {
  width: 53px;
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_item_img._item06 {
    width: 8.5vw;
  }
}
.choose_item_recommend_item_img._item07 {
  width: 53px;
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_item_img._item07 {
    width: 8.5vw;
  }
}
.choose_item_recommend_item_img._item08 {
  width: 53px;
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_item_img._item08 {
    width: 8.5vw;
  }
}
.choose_item_recommend_item_img._item09 {
  width: 53px;
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_item_img._item09 {
    width: 8.5vw;
  }
}
.choose_item_recommend_item_img._item10 {
  width: 53px;
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_item_img._item10 {
    width: 8.5vw;
  }
}
.choose_item_recommend_item_img._item11 {
  width: 130px;
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_item_img._item11 {
    width: 20vw;
  }
}
.choose_item_recommend_item_img._item12 {
  width: 136px;
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_item_img._item12 {
    width: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_item_txt {
    width: 55%;
  }
}
.choose_item_recommend_item_ttl {
  white-space: nowrap;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  font-family: "DNP ShueiGoKinStd";
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_item_ttl {
    font-size: 0.8em;
    text-align: left;
    white-space: normal;
  }
}
.choose_item_recommend_item_detail {
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_item_detail {
    margin-top: 6vw;
  }
}
.choose_item_recommend_point {
  margin: 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_point {
    display: block;
  }
}
.choose_item_recommend_point_img {
  width: 208px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_point_img {
    width: 25vw;
    margin-right: 1.5vw;
    float: left;
  }
}
.choose_item_recommend_point_img img {
  width: 208px;
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_point_img img {
    width: 25vw;
  }
}
.choose_item_recommend_point_txt {
  width: 526px;
  margin-left: 35px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_point_txt {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }
}
.choose_item_recommend_point_txt .ttl {
  position: relative;
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_point_txt .ttl {
    display: none;
  }
}
.choose_item_recommend_point_txt .ttl img {
  width: 130px;
}
.choose_item_recommend_point_txt .ttl::before {
  content: "";
  display: block;
  width: 700px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 15px;
  bottom: -12px;
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_point_txt .ttl::before {
    width: 100%;
    right: 0;
  }
}
.choose_item_recommend_point_txt .copy {
  margin-top: 20px;
  font-family: "DNP ShueiGoKinStd";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .choose_item_recommend_point_txt .copy {
    font-size: 0.65rem;
    margin-top: 0;
  }
}
.choose_item_recommend_point_txt .copy .red {
  color: #be2341;
}
.choose_subitem {
  background-color: #fff;
  padding: 130px 0 100px;
}
@media screen and (max-width: 768px) {
  .choose_subitem {
    padding: 20vw 0 15vw;
  }
}
.choose_subitem .inner {
  width: 980px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .choose_subitem .inner {
    width: 92%;
  }
}
.choose_subitem_box {
  box-sizing: border-box;
  width: 468px;
  background-color: #fff;
  padding: 14px 15px;
  position: relative;
  box-shadow: 0px 3px 14.4px 1.6px rgba(158, 185, 185, 0.42);
}
@media screen and (max-width: 768px) {
  .choose_subitem_box {
    width: 100%;
  }
}
.choose_subitem_box:nth-child(2n) {
  margin-left: 44px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_box:nth-child(2n) {
    margin-left: 0;
  }
}
.choose_subitem_box:nth-child(n+3) {
  margin-top: 68px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_box:nth-child(n+3) {
    margin-top: 15vw;
  }
}
@media screen and (max-width: 768px) {
  .choose_subitem_box:nth-child(n+2) {
    margin-top: 15vw;
  }
}
.choose_subitem_box_inner {
  padding: 35px 17px 25px;
  border: 1px solid #accdd3;
}
@media screen and (max-width: 768px) {
  .choose_subitem_box_inner {
    padding: 15vw 4vw 4vw;
  }
}
.choose_subitem_box_ttl {
  text-align: center;
  font-size: 35px;
  font-family: "Shippori Mincho";
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .choose_subitem_box_ttl {
    font-size: 1.8rem;
  }
}
.choose_subitem_box_copy {
  font-family: "DNP ShueiGoKinStd";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .choose_subitem_box_copy {
    font-size: 0.9rem;
  }
}
.choose_subitem_box_copy .red {
  color: #be2341;
}
.choose_subitem_box_copy .asterisk {
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.choose_subitem_type {
  width: 100px;
  position: absolute;
  top: -30px;
  left: -25px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_type {
    width: 90px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.choose_subitem_type img {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_type img {
    width: 90px;
  }
}
.choose_subitem_feature {
  margin-top: 35px;
  padding-left: 10px;
}
.choose_subitem_feature_ttl {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: "DNP ShueiGoKinStd";
  letter-spacing: 0.1em;
  display: inline-block;
  background-color: #4ca9b3;
  height: 36px;
  box-sizing: border-box;
  background: linear-gradient(60deg, #4ca9b3 0%, #4ca9b3 88%, transparent 88.5%, transparent 100%);
  padding: 9px 30px 9px 15px;
}
.choose_subitem_feature_ttl._long {
  padding: 9px 40px 9px 15px;
}
.choose_subitem_feature_copy {
  margin-top: 14px;
  font-size: 18px;
  font-family: "DNP ShueiGoKinStd";
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.choose_subitem_feature_copy .bold {
  font-weight: bold;
  font-size: 22px;
}
.choose_subitem_feature_copy .red {
  color: #be2341;
}
.choose_subitem_feature_copy .asterisk {
  font-size: 14px;
  line-height: 1.6;
}
.choose_subitem_flex {
  display: flex;
  align-items: flex-end;
  margin-top: 25px;
}
.choose_subitem_flex_listbox {
  box-sizing: border-box;
  width: 486px;
  height: 303px;
  padding: 24px 40px;
  border-radius: 0 0 60px 0;
  border: 10px solid #fff;
  box-shadow: 4.474px 6.632px 6px 0px rgba(0, 0, 0, 0.13);
  background: url("../img/diagnosis/item_list_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.choose_subitem_flex_listbox_ttl {
  font-family: "DNP ShueiGoKinStd";
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  white-space: nowrap;
  padding-left: 20px;
}
.choose_subitem_flex_listbox_ttl .red {
  margin-left: 5px;
  font-weight: 600;
  font-size: 25px;
  color: #f97664;
  position: relative;
  top: 2px;
}
.choose_subitem_flex_listbox_ttl::before {
  content: "";
  display: block;
  width: 110px;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.choose_subitem_flex_img {
  margin-left: 90px;
}
.choose_subitem_flex_img._copy {
  margin-left: 18px;
}
.choose_subitem_flex_list {
  margin-top: 35px;
}
.choose_subitem_flex_item {
  font-family: "DNP ShueiGoKinStd";
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  white-space: nowrap;
  color: #333333;
  display: flex;
  align-items: center;
}
.choose_subitem_flex_item + .choose_subitem_flex_item {
  margin-top: 18px;
}
.choose_subitem_flex_item::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  background-image: url("../img/diagnosis/check_icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 22px;
  margin-right: 25px;
}
.choose_subitem_recommend {
  margin-top: 30px;
  border-radius: 25px 25px 0 0;
  background-color: #accdd3;
  padding: 19px 11px 5px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend {
    padding: 5vw 10px 10px;
  }
}
.choose_subitem_recommend_ttl {
  font-family: "Futura PT";
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_ttl {
    font-size: 1.4rem;
  }
}
.choose_subitem_recommend_list {
  margin-top: 17px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-color: #fff;
  padding: 15px 12px 13px;
  position: relative;
  height: 340px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_list {
    height: auto;
    align-items: center;
    padding: 12vw 3vw;
  }
}
.choose_subitem_recommend_list::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid #accdd3;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  top: -0.5px;
  left: 50%;
  transform: translateX(-50%);
}
.choose_subitem_recommend_item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_item {
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    padding-top: 7vw;
  }
}
.choose_subitem_recommend_item:nth-child(2) {
  flex-direction: row-reverse;
  margin-top: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_item:nth-child(2) {
    flex-direction: row-reverse;
    margin-top: 7vw;
    padding-left: 0;
  }
}
.choose_subitem_recommend_item:nth-child(2) .choose_subitem_recommend_item_num {
  left: auto;
  right: -7px;
  top: -15px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_item:nth-child(2) .choose_subitem_recommend_item_num {
    position: absolute;
    top: -3vw;
    left: auto;
    right: -2vw;
  }
}
.choose_subitem_recommend_item_num {
  width: 60px;
  position: absolute;
  top: -5px;
  left: -7px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_item_num {
    width: 40px;
    position: absolute;
    top: -4vw;
    left: -2vw;
  }
}
.choose_subitem_recommend_item_num img {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_item_num img {
    width: 40px;
  }
}
.choose_subitem_recommend_item_img {
  text-align: center;
  width: 125px;
  position: relative;
}
.choose_subitem_recommend_item_img img {
  margin: 0 auto;
}
.choose_subitem_recommend_item_img._item01 {
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_item_img._item01 {
    left: 0;
    top: 0;
  }
}
.choose_subitem_recommend_item_img._item01 img {
  width: 42px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_item_img._item01 img {
    width: 8.5vw;
  }
}
.choose_subitem_recommend_item_img._item02 {
  bottom: 0px;
}
.choose_subitem_recommend_item_img._item02 img {
  width: 38px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_item_img._item02 img {
    width: 8vw;
  }
}
.choose_subitem_recommend_item_img._item03 {
  top: 10px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_item_img._item03 {
    top: 0;
  }
}
.choose_subitem_recommend_item_img._item03 img {
  width: 38px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_item_img._item03 img {
    width: 8vw;
  }
}
.choose_subitem_recommend_item_img._item04 {
  right: 23px;
  bottom: 5px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_item_img._item04 {
    right: 0;
    bottom: 0;
  }
}
.choose_subitem_recommend_item_img._item04 img {
  width: 43px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_item_img._item04 img {
    width: 8.5vw;
  }
}
.choose_subitem_recommend_item_img._item05 {
  top: 20px;
  right: 5px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_item_img._item05 {
    right: 0;
    top: 0;
  }
}
.choose_subitem_recommend_item_img._item05 img {
  width: 98px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_item_img._item05 img {
    width: 18vw;
  }
}
.choose_subitem_recommend_item_img._item06 {
  top: 15px;
  left: 5px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_item_img._item06 {
    left: 0;
    top: 0;
  }
}
.choose_subitem_recommend_item_img._item06 img {
  width: 93px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_item_img._item06 img {
    width: 18vw;
  }
}
.choose_subitem_recommend_item_img._item07 {
  top: 20px;
  right: 5px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_item_img._item07 {
    right: 0;
    top: 0;
  }
}
.choose_subitem_recommend_item_img._item07 img {
  width: 97px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_item_img._item07 img {
    width: 18vw;
  }
}
.choose_subitem_recommend_item_img._item08 img {
  width: 38px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_item_img._item08 img {
    width: 8vw;
  }
}
.choose_subitem_recommend_item_txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_item_txt {
    height: auto;
    margin-top: 4vw;
    width: 55%;
  }
}
.choose_subitem_recommend_item_ttl {
  white-space: nowrap;
  text-align: left;
  font-size: 15px;
  line-height: 1.6;
  font-family: "DNP ShueiGoKinStd";
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_item_ttl {
    font-size: 0.7rem;
    white-space: normal;
  }
}
.choose_subitem_recommend_item_tags {
  display: flex;
}
.choose_subitem_recommend_item_tags .tag {
  font-size: 10px;
  font-family: "DNP ShueiGoKinStd";
  font-weight: bold;
  color: #be2341;
  background-color: #fcdde3;
  transform: scale(0.8);
  padding: 3px 6px;
}
.choose_subitem_recommend_item_tags .tag.tag {
  margin-left: -3px;
}
.choose_subitem_recommend_item_detail {
  margin-top: 14px;
}
.choose_subitem_recommend_item._item03 {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_item._item03 {
    margin-right: 0;
  }
}
.choose_subitem_recommend_item._item05 {
  padding-top: 20px;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_item._item05 {
    padding-top: 0;
    margin-right: 0;
  }
}
.choose_subitem_recommend_item._item06 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_item._item06 {
    margin-bottom: 0;
  }
}
.choose_subitem_recommend_item._item07 {
  padding-top: 20px;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_item._item07 {
    padding-top: 0;
    margin-right: 0;
  }
}
.choose_subitem_recommend_point {
  margin: 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_point {
    height: auto;
    margin: 10px 0 0;
    display: block;
  }
}
.choose_subitem_recommend_point_img {
  position: relative;
  z-index: 2;
  left: 5px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_point_img {
    margin-right: 3vw;
    float: left;
  }
}
.choose_subitem_recommend_point_img._item01 {
  width: 122px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_point_img._item01 {
    width: 25vw;
  }
}
.choose_subitem_recommend_point_img._item01 img {
  width: 122px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_point_img._item01 img {
    width: 25vw;
  }
}
.choose_subitem_recommend_point_img._item02 {
  width: 124px;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_point_img._item02 {
    bottom: 0;
    width: 25vw;
  }
}
.choose_subitem_recommend_point_img._item02 img {
  width: 124px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_point_img._item02 img {
    width: 25vw;
  }
}
.choose_subitem_recommend_point_img._item03 {
  width: 156px;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_point_img._item03 {
    bottom: 0;
    width: 25vw;
  }
}
.choose_subitem_recommend_point_img._item03 img {
  width: 156px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_point_img._item03 img {
    width: 25vw;
  }
}
.choose_subitem_recommend_point_img._item04 {
  width: 124px;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_point_img._item04 {
    bottom: 0;
    width: 25vw;
  }
}
.choose_subitem_recommend_point_img._item04 img {
  width: 124px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_point_img._item04 img {
    width: 25vw;
  }
}
.choose_subitem_recommend_point_txt {
  width: 526px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_point_txt {
    width: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_point_txt._height {
    min-height: 100px;
  }
}
.choose_subitem_recommend_point_txt .ttl {
  position: relative;
}
.choose_subitem_recommend_point_txt .ttl img {
  width: 130px;
}
.choose_subitem_recommend_point_txt .ttl::before {
  content: "";
  display: block;
  width: 700px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 15px;
  bottom: -12px;
}
.choose_subitem_recommend_point_txt .copy {
  font-family: "DNP ShueiGoKinStd";
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .choose_subitem_recommend_point_txt .copy {
    font-size: 0.65rem;
  }
}
.choose_subitem_recommend_point_txt .copy .red {
  color: #be2341;
}
.choose_recommend {
  background-color: #fbf7e5;
  padding: 130px 0 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .choose_recommend {
    padding: 15vw 0 10vw;
  }
}
.choose_recommend .inner {
  width: 980px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .choose_recommend .inner {
    width: 100%;
  }
}
.choose_recommend_img {
  width: 386px;
  position: absolute;
  top: 33px;
  right: 23px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .choose_recommend_img {
    position: static;
    margin: 4vw auto;
    text-align: center;
    width: 100%;
  }
}
.choose_recommend_img img {
  width: 386px;
}
@media screen and (max-width: 768px) {
  .choose_recommend_img img {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .choose_recommend_img.sm {
    width: 40%;
    float: right;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .choose_recommend_img.sm img {
    width: 100%;
  }
}
.choose_recommend_box {
  box-sizing: border-box;
  width: 980px;
  height: 444px;
  background-color: #fff;
  padding: 14px 15px;
  position: relative;
  box-shadow: 0px 3px 14.4px 1.6px rgba(158, 185, 185, 0.42);
}
@media screen and (max-width: 768px) {
  .choose_recommend_box {
    width: 92%;
    height: auto;
    margin: 0 auto;
  }
}
.choose_recommend_box:nth-child(1) {
  height: 660px;
}
@media screen and (max-width: 768px) {
  .choose_recommend_box:nth-child(1) {
    height: auto;
  }
}
.choose_recommend_box + .choose_recommend_box {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .choose_recommend_box + .choose_recommend_box {
    margin-top: 15vw;
  }
}
.choose_recommend_box_inner {
  padding: 35px 20px 25px;
  border: 1px solid #accdd3;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .choose_recommend_box_inner {
    padding: 13vw 4vw 4vw;
  }
}
.choose_recommend_box_ttl {
  text-align: left;
  font-size: 35px;
  font-family: "Shippori Mincho";
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .choose_recommend_box_ttl {
    font-size: 1.8rem;
    text-align: center;
  }
}
.choose_recommend_box_copy {
  font-family: "DNP ShueiGoKinStd";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .choose_recommend_box_copy {
    font-size: 0.8rem;
    margin-top: 1.5rem;
  }
}
.choose_recommend_box_copy .red {
  color: #be2341;
}
.choose_recommend_box_copy .asterisk {
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: -20px;
}
@media screen and (max-width: 768px) {
  .choose_recommend_box_flex {
    margin-bottom: -2vw;
    margin-top: 2vw;
  }
}
.choose_recommend_type {
  width: 110px;
  position: absolute;
  top: 35px;
  right: 38px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .choose_recommend_type {
    width: 90px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.choose_recommend_type img {
  width: 110px;
}
@media screen and (max-width: 768px) {
  .choose_recommend_type img {
    width: 90px;
  }
}
.choose_recommend_recommend {
  margin-top: 15px;
}
.choose_recommend_recommend_ttl {
  font-family: "Futura PT";
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.choose_recommend_recommend_list {
  margin-top: 5px;
  display: flex;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .choose_recommend_recommend_list {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
}
.choose_recommend_recommend_list:nth-child(2) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .choose_recommend_recommend_list:nth-child(2) {
    margin-top: 0;
  }
}
.choose_recommend_recommend_item {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 336px;
}
@media screen and (max-width: 768px) {
  .choose_recommend_recommend_item {
    flex-direction: column-reverse;
    align-items: center;
    width: 208px;
    margin-top: 5vw;
  }
}
.choose_recommend_recommend_item:nth-child(2) {
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  .choose_recommend_recommend_item:nth-child(2) {
    margin-left: 0;
  }
}
.choose_recommend_recommend_item_num {
  width: 68px;
  position: absolute;
  top: -5px;
  left: -7px;
}
@media screen and (max-width: 768px) {
  .choose_recommend_recommend_item_num {
    width: 70px;
    position: absolute;
    top: -10px;
    left: -20px;
  }
}
.choose_recommend_recommend_item_num img {
  width: 68px;
}
@media screen and (max-width: 768px) {
  .choose_recommend_recommend_item_num img {
    width: 70px;
  }
}
.choose_recommend_recommend_item_img {
  text-align: center;
  position: relative;
}
.choose_recommend_recommend_item_img img {
  margin: 0 auto;
}
.choose_recommend_recommend_item_img._item01 {
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .choose_recommend_recommend_item_img._item01 {
    left: 0;
  }
}
.choose_recommend_recommend_item_img._item01 img {
  width: 86px;
}
.choose_recommend_recommend_item_img._item02 {
  top: 5px;
  right: 5px;
}
@media screen and (max-width: 768px) {
  .choose_recommend_recommend_item_img._item02 {
    right: 0;
  }
}
.choose_recommend_recommend_item_img._item02 img {
  width: 48px;
}
.choose_recommend_recommend_item_img._item03 {
  left: 30px;
}
@media screen and (max-width: 768px) {
  .choose_recommend_recommend_item_img._item03 {
    left: 0;
  }
}
.choose_recommend_recommend_item_img._item03 img {
  width: 195px;
}
@media screen and (max-width: 768px) {
  .choose_recommend_recommend_item_img._item03 img {
    width: 145px;
    padding-top: 10vw;
  }
}
.choose_recommend_recommend_item_img._item04 {
  top: 20px;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .choose_recommend_recommend_item_img._item04 {
    left: 0;
  }
}
.choose_recommend_recommend_item_img._item04 img {
  width: 243px;
}
@media screen and (max-width: 768px) {
  .choose_recommend_recommend_item_img._item04 img {
    width: 180px;
  }
}
.choose_recommend_recommend_item_img._item05 {
  top: 10px;
  left: 25px;
}
@media screen and (max-width: 768px) {
  .choose_recommend_recommend_item_img._item05 {
    left: 0;
  }
}
.choose_recommend_recommend_item_img._item05 img {
  width: 149px;
}
.choose_recommend_recommend_item_txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .choose_recommend_recommend_item_txt {
    justify-content: center;
    align-items: center;
  }
}
.choose_recommend_recommend_item_ttl {
  white-space: nowrap;
  text-align: left;
  font-size: 15px;
  line-height: 1.6;
  font-family: "DNP ShueiGoKinStd";
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .choose_recommend_recommend_item_ttl {
    text-align: center;
    margin-top: 4vw;
  }
}
.choose_recommend_recommend_item_ttl .sub {
  font-size: 14px;
}
.choose_recommend_recommend_item_tags {
  display: flex;
}
.choose_recommend_recommend_item_tags .tag {
  font-size: 10px;
  font-family: "DNP ShueiGoKinStd";
  font-weight: bold;
  color: #be2341;
  background-color: #fcdde3;
  transform: scale(0.8);
  padding: 3px 6px;
}
.choose_recommend_recommend_item_tags .tag.tag {
  margin-left: -3px;
}
.choose_recommend_recommend_item_detail {
  margin-top: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .choose_recommend_recommend_item_detail {
    margin-top: 3vw;
  }
}
.choose_recommend_recommend_object {
  position: relative;
}
@media screen and (max-width: 768px) {
  .choose_recommend_recommend_object {
    display: none;
  }
}
.choose_recommend_recommend_object._01 {
  width: 226px;
  z-index: 3;
  top: 20px;
  left: 35px;
}
.choose_recommend_recommend_object._01 img {
  width: 226px;
}
.choose_recommend_recommend_object._02 {
  width: 135px;
  z-index: 3;
  bottom: 125px;
  right: 45px;
}
.choose_recommend_recommend_object._02 img {
  width: 135px;
}
.choose_recommend_recommend_object._03 {
  width: 182px;
  z-index: 3;
  top: 10px;
  left: 50px;
}
.choose_recommend_recommend_object._03 img {
  width: 182px;
}
.group_btn_list {
  display: flex;
  justify-content: space-between;
  margin-top: 4%;
}
.group_btn_list_btn img {
  width: 100%;
}
.group_btn_list_btn {
  width: 32%;
}
@media screen and (max-width: 768px) {  
  .group_btn_list {
    display: block;
  }
  .group_btn_list_btn {
    display: block;
    width: 100%;
    margin: 2% 0;
  }
}