@charset "UTF-8";
/* CSS Document */
#mv {
  position: relative;
  padding-left: 6.8vw;
  padding-right: 6.8vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #mv {
    max-width: 1340px;
    padding: 0;
  }
}
#mv .logo {
  position: absolute;
  content: "";
  width: 40.5479452055vw;
  aspect-ratio: 296/150;
  top: 0;
  left: 6.8vw;
  z-index: 2;
}
@media (min-width: 768px) {
  #mv .logo {
    width: 23.2089552239%;
    aspect-ratio: 311/112;
    left: 0;
  }
}
#mv .mv_slider {
  width: 100%;
}
@media (min-width: 768px) {
  #mv .mv_slider {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 0;
  }
}
#mv .mv_slider .swiper {
  border-radius: 15px;
}
#mv .mv_slider .swiper img {
  width: 100%;
  max-width: none;
}

.slide_btn {
  width: 50vw;
  max-width: 150px;
  border-radius: 50px;
  position: absolute;
  content: "";
  bottom: 4%;
  right: 6.66%;
  z-index: 5;
  height: 30px;
}
@media (min-width: 768px) {
  .slide_btn {
    max-width: 150px;
    bottom: 46px;
    right: 30px;
  }
}
.slide_btn .position_r {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 10px;
}
@media (min-width: 768px) {
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 14px;
  }
}

button.swiper_pause {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 11;
  width: 38px;
  height: 38px;
  border: none;
  background-color: #ffffff;
  border-radius: 50%;
}
button.swiper_pause:hover {
  cursor: pointer;
}
button.swiper_pause span {
  display: block;
  width: 10px;
  height: 13px;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
button.swiper_pause span:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #000000;
  top: 0;
  left: 0;
}
button.swiper_pause span:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #000000;
  top: 0;
  right: 0;
}

.swiper-pagination {
  -webkit-transform: translate3d(0, 0, 0) translateY(-50%);
          transform: translate3d(0, 0, 0) translateY(-50%);
  top: 50% !important;
  display: flex;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 1px solid #ffffff;
  opacity: 1;
  margin: 0 5px !important;
}

.swiper-pagination-bullet-active {
  background: #EC6C00;
}

#clinical_art h2 {
  margin-top: 25px;
}
@media (min-width: 768px) {
  #clinical_art h2 {
    max-width: 943px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
  }
}
#clinical_art .bg {
  width: 100%;
  padding: 9vw;
  background: url(../img/clinical_art_bg.png) repeat 0 0/cover;
  margin-top: -1px;
  border-radius: 15px;
}
@media (min-width: 768px) {
  #clinical_art .bg {
    padding: 70px;
    margin-top: -2px;
  }
}
@media (min-width: 768px) {
  #clinical_art .bg ul {
    display: flex;
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
  }
}
#clinical_art .bg ul li {
  margin-top: 25px;
  text-align: center;
}
#clinical_art .bg ul li:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  #clinical_art .bg ul li {
    margin-top: 0;
    margin-left: 40px;
  }
  #clinical_art .bg ul li:first-of-type {
    margin-left: 0;
  }
}

#news {
  margin-top: 100px;
}
@media (min-width: 768px) {
  #news {
    margin-top: 150px;
  }
}
#news h2 img {
  width: 35.3424657534vw;
}
@media (min-width: 768px) {
  #news h2 img {
    max-width: 171px;
  }
}
#news h2 p {
  font-size: min(4.3835616438vw, 1.6rem);
  margin-top: 10px;
}
@media (min-width: 768px) {
  #news h2 p {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
#news .tabs {
  width: 100%;
}
@media (min-width: 768px) {
  #news .tabs {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }
}
#news .tabs .left_md_block {
  position: relative;
}
@media (min-width: 768px) {
  #news .tabs .left_md_block {
    width: 20%;
  }
}
#news .tabs .tab-panel {
  display: none;
}
#news .tabs .tab-panel.active {
  display: block;
}
#news .tabs .tab-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
@media (min-width: 768px) {
  #news .tabs .tab-list {
    display: block;
  }
}
#news .tabs .tab-list li.tab-item {
  border: 1px solid #B8B8B8;
  font-size: min(3.2876712329vw, 1.2rem);
  font-weight: 700;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  width: 46%;
  margin-left: 8%;
  margin-top: 15px;
  padding: 9px 5px;
}
#news .tabs .tab-list li.tab-item:nth-of-type(odd) {
  margin-left: 0;
}
#news .tabs .tab-list li.tab-item:nth-of-type(1), #news .tabs .tab-list li.tab-item:nth-of-type(2) {
  margin-top: 0;
}
#news .tabs .tab-list li.tab-item.active {
  border-color: #EC6C00;
  background-color: #EC6C00;
  color: #ffffff;
}
@media (min-width: 768px) {
  #news .tabs .tab-list li.tab-item {
    padding: 17px 36px;
    font-size: min(1.1940298507vw, 1.6rem);
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }
  #news .tabs .tab-list li.tab-item:first-of-type {
    margin-top: 0;
  }
  #news .tabs .tab-list li.tab-item:nth-of-type(2) {
    margin-top: 25px;
  }
  #news .tabs .tab-list li.tab-item:hover {
    cursor: pointer;
    border-color: #EC6C00;
    background-color: #EC6C00;
    color: #ffffff;
  }
}
#news .tabs .right_md_block {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #news .tabs .right_md_block {
    margin-top: 0;
    width: 72%;
  }
}
#news .tabs .right_md_block .tab-content ul {
  border-top: 1px solid #616161;
}
#news .tabs .right_md_block .tab-content ul li {
  border-bottom: 1px solid #616161;
}
#news .tabs .right_md_block .tab-content ul li a {
  display: block;
  padding: 25px;
}
@media (min-width: 768px) {
  #news .tabs .right_md_block .tab-content ul li a {
    padding: 40px 25px;
  }
}
@media (min-width: 768px) {
  #news .tabs .right_md_block .tab-content ul li dl {
    display: flex;
    align-items: center;
  }
}
#news .tabs .right_md_block .tab-content ul li dl dt {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #news .tabs .right_md_block .tab-content ul li dl dt {
    font-size: 1.3rem;
    margin-bottom: 0;
    width: 260px;
  }
}
#news .tabs .right_md_block .tab-content ul li dl dt span {
  color: #727272;
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
#news .tabs .right_md_block .tab-content ul li dl dt span:before {
  position: absolute;
  content: "研修会・講座・交流会";
  display: inline-block;
  white-space: nowrap;
  background-color: #FFCEA5;
  color: #EC6C00;
  border-radius: 50px;
  padding: 8px 12px;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#news .tabs .right_md_block .tab-content ul li dl dd {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  #news .tabs .right_md_block .tab-content ul li dl dd {
    font-size: 1.6rem;
    width: calc(100% - 260px);
    padding-left: 25px;
  }
}
#news .tabs .right_md_block .tab-content .panel02 ul li dl dt span:before {
  content: "協会からのお知らせ";
}
#news .tabs .right_md_block .tab-content .panel03 ul li dl dt span:before {
  content: "メディア情報";
}

