@charset "UTF-8";

/* commons */
body section{
  padding:100px 0;
}

a.btn_mail{
  background: var(--c-blue01);
  display: block;
  color:#fff;
  padding:12px;
  padding-left:20px;
  max-width: 100%;
  width:100%;
  border-radius: 50px;
  position: relative;
  &:before{
    content:"";
    position: absolute;
    top:0;
    bottom:0;
    left: 30px;
    margin: auto;
    width: 15px;
    height: 12px;
    background: url(../images/ico_mail.svg);
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) {
  .sec_ttl {
    margin-bottom:40px;
  }
}
/* common end */


/* mv_un */

#mv_un{
  background: url(../images/consider/img_mv.png);
  background-size: cover;
  height: 340px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #mv_un{
    background: url(../images/consider/img_mv_sp.png);
    background-size: cover;
    height: auto;

  }
}
/* mv_un end */


/* cons_intro */
#cons_intro{
  padding:80px 0 80px;
}
.cons_nav{
  padding:60px 0 0px;
  display: flex;
  gap:30px;
  flex-wrap: wrap;
}
.cons_nav a{
  min-width: 240px;
  font-size: 14px;
  font-weight:bold;
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 3px;
  padding-right: 25px;
  position: relative;
  color:#464646;
  &:after {
    transform:rotate(90deg);
      left: auto;
      right: 0px;
      top: -5px;
  }
}
#cons_intro .fl{
  display: flex;gap:40px;
  line-height: 1.8;
}
#cons_intro .fl img{
  display: block;
  max-width: 380px;
  width: 100%;
  height: auto;
    height: fit-content;
}
@media screen and (max-width: 1024px) {
  #cons_intro {
    padding: 80px 0 80px;
  }
  .cons_nav{
    padding:40px 20px 0;
    justify-content: center;
    gap:0;
  }
  .cons_nav a{
    font-size: 12px;
    padding:12px 0;
  }
  .ico_arr:after {
    width: 15px;
    height: 15px;
  }
  #cons_intro .fl {
    flex-direction: column;
        gap: 30px;
  }
  #cons_intro .fl p{
    padding:0 20px;
  }
}
/* cons_intro end*/

/*  */
#merit{
  background: #F1F8FE;
}
#merit .fl{
  display: flex;
  justify-content: center;
  gap:40px;
}
.merit_box{
  max-width: 270px;
  position: relative;
}
.merit_num{
  position: absolute;
  top:-20px;
  left: -10px;
  width: 80px;
  height: 80px;
  border-radius: 0 40px 0 40px;
  background: var(--c-blue01);
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  & span{
    font-size: 12px;
    text-align: center;
  }
  & p{
    font-size: 24px;
    text-align: center;
    font-family: Montserrat;
    font-weight: bold;
  }
}
.merit_box {
  & img{
    display: block;
    margin-bottom:20px;
  }
  & h3{
    font-size: 20px;
    line-height: 1.4;
    margin-bottom:15px;
  }
  & > p{
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1024px) {
  #merit {
    padding:80px 0;
  }
  #merit .fl {
    padding:0 20px;
    gap: 60px;
    flex-direction: column;
  }
  .merit_box {
    max-width:100%;
    & img {
      width: 100%;
        margin-bottom: 20px;
    }
    & p{
      font-size: 16px;

    }
  }
}
/* merit end */


/* sch */
#sch .intro_txt{
  max-width: 800px;
  margin: auto;
  margin-bottom:60px;
  line-height: 1.8;
  font-size: 14px;
}
.sch_cont{
  max-width: 880px;
  margin: auto;
}
.sch_box{
  padding:20px 0;
  display: grid;
  gap:30px;
  line-height: 1.6;
  grid-template-columns: 160px 1fr;
  border-top: dotted 0.5px;
  border-width: medium;
  border-color: #7B7B7B44;
}
.sch_box:last-of-type{
  border-bottom: dotted 0.5px;
  border-width: medium;
  border-color: #7B7B7B44;
}
.sch_num{
  border-radius: 5px;
  font-weight:bold;
  background: #F1F8FE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.sch_02{
  background:#DEF0FF;
}
.sch_03{
  background:#ACD9FF;
}
.sch_txt {
  & h3{
    margin-bottom:15px;
  }
  & p{
    font-size: 12px;
    margin-bottom:15px;
  }
  & table{
    width:100%;
    margin-bottom:20px;
    font-size: 14px;
  }
  & th{
    background: #f2f2f2;
    width: 50%;
    padding:10px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    border:solid 1px #cfcfcf;
  }
  & td{
    padding:10px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
      border:solid 1px #cfcfcf;
  }
}
.btn_sch {
  display: block;
  width: fit-content;
  font-size: 14px;
  padding-left: 20px;
  padding-bottom: 5px;
  border-bottom: solid 1px #000;
  margin-bottom:10px;
  font-weight: bold;
  &:after {
    left: 0;
    top: -4px;
    right: auto;
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 1024px) {
  #sch {
    padding:80px 0;
  }
  #sch .sec_inner > div{
    padding:0 20px;
  }
  #sch .intro_txt {
    margin-bottom: 40px;
  }
  .sch_box {
    gap: 20px;
    grid-template-columns: 40px 1fr;
  }
  .sch_num{
    padding: 8px;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
  }
  .sch_txt {
    & th {
        padding: 10px 2px;
    }
  }
  .btn_sch {
    font-size: 12px;
  }
}
/* sch end */

