<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Allura&amp;display=swap);

*, body {
  font-family: 'Hind Vadodara', a-otf-midashi-go-mb31-pr6n, "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, 'Noto Sans JP', sans-serif;
}

body {
  width: 100vw;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.25s all;
}

a:hover {
  opacity: 0.7;
}

.container {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

header {
  width: 100%;
  position: fixed;
  z-index: 100;
}

header .humberger-menu {
  width: 100%;
  position: relative;
}

header .humberger-menu .humberger-btn {
  width: 7vw;
  height: 7vw;
  max-width: 75px;
  max-height: 75px;
  min-width: 60px;
  min-height: 60px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  border-radius: 100px;
}

header .humberger-menu .humberger-btn:hover {
  /* opacity: 0.7; */
  cursor: pointer;
}

header .humberger-menu .humberger-btn span {
  transition: 0.5s all;
}

header .humberger-menu .humberger-btn span:nth-child(1) {
  width: 55%;
  height: 8%;
  display: block;
  background-color: #ffd700;
  position: absolute;
  top: 28%;
  left: 22.5%;
  border-radius: 50px;
}

header .humberger-menu .humberger-btn span:nth-child(2) {
  width: 55%;
  height: 8%;
  display: block;
  background-color: #ffd700;
  position: absolute;
  top: 46%;
  left: 22.5%;
  border-radius: 50px;
}

header .humberger-menu .humberger-btn span:nth-child(3) {
  width: 55%;
  height: 8%;
  display: block;
  background-color: #ffd700;
  position: absolute;
  bottom: 28%;
  left: 22.5%;
  border-radius: 50px;
}

header .humberger-menu.active .humberger-btn span:nth-child(1) {
  width: 55%;
  height: 8%;
  display: block;
  position: absolute;
  top: 47%;
  left: 22.5%;
  transform: rotate(-45deg);
}

header .humberger-menu.active .humberger-btn span:nth-child(2) {
  display: none;
}

header .humberger-menu.active .humberger-btn span:nth-child(3) {
  width: 55%;
  height: 8%;
  display: block;
  position: absolute;
  bottom: 45%;
  left: 22.5%;
  transform: rotate(45deg);
}

header .humberger-menu .menu-content {
  width: 35vw;
  height: 100vh;
  padding: 100px 40px 0 40px;
  position: fixed;
  top: 0;
  right: -35vw;
  background-color: #00a0bb;
  z-index: 99;
  transition: 0.5s all;
  box-sizing: border-box;
}

header .humberger-menu.active .menu-content {
  transform: translateX(-35vw);
}

header .humberger-menu .menu-content nav {
  margin-bottom: 45px;
}

header .humberger-menu .menu-content nav li {
  border-bottom: 2px solid #fff;
  margin-bottom: 30px;
  position: relative;
}

header .humberger-menu .menu-content nav li::before {
  width: 10px;
  height: 17px;
  position: absolute;
  content: "";
  background-image: url(../images/common/arrow.png);
  background-size: contain;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

header .humberger-menu .menu-content nav li a {
  font-family: 'Hind Vadodara', a-otf-midashi-go-mb31-pr6n,sans-serif;
  line-height: 70px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
  display: block;
  padding-left: 10px;
}

header .humberger-menu .menu-content .header-logo {
  width: 65%;
  display: block;
  float: left;
}

header .humberger-menu .menu-content .header-logo img {
  max-width: 150px;
  width: 80%;
}

header .humberger-menu .menu-content .sns {
  padding-top: 8px;
  padding-left: 10px;
  display: block;
  float: right;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -o-fit-content;
  width: -ms-fit-content;
  box-sizing: border-box;
}

header .humberger-menu .menu-content .sns h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

header .humberger-menu .menu-content .sns a {
  padding-right: 15px;
}

header .humberger-menu .menu-content .sns a img {
  height: 22px;
}

header .humberger-menu.active .overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 98;
}

main {
  width: 100vw;
  overflow-x: hidden;
}

main.header-opened,
footer.header-opened {
  filter: blur(5px);
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
}

#mv {
  width: 100vw;
  height: 57vw;
  position: relative;
  overflow: hidden;
}

#mv .logo-img {
  width: 34vw;
  position: absolute;  
  left: 50%;
  transform: translate(-50%, 9vw);
  z-index: 2;
  opacity: 0;
  transition: 1s all;
  transition-delay: 0.75s;
}

#mv.animation .logo-img {
  opacity: 1;
  transform: translate(-50%, 8vw);
}

#mv .bg-img {
  width: 100%;
  position: absolute;
  left: 0;
  transform: translate(0, 1vw);
  z-index: 1;
  opacity: 0;
  transition: 1s all;
}

#mv.animation .bg-img {
  opacity: 1;
  transform: translate(0, 0);
}

#ttl {
  width: 100vw;
  position: relative;
  margin: -23vw 0 0 0;
  padding: 14vw 0 0 0;
}

#ttl::before {
  content: "";
  width: 100%;
  height: 90%;
  background-color: #00a0bb;
  position: absolute;
  top: 0;
  left: 50%;
  transform: skew(0, -10deg) translateX(-50%);
  z-index: 2;
}

#ttl .container {
  position: relative;
  z-index: 3;
}

#ttl h2 {
  line-height: 1.6;
  font-size: 26px;
  letter-spacing: 5px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-bottom: 3vw;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.75s all;
  transition-delay: 1.5s;
}

#ttl.animation h2 {
  opacity: 1;
  transform: translateY(0);
}

#ttl p {
  line-height: 2;
  letter-spacing: 2px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.75s all;
  transition-delay: 1.75s;
}

#ttl.animation p {
  opacity: 1;
  transform: translateY(0);
}

#link {
  width: 100vw;
  position: relative;
  margin-top: 14vw;
  padding-top: 0;
  z-index: 5;
}

#link::before {
  content: "";
  width: 100%;
  height: 100%;
  padding: 0 0 17vw 0;
  background-color: #ffd700;
  position: absolute;
  top: 0;
  left: 50%;
  transform: skew(0deg, 10deg) translateX(150vw);
  z-index: 4;
  transition: 1s;
}

#link.animation::before {
  transform: skew(0deg, 10deg) translateX(-50%);
}

#link .container {
  position: relative;
  z-index: 6;
}

#link .sumaryu-banner {
  width: 100%;
  display: block;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.75s all;
  transition-delay: 1s;
}

#link.animation .sumaryu-banner {
  opacity: 1;
  transform: translateY(0);
}

#link.animation .sumaryu-banner:hover {
  opacity: 1;
}

#link .sumaryu-banner img {
  width: 100%;
}

#link nav ul {
  overflow: hidden;
  padding-bottom: 10px;
}

#link nav ul li {
  width: 30%;
  float: left;
  margin-right: 5%;
  transition: 0.75s all;
  opacity: 0;
  transform: translateY(10px);
}

