.human-culture .department_contents_title01 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.human-culture .information_container .info_title::before {
  background-color: #E8625D;
}
.human-culture .md-btn_more::after {
  background-color: #E8625D;
}
.human-culture .md-btn {
  background: #222;
  border-color: #222;
  max-width: 100%;
}
.human-culture .md-btn:hover {
  color: #222;
}
.human-culture .pickup_item .pickup_more_button {
  background: #E8625D;
  border: 1px solid #E8625D;
}
.human-culture .pickup_item .pickup_more_button:hover {
  color: #E8625D;
  background: #fff;
}
.human-culture .interview_container {
  background: url(../img/course/human/human-culture/bg_tile.jpg) repeat;
  position: relative;
}
.human-culture .interview_container .container_inner {
  position: relative;
  z-index: 1;
}
.human-culture .interview_container .department_contents_title01::before {
  background-image: url(/assets/img/course/eng/architecture/heading_illust_wh.png);
}
.human-culture .interview_container .interview_item .interview_title {
  border-bottom: 2px solid #CDDBD9;
}
.human-culture .interview_container .swiper-wrapper {
  justify-content: center;
}
.human-culture .work_container .department_contents_title01 {
  color: #fff;
}
.human-culture .work_container .department_contents_title01::before {
  background-image: url(/assets/img/course/eng/architecture/heading_illust_wh.png);
}
.human-culture .work_container .work_container_heading .circle_box {
  background-color: #E8625D;
}
.human-culture .work_container .work_box_title {
  color: #E8625D;
}
.human-culture .work_container .work_body .flex_item p {
  margin-bottom: 2em;
}
.human-culture .work_container .work_body .flex_item h4 {
  margin-bottom: 1em;
}
.human-culture .work_container .work_body .flex_item .bold {
  font-weight: bold;
}
.human-culture .voice_block.graduates::before {
  background: rgba(232, 98, 93, 0.1);
}
.human-culture .voice_item {
  border-top: #E8625D solid;
}
.human-culture .voice_item .title {
  color: #E8625D;
}
.human-culture .work_item_title {
  margin-top: 1.5em;
}
.human-culture .research_container {
  background: url(../img/course/human/human-culture/bg_tile.jpg) repeat;
  position: relative;
}
.human-culture .research_container .research_item .research_item_title {
  border-bottom: solid 2px #222;
}
.human-culture .voice_block::before {
  background: rgba(255, 255, 255, 0.7);
}
.human-culture .department_bottom_container a {
  color: #E8625D;
}
.human-culture .js-more-toggle {
  position: relative;
}
.human-culture .js-more-toggle .icon {
  display: none !important;
}
.human-culture .js-more-toggle:hover {
  color: #E8625D;
  background: #fff;
}
.human-culture .js-more-toggle::after, .human-culture .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;
}
.human-culture .js-more-toggle::after {
  transform: rotate(90deg);
}
.human-culture .open + .js-more-toggle::after {
  content: none;
}

