@charset "utf-8";

/******************************************************************
basement
******************************************************************/
html {
  scroll-behavior: smooth;
}
body {
  position: relative;
  background: #EEEFEF;
  color: #2B2B2B;
  font-weight:normal;
  font-size:16px;
  line-height:1.8;
  font-family: "Times New Roman", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  letter-spacing: 0.08em;
  text-align:center;
}
p {
  font-size: 14px;
  line-height: 2.3;
  font-family: "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
a {
  opacity: 1;
  color:#000;
  text-decoration: none;
  outline: none;
  transition : opacity 0.4s;
  -webkit-transition : opacity 0.4s;
}
a:hover {
  opacity: 0.6;
}
img {
  width:100%;
  height: auto;
}
img.imgf {
  width: calc( 95% - 24px );
  max-width: 720px;
  margin: auto;
}
br.clear {
  clear: both;
}
#wrapper {
  width:100%;
  overflow-x: hidden !important;
}
@media screen and (max-width:736px){
  body{
    width: 100%;
    font-size: 14px;
  }
  p {
    line-height: 1.9;
  }
}

/* option */
span.br{ display: inline-block;}
.pc{ display: inherit; padding: 0; margin: 0; letter-spacing: 0; }
.sp{ display: none; }
.att{ font-size: 12px; }
@media screen and (max-width:736px){
  .pc{ display: none; }
  .sp{ display: inherit; }
}


/******************************************************************
hero
******************************************************************/
.hero {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 750px;
  background: no-repeat center bottom url("../images/shibuya.jpg");
  background-size: cover;
}
.hero .ttl {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 504px;
  margin: auto;
}
@media screen and (max-width:736px){
  .hero .ttl {
    transform: translate(-50%, -70%);
  }
}


/******************************************************************
Anchor Link
******************************************************************/
.anchorLink {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 0;
  background-color: #fff;
}
.anchorLink img {
  width: 300px;
  margin: 0 10px;
  border: 1px solid #999;
}
@media screen and (max-width:736px){
  .anchorLink {
    padding: 30px 0;
  }
  .anchorLink img {
    width: 43%;
    padding: 0;
    border: 1px solid #999;
  }
}


/******************************************************************
section1
******************************************************************/
.section1 {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 70px;
  background-color: #fff;
  text-align: left;
}
.section1 .inner {
  width: 800px;
  margin: 30px auto;
}
.section1 h2 {
  margin: 20px 0;
  color: #872d7f;
  font-weight: normal;
  font-size: 32px;
  text-align: center;
}
.section1 .lead {
  font-size: 16px;
}
.section1 .notes {
  margin-top: 20px;
  line-height: 1.2;
}
.section1 sup {
  font-size: 0.75rem;
}
@media screen and (max-width:736px){
  .section1 {
    padding: 0;
  }
  .section1 .inner {
    width: 100%;
    margin: 0px 0;
    box-sizing: border-box;
    padding-bottom: 50px;
  }
  .section1 h2 {
    margin: 0 0 20px;
    padding: 0 1rem;
    font-size: 30px;
    line-height: 1.7;
  }
  .section1 .lead {
    padding: 0 1.5rem;
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
  }
  .section1 .notes {
    padding: 0 1.5rem;
  }
}


/******************************************************************
section2
******************************************************************/
.section2 {
  width: 100%;
  margin: 0 auto;
  padding: 70px 0 0;
}
.section2 .title {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  color: #2A7D39;
  font-size: 36px;
  font-family: serif;
}
.section2 .title:before,
.section2 .title:after {
  border-top: 2px solid #2A7D39;
  content: "";
  flex-grow: 1;
}
.section2 .title:before {
  margin-right: 2rem;
}
.section2 .title:after {
  margin-left: 2rem;
}
.section2 .lead {
  padding-bottom: 30px;
  font-size: 16px;
}
.manabi {
  width: 400px;
  margin: 50px auto 40px;
}
.special {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  max-width: 1200px;
  height: 700px;
  background: no-repeat center bottom url("../images/shibuya.jpg");
  background-size: cover;
}
@media screen and (max-width:736px){
  .section2 .title {
    width: 90vw;
    font-size: 24px;
  }
  .section2 .title:before {
    margin-right: 1rem;
  }
  .section2 .title:after {
    margin-left: 1rem;
  }
	.section2 .lead {
	  font-size: 14px;
	}
  .section2 .inner {
    width: 100%;
    margin: 0;
    padding-bottom: 0px;
  }
  .manabi {
    width: 70%;
    margin: 30px auto;
  }
  .special {
    width: 100%;
    height: 50vh;
  }
}

