@charset "UTF-8";

/* commons */
.sec_ttl {
  margin-bottom:40px;
}
.appli_wrap .fl{
  display: flex;
  gap:20px;
  justify-content: center;
}
.lic_box{
  background: #F0F0F0;
  border-radius: 20px;
  max-width: 280px;
  width: 100%;
  padding:20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}
.lic_box.col1{
  max-width: 480px;
}
.lic_box > div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.lic_box_ttl{
  color:var(--c-blue01);
  font-weight: bold;
}
.dd_date{
  font-weight: bold;
  margin-bottom:5px;
}
.dd_main{
  font-size: 12px;
  margin-bottom:10px;
}
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;
  }
}
.lic_box.col1 a.btn_mail{
  max-width: 240px;
}
@media screen and (max-width: 1024px) {
  .sec_ttl {
    margin-bottom:40px;
  }
}


/* common end */

#mv_un{
  background: url(../images/licence/img_mv.png);
  background-size: cover;

}
#mv_un .list_gray{
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  #mv_un{
    background: url(../images/licence/img_mv_sp.png);
    background-size: cover;
    line-height: 1.4;
  }
  #mv_un .list_gray{
      margin-top:10px;
  }
}


/* mv enc */

/* li_intro */
#li_intro{
  padding:60px 0 100px;
}
#li_intro .appli_wrap{
  margin-bottom:60px;
}
.lic_nav{
  display: flex;
  gap:30px;
  flex-wrap: wrap;
}
.lic_nav a{
  color:#464646;
  min-width: 240px;
  font-weight: bold;
  font-size: 14px;
    border-bottom: solid 1px #d9d9d9;
    padding-bottom: 3px;
    padding-right: 25px;
    position: relative;
    &:after {
      transform:rotate(90deg);
        left: auto;
        right: 0px;
        top: -5px;
    }
}
#li_intro a.btn_mail{
  font-size: 16px;
  font-weight: bold;
  margin-bottom:5px;
}
@media screen and (max-width: 1024px) {
  #li_intro {
    padding: 60px 0 80px;
  }
  .appli_wrap .fl {
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
  }
  .lic_box {
    min-height: 210px;
    display: grid;
    grid-template-rows: 1fr 45px;
    grid-template-columns: 1fr;
  }
  .lic_nav{
    padding:0 20px;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
  }
  .lic_nav a{
      &:after {
        width:15px;
        height: 15px;
        transform:rotate(90deg);
          left: auto;
          right: 0px;
          top: -5px;
      }
  }
}
/* li_intro end*/


/* about */
#about{
  padding:0px 0 100px;
}
#about .intro_txt{
  line-height: 1.8;
  margin-bottom:40px;
}
#about .intro_txt.l_cont{
  margin-bottom:0px;
}
#about h3{
  text-align: center;
  margin-bottom:20px;
  font-size: 24px;
  color:var(--c-blue01);
}
#about table th,
#about table td{
  vertical-align: middle;
  padding:10px;
  border:solid 1px #D9D9D9;
}
#about table th{
  background: #F0F0F0;
  text-align: center;
}
#about table th:first-of-type{
  width: 15%;
}
#about table td{
  font-size: 12px;
  padding:15px;
}

#about table td:first-of-type{
  text-align:center;
}
.td_li{
  padding-left: 10px;
  & li{
    list-style: disc;
  }
  & li::marker{
    font-size: 10px;
    content:"・ ";
  }
}
@media screen and (max-width: 1024px) {
  #about .intro_txt{
    padding:0 20px;
    font-size: 14px;
  }
  #about table th{
    font-size: 12px;
    font-weight: normal;
  }
  #about table th:first-of-type {
    width: 22%;
  }
  #about h3 {
    font-size: 20px;
  }
  #about table td.adj{
        width: 112px!important;
  }
}
/* about end */


