.pharmacy .department_contents_title01 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pharmacy .department_contents_title01::before {
  content: "";
  display: block;
  margin-bottom: 0.25em;
  width: 37px;
  height: 10px;
  background-image: url(../img/course/pharm/pharmacy/title_deco.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.pharmacy .information_container .info_title::before {
  background-color: #0AAA9B;
}
.pharmacy .md-btn_more::after {
  background-color: #0AAA9B;
}
.pharmacy .md-btn {
  background: #0AAA9B;
  border-color: #0AAA9B;
  max-width: 100%;
}
.pharmacy .md-btn:hover {
  color: #0AAA9B;
}
.pharmacy .md-btn.anker::before {
  transform: rotate(90deg);
}
.pharmacy .pickup_item h3 {
  white-space: normal;
}
.pharmacy .pickup_item .pickup_more_button {
  background: #0AAA9B;
  border: 1px solid #0AAA9B;
  position: relative;
}
.pharmacy .interview_container {
  background-color: #F3F3EF;
  position: relative;
}
.pharmacy .interview_container .container_inner {
  position: relative;
  z-index: 1;
}
.pharmacy .interview_container .interview_item .interview_title {
  border-bottom: solid 1px #707070;
}
.pharmacy .work_container .department_contents_title01 {
  color: #fff;
}
.pharmacy .work_container .department_contents_title01::before {
  background-image: url(../img/course/pharm/pharmacy/titlee_deco_wh.png);
}
.pharmacy .work_container .work_container_heading .circle_box {
  background-color: #0AAA9B;
}
.pharmacy .work_container .work_box_title {
  color: #0AAA9B;
}
.pharmacy .work_container .work_body .flex_item p {
  margin-bottom: 2em;
}
.pharmacy .work_container .work_body .flex_item h4 {
  margin-bottom: 1em;
}
.pharmacy .work_container .work_body .flex_item .bold {
  font-weight: bold;
}
.pharmacy .work_container .work_body .small {
  font-size: 0.8em;
}
.pharmacy .work_container .work_body .group {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
  margin-top: 1em;
}
.pharmacy .work_container .work_body .group.open {
  -webkit-line-clamp: unset;
}
.pharmacy .work_container .pickup_more_button {
  margin-top: 0.8em;
  padding: 0.3em;
  color: #fff;
  font-weight: normal;
  text-align: center;
  background: #0AAA9B;
  border: 1px solid #0AAA9B;
  border-radius: 3em;
  transition: all 0.4s ease-out;
  cursor: pointer;
}
.pharmacy .work_container .pickup_more_button:hover {
  color: #0AAA9B;
  background: #fff;
}
.pharmacy .work_container .pickup_more_button .icon {
  position: relative;
  display: inline-block;
  margin-left: 0.5em;
  width: 0.8em;
  height: 0.8em;
}
.pharmacy .work_container .pickup_more_button .icon::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transform-origin: center center;
}
.pharmacy .work_container .pickup_more_button .icon::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transform-origin: center center;
  transform: rotate(90deg);
}
.pharmacy .voice_block.graduates::before {
  background: rgba(10, 170, 155, 0.1);
}
.pharmacy .voice_item {
  border-top: #0AAA9B solid;
}
.pharmacy .voice_item .title {
  color: #0AAA9B;
  white-space: normal;
}
.pharmacy .voice_item .title span {
  width: 90%;
}
.pharmacy .work_item_title {
  margin-top: 1.5em;
}
.pharmacy .research_container {
  background-color: #F3F3EF;
  position: relative;
}
.pharmacy .voice_block::before {
  background: #fff;
}
.pharmacy .department_bottom_container a {
  color: #0AAA9B;
}
.pharmacy .js-more-toggle {
  position: relative;
}
.pharmacy .js-more-toggle .icon {
  display: none !important;
}
.pharmacy .js-more-toggle:hover {
  color: #0AAA9B;
  background: #fff;
}
.pharmacy .js-more-toggle::after, .pharmacy .js-more-toggle::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  display: block;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transform-origin: center center;
  width: 0.8em;
  right: 1.5em;
}
.pharmacy .js-more-toggle::after {
  transform: rotate(90deg);
}
.pharmacy .open + .js-more-toggle::after {
  content: none;
}