#link nav ul li:nth-child(1) {
  transition-delay: 1.5s;
}

#link nav ul li:nth-child(2) {
  transition-delay: 1.75s;
}

#link nav ul li:nth-child(3) {
  transition-delay: 2s;
  margin-right: 0;
}

#link.animation nav ul li {
  opacity: 1;
  transform: translateY(0);
}

#link nav ul li a {
  height: 75px;
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  color: #00a0bb;
  background-color: #fff;
  border-top: 3px solid #00a0bb;
  border-right: 3px solid #00a0bb;
  border-left: 3px solid #00a0bb;
  border-bottom: 6px solid #00a0bb;
  padding: 25px 0;
  box-sizing: border-box;
  position: relative;
}

#link nav ul li a:hover {
  height: 72px;
  border-bottom: 3px solid #00a0bb;
  margin-top: 3px;
  opacity: 1;
}

#link nav ul li a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  background-image: url(../images/common/chevron-down-solid.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

#link nav ul li:nth-child(1) a {
  padding: 12.5px 0;
}

#link nav ul li:nth-child(1) a span {
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

#last-year {
  width: 100vw;
  padding-top: 15vw;
}

#last-year h2 {
  line-height: 1.6;
  font-size: 34px;
  letter-spacing: 5px;
  font-weight: 600;
  text-align: center;
  color: #00a0bb;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.75s all;
  transition-delay: 0.5s;
}

#last-year.animation h2 {
  opacity: 1;
  transform: translateY(0);
}

#last-year h2 span {
  font-size: 28px;
  display: block;
}

#last-year .main-text {
  line-height: 2;
  letter-spacing: 2px;
  text-align: center;
  font-size: 17px;
  color: #000;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.75s all;
  transition-delay: 0.75s;
}

#last-year.animation .main-text {
  opacity: 1;
  transform: translateY(0);
}

#last-year .bx-wrapper {
  margin-bottom: 6vw;
}

#last-year.animation .bx-wrapper {
  animation: anime1 0.75s ease 0s 1 alternate;
}

@keyframes anime1 {
  0% {
    opacity: 0;
    top: 10px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

#last-year .slick-initialized .slick-slide {
  padding: 5px !important;
}

#last-year .slick-initialized .slick-slide img {
  height: 220px;
}

.slick-slider div {
  transition: none;
}

#last-year h3 {
  line-height: 1.5;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 70px;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.75s all;
  transition-delay: 2s;
}

#last-year.animation h3 {
  opacity: 1;
  transform: translateY(0);
}

#last-year .visited-country {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: auto;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.75s all;
  transition-delay: 2.5s;
}

#last-year.animation .visited-country {
  opacity: 1;
  transform: translateY(0);
}

#last-year .comment {
  position: relative;
  margin-top: 6vw;
  padding: 5vw 0 130px 0;
  z-index: 5;
}

#last-year .comment::before {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 680px;
  background-color: #f2f9fc;
  position: absolute;
  top: 7vw;
  left: 50%;
  transform: skew(0deg, 10deg) translateX(150vw);
  z-index: 4;
  transition: 1s;
}

#last-year .comment.animation::before {
  transform: skew(0deg, 10deg) translateX(-50%);
}

#last-year .comment .container {
  position: relative;
  z-index: 5;
}

#last-year .comment .comment-profile {
  overflow: hidden;
  margin-bottom: 40px;
}

#last-year .comment .comment-profile .comment-img {
  width: 135px;
  float: left;
}

#last-year .comment .comment-profile .comment-text {
  width: calc(100% - 135px);
  padding-left: 35px;
  float: left;
  box-sizing: border-box;
  padding: 12.5px 0 12.5px 35px;
}

#last-year .comment .comment-profile .comment-text p {
  line-height: 2.4;
  font-size: 16px;
  letter-spacing: 2px;
}

#last-year .comment .comment-profile:nth-child(1) .comment-img {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.75s all;
  transition-delay: 0.75s;
}

#last-year .comment .comment-profile:nth-child(1) .comment-text {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.75s all;
  transition-delay: 1.25s;
}

#last-year .comment .comment-profile:nth-child(2) .comment-img {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.75s all;
  transition-delay: 1.75s;
}

#last-year .comment .comment-profile:nth-child(2) .comment-text {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.75s all;
  transition-delay: 2.25s;
}

#last-year .comment.animation .comment-profile .comment-img,
#last-year .comment.animation .comment-profile .comment-text {
  opacity: 1;
  transform: translateY(0);
}

#last-year .comment nav {
  overflow: hidden;
}

#last-year .comment nav ul {
  width: 785px;
  overflow: hidden;
  padding-bottom: 10px;
  margin-top: 30px;
  float: right;
}

#last-year .comment nav ul li {
  width: 48%;
  float: left;
  margin-right: 4%;
  transition: 0.75s all;
  opacity: 0;
  transform: translateY(10px);
}

#last-year .comment nav ul li:nth-child(1) {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.75s all;
  transition-delay: 2.75s;
}

#last-year .comment nav ul li:nth-child(2) {
  opacity: 0;
  margin-right: 0;
  transform: translateY(10px);
  transition: 0.75s all;
  transition-delay: 3s;
}

#last-year .comment.animation nav ul li {
  opacity: 1;
  transform: translateY(0);
}

#last-year .comment nav ul li a {
  height: 87px;
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  color: #00a0bb;
  background-color: #fff;
  border-top: 3px solid #00a0bb;
  border-right: 3px solid #00a0bb;
  border-left: 3px solid #00a0bb;
  border-bottom: 6px solid #00a0bb;
  padding: 18px 0;
  box-sizing: border-box;
  position: relative;
}

#last-year .comment nav ul li a:hover {
  height: 84px;
  border-bottom: 3px solid #00a0bb;
  margin-top: 3px;
  opacity: 1;
}

#last-year .comment nav ul li a span {
  line-height: 1.5;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

#last-year .comment nav ul li a::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 16px;
  background-image: url(../images/common/arrow-right.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 31px;
  right: 15px;
}

#university {
  width: 100vw;
  position: relative;
  padding-top: calc(20vw + 80px);
  margin-top: -115px;
  z-index: 5;
  overflow: hidden;
}

#university::before {
  content: "";
  width: 100%;
  height: 400px;
  background-color: #00a0bb;
  position: absolute;
  top: 0;
  left: 50%;
  transform: skew(0deg, -15deg) translateX(-150%);
  z-index: 6;
  transition: 1s;
}

#university.animation::before {
  transform: skew(0deg, -15deg) translateX(-50%);
}

#university h2 {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 8px;
  margin-bottom: 80px;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.75s all;
  transition-delay: 0.75s;
}

#university h2 span {
  font-size: 28px;
  display: block;
  margin-bottom: 20px;
}