.human-culture .department_mv {
  height: 188.5333333333vw;
  position: relative;
}
@media only screen and (min-width: 641px) {
  .human-culture .department_mv {
    height: 50vw;
  }
}
.human-culture .department_mv .loop_imgarea .loop_img {
  position: relative;
  width: 5600px;
  background: url(../img/course/human/human-culture/mv_loopimg.jpg);
  background-size: auto 100%;
  overflow: hidden;
  animation: loopBg 60s linear infinite;
  margin: 0 calc(50% - 50vw);
}
.human-culture .department_mv .loop_imgarea .loop_img:before {
  display: block;
  width: 100%;
  padding-top: 188.5333333333vw;
  content: "";
}
@media only screen and (min-width: 641px) {
  .human-culture .department_mv .loop_imgarea .loop_img:before {
    padding-top: 50vw;
  }
}
@media only screen and (min-width: 641px) {
  .human-culture .department_mv .loop_imgarea .loop_img {
    animation: loopBg 30s linear infinite;
  }
}
@keyframes loopBg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.human-culture .department_mv .mv_box {
  background-color: #fff;
  border: solid 3px #222;
  padding: 25px 0 30px 0;
  text-align: center;
  box-shadow: 10px 10px 0px 0px #EAFF4B;
  position: absolute;
  top: 82.6666666667vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
}
@media only screen and (min-width: 641px) {
  .human-culture .department_mv .mv_box {
    top: 9.5833333333vw;
    width: 30.5555555556vw;
    padding: 2.7777777778vw 0 4.1666666667vw;
  }
}
.human-culture .department_mv .mv_box .copy {
  font-size: clamp(2.3rem, 1.374rem + 2.32vw, 3.4rem);
  font-weight: bold;
}
@media only screen and (min-width: 641px) {
  .human-culture .department_mv .mv_box .copy {
    margin-bottom: 0.6944444444vw;
    font-size: 2.3611111111vw;
  }
}
.human-culture .department_mv .mv_box .copy .word_box {
  font-size: clamp(2rem, 1.158rem + 2.11vw, 3rem);
  background-color: #EAFF4B;
  border: solid 1px #222;
  padding: 0 0.3em;
  margin: 0 0.2em;
}
@media only screen and (min-width: 641px) {
  .human-culture .department_mv .mv_box .copy .word_box {
    font-size: 2.0833333333vw;
  }
}
.human-culture .department_mv .mv_box .copy .small {
  font-size: 0.78em;
}
.human-culture .department_mv .mv_box .department_title .faculty_name {
  font-size: clamp(1.1rem, 0.679rem + 1.05vw, 1.6rem);
  color: #fff;
  background-color: #222;
  display: inline-block;
  border-radius: 20px;
  padding: 0.5em 1em;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 641px) {
  .human-culture .department_mv .mv_box .department_title .faculty_name {
    font-size: 1.1111111111vw;
    margin-bottom: 0.6944444444vw;
  }
}
.human-culture .department_mv .mv_box .department_title .name {
  font-size: clamp(3.8rem, 2.368rem + 3.58vw, 5.5rem);
}
@media only screen and (min-width: 641px) {
  .human-culture .department_mv .mv_box .department_title .name {
    font-size: 3.8194444444vw;
  }
}
.human-culture .department_mv .mv_box .department_title .en {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.9rem, 0.479rem + 1.05vw, 1.4rem);
  letter-spacing: 0.1em;
  display: block;
  margin-top: 1em;
}
@media only screen and (min-width: 641px) {
  .human-culture .department_mv .mv_box .department_title .en {
    font-size: 0.9722222222vw;
  }
}
.human-culture .department_mv .bottom_img {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 641px) {
  .human-culture .department_mv .bottom_img {
    width: 37.6388888889vw;
  }
}
.human-culture .about_container {
  background-color: #EAFF4B;
  padding: min(18.6666666667vw, 113px) 0 min(18.6666666667vw, 100px);
}
@media only screen and (min-width: 641px) {
  .human-culture .about_container .container_inner {
    display: flex;
    justify-content: space-between;
  }
}
.human-culture .about_container .textarea {
  margin-bottom: 35px;
}
@media only screen and (min-width: 641px) {
  .human-culture .about_container .textarea {
    width: 54%;
    margin-bottom: 0;
  }
}
.human-culture .about_container .textarea .about_ttl {
  font-size: clamp(2.4rem, 1.726rem + 1.68vw, 3.2rem);
  margin-bottom: min(5.3333333333vw, 45px);
}
.human-culture .about_container .textarea .disc {
  font-size: clamp(1.4rem, 1.063rem + 0.84vw, 1.8rem);
}
@media only screen and (min-width: 641px) {
  .human-culture .about_container .imgaera {
    width: 41%;
  }
}
.human-culture .features_container {
  padding: min(26.6666666667vw, 130px) 0;
  background: url(../img/course/human/human-culture/features_bg.png) repeat;
}
.human-culture .features_container .container_inner {
  width: 90%;
}
@media only screen and (min-width: 787px) {
  .human-culture .features_container .container_inner {
    width: 1200px;
    max-width: 95%;
  }
}
.human-culture .features_container .features_ttl {
  font-size: clamp(3rem, 1.316rem + 4.21vw, 5rem);
  text-align: center;
  margin-bottom: min(21.3333333333vw, 140px);
}
.human-culture .features_container .features_ttl span {
  border-bottom: solid #222 4px;
  background-color: #EAFF4B;
  padding: 0 0.3em;
}
.human-culture .features_container .features_list .group {
  margin-bottom: 100px;
  position: relative;
}
@media only screen and (min-width: 787px) {
  .human-culture .features_container .features_list .group {
    display: flex;
    margin-bottom: 290px;
  }
}
.human-culture .features_container .features_list .group .img {
  margin-left: calc(50% - 50vw);
  width: 90%;
}
@media only screen and (min-width: 787px) {
  .human-culture .features_container .features_list .group .img {
    width: 500px;
    margin-left: 0;
  }
}
.human-culture .features_container .features_list .group .box {
  background-color: #fff;
  box-shadow: 10px 10px 0 0 #0FF50D;
  border: 2px solid #222;
  position: relative;
  padding: 30px 4vw;
  margin-top: -10.6666666667vw;
}
@media only screen and (min-width: 787px) {
  .human-culture .features_container .features_list .group .box {
    width: 620px;
    position: absolute;
    right: 10%;
    top: 250px;
    padding: 30px 60px;
  }
}
.human-culture .features_container .features_list .group .box .num {
  font-size: clamp(3.6rem, 3.095rem + 1.26vw, 4.2rem);
  color: #0FF50D;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.human-culture .features_container .features_list .group .box .box_ttl {
  font-size: clamp(2rem, 1.326rem + 1.68vw, 2.8rem);
  margin-bottom: 30px;
  font-weight: bold;
}
.human-culture .features_container .features_list .group .box .box_ttl .marker {
  background: linear-gradient(transparent 50%, #AEFFAD 50%);
}
.human-culture .features_container .features_list .group .box .disc {
  font-size: 1.4rem;
  margin-bottom: 35px;
}
.human-culture .features_container .features_list .group .box .list_ttl {
  font-size: 1.6rem;
  background-color: #fff;
  position: relative;
  margin-bottom: 1em;
  font-weight: bold;
}
.human-culture .features_container .features_list .group .box .list_ttl::after {
  content: "";
  width: 40%;
  height: 1px;
  background-color: #222;
  position: absolute;
  position: absolute;
  top: 50%;
}
@media only screen and (min-width: 641px) {
  .human-culture .features_container .features_list .group .box .list_ttl::after {
    width: 60%;
  }
}
.human-culture .features_container .features_list .group .box .list li {
  font-size: 1.4rem;
  padding-left: 1.3em;
  text-indent: -1.5em;
  margin-bottom: 0.5em;
}
.human-culture .features_container .features_list .group .box .list li::before {
  content: "";
  width: 1em;
  height: 1em;
  background-color: #0FF50D;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
}
.human-culture .features_container .features_list .group .box .deco {
  width: min(40vw, 265px);
  position: absolute;
  top: -5.3333333333vw;
  right: 5%;
}
@media only screen and (min-width: 641px) {
  .human-culture .features_container .features_list .group .box .deco {
    right: -8%;
  }
}
@media only screen and (min-width: 787px) {
  .human-culture .features_container .features_list .group2, .human-culture .features_container .features_list .group4 {
    flex-direction: row-reverse;
  }
}
.human-culture .features_container .features_list .group2 .img, .human-culture .features_container .features_list .group4 .img {
  margin-right: calc(50% - 50vw);
  margin-left: auto;
}
@media only screen and (min-width: 787px) {
  .human-culture .features_container .features_list .group2 .img, .human-culture .features_container .features_list .group4 .img {
    margin-right: 0;
  }
}
.human-culture .features_container .features_list .group2 .box, .human-culture .features_container .features_list .group4 .box {
  box-shadow: -10px 10px 0 0 #FF00FF;
}
@media only screen and (min-width: 787px) {
  .human-culture .features_container .features_list .group2 .box, .human-culture .features_container .features_list .group4 .box {
    left: 10%;
    right: auto;
  }
}
.human-culture .features_container .features_list .group2 .box .num, .human-culture .features_container .features_list .group4 .box .num {
  color: #FF00FF;
}
.human-culture .features_container .features_list .group2 .box .box_ttl .marker, .human-culture .features_container .features_list .group4 .box .box_ttl .marker {
  background: linear-gradient(transparent 50%, #FFC9FF 50%);
}
.human-culture .features_container .features_list .group2 .box .deco, .human-culture .features_container .features_list .group4 .box .deco {
  width: min(33.3333333333vw, 184px);
  top: -16vw;
  right: 10.6666666667vw;
}
@media only screen and (min-width: 787px) {
  .human-culture .features_container .features_list .group2 .box .deco, .human-culture .features_container .features_list .group4 .box .deco {
    top: -60px;
    right: 50px;
  }
}
.human-culture .features_container .features_list .group3 .box {
  box-shadow: 10px 10px 0 0 #1000F6;
}
.human-culture .features_container .features_list .group3 .box .num {
  color: #1000F6;
}
.human-culture .features_container .features_list .group3 .box .box_ttl .marker {
  background: linear-gradient(transparent 50%, #C3D7FF 50%);
}
.human-culture .features_container .features_list .group3 .box .deco {
  width: min(48vw, 236px);
  top: -16vw;
  right: 3%;
}
@media only screen and (min-width: 641px) {
  .human-culture .features_container .features_list .group3 .box .deco {
    top: -120px;
    right: 60px;
  }
}
@media only screen and (min-width: 787px) {
  .human-culture .features_container .features_list .group3 .md-btn {
    line-height: 2.2em;
  }
}
.human-culture .features_container .features_list .group3 .md-btn::before {
  content: none;
}
.human-culture .features_container .features_list .group3 .md-btn img {
  display: inline;
  margin-left: 20px;
}
.human-culture .features_container .features_list .group4 .box {
  box-shadow: -10px 10px 0 0 #FF9065;
}
@media only screen and (min-width: 787px) {
  .human-culture .features_container .features_list .group4 .box {
    left: 10%;
    right: auto;
  }
}
.human-culture .features_container .features_list .group4 .box .num {
  color: #FF9065;
}
.human-culture .features_container .features_list .group4 .box .box_ttl .marker {
  background: linear-gradient(transparent 50%, #FFC5AF 50%);
}
.human-culture .features_container .features_list .group4 .box .deco {
  width: min(42.1333333333vw, 214px);
  top: -18.6666666667vw;
  right: 10.6666666667vw;
}
@media only screen and (min-width: 787px) {
  .human-culture .features_container .features_list .group4 .box .deco {
    top: -100px;
    right: 220px;
  }
}
.human-culture .features_container .features_list .loop_theme {
  border-bottom: solid 3px #222;
  position: relative;
  padding-bottom: 2em;
  margin-bottom: min(26.6666666667vw, 150px);
}
.human-culture .features_container .features_list .loop_theme .loop_title {
  top: -1em;
  left: 0;
  position: relative;
  margin-bottom: 2em;
}
.human-culture .features_container .features_list .loop_theme .loop_title span {
  padding-right: 1.5em;
  font-size: clamp(2rem, 0.653rem + 3.37vw, 3.6rem);
  background: linear-gradient(transparent 50%, #EAFF4B 50%);
}
.human-culture .features_container .features_list .loop_theme .loop_title::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #222;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
}
.human-culture .features_container .features_list .loop_theme .loop_img {
  position: relative;
  width: 5600px;
  background: url(../img/course/human/human-culture/features_loopimg.png);
  background-size: auto 100%;
  overflow: hidden;
  animation: loopBg 60s linear infinite;
  margin: 0 calc(50% - 50vw);
}
.human-culture .features_container .features_list .loop_theme .loop_img:before {
  display: block;
  width: 100%;
  padding-top: 66.6666666667vw;
  content: "";
}
@media only screen and (min-width: 641px) {
  .human-culture .features_container .features_list .loop_theme .loop_img:before {
    padding-top: 300px;
  }
}
@media only screen and (min-width: 641px) {
  .human-culture .features_container .features_list .loop_theme .loop_img {
    animation: loopBg 30s linear infinite;
  }
}
@keyframes loopBg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.human-culture .features_container .btn_area .lead {
  text-align: center;
  font-size: clamp(1.8rem, 1.632rem + 0.42vw, 2rem);
  margin-bottom: 30px;
}
@media only screen and (min-width: 641px) {
  .human-culture .features_container .btn_area .lead {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 641px) {
  .human-culture .features_container .btn_area .btns {
    display: flex;
    justify-content: space-between;
    width: 1024px;
    margin: 0 auto;
  }
}
.human-culture .features_container .btn_area .btns .button_box {
  margin-top: 0;
  margin-bottom: 1em;
}
@media only screen and (min-width: 641px) {
  .human-culture .features_container .btn_area .btns .button_box {
    margin-bottom: 0;
  }
}