/* aim */
#aim{
  padding:100px 0;
  background: #F1F8FE;
}
#aim .fl{
  display: flex;
  gap:40px;
  margin-bottom:40px;
  justify-content: center;
  line-height: 1.8;
}
#aim .fl img{
  max-width: 380px;
  display: block;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  #aim {
    padding: 80px 0;
  }
  #aim .fl{
    flex-direction: column;
  }
  #aim .fl p{
    padding:0 20px;
  }
}
/* aim end */

/* desc */
#desc{
  padding:100px 0;
}
.deac_table{
  margin-bottom:60px;
}
.deac_table th,
.deac_table td{
  vertical-align: middle;
  padding:10px;
  border:solid 1px #D9D9D9;
  line-height: 1.6;
}
.deac_table tr th{
  background: #F0F0F0;
}
.deac_table tr th:first-of-type{
  width: 15%;
}
.deac_table td{
  font-size: 14px;
}
.deac_table .notice{
  color:#f00;
}
.deac_table .txt_cap{
  font-size: 12px;
}
.desc_box_01{
  border: solid 1px var(--c-blue01);
  padding:40px;
  border-radius: 20px;
  max-width: 880px;
  margin: auto;
  margin-bottom:40px;
  & h3{
    font-size: 24px;
    text-align: center;
    color: var(--c-blue01);
    margin-bottom:40px;
  }
}
.desc_intro{
  font-size: 14px;
  margin-bottom:40px;
}
.desc_box_01 > .fl{
  display: flex;
  gap:40px;
  & > div.box01{
    background:  #F0F0F0;
    border-radius: 20px;
    padding:29px;
  }
  & div >img{
    display: block;
    margin-bottom:20px;
  }
}
.desc_box_01 h4{
  text-align: center;
  color: var(--c-blue01);
  margin-bottom:10px;
    border-bottom: dotted 0.5px;
    border-width: medium;
    border-color: #7B7B7B44;
}
.deac_dl_wrap{
  font-size: 12px;
  & > p{
    color: var(--c-blue01);
    border-bottom:solid 2px #000;
    font-weight: bold;
    text-align: center;
    padding-bottom:5px;
    margin-bottom:15px;
  }
  & > .fl{
    display: flex;
    text-align: center;
    align-items: center;
    font-weight:bold;
    justify-content: center;
    gap:40px;
    & > dl {
      & dt{
        font-weight: bold;
        margin-bottom:10px;
      }
    }
    & > dl:last-child img{
      max-width: 65px;
    }
    & > .fl{
      justify-content: space-between;

    }
  }
}
.deac_dl_wrap.deac_dl_wrap_02{
  & > .fl {
    display: flex;
    text-align: left;
    align-items: center;
    font-weight: bold;
    justify-content: left;
    gap: 40px;
    font-weight: normal;
    font-size: 12px;
  }
}
.deac_dl_wrap.deac_dl_wrap_02 dt{
  font-weight: bold;
}
.desc_box_01 .box02{
  justify-content:space-between;
  & > div{
    max-width: 380px;
    width:100%;
    font-weight: bold;
  }
  & p{
    text-align: center;
    padding:5px;
    font-size: 16px;
    background: #f0f0f0;
    border-radius: 20px;
    margin-bottom:20px;
  }
  & > div >div{
    display: flex;
    margin-bottom:10px;
    & >ul{
      width: 48%;
      margin-bottom:10px;
      & li{
        font-size: 16px;
      }
    }
  }
  & .ico_arr{
    font-size: 12px;
    display: block;
    width: fit-content;
    margin-right:0;
    margin-left: auto;
    border-bottom: solid 1px #000;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-right: 0px;
    position: relative;
    font-weight: bold;
    &:after {
      left:0;
      top:-2px;
      width: 14px;
      height: 14px;
      right: auto;
    }
  }
}
@media screen and (max-width: 1024px) {
  #desc{
    padding:80px 0 40px;
  }
  .desc_box_01 > .fl {
    flex-direction: column;
  }
  .deac_table tr th{
    font-size: 12px;

  }
  .deac_table tr th:first-of-type {
    width: 22%;
    font-weight: normal;
  }
  .deac_table {
    margin-bottom: 40px;
  }
  .deac_table td {
    font-size: 12px;
  }
  .desc_box_01 {
    padding: 30px 20px;
  }
  .desc_box_01 {
    & h3 {
        margin-bottom: 25px;
    }
  }

  .desc_intro {
    padding:0 20px;
    margin-bottom: 20px;
  }
  .deac_dl_wrap {
    & > .fl {
      gap:20px;
        &.box01 {
            gap: 20px;
        }
    }
  }
  .desc_box_01 .box01 .deac_dl_wrap dl{
    width: 100%;
  }
  .desc_box_01 .box01 .deac_dl_wrap dl img {
      max-height: 70px;
      max-width: 80%;
  }



  .desc_box_01 .box02.deac_dl_wrap dl {
        width: 100%;
  }
  .desc_box_01 .box02 dd{
    margin-bottom: 10px;
    font-weight: normal;
  }
  .desc_box_01 .box02 {
    flex-direction: column;
  }
  .deac_dl_wrap.deac_dl_wrap_02 {
    & > .fl {
      flex-direction: column;
      display: flex;
      text-align: left;
      align-items: baseline;
      gap:20px;
    }
  }
  .desc_box_01 .box02 {
    padding:0 20px;
    flex-direction: column;
    & p {
      border-radius: 20px;
      font-size: 12px;
      text-align: center;
      margin-bottom:0;
    }
    & > p {
      margin-bottom:20px;
      font-style: 20px;
    }
  }

  .desc_box_01 .box02 {
    & p {
        border-radius: 20px;
        font-size: 16px;
        text-align: center;
        margin-bottom:20px;
    }
    & > p {
        margin-bottom: 10px;
    }

    .ico_arr {
      display: block;
      margin: auto;
      font-weight: bold;
    }

  }
  .desc_box_01 .box02 {
    & > div > div {
        & >ul {
            width: 50%;
        }
    }
  }
}