/*------------------------- floating J -------------------------*/
.j {
  position: absolute;
  width: 30px;
  margin: auto;
  -webkit-filter:drop-shadow(1px 3px 5px rgba(255, 255, 255, 1));
  -moz-filter:drop-shadow(1px 3px 5px rgba(255, 255, 255, 1));
  -ms-filter:drop-shadow(1px 3px 5px rgba(255, 255, 255, 1));
  filter:drop-shadow(1px 3px 5px rgba(255, 255, 255, 1));
}
.j > img {
  z-index: 5;
}
@media screen and (max-width:736px){ .j { width: 25px; } }
.a1 { animation: floating1 2s infinite; }
.a2 { animation: floating2 1.5s infinite; }
.a3 { animation: floating3 2s infinite; }
.a4 { animation: floating4 2.2s infinite; }
.a5 { animation: floating5 2.4s infinite; }
.a6 { animation: floating6 2s infinite; }
.a7 { animation: floating7 1.5s infinite; }
.a8 { animation: floating8 2s infinite; }
.a9 { animation: floating9 2.2s infinite; }
.a10 { animation: floating10 2.4s infinite; }
.j1 { width:30px; top:29%; left:15%; z-index: 2;}
.j2 { width:30px; top:31%; left:43%; z-index: 2}
.j3 { width:25px; top:25%; left:68%; z-index: 2;}
.j4 { width:34px; top:34%; left:87%; z-index: 2;}
.j5 { width:40px; top:46%; left:27%; z-index: 3;}
.j6 { width:43px; top:57%; left:52%; z-index: 4;}
.j7 { width:30px; top:19%; left:8%; }
.j8 { width:31px; top:23%; left:26%; }
.j9 { width:27px; top:20%; left:39%; }
.j10 { width:26px; top:18%; left:60%; }
.j11 { width:28px; top:21%; left:81%; }
.j12 { width:42px; top:50%; left:10%; z-index: 3;}
.j13 { width:45px; top:66%; left:22%; z-index: 3;}
.j14 { width:41px; top:53%; left:39%; z-index: 3;}
.j15 { width:37px; top:39%; left:59%; z-index: 3;}
.j16 { width:45px; top:66%; left:68%; z-index: 3;}
.j16 { width:39px; top:45%; left:75%; z-index: 3;}
.j17 { width:43px; top:57%; left:88%; z-index: 3;}
.j18 { width:45px; top:66%; left:68%; z-index: 3;}
@media screen and (max-width:736px){
  .j1 { width:22px; top:30%; left:15%; }
  .j2 { width:18px; top:25%; left:68%; }
  .j3 { width:22px; top:36%; left:43%; }
  .j4 { width:24px; top:44%; left:80%; }
  .j5 { width:24px; top:44%; left:27%; }
  .j6 { width:33px; top:67%; left:52%; }
  .j7 { width:16px; top:17%; left:8%; }
  .j8 { width:20px; top:23%; left:26%; }
  .j9 { width:19px; top:20%; left:39%; }
  .j10 { width:16px; top:18%; left:60%; }
  .j11 { width:19px; top:21%; left:81%; }
  .j12 { width:27px; top:50%; left:10%; z-index: 3;}
  .j13 { width:34px; top:70%; left:22%; z-index: 3;}
  .j14 { width:30px; top:53%; left:39%; z-index: 3;}
  .j15 { width:24px; top:41%; left:59%; z-index: 3;}
  .j16 { width:27px; top:45%; left:70%; z-index: 3;}
  .j17 { width:30px; top:57%; left:88%; z-index: 3;}
  .j18 { width:37px; top:72%; left:68%; z-index: 3;}
}
@keyframes floating1 {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}
@keyframes floating2 {
  0% { transform: translateY(0px); }
  50% { transform: translateY(10px); }
  100% { transform: translateY(0px); }
}
@keyframes floating3 {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}
@keyframes floating4 {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}
@keyframes floating5 {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0px); }
}
@keyframes floating6 {
  0% { transform: translateY(0px); }
  50% { transform: translateY(10px); }
  100% { transform: translateY(0px); }
}
@keyframes floating7 {
  0% { transform: translateY(0px); }
  50% { transform: translateY(8px); }
  100% { transform: translateY(0px); }
}
@keyframes floating8 {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0px); }
}
@keyframes floating9 {
  0% { transform: translateY(0px); }
  50% { transform: translateY(15px); }
  100% { transform: translateY(0px); }
}
@keyframes floating10 {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}