#university.animation h2 {
  opacity: 1;
  transform: translateY(0);
}

#university .container {
  position: relative;
  z-index: 7;
}

#university .university-list {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.75s all;
  transition-delay: 1.25s;
}

#university.animation .university-list {
  opacity: 1;
  transform: translateY(0);
}

#university .university-list .university-info {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 60px;
  float: left;
}

#university .university-list .university-info:hover {
  opacity: 1;
}

#university .university-list .university-info:nth-child(2n) {
  margin-right: 0;
}

#university .university-list .university-info .img-box {
  width: 100%;
  height: 20vw;
  max-height: 200px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}

#university .university-list .university-info .img-box img {
  width: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s all;
}

#university .university-list a.university-info .img-box img:hover {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 0.7;
}

#university .university-list .university-info h3 {
  text-align: center;
  font-size: 27px;
  letter-spacing: 3px;
  font-weight: 600;
  margin-top: 20px;
}

#symposium {
  width: 100%;
  position: relative;
  padding-top: calc(200px + 4vw);
  margin-bottom: 6vw;
  z-index: 5;
  clear: both;
  overflow-x: hidden;
}

#symposium::before {
  content: "";
  width: 100%;
  height: 400px;
  background-color: #00a0bb;
  position: absolute;
  top: 14vw;
  left: 50%;
  z-index: 6;
  transform: skew(0deg, 8deg) translateX(150%);
  transition: 0.75s all;
}

#symposium.animation::before {
  transform: skew(0deg, 8deg) translateX(-50%);
}

#symposium .container {
  position: relative;
  z-index: 7;
}

#symposium h2 {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 8px;
  margin-bottom: 80px;
  color: #fff;
  opacity: 0;
  transition: 0.75s all;
  transition-delay: 1s;
  transform: translateY(10px);
}

#symposium h2 span {
  font-size: 28px;
  display: block;
  margin-bottom: 20px;
}

#symposium.animation h2 {
  opacity: 1;
  transform: translateY(0);
}

#symposium .symposium-report-list {
  width: 100%;
  opacity: 0;
  transition: 0.75s all;
  transition-delay: 1.5s;
  transform: translateY(0);
}

#symposium.animation .symposium-report-list {
  opacity: 1;
  transform: translateY(-10px);
}

#symposium .symposium-report-list &gt; div {
  width: 100%;
  height: 30vw;
  max-height: 310px;
  margin-bottom: 80px;
  display: block;
}

#symposium .symposium-report-list .symposium-report-img {
  width: 52%;
  height: 30vw;
  max-height: 310px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

#symposium .symposium-report-list .symposium-report-img:hover {
  opacity: 1;
}

#symposium .symposium-report-list .symposium-report-img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s all;
}

#symposium .symposium-report-list .symposium-report-text {
  width: 48%;
  height: 30vw;
  max-height: 310px;
  box-sizing: border-box;
  display: table;
}

#symposium .symposium-report-list &gt; div:nth-child(2n + 1) .symposium-report-img,
#symposium .symposium-report-list &gt; div:nth-child(2n + 1) .symposium-report-text {
  float: left;
}

#symposium .symposium-report-list &gt; div:nth-child(2n) .symposium-report-img,
#symposium .symposium-report-list &gt; div:nth-child(2n) .symposium-report-text {
  float: right;
}

#symposium .symposium-report-list &gt; div:nth-child(2n + 1) .symposium-report-text {
  padding-left: 45px;
}

#symposium .symposium-report-list &gt; div:nth-child(2n) .symposium-report-text {
  padding-right: 45px;
}

#symposium .symposium-report-list &gt; div:last-child {
  margin-bottom: 0;
}

#symposium .symposium-report-list .symposium-report-text .text-box {
  display: table-cell;
  vertical-align: bottom;
}

#symposium .symposium-report-list .symposium-report-text .text-box h4 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

#symposium .symposium-report-list .symposium-report-text .text-box h3 {
  line-height: 1.4;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 25px;
}

#symposium .symposium-report-list .symposium-report-text .text-box .more-btn {
  height: 50px;
}

#symposium .symposium-report-list .symposium-report-text .text-box .more-btn a {
  width: 200px;
  height: 50px;
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  color: #00a0bb;
  background-color: #fff;
  border-top: 2px solid #00a0bb;
  border-right: 2px solid #00a0bb;
  border-left: 2px solid #00a0bb;
  border-bottom: 4px solid #00a0bb;
  padding: 16px 0;
  top: 0;
  box-sizing: border-box;
  position: relative;
}

#symposium .symposium-report-list .symposium-report-text .text-box .more-btn a:hover {
  width: 200px;
  height: 48px;
  border-bottom: 2px solid #00a0bb;
  top: 2px;
  opacity: 1;
}

#symposium .symposium-report-list .symposium-report-text .text-box .more-btn a::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 14px;
  background-image: url(../images/common/arrow-right.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 15px;
  right: 10px;
}

#sns {
  padding: 6vw 0 6vw 0;
  background-color: #f2f9fc;
}

#sns h2 {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 8px;
  margin-bottom: 80px;
  color: #000;
  opacity: 0;
  transition: 0.75s all;
  transform: translateY(10px);
}

#sns.animation h2 {
  opacity: 1;
  transform: translateY(0);
}

#sns .sns-box {
  overflow: hidden;
}

#sns .sns-box .sns-left {
  width: 47%;
  margin-right: 6%;
  float: left;
  opacity: 0;
  transition: 0.75s all;
  transform: translateY(10px);
  transition-delay: 0.5s;
}

#sns.animation .sns-box .sns-left {
  opacity: 1;
  transform: translateY(0);
}

#sns .sns-box .sns-right {
  width: 47%;
  margin-right: 0;
  float: left;
  opacity: 0;
  transition: 0.75s all;
  transform: translateY(10px);
  transition-delay: 1s;
}

#sns.animation .sns-box .sns-right {
  opacity: 1;
  transform: translateY(0);
}

footer {
  padding: 60px 20px;
  background-color: #00a0bb;
  overflow: hidden;
}

footer .logo-img {
  width: 240px;
  margin: auto;
  text-align: center;
  display: block;
/*   float: left; */
}

footer nav {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -o-fit-content;
  width: -ms-fit-content;
  margin: auto;
/*   float: right; */
}

footer nav ul {
  padding-left: 0;
  overflow: hidden;
}

footer nav ul li {
  line-height: 50px;
  float: left;
  margin-bottom: 40px;
}

footer nav ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

footer nav ul li:nth-child(1) a {
  padding: 0 30px 0 0;
  border-right: 1px solid #fff;
}

footer nav ul li:nth-child(2) a,
footer nav ul li:nth-child(3) a {
  padding: 0 30px;
  border-right: 1px solid #fff;
}

footer nav ul li:nth-child(4) a {
  padding: 0 0 0 30px;
}