.desc_box_01 .box02 {
    & > div > div {
        & > ul {
            & li {
                font-size: 14px;
            }
        }
    }
}
/* desc end */


/* flow  */
#flow{
  background: #FFF8DB;
  padding:100px 0;
}
.flow_intro{
  margin-bottom:40px;
  line-height: 1.8;
}
.flow_inner{
  max-width: 880px;
  margin: auto;
  /* border-top: dotted 0.5px;
  border-width: medium;
  border-color: #7B7B7B44; */
  & h3{
    text-align: center;
    color:#4186D5;
    font-size: 24px;
    /* padding-top:40px; */
    margin-bottom:40px;
  }
}
.flow_wrap_01{
  margin-bottom:40px;
  display: flex;
  flex-wrap: wrap;
  gap:40px 50px;
  & > div{
    max-width: 260px;
    width: 100%;
    display: grid;
    grid-template-columns: 75px 1fr;
    border-radius: 20px;
    background: #fff;
    position: relative;
    &:after{
      bottom:0;
      top:0;
      right: -25px;
      margin: auto;
      position:absolute;
      content:"";
      width: 10px;
      height: 10px;
      border: 2px solid;
      border-color: var(--c-blue01)  var(--c-blue01) transparent transparent;
      transform: rotate(45deg);
      background: transparent;
    }
    &:last-of-type:after{
      content:none;
    }
  }
  & .flow_num{
    line-height: 1.2;
    font-size: 20px;
    padding:20px;
    text-align: center;
    background:#DEF0FF;
      font-family: Montserrat;
    color: var(--c-blue01);
    border-radius: 20px 0 0 20px;
    font-weight: bold;
    & span{
      font-weight: normal;
      font-size: 12px;
    }
  }
  & .flow_txt{
    font-size: 12px;
    padding:20px;
    & .txt_cap{
      padding-top:10px;
      font-size: 10px;
      padding-left: 15px;
      position: relative;
      &:before{
        position:absolute;
        content:"※";
        left: 0;
      }
    }
  }
}
.flow_cap_li{
  font-size: 12px;
  max-width: 800px;
  margin: auto;
  margin-bottom:40px;
  & li{
    padding-left: 15px;
    position: relative;
    &:before{
      position:absolute;
      content:"※";
      left: 0;
    }
  }
}