/* active */
.cons_active{
  padding:80px 0 0;
}
.act_ttl{
  text-align: center;
  font-size: 32px;
  color: var(--c-blue01);
  font-weight: 500;
  margin-bottom:40px;
}
.act_ttl.inc_int{
  margin-bottom:20px;
}
.act_intro{
  margin-bottom:30px;
  text-align: center;
}
#cons_intro .cons_active .fl{
  display: flex;
  flex-wrap: wrap;
  gap:20px;
  margin-bottom:60px;
}
#cons_intro .cons_active .fl.flc{
  justify-content: center;
}
.active_box{
  max-width: 280px;
  width:100%;
  border-radius: 30px 30px 20px 20px;
  padding:10px 10px 10px;
  border: solid 1px var(--c-blue01);
  & dt{
    font-weight: bold;
    background: #DEF0FF;
    text-align: center;
    height: 60px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:10px;
  }
  & dd{
    padding:0px 15px;
    font-size: 10px;
  }
}
@media screen and (max-width: 1024px) {
  #cons_intro{
    padding:60px 0 80px;
  }
  .active_box{
    max-width: 100%;
  }
  .act_ttl{
    font-size: 24px;
    margin-bottom:30px;
  }
  .inc_int{
    font-size: 24px;
  }
}
/* active end */

/* rel_licence */
#rel_licence{

}
#rel_licence .sec_ttl{
  margin-bottom:40px;
}
#rel_licence .sec_ttl:before{
  background: var(--c-blue02);
}
.lice_wrap{

}
.lice_box{
  display: flex;
  /* grid-template-columns: 1fr 1fr 1fr 1fr; */
  gap: 20px;
  justify-content: flex-start;
  width: fit-content;
  margin: auto;
}
.lice_box a{
  border:solid 1px var(--c-blue01);
  padding:25px 20px;
  padding-right:50px;
  border-radius: 20px;
  min-height: 180px;
  background: #fff;
  max-width: 285px;
  width: 100%;
}
.lice_box a:after{
  right: 10px;
  left: auto;
}
.lice_box h4{
  color:var(--c-blue01);
  margin-bottom:10px;
  line-height: 1.38;
}
.lice_box p{
  font-size: 12px;
  margin-bottom:10px;
  line-height: 1.5;
}
.lice_box .list_gray{
  justify-content: flex-start;
    flex-wrap: wrap;
}
.list_gray > a, .list_gray > li{
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #rel_licence {
    padding: 80px 0;
  }
  #rel_licence .sec_ttl {
    margin-bottom: 30px;
  }
  .lice_box {
    flex-direction: column;
    grid-template-columns: 1fr;

  }
  .lice_box a{
    max-width: 100%;
  }
  #rel_licence .licence_key {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  #rel_licence .licence_key span{
    display: block;
    flex-basis: 100%;
    text-align: center;
  }
  #rel_licence h3 {
    font-size: 24px;
    margin-bottom:20px;
  }
  .lice_box a {
    padding: 20px;
    padding-right: 40px;
    border-radius: 20px;
    min-height: auto;
  }
  .lice_wrap {
    margin-bottom: 40px;
  }
  .lice_wrap:last-of-type{
    margin-bottom: 0px;
  }
  .lice_box a:after {
    right: 20px;
    left: auto;
  }
}
/* licence end */

