@charset "UTF-8";
/* Theme Name: 井上・高畠研究室(250819)
Theme URI: https://tmu-nmphp.com
Description: 井上・高畠研究室のHPテーマです。
Version: 1.0
Author: Yokochi Yuki
Author URI: https://github.com/yukiyokochi */
/* 共通部分 */
* {
  margin: 0;
}

body {
  background-color: #fcfcfc;
}

.container {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}

.more {
  display: block;
  margin: 30px auto 0;
  width: 140px;
  height: 35px;
  background-color: #fff;
  border: 2px solid #2C86CA;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
.more:hover {
  background-color: #2C86CA;
  transition: 0.3s;
}
.more p {
  text-align: center;
  line-height: 35px;
  font-weight: 700;
  font-size: 12px;
  color: #2C86CA;
  letter-spacing: 1px;
  transition: 0.3s;
}
.more p:hover {
  color: #fff;
}
.more .button-deco {
  position: absolute;
  width: 28px;
  height: 1px;
  background-color: #2C86CA;
  top: 17px;
  right: -14px;
}

p, a, h1, h2, li {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

ol {
  padding: 0 0 0 20px;
}

.section-title1 {
  font-size: 15px;
  line-height: 16px;
  font-weight: 900;
  color: #2B86CA;
}

.section-title2 {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  line-height: 23px;
}

.section-border {
  width: 100%;
  height: 2px;
  background-color: #9A9A9A;
  margin-top: 5px;
}

.for-s {
  display: block;
}

.for-l {
  display: none;
}

@media screen and (min-width: 375px) {
  .container {
    width: 90%;
    padding: 35px 0;
  }
  .more {
    margin: 35px auto 0;
    width: 140px;
    height: 35px;
    border: 2px solid #2C86CA;
  }
  .more p {
    line-height: 35px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .more .button-deco {
    width: 28px;
    height: 1px;
    top: 17px;
    right: -14px;
  }
  .section-title1 {
    font-size: 16px;
    line-height: 16px;
  }
  .section-title2 {
    font-size: 24px;
    line-height: 25px;
  }
  .section-border {
    width: 100%;
    height: 2px;
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    width: 85%;
    padding: 50px 0;
  }
  .more {
    margin: 50px auto 0;
    width: 200px;
    height: 50px;
    border: 2px solid #2C86CA;
  }
  .more p {
    line-height: 50px;
    font-size: 16px;
    letter-spacing: 1.2px;
  }
  .more .button-deco {
    width: 36px;
    height: 1px;
    top: 25px;
    right: -18px;
  }
  .section-title1 {
    font-size: 20px;
    line-height: 20px;
  }
  .section-title2 {
    font-size: 30px;
    line-height: 31px;
  }
  .section-border {
    width: 100%;
    height: 2px;
    margin-top: 7px;
  }
  .for-l {
    display: block;
  }
  .for-s {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    width: 85%;
    padding: 60px 0;
  }
  .more {
    margin: 60px auto 0;
    width: 260px;
    height: 60px;
    border: 2px solid #2C86CA;
  }
  .more p {
    line-height: 60px;
    font-size: 18px;
    letter-spacing: 1.2px;
  }
  .more .button-deco {
    width: 48px;
    height: 1px;
    top: 30px;
    right: -24px;
  }
  .section-title1 {
    font-size: 20px;
    line-height: 20px;
  }
  .section-title2 {
    font-size: 36px;
    line-height: 37px;
  }
  .section-border {
    width: 100%;
    height: 2px;
    margin-top: 7px;
  }
  .for-l, .for-s {
    display: none;
  }
}
/* header */
header {
  position: fixed;
  background-color: #fcfcfc;
  width: 100%;
  height: 60px;
  z-index: 999;
}

.header-container {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
}

.lab-logo {
  display: block;
  width: 250px;
  background-image: url("img/labologo.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 54px;
  margin: 3px 0;
  cursor: pointer;
}

.hamburger {
  display: block;
  background-color: #085289;
  margin-top: 11px;
  border-radius: 3px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 4px;
  background: #fff;
  transition: 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 8px;
}
.hamburger span:nth-child(2) {
  top: 18px;
}
.hamburger span:nth-child(3) {
  top: 28px;
}
.hamburger.active span:nth-child(1) {
  top: 18px;
  background: #fff;
  transform: rotate(315deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 18px;
  background: #fff;
  transform: rotate(-315deg);
}

/* ナビ開いてる時のボタン */
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 50px;
  left: 0;
  color: #fff;
  background: rgba(2, 38, 65, 0.72);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: none;
}
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover {
  background: #ddd;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1.5em 0;
  text-decoration: none;
  font-size: 14px;
}
nav.globalMenuSp ul li a .bold {
  font-weight: 500;
  font-size: 20px;
}
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
}

.globalMenuForLarge {
  display: none;
}

@media screen and (min-width: 375px) {
  header {
    height: 65px;
  }
  .header-container {
    width: 90%;
    height: 60px;
  }
  .lab-logo {
    width: 275px;
    height: 59.4px;
    margin: 2.8px 0;
  }
  .hamburger {
    margin-top: 13.5px;
    border-radius: 3px;
    width: 38px;
    height: 38px;
  }
  .hamburger span {
    width: 30px;
    height: 2px;
    left: 4px;
  }
  .hamburger span:nth-child(1) {
    top: 8px;
  }
  .hamburger span:nth-child(2) {
    top: 18px;
  }
  .hamburger span:nth-child(3) {
    top: 28px;
  }
  .hamburger.active span:nth-child(1), .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 18px;
  }
  /* ナビ開いてる時のボタン */
  nav.globalMenuSp {
    top: 60px;
  }
}
@media screen and (min-width: 768px) {
  header {
    height: 75px;
  }
  .header-container {
    height: 75px;
  }
  .lab-logo {
    width: 300px;
    height: 60.8px;
    margin: 7.2px 0;
  }
  .hamburger {
    margin-top: 18.5px;
  }
  /* ナビ開いてる時のボタン */
  nav.globalMenuSp {
    top: 70px;
  }
}
@media screen and (min-width: 1024px) {
  header {
    height: 75px;
  }
  .header-container {
    width: 95%;
    margin: 0 2.5% 0 2.5%;
  }
  .lab-logo {
    width: 300px;
    height: 60.8px;
    margin: 7.2px 0;
  }
  .globalMenuForLarge {
    display: block;
  }
  .globalMenuForLarge ul {
    display: flex;
    justify-content: space-between;
    width: 570px;
  }
  .globalMenuForLarge ul li {
    list-style-type: none;
  }
  .globalMenuForLarge ul li a {
    text-align: center;
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    margin-top: 18.5px;
    transition: 0.3s;
  }
  .globalMenuForLarge ul li a .bold {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
  .globalMenuForLarge ul li a:hover {
    color: #2C86CA;
    transition: 0.3s;
  }
  .hamburger, nav.globalMenuSp {
    display: none;
  }
}
/* home */
.eyecatch {
  padding-top: 60px;
  width: 100%;
  height: 33.3333333333%;
  overflow: hidden;
  /* カスタムの右ボタン（次のスライド） */
  /* カスタムの左ボタン（前のスライド） */
  /* ボタンの位置を調整してSwiperコンテナ内に表示 */
}
.eyecatch .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.eyecatch .swiper-button-next, .eyecatch .swiper-button-prev {
  background: none; /* 背景を削除 */
  color: transparent; /* デフォルトのアイコンを非表示に */
  width: 0;
  height: 0;
  border-style: solid;
  cursor: pointer; /* クリック可能に */
}
.eyecatch .swiper-button-next {
  border-width: 15px 0 15px 10px; /* 三角形の幅と高さ */
  border-color: transparent transparent transparent #fff; /* 三角形の色 */
  right: 10px; /* 右側に配置 */
}
.eyecatch .swiper-button-prev {
  border-width: 15px 10px 15px 0; /* 三角形の幅と高さ */
  border-color: transparent #fff transparent transparent; /* 三角形の色 */
  left: 10px; /* 左側に配置 */
}
.eyecatch .swiper-container {
  position: relative;
}
.eyecatch .swiper-button-next, .eyecatch .swiper-button-prev {
  position: absolute;
  top: 50%; /* 垂直方向の中央に配置 */
  transform: translateY(-50%); /* 中央揃えの微調整 */
  z-index: 10; /* ボタンを前面に表示 */
}

.eyecatch-sp {
  display: block;
}

.eyecatch-pc {
  display: none;
}

.banner {
  overflow: hidden;
  white-space: nowrap;
}
.banner .banner-container {
  display: inline-flex;
  align-items: center;
}
.banner a {
  display: inline-block;
  margin-right: 5px;
}
.banner a img {
  height: 25px;
  width: auto;
  transition: transform 0.3s;
}
.banner a img:hover {
  transform: scale(1.1);
}

.topics {
  background-color: #fcfcfc;
}
.topics .article {
  display: flex;
  justify-content: space-between;
}
.topics .article .article-info {
  width: 80px;
  margin: 20px 0;
}
.topics .article .category-box {
  width: 80px;
  height: 22px;
  background-color: #085289;
  border-radius: 2px;
}
.topics .article .category-box p {
  line-height: 22px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.topics .article .article-date {
  font-size: 12px;
  margin-top: 7px;
  text-align: center;
}
.topics .article .article-title-wrapper {
  width: calc(100% - 80px);
  display: table;
  margin: 0 0 0 15px;
}
.topics .article .article-title {
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  text-align: left;
}
.topics .article .article-title:hover {
  color: #2C86CA;
  transition: 0.3s;
}
.topics .article-border {
  width: 100%;
  height: 0.5px;
  background-color: #9A9A9A;
}

.aboutus {
  background-color: #F5F6F8;
}
.aboutus .aboutus-description {
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0 0;
}
.aboutus .aboutus-img {
  background-image: url("img/aboutus.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 56.2%;
  margin: 20px 0 0;
}

.member .profile-wrapper .profile-img {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1/1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 20px 0 10px;
}
.member .profile-wrapper .profile-img_inoue {
  background-image: url("img/inoue.jpg");
}
.member .profile-wrapper .profile-img_takabatake {
  background-image: url("img/takabatake.png");
}
.member .profile-wrapper .profile-info .profile-txt-s {
  font-size: 10px;
}
.member .profile-wrapper a {
  text-decoration: none;
  color: #2C86CA;
}

.publications {
  background-color: #F5F6F8;
}
.publications .pub-article {
  display: flex;
  justify-content: space-between;
}
.publications .pub-article .pub-article-info {
  width: 80px;
  margin: 20px 0;
}
.publications .pub-article .pub-category-box {
  width: 80px;
  height: 22px;
  background-color: #085289;
  border-radius: 2px;
}
.publications .pub-article .pub-category-box p {
  line-height: 22px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.publications .pub-article .pub-article-date {
  font-size: 12px;
  margin-top: 7px;
  text-align: center;
}
.publications .pub-article .pub-article-title-wrapper {
  width: calc(100% - 80px);
  display: table;
  margin: 0 0 0 15px;
}
.publications .pub-article .pub-article-cont {
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  text-align: left;
  padding: 10px 0;
}
.publications .article-border {
  width: 100%;
  height: 0.5px;
  background-color: #9A9A9A;
}

.arphrin-button {
  display: block;
  text-decoration: none;
  background-image: url("img/arphrin.png");
  background-position: center;
  background-size: cover;
  width: 280px;
  height: 72px;
  border-radius: 2px;
  margin: 50px auto 0;
  transition: transform 0.3s;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
.arphrin-button:hover {
  transform: scale(1.1);
}

.collaborators {
  background-color: #F7F8EA;
}
.collaborators .collaborator-button {
  display: block;
  text-decoration: none;
  width: 200px;
  height: 60px;
  background: linear-gradient(to right, #2072b0, #4198dc);
  border-radius: 2px;
  margin: 0 auto;
  box-sizing: border-box;
  transition: color 0.3s, border-color 0.3s;
}
.collaborators .collaborator-button:hover {
  background: #fff;
  border: 2px solid #2C86CA;
}
.collaborators .collaborator-button:hover .colabo-button-title1, .collaborators .collaborator-button:hover .colabo-button-title2 {
  color: #2072b0;
}
.collaborators .colabo-button-title1 {
  padding-top: 8px;
  font-size: 15px;
  line-height: 16px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  transition: 0.3s;
  text-align: center;
}
.collaborators .colabo-button-title2 {
  font-size: 22px;
  line-height: 23px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  transition: 0.3s;
}

footer {
  background-color: #2C86CA;
  width: 100%;
  height: 40px;
}
footer p {
  color: #fff;
  line-height: 40px;
  font-size: 9px;
  text-align: center;
  font-weight: 700;
}

@media screen and (min-width: 375px) {
  .eyecatch {
    padding-top: 65px;
  }
  .topics .article {
    display: flex;
    justify-content: space-between;
  }
  .topics .article .article-info {
    width: 80px;
    margin: 20px 0;
  }
  .topics .article .category-box {
    width: 80px;
    height: 24px;
    border-radius: 2px;
  }
  .topics .article .category-box p {
    line-height: 24px;
    font-size: 14px;
  }
  .topics .article .article-date {
    font-size: 14px;
    margin-top: 7px;
  }
  .topics .article .article-title-wrapper {
    width: calc(100% - 80px);
    margin: 0 0 0 15px;
  }
  .topics .article .article-title {
    font-size: 16px;
  }
  .topics .article-border {
    width: 100%;
    height: 0.5px;
  }
  .aboutus .aboutus-description {
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0 0;
  }
  footer {
    height: 40px;
  }
  footer p {
    line-height: 40px;
    font-size: 10px;
  }
}
@media screen and (min-width: 576px) {
  .eyecatch-sp {
    display: none;
  }
  .eyecatch-pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .eyecatch {
    padding-top: 75px;
    /* カスタムの左ボタン（前のスライド） */
  }
  .eyecatch .swiper-button-next {
    border-width: 30px 0 30px 20px; /* 三角形の幅と高さ */
  }
  .eyecatch .swiper-button-prev {
    border-width: 30px 20px 30px 0; /* 三角形の幅と高さ */
  }
  .banner a {
    margin-right: 15px;
  }
  .banner a img {
    height: 36px;
  }
  .topics .article {
    display: flex;
    justify-content: space-between;
  }
  .topics .article .article-info {
    width: 80px;
    margin: 20px 0;
  }
  .topics .article .category-box {
    width: 80px;
    height: 24px;
    border-radius: 2px;
  }
  .topics .article .category-box p {
    line-height: 24px;
    font-size: 14px;
  }
  .topics .article .article-date {
    font-size: 14px;
    margin-top: 7px;
  }
  .topics .article .article-title-wrapper {
    width: calc(100% - 80px);
    margin: 0 0 0 15px;
  }
  .topics .article .article-title {
    font-size: 16px;
  }
  .topics .article-border {
    width: 100%;
    height: 0.5px;
  }
  .aboutus .aboutus-description {
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0 0;
  }
  .member .profile-wrapper {
    display: flex;
    margin: 20px 0 10px;
  }
  .member .profile-wrapper .profile-img {
    width: 250px;
    margin: 0 20px 0 0;
  }
  .member .profile-wrapper .profile-info .profile-txt-s {
    font-size: 10px;
  }
  .arphrin-button {
    width: 420px;
    height: 108px;
    border-radius: 4px;
    margin-top: 80px;
  }
  .collaborators .collaborator-button {
    width: 300px;
    height: 90px;
  }
  .collaborators .colabo-button-title1 {
    padding-top: 14px;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 1px;
  }
  .collaborators .colabo-button-title2 {
    font-size: 30px;
    line-height: 31px;
    letter-spacing: 1px;
  }
  footer {
    height: 58px;
  }
  footer p {
    line-height: 58px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .aboutus .aboutus-img {
    width: 850px;
    height: 425px;
    padding-top: 0;
  }
  .member .profiles {
    display: flex;
  }
  .member .profiles .profile-img_takabatake {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .topics .article .article-info {
    width: 114px;
    margin: 27px 0;
  }
  .topics .article .category-box {
    width: 114px;
    height: 30px;
    border-radius: 2px;
  }
  .topics .article .category-box p {
    line-height: 30px;
    font-size: 16px;
  }
  .topics .article .article-date {
    font-size: 16px;
    margin-top: 7px;
  }
  .topics .article .article-title-wrapper {
    width: calc(100% - 114px);
    margin: 0 0 0 20px;
  }
  .topics .article .article-title {
    font-size: 18px;
  }
  .aboutus .aboutus-description {
    margin: 27px 0 0;
  }
  .banner a {
    margin-right: 20px;
  }
  .banner a img {
    height: 45px;
  }
  .collaborators .collaborator-button {
    width: 330px;
    height: 110px;
  }
  .collaborators .colabo-button-title1 {
    padding-top: 20px;
    letter-spacing: 2px;
  }
  .collaborators .colabo-button-title2 {
    font-size: 36px;
    line-height: 37px;
    letter-spacing: 2px;
  }
}
/* 下層ページ共通 */
.second-page-title {
  padding-top: 80px;
  position: relative;
  height: 37px;
  width: 95%;
  margin: 0 auto;
}

.second-page-title1 {
  font-size: 37px;
  font-weight: 900;
  opacity: 0.25;
  position: absolute;
  color: #2B86CA;
  top: 80px;
  line-height: 37px;
}

.second-page-title2 {
  font-size: 23px;
  font-weight: 700;
  position: absolute;
  color: #333333;
  line-height: 23px;
  top: 100px;
}

@media screen and (min-width: 375px) {
  .second-page-title {
    padding-top: 80px;
    height: 40px;
    width: 90%;
  }
  .second-page-title1 {
    font-size: 40px;
    top: 80px;
    line-height: 40px;
  }
  .second-page-title2 {
    font-size: 25px;
    line-height: 25px;
    top: 103px;
  }
}
@media screen and (min-width: 768px) {
  .second-page-title {
    padding-top: 90px;
    height: 60px;
    width: 85%;
  }
  .second-page-title1 {
    font-size: 60px;
    top: 90px;
    line-height: 60px;
  }
  .second-page-title2 {
    font-size: 32px;
    line-height: 32px;
    top: 125px;
  }
}
@media screen and (min-width: 1280px) {
  .second-page-title {
    padding-top: 100px;
    height: 64px;
    width: 85%;
  }
  .second-page-title1 {
    font-size: 64px;
    top: 100px;
    line-height: 64px;
  }
  .second-page-title2 {
    font-size: 40px;
    line-height: 40px;
    top: 135px;
  }
}
/* topics */
.topics-secondpage {
  padding-top: 0;
}

.topics-second-container {
  width: 95%;
  margin: 0 auto;
  padding: 0 0 30px;
}

.topics-year {
  margin-top: 30px;
}

@media screen and (min-width: 375px) {
  .topics-second-container {
    width: 90%;
    padding: 0 0 35px;
  }
  .topics-year {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .topics-second-container {
    width: 85%;
    padding: 0 0 50px;
  }
  .topics-year {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .topics-second-container {
    padding: 0 0 60px;
  }
  .topics-year {
    margin-top: 60px;
  }
}
/* single */
.topics-title {
  font-size: 18px;
  color: #5d5d5d;
  font-weight: 500;
  margin-bottom: 5px;
}

.article-content {
  padding: 20px 0;
}
.article-content p {
  font-size: 14px;
  line-height: 24px;
}

.article-date {
  font-size: 12px;
}

.category-box {
  width: 80px;
  height: 22px;
  background-color: #085289;
  border-radius: 2px;
}
.category-box p {
  line-height: 22px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 375px) {
  .topics-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .article-content {
    padding: 20px 0;
  }
  .article-content p {
    font-size: 16px;
    line-height: 26px;
  }
  .article-date {
    font-size: 14px;
  }
  .category-box {
    width: 80px;
    height: 24px;
    border-radius: 2px;
  }
  .category-box p {
    line-height: 24px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .topics-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .topics-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .article-content {
    padding: 27px 0;
  }
  .article-date {
    font-size: 16px;
  }
  .category-box {
    width: 114px;
    height: 30px;
    border-radius: 2px;
  }
  .category-box p {
    line-height: 30px;
    font-size: 16px;
  }
}
/* member */
.member-second .large-section {
  margin-bottom: 50px;
}
.member-second .member-type {
  font-size: 32px;
  font-weight: 400;
}
.member-second .member-name {
  font-size: 16px;
  margin: 0 0 7px;
  font-weight: 500;
}
.member-second .member-name-student {
  font-size: 14px;
  margin: 0 0 7px;
  font-weight: 500;
}
.member-second .member-txt {
  font-size: 13px;
}
.member-second .teacher {
  margin: 30px 0;
}
.member-second .teacher img {
  width: 280px;
  height: 280px;
}
.member-second .visiting-teacher {
  margin: 20px 0;
}
.member-second .student, .member-second .graduated-member {
  margin: 12px 0;
}
.member-second .student-group, .member-second .year-group, .member-second .course-group {
  margin-top: 20px;
}
.member-second .student-course-title {
  font-size: 16px;
  font-weight: 500;
  color: #021e33;
}
.member-second .year-text {
  font-size: 28px;
  font-weight: 200;
  color: #367baf;
}

@media screen and (min-width: 1024px) {
  .member-second .large-section {
    margin-bottom: 60px;
  }
  .member-second .member-type {
    font-size: 36px;
  }
  .member-second .member-name {
    font-size: 18px;
    margin: 0 0 9px;
  }
  .member-second .member-name-student {
    font-size: 15px;
    margin: 0 0 7px;
  }
  .member-second .member-txt {
    font-size: 14px;
  }
  .member-second .teacher {
    margin: 40px 0;
  }
  .member-second .teacher img {
    width: 300px;
    height: 300px;
  }
  .member-second .visiting-teacher {
    margin: 25px 0;
  }
  .member-second .student, .member-second .graduated-member {
    margin: 14px 0;
  }
  .member-second .student-group, .member-second .year-group, .member-second .course-group {
    margin-top: 30px;
  }
  .member-second .student-course-title {
    font-size: 19px;
  }
  .member-second .year-text {
    font-size: 30px;
  }
}
/* link */
.link-for-l {
  display: none;
}

.link-container {
  padding: 40px 0 0;
}

.link .nation-wrapper {
  margin-bottom: 30px;
}
.link .nation-wrapper .nation-title-wrapper {
  display: flex;
  margin: 0 0 20px;
}
.link .nation-wrapper .nation-title-wrapper .jp {
  background-image: url("img/jp.png");
}
.link .nation-wrapper .nation-title-wrapper .us {
  background-image: url("img/usa.png");
}
.link .nation-wrapper .nation-title-wrapper .ca {
  background-image: url("img/ca.png");
}
.link .nation-wrapper .nation-title-wrapper .in {
  background-image: url("img/in.png");
}
.link .nation-wrapper .nation-title-wrapper .th {
  background-image: url("img/th.png");
}
.link .nation-wrapper .nation-title-wrapper .vn {
  background-image: url("img/vn.png");
}
.link .nation-wrapper .nation-title-wrapper .bh {
  background-image: url("img/bh.png");
}
.link .nation-wrapper .nation-title-wrapper .eg {
  background-image: url("img/eg.png");
}
.link .nation-wrapper .nation-title-wrapper .sl {
  background-image: url("img/sl.png");
}
.link .nation-wrapper .nation-title-wrapper .au {
  background-image: url("img/au.png");
}
.link .nation-wrapper .nation-title-wrapper .nation-flag {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100px;
  height: 67px;
}
.link .nation-wrapper .nation-title-wrapper .nation-text-wrapper {
  margin: 0 0 0 20px;
}
.link .nation-wrapper .nation-title-wrapper .nation-text-wrapper .nation-title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  margin-top: 37px;
}
.link .nation-wrapper .nation-title-wrapper .nation-text-wrapper .nation-title-sub {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
.link .nation-wrapper .links {
  font-size: 14px;
  cursor: pointer;
  display: block;
  margin: 0 0 10px;
  transition: 0.3s;
}
.link .nation-wrapper .links:hover {
  color: #2C86CA;
  transition: 0.3s;
}

@media screen and (min-width: 375px) {
  .link-container {
    padding: 50px 0 0;
  }
  .link .nation-wrapper {
    margin-bottom: 35px;
  }
  .link .nation-wrapper .nation-title-wrapper {
    margin: 0 0 20px;
  }
  .link .nation-wrapper .nation-text-wrapper .nation-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin-top: 60px;
  }
  .link .nation-wrapper .nation-text-wrapper .nation-title-sub {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
  }
  .link .nation-wrapper .links {
    font-size: 16px;
    margin: 0 0 12px;
  }
}
@media screen and (min-width: 768px) {
  .link-for-l {
    display: block;
  }
  .link {
    display: none;
  }
  .link-for-l table {
    margin: 0 0 50px;
  }
  .link-container {
    padding: 20px 0 0;
  }
  .nation-title-wrapper {
    width: 194px;
    height: 130px;
    margin: 30px 30px 0 0;
  }
  .link-for-l .nation-wrapper .nation-title-wrapper .jp {
    background-image: url("img/jp.png");
  }
  .link-for-l .nation-wrapper .nation-title-wrapper .us {
    background-image: url("img/usa.png");
  }
  .link-for-l .nation-wrapper .nation-title-wrapper .ca {
    background-image: url("img/ca.png");
  }
  .link-for-l .nation-wrapper .nation-title-wrapper .in {
    background-image: url("img/in.png");
  }
  .link-for-l .nation-wrapper .nation-title-wrapper .th {
    background-image: url("img/th.png");
  }
  .link-for-l .nation-wrapper .nation-title-wrapper .vn {
    background-image: url("img/vn.png");
  }
  .link-for-l .nation-wrapper .nation-title-wrapper .bh {
    background-image: url("img/bh.png");
  }
  .link-for-l .nation-wrapper .nation-title-wrapper .eg {
    background-image: url("img/eg.png");
  }
  .link-for-l .nation-wrapper .nation-title-wrapper .sl {
    background-image: url("img/sl.png");
  }
  .link-for-l .nation-wrapper .nation-title-wrapper .au {
    background-image: url("img/au.png");
  }
  .link-for-l .nation-wrapper .nation-title-wrapper .nation-flag {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 194px;
    height: 130px;
  }
  .link-for-l .nation-wrapper .nation-info-wrapper {
    display: flex;
    margin: 30px 0 20px;
  }
  .link-for-l .nation-wrapper .nation-info-wrapper .nation-title {
    font-size: 22px;
    font-weight: 600;
  }
  .link-for-l .nation-wrapper .nation-info-wrapper .nation-title-sub {
    font-size: 15px;
    margin-top: 7px;
    font-weight: 600;
  }
  .link-for-l .nation-wrapper .links {
    font-size: 16px;
    margin: 0 0 12px;
    display: block;
    transition: 0.3s;
  }
  .link-for-l .nation-wrapper .links:hover {
    color: #2C86CA;
    transition: 0.3s;
  }
}
/* publications */
.publications-second .document-type {
  font-size: 16px;
  font-weight: 500;
  color: #021e33;
  margin: 0 0 10px;
}
.publications-second .year-text {
  font-size: 28px;
  font-weight: 200;
  color: #367baf;
  margin: 0 0 10px;
}
.publications-second .each-year-document {
  margin: 0 0 50px;
}
.publications-second .each-year-document .each-document-type {
  margin: 0 0 30px;
}
.publications-second .each-year-document .each-document-type .each-document {
  margin: 0 0 10px;
}

@media screen and (min-width: 1024px) {
  .member-second .large-section {
    margin-bottom: 60px;
  }
  .member-second .member-type {
    font-size: 36px;
  }
  .member-second .member-name {
    font-size: 18px;
    margin: 0 0 9px;
  }
  .member-second .member-name-student {
    font-size: 15px;
    margin: 0 0 7px;
  }
  .member-second .member-txt {
    font-size: 14px;
    margin: 0 0 7px;
  }
  .member-second .teacher {
    margin: 40px 0;
  }
  .member-second .teacher img {
    width: 300px;
    height: 300px;
  }
  .member-second .visiting-teacher {
    margin: 25px 0;
  }
  .member-second .student, .member-second .graduated-member {
    margin: 14px 0;
  }
  .member-second .student-group, .member-second .year-group, .member-second .course-group {
    margin-top: 30px;
  }
  .member-second .student-course-title {
    font-size: 19px;
  }
  .member-second .year-text {
    font-size: 30px;
  }
}
/* student */
.student-second .student-container {
  display: block;
}

.student-life-article {
  padding: 24px 0;
  border-bottom: 1px solid #e5e7eb;
}
.student-life-article:first-child {
  padding-top: 0;
}
.student-life-article .student-life-title {
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 16px;
}
.student-life-article .student-life-content-row {
  display: block;
  gap: 24px;
}
@media (min-width: 1024px) {
  .student-life-article .student-life-content-row {
    display: flex;
    align-items: flex-start;
    gap: 32px;
  }
}
.student-life-article .student-life-image {
  width: 100%;
  margin: 0 0 16px;
}
@media (min-width: 1024px) {
  .student-life-article .student-life-image {
    width: 40%;
    margin: 0;
  }
}
.student-life-article .student-life-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.student-life-article .student-life-image--placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  background: #f3f4f6;
  border: 1px dashed #d1d5db;
}
.student-life-article .student-life-body {
  width: 100%;
}
@media (min-width: 1024px) {
  .student-life-article .student-life-body {
    width: 60%;
  }
}
.student-life-article .student-life-body .student-life-article-content {
  font-size: 16px;
  line-height: 1.9;
}
.student-life-article .student-life-body .student-life-article-content p {
  margin: 0 0 1em;
}
.student-life-article .student-life-body .student-life-article-content img {
  max-width: 100%;
  height: auto;
}

/* path */
.path-second .path-item {
  margin: 0 0 30px;
}
.path-second .path-item .path-title {
  font-size: 26px;
  margin: 0 0 5px;
}

.career-interview .career-interview-container {
  padding: 0 0 50px;
}
.career-interview .career-interview-container .career-interview-heading {
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
  margin: 0 0 20px;
}
.career-interview .career-interview-container .ci-list {
  margin-top: 20px;
  --gap: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
.career-interview .career-interview-container .ci-card {
  box-sizing: border-box;
  flex: 0 0 calc((100% - 2 * var(--gap)) / 3);
}
@media (max-width: 900px) {
  .career-interview .career-interview-container .ci-card {
    flex-basis: calc((100% - var(--gap)) / 2);
  }
}
@media (max-width: 520px) {
  .career-interview .career-interview-container .ci-card {
    flex-basis: 100%;
  }
}
.career-interview .career-interview-container .ci-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.career-interview .career-interview-container .ci-link:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}
.career-interview .career-interview-container .ci-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.career-interview .career-interview-container .ci-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.career-interview .career-interview-container .ci-thumb--placeholder {
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(45deg, #e5e7eb, #e5e7eb 10px, #f3f4f6 10px, #f3f4f6 20px);
  border-radius: 8px;
}
.career-interview .career-interview-container .ci-title {
  margin: 10px 2px 0;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 600;
  line-height: 1.5;
}
.career-interview .career-interview-container .ci-empty {
  color: #6b7280;
}

@media screen and (min-width: 1024px) {
  .path-second .path-item {
    margin: 0 0 30px;
  }
  .path-second .path-item .path-title {
    font-size: 32px;
    margin: 0 0 5px;
  }
}
/* arphrin */
.arphrin-logo {
  display: block;
  width: 194px;
  background-image: url("img/arphrin-logo.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50px;
  margin: 5px 0;
}

.arphrin-globalMenuForLarge {
  display: none;
}

.eyecatch-img-sp {
  width: 100%;
  aspect-ratio: 0.8533;
  background-image: url("img/arphrin-eyecatch-sp.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.eyecatch-img-pc {
  width: 100%;
  aspect-ratio: 12/5; /* 横:縦 = 12:5 に固定 */
  background-image: url("img/arphrin-eyecatch-pc.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 375px) {
  .arphrin-logo {
    width: 233px;
    height: 60px;
    margin: 2.5px 0;
  }
}
@media screen and (min-width: 768px) {
  .arphrin-logo {
    width: 256px;
    height: 66px;
    margin: 4.5px 0;
  }
}
@media screen and (min-width: 1024px) {
  .arphrin-globalMenuForLarge {
    display: block;
  }
  .arphrin-globalMenuForLarge ul {
    display: flex;
    justify-content: space-between;
    width: 600px;
  }
  .arphrin-globalMenuForLarge ul li {
    list-style-type: none;
  }
  .arphrin-globalMenuForLarge ul li a {
    text-align: center;
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    margin-top: 18.5px;
    transition: 0.3s;
  }
  .arphrin-globalMenuForLarge ul li a .bold {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
  .arphrin-globalMenuForLarge ul li a:hover {
    color: #2C86CA;
    transition: 0.3s;
  }
}
.outline {
  background-color: #f5f6f8;
}
.outline .outline-content {
  /* プロフィール画像：最大250×250、左寄せ */
  /* 説明図：最大幅1024px、左寄せ */
}
@media (min-width: 1024px) {
  .outline .outline-content .outline-profile-block {
    display: flex;
    align-items: flex-start;
    gap: 32px; /* 画像とテキストの間隔 */
  }
}
.outline .outline-content .section-title3 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 20px;
  margin: 30px 0 15px;
}
@media (min-width: 375px) {
  .outline .outline-content .section-title3 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .outline .outline-content .section-title3 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (min-width: 1280px) {
  .outline .outline-content .section-title3 {
    font-size: 28px;
    line-height: 30px;
  }
}
.outline .outline-content .section-title4 {
  font-size: 16px;
  font-weight: 600;
  color: #021E33;
  line-height: 18px;
  margin: 25px 0 10px;
}
@media (min-width: 375px) {
  .outline .outline-content .section-title4 {
    font-size: 18px;
    line-height: 20px;
  }
}
.outline .outline-content .outline-content-text {
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0 0;
  color: #333;
}
@media (min-width: 375px) {
  .outline .outline-content .outline-content-text {
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0 0;
  }
}
@media (min-width: 768px) {
  .outline .outline-content .outline-content-text {
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0 0;
  }
}
@media (min-width: 1280px) {
  .outline .outline-content .outline-content-text {
    margin: 27px 0 0;
  }
}
.outline .outline-content .outline-profile-img {
  width: 100%;
  max-width: 150px;
  aspect-ratio: 1/1; /* 正方形 */
  background: url("img/inoue-arphrin.png") center/cover no-repeat;
  margin: 20px 0 10px;
}
@media (min-width: 1024px) {
  .outline .outline-content .outline-profile-img {
    max-width: 200px;
    float: left; /* 左に寄せて回り込み */
    margin: 0 24px 8px 0; /* 右と下に余白を確保 */
  }
}
.outline .outline-content .outline-content-explain-img {
  width: 100%;
  max-width: 1024px;
  aspect-ratio: 3840/1600;
  background: url("img/arphrin-program.jpg") center/cover no-repeat;
  margin: 25px 0;
}
@media (min-width: 768px) {
  .outline .outline-content .outline-content-explain-img {
    margin: 40px 0;
  }
}

.arphrin-program {
  background-color: #f5f6f8;
}
.arphrin-program .arphrin-program-inready {
  margin: 30px 0 0;
}

.arphrin-outlink {
  background-color: #F7F8EA;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .arphrin-outlink .arphrin-member-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    justify-items: center;
    width: 450px;
  }
}
@media screen and (min-width: 768px) {
  .arphrin-outlink .arphrin-member-container {
    display: flex;
    justify-content: center;
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .arphrin-outlink .arphrin-member-container {
    gap: 48px;
  }
}
.arphrin-outlink .arphrin-outlink-button {
  display: block;
  text-decoration: none;
  width: 200px;
  height: 60px;
  background: linear-gradient(to right, #2072b0, #4198dc);
  border-radius: 2px;
  margin: 20px auto;
  box-sizing: border-box;
  transition: color 0.3s, border-color 0.3s;
}
@media screen and (min-width: 576px) {
  .arphrin-outlink .arphrin-outlink-button {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .arphrin-outlink .arphrin-outlink-button {
    width: 260px;
    height: 78px;
  }
}
.arphrin-outlink .arphrin-outlink-button:hover {
  background: #fff;
  border: 2px solid #2C86CA;
}
.arphrin-outlink .arphrin-outlink-button:hover .arphrin-button-title1, .arphrin-outlink .arphrin-outlink-button:hover .arphrin-button-title2 {
  color: #2072b0;
}
.arphrin-outlink .arphrin-button-title1 {
  padding-top: 8px;
  font-size: 15px;
  line-height: 16px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  transition: 0.3s;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .arphrin-outlink .arphrin-button-title1 {
    padding-top: 14px;
    font-size: 18px;
    line-height: 19px;
  }
}
.arphrin-outlink .arphrin-button-title2 {
  font-size: 22px;
  line-height: 23px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .arphrin-outlink .arphrin-button-title2 {
    font-size: 25px;
    line-height: 26px;
  }
}/*# sourceMappingURL=style.css.map */