#flow a.btn_mail{
  background: var(--c-blue01);
  display: block;
  color:#fff;
  padding:20px;
  padding-left:100px;
  max-width: 460px;
  width:100%;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  margin: auto;
  margin-bottom:40px;
  position: relative;
  &:before{
    content:"";
    position: absolute;
    top:0;
    bottom:0;
    left: 60px;
    margin: auto;
    width: 25px;
    height: 20px;
    background: url(../images/ico_mail.svg);
    background-size: cover;
  }
}
#flow a.btn_flow{
  padding:20px;
  max-width: 420px;
}

#flow .flow_wrap_02 a.btn_mail{
  padding-left: 80px;
  text-align: center;
  margin-bottom:0;
  &:before{
    left:110px;
  }
}
#flow .flow_wrap_02 > div a.btn_mail:before{
  left:95px;
}
.flow_sec_02{
  padding-top:40px;
  border-top: dotted 0.5px;
  border-width: medium;
  border-color: #7B7B7B44;
  max-width: 800px;
  margin: auto;
  & h3{
    padding-top:0;
  }
}
.flow_sec_02.n_b{
  padding-top:0px;
  border-top: none;
}
.flow_wrap_02{
  margin-bottom:0px;
  display: flex;
  gap:40px 50px;
  & > div h4{
    text-align: center;
    color:var(--c-blue01);
    font-size: 20px;
    margin-bottom:10px;
  }
  & > div > div{
    max-width: 460px;
    width: 100%;
    display: grid;
    grid-template-columns: 75px 1fr;
    border-radius: 20px;
    background: #fff;
    position: relative;
    margin-bottom:50px;
    &:after{
      bottom:-25px;
      left: 0;
      right: 0;
      margin: auto;
      position:absolute;
      content:"";
      width: 10px;
      height: 10px;
      border: 2px solid;
      border-color:  transparent transparent var(--c-blue01) var(--c-blue01);
      transform: rotate(-45deg);
      background: transparent;
    }
    &:last-of-type{
      margin-bottom:20px;
    }
    &:last-of-type:after{
      content:none;
    }
  }

  & .flow_num{
    line-height: 1.2;
    font-size: 20px;
    padding:20px;
    text-align: center;
    background:#DEF0FF;
    color: var(--c-blue01);
    border-radius: 20px 0 0 20px;
    font-weight: bold;
    & span{
      font-weight:bold;
      font-size: 12px;
    }
  }
  & .flow_txt{
    font-size: 12px;
    padding:20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    & .txt_cap{
      padding-top:10px;
      font-size: 10px;
      padding-left: 15px;
      position: relative;
      &:before{
        position:absolute;
        content:"※";
        left: 0;
      }
    }
  }
}

@media screen and (max-width: 1024px) {
  #flow{
    padding:80px 0 40px;
  }
  .flow_inner{
    width: 90%;
  }
  .flow_inner {
    & h3 {
      text-align: left;
      font-size: 20px;
      padding-top:0px;
      margin-bottom:20px;
    }
  }
  .flow_sec{
    padding:0 20px;
  }
  .flow_wrap_01 {
    margin-bottom: 40px;
    gap: 40px 50px;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom:25px;
    & > div {
        max-width: 100%;
    }
  }
  .flow_wrap_01 {
    & > div {
      &:after {
          transform: rotate(135deg);
          bottom: -23px;
          top: auto;
          right: 0;
          left: 0;
      }
    }
  }
  .flow_cap_li {
    margin-bottom: 25px;
  }
  #flow a.btn_mail {
    padding: 12px 20px;
    padding-left: 80px;
    font-size: 16px;
  }
  #flow a.btn_mail {
    &:before {
        left: 40px;
    }
  }
  .flow_sec_02 {
    padding:20px 20px;

  }
  .flow_wrap_02{
    flex-direction: column;
    margin-left:-40px;
    margin-right:-40px;
  }
  #flow .flow_wrap_02 a.btn_mail {
    width: 80%;
    padding: 20px;
    padding-left: 50px;
    margin-bottom:0;
  }

  #flow .flow_wrap_02 a.btn_mail {
      &:before {
          left: 65px;
      }
  }
  #flow .flow_wrap_02 > div a.btn_mail:before{
    left:50px;
  }
  #flow .flow_wrap_02 .btn_normal{
  padding:20px;
  }
    #flow a.btn_flow{
  padding:20px;
  max-width: 420px;
  width: 80%;
}
}
@media screen and (max-width: 400px) {
      #flow a.btn_flow{
font-size: 13px;
}
}
/* flow end */