footer h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 60px;
}

footer .footer-top {
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
}

footer .footer-top .sns-icons {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -o-fit-content;
  width: -ms-fit-content;
  margin: auto;
  overflow: hidden;
}

footer .footer-top .sns-icons a {
  display: block;
  float: left;
}

footer .footer-top .sns-icons a:first-child {
  margin-right: 100px;
}

footer .footer-top .sns-icons a img {
  display: block;
  float: left;
  margin-right: 10px;
}

footer .footer-top .sns-icons a span {
  display: block;
  float: left;
  line-height: 37px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 5px;
}

footer .footer-bottom {
  padding-top: 60px;
}

.child .main-logo {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 30px;
  display: block;
}

.child .main-logo img {
  height: 50px;
}

.child main {
  width: 100%;
  min-height: 1000px;
  position: relative;
  padding-top: 120px;
  z-index: 1;
  overflow: hidden;
}

.child main::before {
  content: "";
  width: 100%;
  height: 25vw;
  max-height: 385px;
  background-color: #00a0bb;
  position: absolute;
  top: 0;
  left: 50%;
  transform: skew(0deg, 8deg) translateX(-100%);
  z-index: 1;
  transition: 1s;
}

.child main.animation::before {
  transform: skew(0deg, 8deg) translateX(-50%);
}

.child main .container {
  position: relative;
  z-index: 2;
}

.introduction #introduction {
  height: 46vw;
  max-height: 480px;
}

.introduction #introduction .introduction-img {
  width: 50%;
  height: 46vw;
  max-height: 480px;
  background-color: #fff;
  float: left;
  position: relative;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.introduction #introduction .introduction-img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.introduction #introduction .introduction-text {
  width: 50%;
  height: 46vw;
  max-height: 480px;
  float: left;
  padding-left: 60px;
  box-sizing: border-box;
  display: table;
}

.introduction #introduction .introduction-text .introduction-text-inner {
  width: 100%;
  height: 355px;
  display: table-cell;
  vertical-align: bottom;
}

.introduction #introduction .introduction-text .introduction-text-inner .tags {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}

.introduction #introduction .introduction-text .introduction-text-inner .tags span {
  font-size: 14px;
  letter-spacing: 2px;
  padding: 7.5px 15px 7.5px 30px;
  border-radius: 100px;
  border: 1px solid #000;
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #fff;
}

.introduction #introduction .introduction-text .introduction-text-inner .tags span::before {
  content: "#";
  position: absolute;
  top: 5px;
  left: 14px;
  font-size: 20px;
  color: #00a0bb;
}

.introduction #introduction .introduction-text .introduction-text-inner h1 span {
  display: block;
}

.introduction #introduction .introduction-text .introduction-text-inner h1 span.university-name {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 30px;  
}

.introduction #introduction .introduction-text .introduction-text-inner h1 span.name-ja {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.introduction #introduction .introduction-text .introduction-text-inner h1 span.name-en {
  font-size: 22px;
  letter-spacing: 3px;
  color: #00a0bb;
  margin-bottom: 40px;
}

.introduction #introduction .introduction-text .introduction-text-inner .sns a {
  padding-right: 20px;
}

.introduction #introduction .introduction-text .introduction-text-inner .sns a img {
  height: 30px;
}

.introduction #profile {
  height: 300px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  margin: 110px auto 120px auto;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.introduction #profile::before {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffd700;
}

.introduction #profile::after {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00a0bb;
}

.introduction #profile .profile-inner {
  overflow: hidden;
}

.introduction #profile .profile-inner dl {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-left: 60px;
  margin-bottom: 60px;
}

.introduction #profile .profile-inner dl dt {
  line-height: 1.6;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 6px;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 7px solid #00a0bb;
}

.introduction #profile .profile-inner dl dd {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 15px;
  letter-spacing: 5px;
}

.introduction #content {
  margin-bottom: 120px;
}

.introduction #content h2,
.introduction #interview h2{
  line-height: 1.5;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 6px;
  display: block;
  margin-bottom: 50px;
  padding-bottom: 10px;
  position: relative;
}

.introduction #content h2::before,
.introduction #interview h2::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ededed;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.introduction #content h2::after,
.introduction #interview h2::after {
  content: "";
  width: 22%;
  height: 2px;
  background-color: #ffd700;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.introduction #content img {
  width: 100%;
  height: auto;
}

.introduction #content h3 {
  line-height: 1.6;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 5px;
  margin-bottom: 20px;
}

.introduction #content p {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  line-height: 2;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 60px;
}

.introduction #interview {
  margin-bottom: 120px;
}

.introduction #interview .interview-wrapper {
  overflow: hidden;
}

.introduction #interview .interview-wrapper .interview-left {
  width: 35%;
  float: left;
}

.introduction #interview .interview-wrapper .interview-left img {
  width: 100%;
}

.introduction #interview .interview-wrapper .interview-right {
  width: 65%;
  float: left;
  padding-left: 50px;
  box-sizing: border-box;
}

.introduction #interview .interview-wrapper .interview-right h3 {
  line-height: 1.7;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.introduction #interview .interview-wrapper .interview-right .more-btn {
  height: 60px;
}

.introduction #interview .interview-wrapper .interview-right .more-btn a {
  width: 250px;
  height: 60px;
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  color: #00a0bb;
  background-color: #fff;
  border-top: 3px solid #00a0bb;
  border-right: 3px solid #00a0bb;
  border-left: 3px solid #00a0bb;
  border-bottom: 6px solid #00a0bb;
  padding: 17.5px 0;
  top: 0;
  box-sizing: border-box;
  position: relative;
}

.introduction #interview .interview-wrapper .interview-right .more-btn a:hover {
  height: 57px;
  border-bottom: 3px solid #00a0bb;
  top: 3px;
  opacity: 1;
}

.introduction #interview .interview-wrapper .interview-right .more-btn a::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 13px;
  background-image: url(../images/common/arrow-right.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 19px;
  right: 10px;
}

.introduction #interview .interview-wrapper h3.comming-soon {
  line-height: 1.3;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #d3d3d3;
}

.introduction #interview-slider {
  margin-bottom: 100px;
}

.introduction #interview-slider &gt; div,
#last-year .slider &gt; div {
  width: fit-content !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: -o-fit-content !important;
  width: -ms-fit-content !important;
  padding: 5px !important;
}

.bx-wrapper {
  border: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bx-viewport {
  transform: none !important;
  -webkit-transform: none !important;
}

.introduction #others {
  margin-bottom: 100px;
}

.introduction #others h3 {
  position: relative;
}

.introduction #others h3::before {
  content: "";
  width: calc(50% - 150px);
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.introduction #others h3::after {
  content: "";
  width: calc(50% - 150px);
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.introduction #others h3 {
  margin-bottom: 50px;
}