/*------------------------- tooltip -------------------------*/
.tooltip {
  display: flex;
  align-items: flex-end;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 80%;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  width: 300px;
  height: 125px;
  margin-bottom: 8px;
  padding: 10px 0 20px 10px;
  background: #fff url("../images/manabi.png") 10px 10px no-repeat; 
  background-size: 100px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  line-height: 1;
  text-align: left;
  transition: 0.5s all;
}
.tooltip__shibuyax {
  display: block;
  flex-shrink: 0;
  vertical-align: bottom;
  font-size: 20px;
}
.tooltip__lecture {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 10px;
  border-bottom: 1px dotted #ccc;
  font-size: 25px;
  text-align: center;
  line-height: 1.15;
}
.tooltip__lecture.tight {
  font-size: 23px;
  letter-spacing: -0.1em;
}
@media print, screen and (min-width: 737px) {
  .j:hover .tooltip {
    visibility: visible;
    opacity: 1;
    bottom: 100%;
  }
  .j:hover img{
    opacity: 0.9;
    transform:scale(1.5,1.5);
    transition: 0.5s;
  }
}

/*------------------------- carousel -------------------------*/
.carousel-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0 50px;
}
.carousel {
  max-width: 1140px;
  margin: 0 auto;
}
.slick-prev:before,
.slick-next:before {
  opacity: .75;
  color: #872d7f;
  font-size: 20px;
  line-height: 1;
  font-family: 'slick';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.carousel__item {
  display: flex;
  align-items: flex-end;
  height: 115px;
  margin: 0 7px;
  padding: 0 8px 20px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff url("../images/manabi.png") 10px 5px no-repeat;
  background-size: 90px;
  color: #333;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  transition: 0.5s all;
}
.carousel__item__shibuyax {
  display: block;
  flex-shrink: 0;
  font-size: 18px;
  vertical-align: bottom;
}
.carousel__item__lecture {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  border-bottom: 1px dotted #ccc;
  font-size: 24px;
  text-align: center;
}
.carousel__item__lecture.tight {
  margin-left: 5px;
  font-size: 21px;
  letter-spacing: -0.1em;
}
.carousel__item:hover {
  background-color: rgba(131, 47, 126, 0.1);
}
@media screen and (max-width:500px){
  .carousel-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
  .carousel__item {
    height: 90px;
    margin: 0 5px;
    padding-bottom: 15px;
    background-size: 80px;
  }
  .carousel__item__shibuyax {
    font-size: 13px;
  }
  .carousel__item__lecture {
    font-size: 15px;
  }
  .carousel__item__lecture.tight {
    font-size: 13px;
    letter-spacing: -0.1em;
  }
}

/*------------------------- modal -------------------------*/
.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}
.modal__overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0,0,0,0.6);
}
.modal__container {
  position: relative;
  max-width: 600px;
  height: 85vh;
  max-height: 900px;
  overflow-y: auto;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #fff;
}
.modal__close {
  position: sticky;
  top: 20px;
  width: 100%;
  padding-right: 20px;
  border: 0;
  background: transparent;
  text-align: right;
}
.modal__close:before { content: "\2715"; }
.modal__content {
  margin-top: -30px;
  background: #fff url("../images/manabi.png") 10px 10px no-repeat; 
  background-size: 150px;
  color: rgba(0,0,0,.8);
  line-height: 1.3;
  text-align: left;
}
.modal__title {
  padding: 70px 20px 10px;
}
.modal__title__lecture {
  padding-bottom: 10px;
  box-sizing: border-box;
  color: #333;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.1;
  font-family: serif;
  text-align: center;
}
.modal__title__lecture span {
  font-weight: 100;
}
.modal__title__prof {
  font-size: 16px;
  text-align: center;
}
.modal__paragraph {
  margin: 20px 40px;
  box-sizing: border-box;
}
.modal__paragraph__headline {
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 1px solid #000;
  font-weight: bold;
  font-size: 1.35em;
  line-height: 1.3;
  font-family: serif;
  letter-spacing: 0.08em;
}
.modal__paragraph__text {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}
.modal__paragraph__text a {
  color: #00f;
  text-decoration: underline;
}
.modal__paragraph img {
  margin-top: 1rem;
}
.modal__paragraph img.modal__paragraph__inlinephoto {
  float: right;
  width: 200px;
  margin-top: 0;
  padding-left: 20px;
}
.modal__paragraph__external .centered {
  margin: 0 auto;
  line-height: 1.3;
  text-align: center;
}
.modal__paragraph__external .centered img {
  width: 300px;
  border: 1px solid #00f;
}
.modal__paragraph__external a {
  color: #00f;
}
.modal__paragraph__external:hover {
  text-decoration: underline;
}
.modal__message {
  min-height: 20px;
  margin: 30px 40px 20px;
  padding: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  background: #f5f5f5;
}
.modal__message h3 {
  margin-bottom: 10px;
  color: #872d7f;
  font-size: 20px;
}
.modal__message p {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}
.modal__profile__photo {
  width: 100%;
  margin: 30px auto -40px;
  text-align: center;
}
.modal__profile__photo h3{
  margin-bottom: 5px;
  color: #872d7f;
  font-size: 30px;
  font-family: "Times New Roman", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
.modal__profile__photo img {
  width: 100px;
  border: 5px solid #fff;
  border-radius: 5%;
}
.modal__profile__text {
  margin-top: -50px;
  padding: 50px 40px 70px;
  background-color: #872d7f;
  color: #fff;
}
.modal__profile__text h3 {
  margin-bottom: 10px;
  font-size: 20px;
}
.modal__profile__text h3 span{
  padding-left: 1rem;
  font-size: 0.9rem;
}
.modal__profile__text p {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}
@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
@media screen and (max-width:736px){
  .modal__container {
    max-width: 90vw;
    height: 80vh;
    background-size: 120px;
  }
  .modal__close {
    top: 10px;
    padding-right: 16px;
  }
  .modal__content {
    background-size: 120px;
  }
  .modal__title {
    padding-right: 1rem;
    padding-left: 1rem;
  }  
  .modal__paragraph {
    margin: 20px 1.5rem;
    font-size: 14px;
  }
  .modal__paragraph__text {
    font-size: 14px;
  }
  .modal__paragraph__text a {
    font-size: 12px;
  }
  .modal__paragraph img {
    margin-top: 1rem;
  }
  .modal__paragraph img.modal__paragraph__inlinephoto {
    float: right;
    width: 140px;
    margin-top: 0;
    padding-left: 10px;
  }
  .modal__paragraph__external .centered {
    font-size: 0.8rem;
  }
  .modal__paragraph__external .centered img {
    width: 250px;
  }
  .modal__message {
    margin: 20px 1.5rem;
  }
  .modal__message h3 {
    font-size: 16px;
  }
  .modal__message p {
    font-size: 14px;
  }
  .modal__profile__photo img {
    width: 80px;
  }
  .modal__profile__text {
    margin-top: -40px;
    padding: 50px 1.5rem 40px;
  }
  .modal__profile__text p {
    font-size: 14px;
  }
}

/*------------------------- scroll navigation -------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap");
.scroll {
  transition: 0.5s;
}
.scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
}
.scroll-down_text {
  display: inline-block;
  position: absolute;
  right: -21px;
  bottom: 145px;
  z-index: 2;
  padding: 0;
  color: #000;
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  transform: rotateZ(-90deg);
  transition: 0.2s;
  overflow: hidden;
}
.scroll .scroll-down_arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 16px;
  width: 1px;
  height: 100px;
  background: #000;
}
.scroll .scroll-down_arrow:before {
  content: '';
  display: block;
  position: absolute;
  right: 12px;
  bottom: 1px;
  margin: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  behavior: url(/newfaculty/human_sociology/css/-ms-transform.htc);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.scroll a:hover {
  opacity: 0.5;
}
.scroll .scroll-down_arrow::after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width:600px){
  .scroll-down_text {
    bottom: 135px;
    font-size: 12px;
  }
  .scroll .scroll-down_arrow::after {
    right: 12px;
  }
  .scroll .scroll-down_arrow:before {
    right: 9px;
  }
}


/******************************************************************
section3
******************************************************************/
.section3 {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  background-color: #fff;
  text-align: center;
}
.section3 .inner {
  width: 800px;
  margin: 30px auto;
}
.section3 .title {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: serif;
}
.section3 .title:after {
  content: "";
  display: block;
  width: 90px; height: 1px;
  margin: 0 auto 20px;
  background: #666;
}
.section3 h2 {
  margin: auto 5% 20px;
  font-size: 30px;
  font-weight: normal;
}
.section3 .lead {
  font-size: 16px;
	text-align: justify;
}
.course {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
.course > .imgf {
  margin-bottom: 0px;
}
.course .triobox section div.sectop {
  display: block;
  padding-bottom: 25px;
  background: #fff;
}
.course .triobox section div.sectop img {
  padding: 0 25px;
}
.course .triobox section h3 {
  margin-bottom: 20px;
  color: #000;
}
.course .triobox section div {
  font-size: 14px;
}
.course .triobox section div ul {
  padding: 0 25px 15px;
  text-align: left;
}
.course .triobox section div ul li {
  display: inline-block;
  position: relative;
  padding: 0 15px 5px; 
}
.course .triobox section div ul li:before {
  content: "#";
  position: absolute;
  top: 0;
  left: 0;
  color: #DD7450;
}
.course .triobox section p.att {
  position: absolute;
  bottom: -50px;
  left: -25px;
}
.course .b01{ background: #E7F0F2; }
.course .b02{ background: #ECF5E7; }
.course .b03{ background: #FCF1ED; }
.course .b01 h3 span{ background: #3D8994; }
.course .b02 h3 span{ background: #67B060; }
.course .b03 h3 span{ background: #DD7450; }
.triobox {
  display: flex;
  width: 95%;
  margin: 50px auto 50px;
}
.triobox section {
  display: block;
  flex: 1;
  margin: 0 12px 20px;
  padding-bottom: 70px; 
  box-sizing: border-box;
  background: #fff;
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.16));
}
.triobox section h3 {
  color: #DD7450;
  font-weight: normal;
  font-size: 16px;
}
.triobox section h3 span:nth-child(1) {
  display: block;
  margin-bottom: 25px;
  color: #fff;
  font-size: 16px;
}
.triobox section p {
  padding: 25px;
  line-height: 1.8;
  text-align: left;
}
.triobox section h4 {
  margin-bottom: 10px;
  padding: 20px 25px 0;
  font-size: 14px;
  font-family: "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  text-align: left;
}
.triobox a.btn {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 15px;
  width: 90%;
  margin: 0 auto 15px;
  padding: 10px 10px 10px 35px;
  box-sizing: border-box;
  background: #fff;
  color: #000;
  line-height: 1.2;
  text-align: left;
}
.triobox a.btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 14px;
  background: no-repeat;
  background-image: url('/newfaculty/human_sociology/images/arrow_link.svg');
  background-size: contain;
}
@media screen and (max-width:736px){
  .section3 {
    padding-bottom: 100px;
  }
	.section3 .inner {
    width: 100%;
    margin: 0;
    padding-bottom: 50px;
	}
  .section3 .title {
    margin-top: 20px;
  }
  .section3 h2{
    font-weight: normal;
    font-size: 26px;
  }
  .section3 p {
    padding: 0 1.5rem;
    text-align: center;
  }
  .section3 .lead {
    padding: 0 1.5rem;
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
  }
  .course {
    padding-top: 0px;
  }
  .course .triobox section.b02 {
    margin-bottom: 40px;
  }
  .triobox {
    display: block;
  } 
  .triobox section {
    padding-bottom: 20px;
  }
  .triobox a.btn {
    position: relative;
    margin: 0;
  }
}


/******************************************************************
related
******************************************************************/
.related {
  width: 100%;
  margin: 0;
  padding: 50px 0 30px;
  background: #f2edf2;
}
.related h2 {
  margin: 0 auto 15px;
  font-weight: normal;
  font-size: 30px;
}
.related nav {
  margin: 0 auto 50px;
}
.related nav ul {
  display: flex;
  justify-content: center;
}
.related nav ul li {
  display: block;
  position: relative;
  width: 244px;
  margin: 4px;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  text-align: left;
}
.related nav ul li a {
  display: flex;
  align-items: center;
  width: 100%; height: 100%;
  padding: 10px 10px 10px 35px;
  background: #fff;
  color: #000;
}
.related nav ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 14px;
  background: no-repeat;
  background-image: url('/newfaculty/human_sociology/images/arrow_link.svg');
  background-size: contain;
}
.related div {
  display: block;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  box-sizing: border-box;
  background: #DD7450;
  color: #fff;
  font-size: 20px;
}
.related div p {
  font-size: 16px;
  font-family: "Times New Roman", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
.related div p:nth-child(1) {
  padding-bottom: 1em;
}
@media screen and (max-width:736px) {
  .related {
    padding-top: 20px;
  } 
  .related h2 {
    font-size: 20px;
  }
  .related nav ul {
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
  }
  .related nav ul li {
    width: 90%;
    margin: 4px 2px;
    padding: 0;
  }
  .related nav ul li a {
    padding: 10px 5px 10px 20px;
    background: #fff;
  }
  .related nav ul li a:before {
    left: 8px;
    top: 50%;
    width: 7px;
    height: 10px;
    background-size: contain;
  }
  .related div {
    padding: 20px 0;
    font-size: 14px;
  }
}


/******************************************************************
footer
******************************************************************/
.footer {
  background-color: #fff;
  text-align: center;
}
.footer__address {
  font-style: normal;
}
@media print, screen and (min-width: 737px) {
  .footer__inner {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding: 3rem 2rem;
  }
  .footer__logo {
    margin-bottom: 1rem;
  }
  .footer__logo img {
    max-width: 400px;
  }
  .footer__address {
    display: inline-block;
    font-size: 0.85rem;
    text-align: left;
  }
}
@media screen and (min-width: 737px) and (max-width: 736px) {
  .footer__address {
    font-size: 0.765rem;
  }
}
@media print, screen and (min-width: 737px) {
  .footer__copy {
    margin-top: 1.5rem;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 737px) and (max-width: 736px) {
  .footer__copy {
    font-size: 0.675rem;
  }
}
@media screen and (max-width: 736px) {
  .footer__inner {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .footer__logo {
    margin-bottom: 0.75rem;
  }
  .footer__logo img {
    max-width: 300px;
  }
  .footer__address {
    display: inline-block;
    font-size: 12.5px;
    text-align: left;
  }
}
@media screen and (max-width: 736px) and (max-width: 320px) {
  .footer__address {
    font-size: 12px;
  }
}
@media screen and (max-width: 736px) {
  .footer__copy {
    margin-top: 1.125rem;
    font-size: 70%;
  }
}