#info {
  margin-top: 100px;
}
@media (min-width: 768px) {
  #info {
    margin-top: 150px;
  }
}
#info h2 {
  text-align: center;
}
#info h2 img {
  width: 80vw;
}
@media (min-width: 768px) {
  #info h2 img {
    max-width: 292px;
  }
}
#info h2 p {
  font-size: min(4.3835616438vw, 1.6rem);
  margin-top: 10px;
}
@media (min-width: 768px) {
  #info h2 p {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
#info ul {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #info ul {
    margin-top: 45px;
  }
}
#info ul li {
  text-align: center;
  width: 100%;
  margin-top: 25px;
}
#info ul li:nth-of-type(1), #info ul li:nth-of-type(2) {
  width: 46%;
  margin-top: 0;
}
#info ul li:nth-of-type(1) {
  margin-right: 8%;
}
@media (min-width: 768px) {
  #info ul li {
    width: 30%;
    margin-right: 5%;
  }
  #info ul li:nth-of-type(1) {
    margin-right: 5%;
  }
  #info ul li:nth-of-type(1), #info ul li:nth-of-type(2) {
    width: 30%;
  }
  #info ul li:nth-of-type(3) {
    margin-top: 0;
  }
  #info ul li:nth-of-type(3), #info ul li:nth-of-type(5) {
    margin-right: 0;
  }
  #info ul li:nth-of-type(4), #info ul li:nth-of-type(5) {
    margin-top: 50px;
  }
}

#sns {
  margin-top: 100px;
}
@media (min-width: 768px) {
  #sns {
    margin-top: 150px;
  }
}
#sns .bg {
  width: 100%;
  padding: 12vw 6vw;
  background: url(../img/sns_bg.png) repeat 0 0/cover;
  margin-top: -1px;
  border-radius: 15px;
}
@media (min-width: 768px) {
  #sns .bg {
    padding: 65px 50px;
    margin-top: -2px;
  }
}
#sns h2 {
  text-align: center;
}
#sns h2 img {
  width: 95.0684931507vw;
}
@media (min-width: 768px) {
  #sns h2 img {
    max-width: 347px;
  }
}
#sns h2 p {
  font-size: min(4.3835616438vw, 1.6rem);
  margin-top: 10px;
}
@media (min-width: 768px) {
  #sns h2 p {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
#sns ul {
  margin-top: 35px;
}
@media (min-width: 768px) {
  #sns ul {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
  }
}
#sns ul li {
  text-align: center;
  margin-top: 25px;
}
#sns ul li:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  #sns ul li {
    width: 48%;
    margin-right: 4%;
    flex-wrap: nowrap;
  }
  #sns ul li:nth-of-type(even) {
    margin-right: 0;
  }
  #sns ul li:nth-of-type(2) {
    margin-top: 0;
  }
  #sns ul li:nth-of-type(3), #sns ul li:nth-of-type(4), #sns ul li:nth-of-type(5) {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  #sns ul.list01 {
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  #sns ul.list01 li {
    width: 17.7419354839%;
    margin-right: 0;
    margin-top: 0;
  }
  #sns ul.list01 li:last-of-type {
    margin-right: 0;
  }
  #sns ul.list01 li:first-of-type {
    width: 22.2580645161%;
  }
  #sns ul.list01 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #sns ul.list01 li a picture {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
  }
  #sns ul.list01 li a picture img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  #sns ul.list02 {
    justify-content: flex-start;
  }
  #sns ul.list02 li {
    width: 29.563812601%;
    margin-right: 5.6542810985%;
  }
  #sns ul.list02 li:last-of-type {
    margin-right: 0;
    margin-top: 0;
  }
}

#news .tabs a.link {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid #B8B8B8;
  font-size: min(3.2876712329vw, 1.2rem);
  font-weight: 700;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  width: 46%;
  margin-left: 8%;
  margin-top: 15px;
  padding: 9px 5px;
}
@media (min-width: 768px) {
  #news .tabs a.link {
    padding: 17px 36px;
    position: relative;
    font-size: min(1.1940298507vw, 1.6rem);
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }
  #news .tabs a.link:hover {
    border-color: #EC6C00;
    background-color: #EC6C00;
    color: #ffffff;
    opacity: 1;
  }
}/*# sourceMappingURL=top.css.map */