.introduction #others h3 .title-inner {
  width: 250px;
  margin: auto;
}

.introduction #others h3 .title-en {
  font-family: 'Allura', cursive;
  font-size: 76px;
  text-align: center;
  display: block;
}

.introduction #others h3 .title-ja {
  letter-spacing: 4px;
  font-size: 18px;
  text-align: center;
  display: block;
}

.slick-slider .slick-track {
  padding: 0;
  float: left;
}

.introduction #others #others-slider .slick-slide {
  width: 33%;
  padding: 30px;
  box-sizing: border-box;
}

.introduction #others #others-slider .slick-slide .img-box {
  width: 100%;
  max-height: 150px;
  height: 15vw;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.introduction #others #others-slider .slick-slide .img-box img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.25s all;
}

.introduction #others #others-slider .slick-slide .img-box img:hover {
  transform: scale(1.2);
}

.introduction #others #others-slider .slick-slide h4 {
  font-size: 20px;
  font-weight: 600;
}

.introduction #others #others-slider .slick-slide h4 .university-name {
  line-height: 1.4;
  display: block;
  text-align: center;
  letter-spacing: 3px;
  font-size: 20px;
}

.introduction #others #others-slider .slick-slide h4 .fullname {
  line-height: 1.4;
  display: block;
  text-align: center;
  letter-spacing: 3px;
  font-size: 14px;
}

.introduction #others #others-slider .slick-slide {
  transition: 0.25s all;
}

.introduction #others #others-slider .slick-slide.slick-current {
  transform: scale(1.2);
}

.introduction #others #others-slider .slick-prev {
  width: 60px;
  height: 100%;
  background-color: #fff;
  top: calc(50% - 30px);
  left: -1px;
  transform: translateY(-50%);
  z-index: 2;
  background-image: url(../images/introduction/arrow-left.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
}

.introduction #others #others-slider .slick-prev::before {
  display: none;
}

.introduction #others #others-slider .slick-next {
  width: 60px;
  height: calc(100% + 40px);
  background-color: #fff;
  top: calc(50% - 30px);
  right: -1px;
  transform: translateY(-50%);
  z-index: 2;
  background-image: url(../images/introduction/arrow-right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
}

.introduction #others #others-slider .slick-next::before {
  display: none;
}

.interview #article-info {
  padding-bottom: 60px;
}

.interview #article-info img {
  width: 100%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  margin-bottom: 60px;
}

.interview #article-info h1 {
  line-height: 1.7;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #00a0bb;
  margin-bottom: 30px;
}


.interview #article-info p {
   font-family: YuGothic, "Yu Gothic", sans-serif;
   font-weight: 500;
  line-height: 2;
  font-size: 15px;
  letter-spacing: 3px;
  /* margin-bottom: 45px; */
}

.interview #article-info .tags {
  margin-bottom: 40px;
  display: block;
}

.interview #article-info .tags span {
  font-size: 14px;
  letter-spacing: 2px;
  padding: 7.5px 15px 7.5px 30px;
  border-radius: 100px;
  border: 1px solid #000;
  position: relative;
}

.interview #article-info .tags span::before {
  content: "#";
  position: absolute;
  top: 7px;
  left: 14px;
  font-size: 20px;
  color: #00a0bb;
}

.interview #content {
  margin-bottom: 30px;
  overflow: hidden;
}

.interview #content h2 {
  line-height: 1.5;
  font-size: 20px;
  font-family: 'Hind Vadodara', a-otf-midashi-go-mb31-pr6n,sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 40px;
  padding-bottom: 10px;
  position: relative;
}

.interview #content h2::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ededed;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.interview #content h2::after {
  content: "";
  width: 22%;
  height: 2px;
  background-color: #ffd700;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.interview #content p {
  line-height: 2.2;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  font-weight: 500;
}

.interview #content p.caption,
.wp-caption-text {
  line-height: 2;
  font-size: 13px;
  color: rgba(51, 51, 51, 0.7);
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.interview #content p strong {
  font-weight: 600;
}

.interview #content p b {
  font-weight: 600;
}

.interview #content a:not(.detail-btn) {
  line-height: 2;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  display: inline-block;
  color: #00a0bb;
  text-decoration: underline;
}

.toc_list {
  margin-bottom: 50px;
}

.toc_list a {
  margin-bottom: 15px !important;
}

.toc_title {
  display: none;
}

.interview #content a.detail-btn {
  width: 100%;
  max-width: 630px;
  height: 70px;
  line-height: 2;
  display: block;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  color: #00a0bb;
  background-color: #fff;
  border-top: 3px solid #00a0bb;
  border-right: 3px solid #00a0bb;
  border-left: 3px solid #00a0bb;
  border-bottom: 6px solid #00a0bb;
  padding: 10px 0;
  top: 0;
  position: relative;
  margin: 0 auto 90px auto;
  box-sizing: border-box;
}

.interview #content a.detail-btn:hover {
  height: 67px;
  border-bottom: 3px solid #00a0bb;
  top: 3px;
  opacity: 1;
  margin: 3px auto 93px auto;
}

.interview #content a.detail-btn::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 17px;
  background-image: url(../images/common/arrow-right.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 22px;
  right: 15px;
}

.interview #content .baloon-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 60px auto;
  clear: both;
  display: table;
}

.interview #content .baloon-wrapper h6 {
  line-height: 1.4;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.interview #content .baloon-wrapper p {
  line-height: 1.6;
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.interview #content .baloon-wrapper &gt; div &gt; p {
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 3px;
}

.interview #content .baloon-wrapper &gt; div &gt; p.title {
  font-size: 17px;
}

.interview #content .baloon-wrapper.baloon-type-1 .baloon-left {
  width: 110px;
  height: 100%;
  padding-right: 50px;
  padding-left: 25px;
  display: table-cell;
  vertical-align: top;
}

.interview #content .baloon-wrapper.baloon-type-1 .baloon-left .img-box {
  height: 110px;
  position: relative;
  margin-top: 20px;
}

.interview #content .baloon-wrapper.baloon-type-1 .baloon-left .img-box::before {
  content: "";
  width: 35px;
  height: 45px;
  background-image: url(../images/interview/comment_blue_dotted.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -20px;
  left: -20px;
}

.interview #content .baloon-wrapper.baloon-type-1 .baloon-left .img-box img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 110px;
}

.interview #content .baloon-wrapper.baloon-type-1 .baloon-right {
  width: calc(100% - 160px);
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
}

.interview #content .baloon-wrapper.baloon-type-1 .baloon-right &gt; p {
  text-align: left;
  margin-left: -30px;
}

.interview #content .baloon-wrapper.baloon-type-1 .baloon-right .baloon-inner {
  border-left: 2px solid #00a0bb;
  border-right: 2px solid #00a0bb;
  padding: 0 10px;
  position: relative;
}