/* appli02 */
#appli02{
  padding:100px 0;
}
#appli02 a.btn_mail{
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  #appli02{
    padding:80px 0;
  }
}
/* appli02 */

/* cheer */
#cheer{
  padding:100px 0;
  background: #f0f0f0;
}
.cheer_box{
  padding:40px;
  max-width: 880px;
  margin: auto;
  background: #fff;
  border-radius: 20px;
  margin-bottom:20px;
  & h3{
    color: var(--c-blue01);
    font-size: 20px;
    margin-bottom:20px;
  }
  & p.m_txt{
    font-size: 14px;
    margin-bottom:20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    word-wrap: break-word;
    transition: 2s;

  }
  & p.m_txt.active{
    -webkit-line-clamp: initial;
    overflow: visible;
    transition: 2s;
  }
  & .more{
    cursor: pointer;
    font-weight: bold;
    width: fit-content;
    margin: auto;
    text-align:center;
    padding-right:20px;
    position:relative;
    border-bottom:solid 1px #000;
  }
}
.cheer_box .more::before,
.cheer_box .more::after {
  content: '';
  position: absolute;
  background: var(--c-blue01);
  transition: 0.3s;
  top: 0;
  bottom:0;
  margin: auto;
}
.cheer_box .more::before {
  right: 2px;
  width: 10px;
  height: 2px;
  transform: translateY(-50%);
  top:2px;
}
.cheer_box .more::after {
  right: 5px;
  width: 2px;
  height: 10px;
  transform: translateX(-50%);
}
.more.active::after {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  #cheer{
    padding:80px 0;
  }
  .cheer_box {
    & h3 {
        font-size: 16px;
    }
  }
  .cheer_box {
    & p {
      font-size: 12px;
    }
  }
  & p.m_txt{
    font-size: 14px;
    margin-bottom:20px;
    transition:2s;
  }
  & p.m_txt.active{
    transition:2s;
  }
}
/* cheer end */

/* qa */
#qa{
  padding:100px 0;
}
.qa_wrap{
  max-width: 880px;
  margin: auto;
}
.qa_box{
  padding:0 40px;
  cursor: pointer;
  font-weight: bold;
  position:relative;
  border-bottom: dotted 0.5px;
  border-width: medium;
  border-color: #7B7B7B44;
}
.qa_box:first-of-type{
  border-top: dotted 0.5px;
  border-width: medium;
  border-color: #7B7B7B44;
}
.q_box{
  position: relative;
  padding:20px 0;
  padding-right:80px;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap:20px;
  align-items: center;
  & p:first-of-type{
    color:var(--c-blue01);
    font-size: 20px;
    font-family: Montserrat;
    font-weight: normal;
  }
}
.q_box::before,
.q_box::after {
  content: '';
  position: absolute;
  background: var(--c-blue01);
  transition: 0.3s;
  top: 0;
  bottom:0;
  margin: auto;
  width: 2px;
  height: 17px;
}
.q_box::before {
  right: 5px;
}
.q_box::after {
  right: 5px;
  transform: rotate(90deg);
}
.q_box.active::before {
  opacity: 0;
}
.a_box{
  display: none;
  & >div {
    font-size: 14px;
    position: relative;
    padding:0px 0 20px;
    padding-right:0px;
    display: grid;
    grid-template-columns: 30px 1fr;
    gap:20px;
      line-height: 1.8;
    font-weight: normal;
    & > p:first-of-type{
      color:var(--c-blue01);
      font-size: 20px;
      font-family: Montserrat;
      font-weight: normal;
    }
  }
}
.btn_ina{
  margin-top:10px;
  display: block;
  width: fit-content;
  font-size: 14px;
  padding-left: 20px;
  padding-bottom:5px;
  border-bottom: solid 1px #000;
  font-weight: bold;
  &:after{
    left: 0;
    top:-4px;
    right: auto;
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 1024px) {
  #qa{
    padding:80px 0;
  }
  .qa_box {
    padding: 0;
  }
  .q_box {
    gap:0;
    font-size: 14px;
    padding-right: 40px;
    & p:first-of-type {
        font-size: 14px;
        font-weight: 700;
    }
  }
  .q_box::before {
    right: 20px;
  }
  .q_box::after {
    right: 20px;
    transform: rotate(90deg);
  }
  .a_box {
    font-size: 12px;
    & > div {
      font-size: 12px;
      gap:0;
        & > p:first-of-type {
            font-size: 16px;
        }
    }
  }
  .btn_ina {
    font-size: 12px;
    padding-bottom: 2px;
  }
}
/* qa end */