.pharmacy .department_mv {
  background: url(../img/course/pharm/pharmacy/mv_bg_sp.png) no-repeat center/cover;
  background-color: #F1F3EF;
  padding: min(14.4vw, 93px) 0 min(8vw, 100px);
  position: relative;
}
@media only screen and (min-width: 769px) {
  .pharmacy .department_mv {
    background: url(../img/course/pharm/pharmacy/mv_bg.png) no-repeat center/cover;
  }
}
.pharmacy .department_mv .img_box {
  margin-left: 5%;
  border-radius: 20px 0 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 641px) {
  .pharmacy .department_mv .img_box {
    width: 74%;
    margin: 0 0 0 auto;
  }
}
@media only screen and (min-width: 769px) {
  .pharmacy .department_mv .img_box .swiper-slide img {
    width: 100%;
  }
}
.pharmacy .department_mv .mv_titlebox {
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  padding: 40px 40px 40px 5%;
  position: absolute;
  left: 0;
  top: 80vw;
  z-index: 2;
  width: 72vw;
}
@media only screen and (min-width: 769px) {
  .pharmacy .department_mv .mv_titlebox {
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    padding: 60px 65px 60px 150px;
    max-width: 600px;
  }
}
@media only screen and (min-width: 1900px) {
  .pharmacy .department_mv .mv_titlebox {
    left: 20%;
  }
}
.pharmacy .department_mv .mv_titlebox .mv_titlebox_content {
  position: relative;
  width: 100%;
  height: 100%;
}
.pharmacy .department_mv .mv_titlebox .lead {
  font-size: clamp(1.4rem, 0.305rem + 2.74vw, 2.7rem);
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 1em;
}
.pharmacy .department_mv .mv_titlebox .lead .green {
  color: #0AAA9B;
}
.pharmacy .department_mv .mv_titlebox .lead .underline {
  border-bottom: solid 1px #0AAA9B;
  padding-bottom: 0.2em;
  margin-bottom: 13px;
}
.pharmacy .department_mv .mv_titlebox .department_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pharmacy .department_mv .mv_titlebox .department_title .faculty_name {
  font-size: clamp(1.2rem, 0.863rem + 0.84vw, 1.6rem);
  color: #fff;
  background-color: #0AAA9B;
  width: 90px;
  border-radius: 100vh;
  text-align: center;
  line-height: 1.8em;
  margin-right: 10px;
}
.pharmacy .department_mv .mv_titlebox .department_title .name {
  font-size: clamp(3.2rem, 0.842rem + 5.89vw, 6rem);
}
.pharmacy .department_mv .mv_titlebox .department_title .en {
  font-size: clamp(1rem, 0.495rem + 1.26vw, 1.6rem);
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-top: 1em;
  line-height: 1.5em;
}
.pharmacy .department_mv .mv_titlebox .box_deco {
  position: absolute;
}
.pharmacy .department_mv .mv_titlebox .box_deco.deco1 {
  width: 60px;
  top: -100px;
  right: -52px;
}
@media only screen and (min-width: 769px) {
  .pharmacy .department_mv .mv_titlebox .box_deco.deco1 {
    width: 87px;
    top: -135px;
    right: -84px;
  }
}
.pharmacy .department_mv .mv_titlebox .box_deco.deco2 {
  width: 60px;
  bottom: -160px;
  right: 60px;
}
@media only screen and (min-width: 769px) {
  .pharmacy .department_mv .mv_titlebox .box_deco.deco2 {
    width: 102px;
    top: 254px;
    right: -114px;
  }
}
.pharmacy .department_mv .mv_badge {
  position: absolute;
  width: 150px;
  height: 150px;
  background: url(../img/course/pharm/pharmacy/mv_badge.png) no-repeat center/contain;
  font-size: clamp(1.4rem, 1.232rem + 0.42vw, 1.6rem);
  color: #fff;
  font-weight: bold;
  text-align: center;
  right: 5%;
  bottom: 45px;
  z-index: 3;
  line-height: 1.5em;
  padding-top: 2em;
}
@media only screen and (min-width: 769px) {
  .pharmacy .department_mv .mv_badge {
    width: 222px;
    height: 222px;
    bottom: 35px;
    right: 15%;
    padding-top: 4em;
    letter-spacing: 0.1em;
  }
}
.pharmacy .department_mv .mv_badge .yellow {
  font-size: 1.1em;
  color: #FFD801;
  border-bottom: 1px solid #FFD801;
}
.pharmacy .department_mv .mv_badge .small {
  font-size: 0.83em;
}
.pharmacy .department_mv .mv_bgitem1 {
  position: absolute;
  width: 56px;
  top: 20px;
  left: 10px;
}
@media only screen and (min-width: 769px) {
  .pharmacy .department_mv .mv_bgitem1 {
    width: 107px;
    top: 60px;
    left: 5%;
  }
}
.pharmacy .department_mv .mv_bgitem2 {
  position: absolute;
  width: 40px;
  top: 5px;
  left: 45%;
}
@media only screen and (min-width: 769px) {
  .pharmacy .department_mv .mv_bgitem2 {
    width: 50px;
    top: 10px;
    left: 55%;
  }
}
.pharmacy .department_mv .mv_bgitem3 {
  position: absolute;
  width: 30px;
  left: 20px;
  bottom: 90px;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .pharmacy .department_mv .mv_bgitem3 {
    display: block;
    width: 50px;
    bottom: 100px;
    left: 3%;
  }
}
.pharmacy .department_mv .mv_bgitem4 {
  position: absolute;
  width: 60px;
  bottom: -30px;
  left: 50%;
}
@media only screen and (min-width: 769px) {
  .pharmacy .department_mv .mv_bgitem4 {
    width: 67px;
    bottom: 50px;
    left: 105px;
  }
}
.pharmacy .department_mv .mv_bgitem5 {
  position: absolute;
  width: 60px;
  bottom: 5px;
  right: 10%;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .pharmacy .department_mv .mv_bgitem5 {
    width: 77px;
    bottom: 0;
    right: 5%;
  }
}
.pharmacy .curriculum {
  padding: 30px 0 100px;
  background-color: #F1F3EF;
}
@media only screen and (min-width: 769px) {
  .pharmacy .curriculum {
    padding: 100px 0 150px;
  }
}
@media only screen and (min-width: 769px) {
  .pharmacy .curriculum .container_inner {
    position: relative;
  }
}
.pharmacy .curriculum .curriculum_img1 {
  margin-bottom: 60px;
}
@media only screen and (min-width: 769px) {
  .pharmacy .curriculum .curriculum_img1 {
    position: absolute;
    width: 290px;
    max-width: 30%;
    left: -145px;
    top: -50px;
  }
}
.pharmacy .curriculum .curriculum_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #0AAA9B;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}
.pharmacy .curriculum .curriculum_ttl::before {
  content: "";
  background: url(../img/course/pharm/pharmacy/title_deco.png) no-repeat center/contain;
  width: 38px;
  height: 10px;
  position: absolute;
  display: block;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
}
.pharmacy .curriculum .desc {
  font-size: clamp(1.6rem, 1.263rem + 0.84vw, 2rem);
  margin-bottom: 120px;
  line-height: 2.5em;
}
.pharmacy .curriculum .desc .green {
  color: #0AAA9B;
  font-weight: bold;
  border-bottom: solid 2px #0AAA9B;
}
@media only screen and (min-width: 769px) {
  .pharmacy .curriculum .desc {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
  }
}
.pharmacy .curriculum .imgarea2 {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .pharmacy .curriculum .imgarea2 {
    position: absolute;
    width: 290px;
    max-width: 30%;
    right: -145px;
    top: -50px;
  }
}
.pharmacy .curriculum .imgarea2 .imgarea2_inner {
  position: relative;
}
.pharmacy .curriculum .imgarea2 .curriculum_img2 {
  width: 70%;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 769px) {
  .pharmacy .curriculum .imgarea2 .curriculum_img2 {
    width: 100%;
  }
}
.pharmacy .curriculum .imgarea2 .deco {
  width: 84px;
  position: absolute;
  left: 0;
  top: 20px;
}
@media only screen and (min-width: 769px) {
  .pharmacy .curriculum .imgarea2 .deco {
    width: 137px;
    top: 230px;
  }
}
@media only screen and (min-width: 769px) {
  .pharmacy .curriculum .btn_area {
    margin-top: 190px;
  }
}
@media only screen and (min-width: 769px) {
  .pharmacy .curriculum .btn_area .btn_flex {
    display: flex;
    justify-content: space-between;
  }
}
.pharmacy .curriculum .btn_area .btn_flex .button_box {
  margin-top: 20px;
}
@media only screen and (min-width: 769px) {
  .pharmacy .curriculum .btn_area .btn_flex .button_box {
    margin-top: 50px;
  }
}
.pharmacy .oshi_container {
  padding-top: 80px;
}
.pharmacy .oshi_container .oshi_ttl {
  font-size: clamp(3.4rem, 2.642rem + 1.89vw, 4.3rem);
  margin-bottom: 75px;
  text-align: center;
}
.pharmacy .oshi_container .oshi_ttl .green {
  color: #0AAA9B;
}
.pharmacy .oshi_container .oshi_group {
  padding-bottom: 80px;
}
.pharmacy .oshi_container .oshi_group .flex_area {
  margin-bottom: 60px;
}
@media only screen and (min-width: 769px) {
  .pharmacy .oshi_container .oshi_group .flex_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.pharmacy .oshi_container .oshi_group .flex_area .imgarea {
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .pharmacy .oshi_container .oshi_group .flex_area .imgarea {
    margin-bottom: 0;
    width: 45%;
  }
}
.pharmacy .oshi_container .oshi_group .flex_area .textarea {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .pharmacy .oshi_container .oshi_group .flex_area .textarea {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  .pharmacy .oshi_container .oshi_group .flex_area .textarea .ttlarea {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
  }
}
.pharmacy .oshi_container .oshi_group .flex_area .textarea .ttlarea .num {
  width: 83px;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 769px) {
  .pharmacy .oshi_container .oshi_group .flex_area .textarea .ttlarea .num {
    margin-right: 20px;
    margin: 0 20px 0 0;
  }
}
.pharmacy .oshi_container .oshi_group .flex_area .textarea .ttlarea .title {
  font-size: clamp(2.2rem, 1.695rem + 1.26vw, 2.8rem);
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
}
@media only screen and (min-width: 769px) {
  .pharmacy .oshi_container .oshi_group .flex_area .textarea .ttlarea .title {
    margin-bottom: 0;
    text-align: left;
    border-left: 1px solid #0AAA9B;
    padding-left: 20px;
  }
}
.pharmacy .oshi_container .oshi_group .flex_area .textarea .ttlarea .title .green {
  color: #0AAA9B;
}
.pharmacy .oshi_container .oshi_group .flex_area .textarea .desc {
  font-size: 1.4rem;
}
.pharmacy .oshi_container .oshi_group .flex_area .textarea .deco {
  position: absolute;
}
.pharmacy .oshi_container .oshi_group .flex_area .textarea .deco.deco1 {
  width: 170px;
  top: -170px;
  right: -5%;
}
@media only screen and (min-width: 769px) {
  .pharmacy .oshi_container .oshi_group .flex_area .textarea .deco.deco1 {
    top: -116px;
    right: 0;
  }
}
.pharmacy .oshi_container .oshi_group .flex_area .textarea .deco.deco2 {
  width: 125px;
  top: -170px;
  right: -6%;
}
@media only screen and (min-width: 769px) {
  .pharmacy .oshi_container .oshi_group .flex_area .textarea .deco.deco2 {
    top: -93px;
    right: 0;
  }
}
.pharmacy .oshi_container .oshi_group .flex_area .textarea .deco.deco3 {
  width: 108px;
  top: -170px;
  left: 13%;
}
@media only screen and (min-width: 769px) {
  .pharmacy .oshi_container .oshi_group .flex_area .textarea .deco.deco3 {
    top: -20px;
    right: -10px;
    left: auto;
  }
}
.pharmacy .oshi_container .oshi_group .box_area {
  background-color: #F6F8E8;
  padding: 50px 30px 50px 5%;
  margin: 0 calc(50% - 50vw);
}
@media only screen and (min-width: 769px) {
  .pharmacy .oshi_container .oshi_group .box_area {
    border-radius: 20px;
    margin: auto;
    padding: 50px 0;
  }
}
@media only screen and (min-width: 769px) {
  .pharmacy .oshi_container .oshi_group .box_area .swiper-container .swiper-wrapper {
    width: 960px;
    margin: 0 auto;
  }
}
.pharmacy .oshi_container .oshi_group .box_area .swiper-container .swiper-wrapper .swiper-slide .imgarea {
  margin-bottom: 20px;
}
.pharmacy .oshi_container .oshi_group .box_area .swiper-container .swiper-wrapper .swiper-slide .imgarea img {
  border-radius: 20px;
}
.pharmacy .oshi_container .oshi_group .box_area .swiper-container .swiper-wrapper .swiper-slide .box_ttl {
  font-size: clamp(1.8rem, 1.632rem + 0.42vw, 2rem);
  margin-bottom: 20px;
}
.pharmacy .oshi_container .oshi_group .box_area .swiper-container .swiper-wrapper .swiper-slide .box_ttl .green {
  color: #0AAA9B;
}
.pharmacy .oshi_container .oshi_group .box_area .swiper-container .swiper-wrapper .swiper-slide .desc {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .pharmacy .oshi_container .oshi_group .box_area .swiper-container .swiper-wrapper .swiper-slide .desc.long_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    margin-top: 1em;
  }
  .pharmacy .oshi_container .oshi_group .box_area .swiper-container .swiper-wrapper .swiper-slide .desc.long_desc.open {
    -webkit-line-clamp: unset;
  }
}
.pharmacy .oshi_container .oshi_group .box_area .swiper-container .swiper-wrapper .swiper-slide .attention {
  font-size: 1.2rem;
  margin-top: 1em;
  display: block;
}
@media only screen and (max-width: 768px) {
  .pharmacy .oshi_container .oshi_group .box_area .text_more_btn {
    margin-top: 0.8em;
    padding: 0.3em;
    color: #fff;
    font-weight: normal;
    text-align: center;
    background: #0AAA9B;
    border: 1px solid #0AAA9B;
    border-radius: 3em;
    transition: all 0.4s ease-out;
    cursor: pointer;
  }
  .pharmacy .oshi_container .oshi_group .box_area .text_more_btn .icon {
    position: relative;
    display: inline-block;
    margin-left: 0.5em;
    width: 0.8em;
    height: 0.8em;
  }
  .pharmacy .oshi_container .oshi_group .box_area .text_more_btn .icon::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transform-origin: center center;
  }
  .pharmacy .oshi_container .oshi_group .box_area .text_more_btn .icon::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transform-origin: center center;
    transform: rotate(90deg);
  }
}
.pharmacy .oshi_container .oshi_group1 {
  background: url(../img/course/pharm/pharmacy/bg_hexa.png), url(../img/course/pharm/pharmacy/bg_hexa.png);
  background-repeat: no-repeat;
  background-size: 159px, 380px;
  background-position: 110% 0, -250px 310px;
}
@media only screen and (min-width: 769px) {
  .pharmacy .oshi_container .oshi_group1 {
    background-size: 531px, 256px;
    background-position: -115px 325px, -100px 848px;
  }
}
@media only screen and (min-width: 769px) {
  .pharmacy .oshi_container .oshi_group1 .swiper-slide:first-child {
    width: 61.5% !important;
  }
}
.pharmacy .oshi_container .oshi_group2 {
  padding: 80px 0;
  background: url(../img/course/pharm/pharmacy/bg_hexa.png), url(../img/course/pharm/pharmacy/bg_hexa.png), url(../img/course/pharm/pharmacy/bg_hexa.png);
  background-repeat: no-repeat;
  background-size: 170px, 349px, 0;
  background-position: -80px 296px, 250px 460px, center center;
}
@media only screen and (min-width: 769px) {
  .pharmacy .oshi_container .oshi_group2 {
    background-size: 256px, 449px, 256px;
    background-position: 95% 71px, -5% 338px, 120% 1072px;
  }
}
@media only screen and (min-width: 769px) {
  .pharmacy .oshi_container .oshi_group2 .flex_area {
    flex-direction: row-reverse;
  }
}
.pharmacy .oshi_container .oshi_group2 .box_area {
  padding: 50px;
}
.pharmacy .oshi_container .oshi_group3 {
  background: url(../img/course/pharm/pharmacy/bg_hexa.png), url(../img/course/pharm/pharmacy/bg_hexa.png);
  background-repeat: no-repeat;
  background-size: 256px, 349px;
  background-position: 150% -12px, -250px 416px;
}
@media only screen and (min-width: 769px) {
  .pharmacy .oshi_container .oshi_group3 {
    background-size: 256px, 365px;
    background-position: 0 435px, 120% 960px;
  }
}
.pharmacy .oshi_container .oshi_group3 .button_box .md-btn {
  background: #fff;
  color: #0AAA9B;
}
.pharmacy .oshi_container .oshi_group3 .button_box .md-btn:hover {
  background-color: #0AAA9B;
  color: #fff;
}
.pharmacy .oshi_container .oshi_group3 .box_area {
  padding: 50px;
}
.pharmacy .oshi_container .check_block {
  padding: min(16vw, 100px) 0;
  position: relative;
}
.pharmacy .oshi_container .check_block .check_fukidashi {
  width: 124px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: min(10.6666666667vw, 80px);
  z-index: 2;
}
.pharmacy .oshi_container .check_block::before {
  content: "";
  background-color: #F1F3EF;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 calc(50% - 50vw);
  top: 0;
  left: 0;
  z-index: 0;
  position: absolute;
  width: 100vw;
}
.pharmacy .oshi_container .check_block .white_area {
  background-color: #fff;
  margin-right: -15%;
  margin-left: calc(50% - 50vw);
  padding-right: 15%;
  padding-left: calc(50vw - 50%);
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 0 20px 20px 0;
}
.pharmacy .oshi_container .check_block .white_area .check_ttl {
  font-size: clamp(2.2rem, 1.695rem + 1.26vw, 2.8rem);
  margin-bottom: 2em;
  position: relative;
  text-align: center;
}
.pharmacy .oshi_container .check_block .white_area .check_ttl .under_line {
  border-bottom: solid #0AAA9B 2px;
}
.pharmacy .oshi_container .check_block .white_area .graph {
  position: relative;
}
.pharmacy .curriculum_container {
  padding: 80px 0;
  background-color: #F1F3EF;
}
.pharmacy .curriculum_container .white_area {
  background-color: #fff;
  padding: 50px 0 50px 5%;
  position: relative;
  border-radius: 20px 0 0 20px;
}
@media only screen and (min-width: 769px) {
  .pharmacy .curriculum_container .white_area {
    width: 90%;
    margin: 0 0 0 auto;
    padding: 180px 0 100px 100px;
  }
}
.pharmacy .curriculum_container .white_area .curriculum_fukidashi {
  width: 189px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -20px;
}
.pharmacy .curriculum_container .white_area .curriculum_ttl {
  font-size: clamp(2.2rem, 1.695rem + 1.26vw, 2.8rem);
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .pharmacy .curriculum_container .white_area .curriculum_ttl {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 50px;
  }
}
.pharmacy .curriculum_container .white_area .curriculum_ttl .green {
  border-bottom: solid 2px #0AAA9B;
}
.pharmacy .curriculum_container .white_area .lead {
  font-size: clamp(1.4rem, 0.895rem + 1.26vw, 2rem);
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .pharmacy .curriculum_container .white_area .lead {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 100px;
  }
}
.pharmacy .curriculum_container .white_area .graph_area {
  overflow-x: scroll;
}
.pharmacy .curriculum_container .white_area .graph_area figure {
  width: 210%;
}
@media only screen and (min-width: 769px) {
  .pharmacy .curriculum_container .white_area .graph_area figure {
    width: 165%;
  }
}