.interview #content .baloon-wrapper.baloon-type-1 .baloon-right .baloon-inner &gt; div {
  line-height: 1.6;
  /* min-height: 75px; */
  padding: 15px 15px;
  border-top: 2px solid #00a0bb;
  border-bottom: 2px solid #00a0bb;
}

.interview #content .baloon-wrapper.baloon-type-1 .baloon-right .baloon-inner::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  left: -30px;
  border-top: 20px solid #00a0bb;
  border-right: 0px solid #00a0bb;
  border-bottom: 0px solid transparent;
  border-left: 29px solid transparent
}

.interview #content .baloon-wrapper.baloon-type-1 .baloon-right .baloon-inner::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 2px;
  left: -23px;
  border-top: 15px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 0px solid transparent;
  border-left: 23px solid transparent;
}

.interview #content .baloon-wrapper.baloon-type-2 .baloon-left {
  width: calc(100% - 160px);
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px;
}

.interview #content .baloon-wrapper.baloon-type-2 .baloon-left &gt; p {
  text-align: right;
  margin-right: -30px;
}

.interview #content .baloon-wrapper.baloon-type-2 .baloon-left .baloon-inner {
  border-left: 2px solid #00a0bb;
  border-right: 2px solid #00a0bb;
  padding: 0 10px;
  position: relative;
}

.interview #content .baloon-wrapper.baloon-type-2 .baloon-left .baloon-inner &gt; div {
  line-height: 1.6;
  padding: 15px 15px;
  border-top: 2px solid #00a0bb;
  border-bottom: 2px solid #00a0bb;
}

.interview #content .baloon-wrapper.baloon-type-2 .baloon-left .baloon-inner::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  right: -30px;
  border-top: 20px solid #00a0bb;
  border-left: 0px solid #00a0bb;
  border-bottom: 0px solid transparent;
  border-right: 29px solid transparent;
}

.interview #content .baloon-wrapper.baloon-type-2 .baloon-left .baloon-inner::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 2px;
  right: -23px;
  border-top: 16px solid #fff;
  border-left: 0px solid #fff;
  border-bottom: 0px solid transparent;
  border-right: 24px solid transparent;
}

.interview #content .baloon-wrapper.baloon-type-2 .baloon-right {
  width: 110px;
  height: 100%;
  padding-left: 50px;
  padding-right: 25px;
  display: table-cell;
  vertical-align: top;
}

.interview #content .baloon-wrapper.baloon-type-2 .baloon-right .img-box {
  height: 110px;
  position: relative;
  margin-top: 20px;
}

.interview #content .baloon-wrapper.baloon-type-2 .baloon-right .img-box::before {
  content: "";
  width: 35px;
  height: 45px;
  background-image: url(../images/interview/comment_yellow_dotted.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -20px;
  right: -20px;
}

.interview #content .baloon-wrapper.baloon-type-2 .baloon-right .img-box img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 110px;
}

.interview #content h3 {
  line-height: 1.5;
  font-size: 18px;
  font-family: 'Hind Vadodara', a-otf-midashi-go-mb31-pr6n,sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 6px;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

.interview #content h4 {
  line-height: 1.5;
  font-size: 18px;
  font-family: 'Hind Vadodara', a-otf-midashi-go-mb31-pr6n,sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 6px;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-left:3.5px #ffd700 solid;
  padding-left:15px;
  position: relative;
}

.interview #content .area-info-wrapper h3 {
  font-size: 18px;
  padding-bottom: 0;
  letter-spacing: 2px;
}

.interview #content img,
.interview #content figure {
  width: 100% !important;
  height: auto;
  margin-bottom: 15px;
}

.interview #content .area-info-wrapper {
  padding: 0 15px;
  border-left: 8px solid #00a0bb;
  margin-bottom: 90px;
}

.interview #content .area-info-wrapper &gt; div {
  padding: 15px 5px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.interview #content .area-info-wrapper h6 {
  line-height: 1.4;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.interview #content .area-info-wrapper p {
  line-height: 1.8;
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 0;
}