/* rel_licence */
#rel_licence{
  padding:100px 0;
  background: #f0f0f0;
}
#rel_licence .sec_ttl{
  margin-bottom:40px;
}
#rel_licence .sec_ttl:before{
  background: var(--c-blue02);
}
.lice_wrap{
  margin-bottom: 60px;
}
.lice_box{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: flex;
  justify-content: center;
  width: fit-content;
  gap:20px;
    margin: auto;
}
.lice_box a{
  max-width: 280px;
  padding:25px 20px;
  padding-right:30px;
  border-radius: 20px;
  min-height: 180px;
  background: #fff;

}
.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;
  }
  #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 */



/* nyuuiken */

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

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


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

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

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

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

/* hospital-concierge*/
#hospital-concierge #mv_un{
  background: url(../images/qualifications/hospital-concierge/img_qua_mv.png);
  background-size: cover;
  height: 340px;
  position: relative;
}
#about .hoscon_badge{
  padding:60px 0 0;
}
#about .hoscon_badge h3{
  letter-spacing: 13px;
  line-height: 1.8;
  font-weight: 500;
  font-size: 32px;
}
.hoscon_badge .fl{
  display: flex;
  gap:30px;
  justify-content: center;
}
.hos_con_badge_txt{
  display: flex;
  flex-direction: column;
  justify-content:space-between;
  max-width: 380px;
  line-height: 1.8;
  letter-spacing: 0.64px;
  & a{
    text-decoration: underline;
  }
}
.hos_con_badge_txt p{
  margin-bottom:10px;
}
.hoscon_badge .fl img{
  max-width: 380px;
  height: fit-content;
}
.txt_cap{
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  #hospital-concierge #mv_un{
    background: url(../images/qualifications/hospital-concierge/img_qua_mv_sp.png);
    background-size: cover;
    height: auto;
  }
  #hospital-concierge #mv_un .mv_txt {
    max-width: 290px;
  }
  #about .hoscon_badge h3{
    font-size: 20px;
    letter-spacing: 0.04em;
  }
  #hospital-concierge #about table{
    width:100%;
  }
  #hospital-concierge #about table td:first-of-type {
      text-align: center;
      width: 112px;
      padding: 8px;
  }
  .hoscon_badge .fl {
      display: flex;
      gap: 30px;
      justify-content: center;
      flex-direction: column;
  }
  .hoscon_badge .fl img{}
}
/* hospital-concierge end */


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

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

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




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

@media screen and (max-width: 1024px) {
  #kaigo-jimu #mv_un{
    background: url(../images/qualifications/kaigo-jimu/img_qua_mv_sp.png);
    background-size: cover;
    height: auto;
  }
  #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_qua_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_qua_mv_sp.png);
    background-size: cover;
    height: auto;
  }
  #wel_con #mv_un .mv_txt {
    max-width: 290px;
  }
}
/* wel_con_qua end */


/* kaigo_jimu */