/* app */
#app{
  background: #f0f0f0;
}
.app_mat{
  border-radius: 20px;
  background: #fff;
  max-width: 880px;
  margin: auto;
  padding:40px;
  position: relative;
  &:after{
    content: "";
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 388px;
    height: 290px;
    background: url(../images/consider/img_app_mat.png);
    background-size: cover;
  }
}
.app_mat dl{
  max-width: 400px;
}
.app_mat dt{
  font-size: 24px;
  margin-bottom:20px;
  font-weight: bold;
}
.app_mat dd{
  line-height: 1.7;
  font-size: 14px;
  margin-bottom:10px;
}
.app_mat dd:last-of-type{
  margin-bottom:0;
}
.app_mat dd a{
  background: var(--c-blue01);
  display: block;
  font-size: 16px;
  text-align: center;
  color:#fff;
  padding:12px;
  max-width: 400px;
  width:100%;
  border-radius: 50px;
  position: relative;
  font-weight: bold;
  &:before{
    content:"";
    position: absolute;
    top:0;
    bottom:0;
    right: 15px;
    margin: auto;
    width: 18px;
    height: 18px;
    background: url(../images/ico_arr_wh.svg);
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) {
  .app_mat {
      padding: 290px 35px 30px;
      position: relative;
  }
  .app_mat {
      &:after {
          top: 10px;
          bottom: auto;
          right: 0;
          left: 0;
          margin: 0;
          width: 100%;
          height: 260px;
          background: url(../images/consider/img_app_mat_sp.png);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: bottom;
      }
  }
  .app_mat dd a {
    padding-right: 25px;
  }

}
/* app */

/* nyuuiken */

#cons_nyuuiken #mv_un{
  background: url(../images/qualifications/nyuuiken/img_cons_mv.png);
  background-size: cover;
  height: 340px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #cons_nyuuiken #mv_un{
    background: url(../images/qualifications/nyuuiken/img_cons_mv_sp.png);
    background-size: cover;
    height: auto;
  }
  #cons_nyuuiken #mv_un .mv_txt {
    max-width: 290px;
  }
}
/* nyuuiken end */



/* iryojimu_ginoushi */

#cons_iryojimu_ginoushi #mv_un{
  background: url(../images/qualifications/iryojimu_ginoushi/img_cons_mv.png);
  background-size: cover;
  height: 340px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #cons_iryojimu_ginoushi #mv_un{
    background: url(../images/qualifications/iryojimu_ginoushi/img_cons_mv_sp.png);
    background-size: cover;
    height: auto;
  }
  #cons_iryojimu_ginoushi #mv_un .mv_txt {
    max-width: 290px;
  }
}
/* iryojimu_ginoushi end */


/* iryojimu */
#cons_iryojimu #mv_un{
  background: url(../images/qualifications/iryojimu/img_cons_mv.png);
  background-size: cover;
  height: 340px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #cons_iryojimu #mv_un{
    background: url(../images/qualifications/iryojimu/img_cons_mv_sp.png);
    background-size: cover;
    height: auto;
  }
  #cons_iryojimu #mv_un .mv_txt {
    max-width: 290px;
  }
}
/* iryojimu end */


/* iryojimu */
#cons_hospital-concierge #mv_un{
  background: url(../images/qualifications/hospital-concierge/img_cons_mv.png);
  background-size: cover;
  height: 340px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #cons_hospital-concierge #mv_un{
    background: url(../images/qualifications/hospital-concierge/img_cons_mv_sp.png);
    background-size: cover;
    height: auto;
  }
  #cons_hospital-concierge #mv_un .mv_txt {
    max-width: 290px;
  }
}
/* iryojimu end */

/* chozai-jimu */
#cons_chozai-jimu #mv_un{
  background: url(../images/qualifications/chozai-jimu/img_cons_mv.png);
  background-size: cover;
  height: 340px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #cons_chozai-jimu #mv_un{
    background: url(../images/qualifications/chozai-jimu/img_cons_mv_sp.png);
    background-size: cover;
    height: auto;
  }
  #cons_chozai-jimu #mv_un .mv_txt {
    max-width: 290px;
  }
}
/* chozai-jimu end */


/* doctors-office */
#cons_doctors-office #mv_un{
  background: url(../images/qualifications/doctors-office/img_cons_mv.png);
  background-size: cover;
  height: 340px;
  position: relative;
}
#cons_doctors-office #mv_un h1 span{
  font-size: 18px;
}
.do_span{
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  #cons_doctors-office #mv_un{
    background: url(../images/qualifications/doctors-office/img_cons_mv_sp.png);
    background-size: cover;
    height: auto;
  }
  #cons_doctors-office #mv_un h1 span{
    font-size: 14px;
    display: block;
  }
  #cons_doctors-office #mv_un .mv_txt {
    max-width: 290px;
  }
}
/* doctors-office end */



/* kaigo-jimu */

#cons_kaigo-jimu #mv_un{
  background: url(../images/qualifications/kaigo-jimu/img_cons_mv.png);
  background-size: cover;
  height: 340px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #cons_kaigo-jimu #mv_un{
    background: url(../images/qualifications/kaigo-jimu/img_cons_mv_sp.png);
    background-size: cover;
    height: auto;
  }
  #cons_kaigo-jimu #mv_un .mv_txt {
    max-width: 290px;
  }
}

/* kaigo-jimu end */


/* wel con */

#wel_con #mv_un{
  background: url(../images/qualifications/welcon/img_mv_welcon_consider_mv.png);
  background-size: cover;
  height: 340px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #wel_con #mv_un{
    background: url(../images/qualifications/welcon/img_mv_welcon_consider_mv_sp.png);
    background-size: cover;
    height: auto;
  }
  #wel_con #mv_un .mv_txt {
    max-width: 290px;
  }
}