@media screen and (max-width: 798px) {
  .pc {
    display: none;
  }
  
  .sp {
    display: block;
  }

  header .humberger-menu .humberger-btn {
    top: 15px;
    right: 5px;
  }

  header .humberger-menu .menu-content {
    width: 75vw;
    max-width: 280px;
    right: -300px;
    padding: 100px 25px 0 25px;
  }

  header .humberger-menu.active .menu-content {
    transform: translateX(-300px);
  }

  header .humberger-menu .menu-content nav li {
    margin-bottom: 20px;
  }

  header .humberger-menu .menu-content nav li a {
    line-height: 50px;
    font-size: 17px;
  }

  header .humberger-menu .menu-content .sns h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  header .humberger-menu .menu-content .sns a {
    padding-right: 10px;
  }

  header .humberger-menu .menu-content .sns a img {
    height: 20px;
  }

  #mv {
    height: 120vw;
  }

  #mv .bg-img {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -48%);
  }

  #mv.animation .bg-img {
    transform: translate(-50%, -50%);
  }

  #mv .logo-img {
    width: 70vw;
    max-width: 300px;
    transform: translate(-50%, 27vw);
  }

  #mv.animation .logo-img {
    transform: translate(-50%, 25vw);
  }

  #ttl {
    padding: 19vw 0 5vw 0;
    margin-top: -15vw;
  }

  #ttl::before {
    height: 110%;
    top: -40px;
  }

  #ttl h2 {
    font-size: 20px;
    margin-bottom: 10vw;
  }

  #ttl p {
    line-height: 2;
    font-size: 14px;
  }

  #link {
    margin-top: 25vw;
  }

  #link::before {
    max-height: inherit;
    top: -5vw;
    padding: 0;
    height: 100%;
    padding-bottom: 20vw;
  }

  #link nav ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  #last-year {
    padding-top: 90px;
  }

  #last-year h2 {
    line-height: 1.4;
    font-size: 26px;
  }

  #last-year h2 span {
    font-size: 18px;
    margin-bottom: 7.5px;
  }

  #last-year .main-text {
    font-size: 14px;
    margin-bottom: 40px;
  }

  #last-year .slider {
    margin-bottom: 40px;
  }

  #last-year h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  #last-year .comment {
    margin-top: 70px;
    padding: 40px 0 40px 0;
  }

  #last-year .comment .comment-profile .comment-img,
  #last-year .comment .comment-profile .comment-text {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  #last-year .comment .comment-profile .comment-img {
    margin-bottom: 20px;
  }

  #last-year .comment .comment-profile .comment-text p {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
  }

  #last-year .comment::before {
    height: 103%;
    max-height: inherit;
    top: 3vw;
  }

  #last-year .comment nav ul {
    width: 100%;
    margin-top: 0;
  }

  #last-year .comment nav ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  #university {
    margin-top: 0;
    padding-top: calc(20vw + 40px);
  }

  #university::before {
    height: 200px;
    top: 0;
  }

  #university h2 {
    line-height: 1.4;
    font-size: 22px;
    margin-bottom: 50px;
  }

  #university h2 span {
    line-height: 1.4;
    font-size: 18px;
    margin-bottom: 7.5px;
  }

  #university .university-list .university-info {
    width: 100%;
    margin-bottom: 30px;
  }

  #university .university-list .university-info .img-box {
    height: 34vw;
  }

  #university .university-list .university-info h3 {
    font-size: 20px;
  }

  #symposium {
    padding-top: calc(10vw + 40px);
    margin-bottom: 0;
  }

  #symposium::before {
    height: 200px;
    top: 14vw;
  }

  #symposium h2 {
    line-height: 1.4;
    font-size: 22px;
    margin-bottom: 60px;
  }

  #symposium h2 span {
    font-size: 18px;
    margin-bottom: 7.5px;
  }

  #symposium .symposium-report-list {
    overflow: hidden;
  }

  #symposium .symposium-report-list .symposium-report-img {
    width: 100%;
    height: 54vw;
    margin-bottom: 30px;
  }

  #symposium .symposium-report-list .symposium-report-text {
    width: 100%;
    margin-bottom: 40px;
  }

  #symposium .symposium-report-list &gt; div:nth-child(2n) .symposium-report-img,
  #symposium .symposium-report-list &gt; div:nth-child(2n) .symposium-report-text {
    float: left;
    padding-right: 0;
  }

  #symposium .symposium-report-list &gt; div:nth-child(2n + 1) .symposium-report-text {
    padding-left: 0;
  }

  #symposium .symposium-report-list .symposium-report-text .text-box h4 {
    font-size: 22px;
  }

  #symposium .symposium-report-list .symposium-report-text .text-box h3 {
    font-size: 18px;
  }

  #symposium .symposium-report-list .symposium-report-text .text-box .more-btn a {
    width: 100%;
  }

  #symposium .symposium-report-list .symposium-report-text .text-box {
    vertical-align: top;
  }

  #sns {
    padding: 50px 0 50px 0;
  }

  #sns h2 {
    font-size: 20px;
    margin-bottom: 40px;
    letter-spacing: 3px;
  }

  #sns.animation .sns-box .sns-left {
    width: 100%;
    margin-bottom: 50px;
  }

  #sns.animation .sns-box .sns-right {
    width: 100%;
  }

  .interview #content a.detail-btn {
  width: 100%;
  max-width: 630px;
  height: 70px;
  line-height: 2;
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  color: #00a0bb;
  background-color: #fff;
  border-top: 3px solid #00a0bb;
  border-right: 3px solid #00a0bb;
  border-left: 3px solid #00a0bb;
  border-bottom: 6px solid #00a0bb;
  padding: 10px 0;
  top: 0;
  position: relative;
  margin: 0 auto 90px auto;
  box-sizing: border-box;
}

  footer {
    padding: 55px 20px;
  }

  footer .logo-img {
    width: 100%;
    text-align: center;
/*     margin-bottom: 40px; */
  }

  footer .logo-img img {
    width: 150px
  }

  footer nav {
    float: none;
  }

  footer nav ul {
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -o-fit-content;
    width: -ms-fit-content;
    float: none;
    text-align: center;
    margin: 0 auto;
  }

  footer nav ul li {
    line-height: 2;
    display: block;
    float: left;
    font-size: 13px;
  }

  footer nav ul li a {
    font-size: 11px;
  }

  footer nav ul li:nth-child(1) a {
    padding: 0 10px 0 0;
  }

  footer nav ul li:nth-child(2) a,
  footer nav ul li:nth-child(3) a {
    padding: 0 10px;
  }

  footer nav ul li:nth-child(4) a {
    padding: 0 0 0 10px;
  }
	
  footer .footer-bottom {
     padding-top: 40px;	
  }

  .child .main-logo {
    left: 20px;
  }

  .child .main-logo img {
    height: 30px;
  }

  .child main {
    padding-top: 95px;
  }

  .child main::before {
    height: 200px;
  }

  .introduction #introduction .introduction-img {
    width: 100%;
    height: 89vw;
    max-height: initial;
    margin-bottom: 40px;
  }

  .introduction #introduction .introduction-text {
    width: 100%;
    padding-left: 0;
  }

  .introduction #introduction .introduction-text .introduction-text-inner {
    height: initial;
    display: block;
    margin-bottom: 40px;
  }

  .introduction #introduction .introduction-text .introduction-text-inner .tags {
    margin-bottom: 30px;
    overflow: hidden;
  }

  .introduction #introduction .introduction-text .introduction-text-inner .tags span {
    font-size: 12px;
    padding: 8px 5px 7.5px 24px;
    display: inline-block;
  }

  .introduction #introduction .introduction-text .introduction-text-inner .tags span::before {
	top: 5px;
    left: 7px;
  }

  .introduction #introduction .introduction-text .introduction-text-inner h1 span.university-name {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .introduction #introduction .introduction-text .introduction-text-inner h1 span.name-ja {
    font-size: 24px;
  }

  .introduction #introduction .introduction-text .introduction-text-inner h1 span.name-en {
    font-size: 20px;
  }
	
  .introduction #introduction .introduction-text .introduction-text-inner .sns a {
    padding-right: 10px;
  }

  .introduction #introduction .introduction-text .introduction-text-inner .sns a img {
    height: 20px;
  }

  .introduction #profile {
    height: inherit;
    margin: 50px auto 50px auto;
    padding: 40px 0 10px 0;
  }

  .introduction #profile .profile-inner dl {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }

  .introduction #profile .profile-inner dl dt {
    font-size: 18px;
  }

  .introduction #profile .profile-inner dl dd {
  font-family: YuGothic, "Yu Gothic", sans-serif;
	line-height: 1.6;
    font-size: 14px;
  }

  .introduction #content h2,
  .introduction #interview h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .introduction #content {
    margin-bottom: 50px;
  }

  .introduction #content img {
    margin-bottom: 0;
  }

  .introduction #content h3 {
    font-size: 18px;
  }

  .introduction #content p {
    font-family: YuGothic, "Yu Gothic", sans-serif;
    font-size: 14px;
    margin-bottom: 40px;
  }
  
  .introduction #interview {
    margin-bottom: 60px;
  }

  .introduction #interview .interview-wrapper .interview-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .introduction #interview .interview-wrapper .interview-right {
    width: 100%;
    padding-left: 0;
  }

  .introduction #interview .interview-wrapper .interview-right h3 {
    font-size: 18px;
  }

  .introduction #interview .interview-wrapper .interview-right .more-btn a {
    width: 100%;
  }
  
  .introduction #interview-slider {
    margin-bottom: 60px;
  }

  .introduction #others {
    margin-bottom: 60px;
  }
	
  .introduction #others h3 .title-en {
    font-size: 40px;
  }

  .introduction #others h3 .title-ja {
    font-size: 14px;
  }
	
  .introduction #others h3 .title-inner {
    width: 200px;	
  }
	
  .introduction #others h3::before,
  .introduction #others h3::after {
    width: calc(50% - 100px);	
  }

  .introduction #others #others-slider .slick-slide {
    padding: 10px;
  }

  .introduction #others #others-slider .slick-slide .img-box {
    height: 47vw;
    max-height: inherit;
  }

  .introduction #others #others-slider .slick-slide.slick-current {
    transform: none;
  }

  .interview #article-info img {
    margin-bottom: 30px;
  }

  .interview #article-info h1 {
    font-size: 22px;
    letter-spacing: 0.15em;
  }

  .interview #article-info p {
    font-family: YuGothic, "Yu Gothic", sans-serif;
    line-height: 2;
    font-size: 14px;
  }

  .interview #article-info .tags {
    margin-bottom: 0;
  }

  .interview #article-info .tags span {
    display: inline-block;
  }

  .interview #content h2 {
    font-size: 20px;
    font-family: 'Hind Vadodara', a-otf-midashi-go-mb31-pr6n,sans-serif;
    font-style: normal;
   font-weight: 600;
  }

  .interview #content h3 {
    font-size: 18px;
  }