.pharmacy .movie-block {
  padding-top: min(100px, calc((50 / 390) * 100vw));
}

.pharmacy .movie-block .movie_list {
  margin: auto
}
@media screen and (max-width: 640px) {
  .pharmacy .movie-block .movie_list {
    width: 87.1794871795vw
  }
  .pharmacy .movie-block .movie_list>li+li {
    margin-top: 7.6923076923vw
  }
}
@media screen and (min-width: 641px) {
  .pharmacy .movie-block .movie_list {
    display: flex;
    justify-content: center;
    gap: 2.6428571429em;
    width: min(1024px, 87.1794871795vw)
  }
  .pharmacy .movie-block .movie_list>li {
    width: min(497px, 48.53515625%)
  }
}
.pharmacy .movie-block .movie-thumb {
  padding: min(30px, 5.3333333333vw) min(30px, 5.3333333333vw) min(20px, 8vw);
  color: #fff;
  font-size: clamp(1.2rem, 1.1227722772rem + 0.198019802vw, 1.4rem);
  text-align: center;
  background: #00a797;
  transition: all .2s ease-out;
  cursor: pointer
}
.pharmacy .movie-block .movie-thumb:hover {
  opacity: .7
}
.pharmacy .movie-block .movie-thumb .img-box {
  position: relative
}
.pharmacy .movie-block .movie-thumb .img-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  width: min(60px, 12vw);
  height: min(60px, 12vw);
  background-image: url(/assets/img/course/pharm/icon-play.png);
  background-size: contain;
  transform: translate(-50%, -50%)
}
.pharmacy .movie-block .movie-thumb .img-box img {
  position: relative;
  z-index: 1
}
.pharmacy .movie-block .movie-thumb p {
  margin-top: .8em
}