@charset "UTF-8";
/**** 共通カラー ****/
/* --------------------------------------
GENETIC
-------------------------------------- */
.title_sec_l {
  border-bottom: 1px solid #A5B7C7;
  padding-bottom: 10px;
  position: relative;
}
.title_sec_l:before {
  content: "";
  display: block;
  background: url(../img/genetic/co_ic_03.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 1240px) {
  .title_sec_l {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .title_sec_l {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .title_sec_l {
    padding-left: 30px;
  }
  .title_sec_l:before {
    width: 20px;
    height: 21px;
    top: 13px;
  }
}
@media screen and (max-width: 767px) {
  .title_sec_l {
    font-size: 18px;
    padding-left: 22px;
  }
  .title_sec_l:before {
    width: 16px;
    height: 17px;
    top: 10px;
  }
}

.title_sec {
  border-bottom: 2px solid #A5B7C7;
  padding-bottom: 10px;
  position: relative;
}
.title_sec:before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #FF7F00;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.title_sec small {
  display: block;
}
@media screen and (min-width: 1240px) {
  .title_sec em {
    font-size: 46px;
  }
  .title_sec small {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .title_sec {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .title_sec em {
    font-size: 25px;
  }
  .title_sec small {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .title_sec {
    font-size: 28px;
  }
  .title_sec small {
    font-size: 14px;
  }
}

@media screen and (min-width: 1240px) {
  .title_sec_s {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .title_sec_s {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .title_sec_s {
    font-size: 20px;
  }
}

@media screen and (min-width: 1240px) {
  .title_sec_ss {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .title_sec_ss {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .title_sec_ss {
    font-size: 16px;
  }
}

.sec_recommend {
  background: #fff;
  border-radius: 10px;
}
.sec_recommend .title {
  padding-left: 25px;
  position: relative;
}
.sec_recommend .title:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 17px;
  background: url(../../assets/img/common/ic_arrow_05.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
@media screen and (min-width: 768px) {
  .sec_recommend .title {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .sec_recommend .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.sec_recommend li {
  border: 1px solid #A5B7C7;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
.sec_recommend .num {
  position: absolute;
  right: 0;
  top: 0;
  background: #12426C;
  color: #fff;
  display: inline-block;
  border-radius: 0 10px 0 10px;
  padding: 0 10px;
  font-size: 13px;
  list-style: 25px;
}
@media screen and (min-width: 1240px) {
  .sec_recommend li {
    width: calc((100% - 120px) / 3);
    padding: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .sec_recommend li {
    width: calc((100% - 40px) / 3);
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .sec_recommend {
    padding: 60px;
    margin-top: 100px;
  }
  .sec_recommend .list {
    display: flex;
    justify-content: space-between;
  }
  .sec_recommend .illu {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec_recommend {
    padding: 30px;
    margin-top: 70px;
  }
  .sec_recommend .list {
    margin-top: 20px;
  }
  .sec_recommend li {
    padding: 30px 20px;
  }
  .sec_recommend li + li {
    margin-top: 30px;
  }
}

.title_sec_wrap {
  justify-content: space-between;
  flex-direction: row-reverse;
}
.title_sec_wrap .img {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media screen and (min-width: 1240px) {
  .title_sec_wrap {
    padding-left: calc((100% - 1200px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .title_sec_wrap {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .title_sec_wrap {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .title_sec_wrap .title_sec_txt {
    width: calc(100% - 40px);
    margin: 20px auto 0;
  }
  .title_sec_wrap .img {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  #sec_02 {
    margin-bottom: 130px;
  }
  #sec_02 .title_sec_wrap .title_sec_txt {
    width: 370px;
  }
  #sec_02 .title_sec_wrap .img {
    width: calc(100% - 420px);
  }
}
@media screen and (max-width: 767px) {
  #sec_02 {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 768px) {
  #sec_03 .title_sec_wrap .title_sec_txt {
    width: 42%;
  }
  #sec_03 .title_sec_wrap .img {
    width: 54.5%;
  }
}

.l_sec_flex .img {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l_sec_flex {
    margin-top: 80px;
  }
  .l_sec_flex .l_flex {
    justify-content: space-between;
    align-items: center;
  }
  .l_sec_flex .img {
    width: 38%;
  }
  .l_sec_flex .txt {
    width: 50%;
  }
  .l_sec_flex .txt p {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l_sec_flex {
    margin-top: 50px;
  }
  .l_sec_flex .l_flex {
    display: block;
  }
  .l_sec_flex .txt {
    margin-top: 30px;
  }
  .l_sec_flex .txt p {
    margin-top: 30px;
  }
}

/* --------------------------------------
SEC_01
-------------------------------------- */
#sec_01 {
  position: relative;
}
#sec_01:before {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(#fff 0%, rgba(226, 241, 255, 0.2) 100%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #sec_01 {
    padding: 100px 0 130px;
  }
}
@media screen and (max-width: 767px) {
  #sec_01 {
    padding: 70px 0;
  }
}

.sec_embox {
  background: #fff;
  box-shadow: inset 0px 0px 16px 7px rgb(226, 241, 255);
  border-radius: 10px;
}
.sec_embox .title_s {
  text-align: center;
}
.sec_embox .inner {
  max-width: 900px;
  margin: 0 auto;
}
.sec_embox .box_em {
  border: 1px solid #A5B7C7;
  margin: 40px auto 30px;
  border-radius: 10px;
}
.sec_embox .list_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec_embox .list_info li {
  padding-left: 25px;
  position: relative;
}
.sec_embox .list_info li:before {
  content: "◯";
  position: absolute;
  left: 0;
  top: 0;
}
.sec_embox .title_ss {
  text-align: center;
  position: relative;
  padding-top: 60px;
}
.sec_embox .title_ss span {
  background: #e2f1ff;
}
.sec_embox .title_ss:before {
  content: "";
  width: 29px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -14.5px;
  background: url(../img/genetic/co_ic_02.svg) no-repeat top center;
}
.sec_embox .title_ss + .note {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_embox .title_ss + .note {
    text-align: left;
  }
}
.sec_embox .lead {
  margin-top: 40px;
}
.sec_embox .txt .note + p {
  margin-top: 20px;
}
.sec_embox .txt p em {
  background: #e2f1ff;
}
.sec_embox .note {
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (min-width: 1240px) {
  .sec_embox {
    padding: 60px 70px;
  }
  .sec_embox .box_em {
    padding: 30px 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .sec_embox {
    padding: 40px;
  }
  .sec_embox .box_em {
    padding: 30px 50px;
  }
}
@media screen and (min-width: 768px) {
  .sec_embox {
    margin-top: 80px;
  }
  .sec_embox .title_ss span {
    font-size: 20px;
  }
  .sec_embox .list_info li {
    margin: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec_embox {
    padding: 90px 30px;
    margin-top: 50px;
  }
  .sec_embox .list_info {
    display: block;
  }
  .sec_embox .box_em {
    padding: 30px 20px;
  }
  .sec_embox .box_em li + li {
    margin-top: 10px;
  }
  .sec_embox .title_ss {
    text-align: left;
  }
  .sec_embox .title_ss span {
    font-size: 16px;
  }
}

#sec_service {
  position: relative;
}
#sec_service:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 140px);
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../assets/img/genetic/co_bg_01.webp) no-repeat center bottom;
  background-size: cover;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  #sec_service:after {
    background: url(../../assets/img/genetic/co_bg_01_sp.webp) no-repeat center;
  }
}
#sec_service .l_inner {
  position: relative;
  z-index: 1;
}
#sec_service .title_sec_s {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1240px) {
  #sec_service .title_sec_s {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  #sec_service .title_sec_s {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  #sec_service {
    padding: 126px 0 0;
  }
  #sec_service .title_sec_s {
    margin-bottom: 70px;
  }
  #sec_service .sec_contact {
    margin-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  #sec_service {
    padding: 70px 0 0;
  }
  #sec_service .title_sec_s {
    font-size: 18px;
    margin-bottom: 50px;
  }
  #sec_service .sec_contact {
    margin-top: 70px;
  }
}

.sec_service_detail {
  background: #e8ecf0;
  border-radius: 10px;
}
.sec_service_detail .l_flex {
  justify-content: space-between;
  align-items: center;
}
.sec_service_detail .img {
  border-radius: 10px;
  overflow: hidden;
}
.sec_service_detail .title_s + p {
  margin-top: 15px;
}
@media screen and (min-width: 1240px) {
  .sec_service_detail {
    padding: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .sec_service_detail {
    padding: 40px;
  }
}
@media screen and (min-width: 768px) {
  .sec_service_detail + .sec_service_detail {
    margin-top: 60px;
  }
  .sec_service_detail .img {
    width: 35.5%;
  }
  .sec_service_detail .txt {
    width: 53%;
    padding-left: 30px;
    position: relative;
  }
  .sec_service_detail .num {
    position: absolute;
    top: 7px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec_service_detail {
    padding: 20px;
  }
  .sec_service_detail + .sec_service_detail {
    margin-top: 40px;
  }
  .sec_service_detail .l_flex {
    display: block;
  }
  .sec_service_detail .num {
    display: none;
  }
  .sec_service_detail .txt {
    margin-top: 20px;
  }
  .sec_service_detail .title_s {
    font-size: 16px;
    font-family: "NotoSerifJP-Medium";
  }
}

/* --------------------------------------
SEC_02
-------------------------------------- */
#sec_02 {
  position: relative;
}
#sec_02:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 210px);
  position: absolute;
  top: 210px;
  left: 0;
  background: #f9fcff;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #sec_02 {
    padding: 140px 0;
  }
}
@media screen and (max-width: 767px) {
  #sec_02 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  #sec_02 .tit_doc {
    margin-top: 56px;
  }
}
#sec_02 .note {
  font-family: "NotoSerifJP-Medium";
}
@media screen and (max-width: 767px) {
  #sec_02 .note {
    font-size: 16px;
  }
}

.sec_medical .l_flex {
  justify-content: space-between;
}
.sec_medical .img {
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.sec_medical .list_items li {
  background: #fff;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px;
}
.sec_medical .list_items li:not(:last-child) {
  margin-right: 10px;
}
.sec_medical .title_s {
  margin-bottom: 20px;
}
.sec_medical .box_w {
  background: #fff;
  border-radius: 10px;
}
.sec_medical .title_llabel {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border-radius: 36px;
  text-align: center;
  padding: 0 20px;
}
.sec_medical .sec_content .title_llabel {
  border: 1px solid #A5B7C7;
}
.sec_medical .sec_course {
  margin-top: 20px;
}
.sec_medical .sec_course .title_llabel {
  background: #A5B7C7;
  color: #fff;
}
.sec_medical .sec_course .list_dot_p li:before {
  background: #A5B7C7;
}
.sec_medical ul li {
  position: relative;
  padding-left: 15px;
}
.sec_medical ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 4px;
}
.sec_medical .list_dot_w li,
.sec_medical .list_dot_p li {
  margin-top: 10px;
}
.sec_medical .list_dot_w li:before,
.sec_medical .list_dot_p li:before {
  border: 1px solid #A5B7C7;
}
@media screen and (min-width: 1240px) {
  .sec_medical .inner {
    padding-right: calc((100% - 1200px) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .sec_medical .inner {
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .sec_medical {
    padding: 100px 0;
  }
  .sec_medical .txt {
    width: 59%;
  }
  .sec_medical .title_sec_ss {
    margin-bottom: 20px;
  }
  .sec_medical .img {
    width: 30%;
  }
  .sec_medical .box_w {
    padding: 40px;
    margin-top: 30px;
  }
  .sec_medical .list_items {
    border-bottom: 10px;
  }
  .sec_medical .list_items li {
    font-size: 20px;
  }
  .sec_medical .list_items + p {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sec_medical {
    padding: 70px 0;
  }
  .sec_medical .l_flex {
    display: block;
  }
  .sec_medical .img {
    width: calc(100% - 20px);
  }
  .sec_medical .txt {
    padding: 0 20px;
    margin-top: 30px;
  }
  .sec_medical .title_sec_ss {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .sec_medical .title_sec_ss {
    font-size: 16px;
    font-family: "NotoSerifJP-Medium";
  }
}
@media screen and (max-width: 767px) {
  .sec_medical .box_w {
    margin-top: 40px;
    padding: 30px 20px;
  }
  .sec_medical .list_items {
    border-bottom: 5px;
  }
  .sec_medical .list_items li {
    font-family: "NotoSerifJP-SemiBold";
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sec_medical .list_items + p {
    font-family: "NotoSerifJP-Medium";
    font-size: 16px;
  }
}

/* --------------------------------------
SEC_03
-------------------------------------- */
#sec_03 {
  position: relative;
}
#sec_03:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  background: #f6f7f8;
  z-index: -1;
}
#sec_03 .title_sec_s {
  margin-top: 20px;
}
@media screen and (min-width: 1240px) {
  #sec_03:before {
    height: calc(100% - 80px);
    top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  #sec_03:before {
    height: calc(100% - 25px);
    top: 25px;
  }
}
@media screen and (min-width: 768px) {
  #sec_03 {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  #sec_03 {
    margin-bottom: 80px;
  }
  #sec_03:before {
    height: calc(100% - 25px);
    top: 25px;
  }
}
@media screen and (max-width: 767px) {
  #sec_03 .tit-fij {
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  #sec_03 .sec_recommend {
    margin-top: 40px;
  }
}/*# sourceMappingURL=genetic.css.map */