.interview #content h4 {
  line-height: 1.5;
  font-size: 17px;
  font-family: 'Hind Vadodara', a-otf-midashi-go-mb31-pr6n,sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-left:3.5px #ffd700 solid;
  padding-left:15px;
  position: relative;
}

  .interview #content p {
    font-size: 14px;
    font-family: YuGothic, "Yu Gothic", sans-serif;
  }

  .interview #content a {
    font-size: 14px;
  }

  .interview #content .baloon-wrapper h6 {
    font-size: 14px;
  }

  .interview #content .baloon-wrapper p {
    font-family: YuGothic, "Yu Gothic", sans-serif;
    font-size: 14px;
  }

  .interview #content .baloon-wrapper.baloon-type-1 .baloon-left {
    width: 50px;
    padding-left: 20px;
    padding-right: 45px;
  }

  .interview #content .baloon-wrapper.baloon-type-1 .baloon-right .baloon-inner &gt; div {
     font-family: YuGothic, "Yu Gothic", sans-serif;
    font-size: 14px;
    min-height: 30px;
    padding: 10px 0;
  }

  .interview #content .baloon-wrapper.baloon-type-1 .baloon-left .img-box {
    width: 50px;
    height: 50px;
    margin-top: 15px;
  }

  .interview #content .baloon-wrapper.baloon-type-1 .baloon-left .img-box::before {
    width: 20px;
    height: 35px;
    top: -20px;
    left: -15px;
  }

  .interview #content .baloon-wrapper &gt; div &gt; p.title {
    font-size: 16px;
  }

  .interview #content .baloon-wrapper.baloon-type-1 .baloon-right &gt; p,
  .interview #content .baloon-wrapper.baloon-type-2 .baloon-left &gt; p {
     font-family: YuGothic, "Yu Gothic", sans-serif;
    font-size: 14px;
  }

  .interview #content .baloon-wrapper.baloon-type-1 .baloon-right .baloon-inner::before {
    top: 0;
    left: -30px;
    border-top: 20px solid #00a0bb;
    border-right: 0px solid #00a0bb;
    border-bottom: 0px solid transparent;
    border-left: 30px solid transparent;
  }

  .interview #content .baloon-wrapper.baloon-type-1 .baloon-right .baloon-inner::after {
    top: 2px;
    left: -23.5px;
    border-top: 16px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid transparent;
    border-left: 25px solid transparent;
  }

  .interview #content .baloon-wrapper.baloon-type-2 .baloon-left .baloon-inner {
    padding: 0 10px;
  }

  .interview #content .baloon-wrapper.baloon-type-2 .baloon-right {
    width: 50px;
    padding-right: 20px;
    padding-left: 45px;
  }

  .interview #content .baloon-wrapper.baloon-type-2 .baloon-left .baloon-inner &gt; div {
    padding: 10px 0;
  }

  .interview #content .baloon-wrapper.baloon-type-2 .baloon-right .img-box {
    width: 50px;
    height: 50px;
    margin-top: 15px;
  }

  .interview #content .baloon-wrapper.baloon-type-2 .baloon-right .img-box::before {
    width: 20px;
    height: 35px;
    top: -20px;
    right: -15px;
  }

  .interview #content .baloon-wrapper.baloon-type-2 .baloon-left .baloon-inner .img-box::before {
    top: -35px;
    right: 0;
  }
	
  .interview #content .baloon-wrapper.baloon-type-2 .baloon-left .baloon-inner::before {
    top: 0;
    right: -30px;
    border-top: 20px solid #00a0bb;
    border-left: 0px solid #00a0bb;
    border-bottom: 0px solid transparent;
    border-right: 30px solid transparent;
  }

  .interview #content .baloon-wrapper.baloon-type-2 .baloon-left .baloon-inner::after {
    top: 2px;
    right: -23px;
    border-top: 16px solid #fff;
    border-left: 0px solid #fff;
    border-bottom: 0px solid transparent;
    border-right: 25px solid transparent;
  }

  .interview #content .area-info-wrapper h6 {
    font-size: 16px;
  }

  .interview #content .area-info-wrapper p {
    line-height: 1.8;
    font-size: 14px;
  }

  .interview #content .area-info-wrapper {
  padding: 0 15px;
  border: 1px solid #000000;
  margin-bottom: 90px;
}

.interview #content .area-info-wrapper &gt; div {
  padding: 15px 3px;
}

  .interview #content a:not(.detail-btn) {
  line-height: 2;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 10px;
  display: inline-block;
  color: #00a0bb;
  text-decoration: underline;
}
	
  .introduction #others #others-slider .slick-slide h4 .university-name {
    font-size: 16px;
  }

  .introduction #others #others-slider .slick-slide h4 .fullname {
    font-size: 13px;
  }

  footer h2 {
    font-size: 19px;  
  }
	
  footer .footer-top .sns-icons a:first-child {
    margin-right: 15px;
  }
	
  footer .footer-top .sns-icons a img {
    height: 20px;
  }

  footer .footer-top .sns-icons a span {
    line-height: 20px;
	font-size: 13px;
	letter-spacing: 3px;
  }
}

@supports (-ms-ime-align: auto) {
  footer .footer-top .sns-icons,
  footer nav ul {
    width: 510px;
    margin: auto;
  }

  .introduction #interview-slider &gt; div, #last-year .slider &gt; div {
    width: 200px !important;
    height: 140px !important;
  }
}
</pre></body></html>