@charset "utf-8";



/*******************************************************/
/********** Responsive Contents Setting (320) **********/
/*******************************************************/

@media screen and ( max-width: 320px ) {



/****************************/
/********** Common **********/
/****************************/

.page h3:first-of-type {
  margin-top: 0;
}



/**************************/
/********** Page **********/
/**************************/

.page-title {
  margin: auto;
  padding: 40px 20px 20px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.page-title h2 {
  margin: 0;
  padding: 0;
  font-family: 'Yu Mincho', YuMincho;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.1rem;
  color: #313131;
  text-align: center;
}
.page-title nav {
  margin: auto;
  padding: 0;
  width: 100%;
}
.page-title nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
}
.page-title nav ul li {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
}
.page-title nav ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #313131;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 140%;
}
.page-title nav ul li a:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f101";
  margin: 0 6px 0 0;
  font-size: 1.0rem;
  font-weight: 800;
  display: inline-block;
}
.page-title nav ul li a:hover,
.page-title nav ul li.current a {
  text-decoration: none;
  color: #ED6F00;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin: auto;
  padding: 0;
  width: 100%;
  background-image: url("../images/page-title-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
#breadcrumbs ul {
  margin: auto;
  padding: 10px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  overflow-x: auto;
  word-break: keep-all;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#breadcrumbs ul::-webkit-scrollbar {
  display: none;
}
#breadcrumbs ul li {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 500;
  color: #313131;
  list-style-type: none;
}
#breadcrumbs ul li+li:before {
  content: ">";
  margin: 0 4px;
  font-size: 1.0rem;
}
#breadcrumbs ul li:first-child:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f015";
  margin: 0 4px 0 0;
  font-size: 1.1rem;
  font-weight: 800;
  color: #313131;
  display: inline-block;
}



/**************************************/
/********** Lower Navigation **********/
/**************************************/

.lower-nav {
  clear: both;
  margin: 30px 0 0 0;
  padding: 0;
}
.lower-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.lower-nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #FFFFFF;
  text-align: center;
  width: 50%;
  border: 1px solid #DDDDDD;
  margin: 0 -1px -1px 0;
}
.lower-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 12px;
  color: #313131;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 140%;
  background-color: #FFFFFF;
}
.lower-nav ul li a:hover,
.lower-nav ul li.current a {
  text-decoration: none;
  background-color: #49BF13;
  color: #FFFFFF;
}
.lower-nav ul li a i {
  margin: 0 0 0 6px;
}



/***************************/
/********** Staff **********/
/***************************/

.staff {
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
.staff.reader .personal {
  width: 100%;
  border: none;
}
.staff.reader .personal .button {
  margin: 0;
  padding: 0;
}
.staff.reader .personal .button a {
  font-size: 1.4rem;
  margin: 0;
  padding: 4px 20px;
}
.staff .personal {
  width: 100%;
  margin: 2% 0;
  padding: 0 0 2% 0;
  border-bottom: 4px solid #EFEFEF;
}
.staff .personal .block {
  display: flex;
  align-items: center;
}
.staff .personal .thumbnail {
  flex-shrink: 0;
  width: 90px;
  height: auto;
  margin: 0 10px 0 0;
  outline: 1px solid #DFDFDF;
  outline-offset: -3px;
}
.staff .personal .profile {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%;
}
.staff .personal .profile span {
  font-size: 1.7rem;
  font-weight: 400;
}
.staff .personal .profile span:before {
  content: "\A";
  white-space: pre;
}
.staff .personal .profile .fas {
  margin: 10px 0;
  font-size: 2.2rem;
}
.staff .personal p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 140%;
}



/*******************************/
/********** Interview **********/
/*******************************/

.interview-list {
  clear: both;
  margin: 20px auto;
  padding: 0;
  width: 100%;
}
.interview-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.interview-list ul li {
  width: 46%;
  margin: 0 8% 4% 0;
  list-style-type: none;
  text-align: center;
}
.interview-list ul li:nth-child(even) {
  margin: 0 0 4% 0;
}
.interview-list .thumbnail {
  margin: auto;
}
.interview-list .thumbnail img {
  border-radius: 100%;
}
.interview-list .thumbnail a img {
  border-color: #FFFFFF;
  transition: 0.3s;
}
.interview-list .thumbnail a:hover img {
  border: 12px solid #FFFFFF;
  transition: 0.3s;
}
.interview-list .profile {
  margin: 10px auto;
  font-size: 1.2rem;
}
.interview-list .profile em {
  font-family: 'Noto Sans JP';
  font-size: 1.4rem;
  font-weight: 500;
}
.interview-list .profile .status {
  font-size: 1.2rem;
  color: #FFFFFF;
  background-color: #49BF13;
  padding: 4px 20px;
  border-radius: 4px;
}
.interview-list .profile .status01 {
  background-color: #49BF13;
}
.interview-list .profile .status02 {
  background-color: #BA63A3;
}



.history {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.history .paragraph {
  order: 2;
  font-size: 1.6rem;
  width: 100%;
}
.history .paragraph dl {
  margin: 10px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.history .paragraph dl dt {
  margin: 0;
  padding: 5px 10px;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #F8FBEE;
  border-bottom: 1px solid #49BF13;
}
.history .paragraph dl dd {
  margin: 0;
  padding: 5px 10px;
  width: 100%;
}
.history .thumbnail {
  order: 1;
  margin: auto;
}
.history .thumbnail img {
  border-radius: 6px;
}

.interview {
  clear: both;
}
.interview dl {
  margin: 20px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.interview dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 20px;
  background-color: #EFE7D6;
}
.interview dl dd {
  margin: 0;
  padding: 20px;
  background-color: #F8F8F8;
}



/************************************/
/********** Recommendation **********/
/************************************/

.recommendation {
  clear: both;
  margin: 0;
  padding: 0;
}
.recommendation ul {
  margin: 0;
  padding: 0;
}
.recommendation ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.recommendation ul li p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 200%;
}
.recommendation ul li.arrow {
  display: flex;
  justify-content: center;
  margin: 10px auto;
  font-size: 3.4rem;
  color: #AFCD45;
}
.recommendation ul li img {
  display: none;
}



/**********************************/
/********** Year Archive **********/
/**********************************/

.years-archive {
  clear: both;
  margin: 30px 0;
  padding: 0;
}
.years-archive ol {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.years-archive ol li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #313131;
  background-color: #EFE7D6;
  text-align: center;
  width: 25%;
  border: 1px solid #FFFFFF;
  margin: 0 -1px -1px 0;
}
.years-archive ol li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 5px;
  color: #313131;
  text-align: center;
  line-height: 140%;
}
.years-archive ol li.current,
.years-archive ol li.current a,
.years-archive ol li a:hover {
  background-color: #ED6F00;
  text-decoration: none;
  color: #FFFFFF;
}



/**************************/
/********** News **********/
/**************************/

.listing dl {
  clear: both;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #CCCCCC;
}
.listing dl dt {
  margin: 10px 0;
  padding: 0;
  font-family: 'Verdana';
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 140%;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.listing dl dt span {
  margin: auto;
  padding: 5px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
  font-family: 'Montserrat';
  color: #313131;
  text-align: center;
  display: inline-block;
}
.listing dl.news dt span {
  color: #49BF13;
}
.listing dl.events dt span {
  color: #1175A7;
}
.listing dl.ou dt span {
  color: #BA63A3;
}
.listing dl dd {
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
}
.listing dl.news dd {
  border-left: 6px solid #49BF13;
}
.listing dl.events dd {
  border-left: 6px solid #1175A7;
}
.listing dl.ou dd {
  border-left: 6px solid #BA63A3;
}
.listing dl dd p:first-of-type {
  margin: 0 auto;
}
.listing dl dd dl.event-date {
  margin: 10px 0 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  border: none;
}
.listing dl dd dl.event-date dt {
  display: inline-block;
  background-color: #F1F1F1;
  margin: 0 10px 0 0;
  padding: 2px 10px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
}
.listing dl dd dl.event-date dd {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 500;
}



}



/************************************************************/
/********** Responsive Contents Setting (320-480) ***********/
/************************************************************/

@media screen and ( min-width: 321px ) and ( max-width: 480px ) {



/****************************/
/********** Common **********/
/****************************/

.page h3:first-of-type {
  margin-top: 0;
}



/**************************/
/********** Page **********/
/**************************/

.page-title {
  margin: auto;
  padding: 40px 20px 20px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.page-title h2 {
  margin: 0;
  padding: 0;
  font-family: 'Yu Mincho', YuMincho;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.1rem;
  color: #313131;
  text-align: center;
}
.page-title nav {
  margin: auto;
  padding: 0;
  width: 100%;
}
.page-title nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
}
.page-title nav ul li {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
}
.page-title nav ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #313131;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 140%;
}
.page-title nav ul li a:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f101";
  margin: 0 6px 0 0;
  font-size: 1.1rem;
  font-weight: 800;
  display: inline-block;
}
.page-title nav ul li a:hover,
.page-title nav ul li.current a {
  text-decoration: none;
  color: #ED6F00;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin: auto;
  padding: 0;
  width: 100%;
  background-image: url("../images/page-title-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
#breadcrumbs ul {
  margin: auto;
  padding: 10px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  overflow-x: auto;
  word-break: keep-all;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#breadcrumbs ul::-webkit-scrollbar {
  display: none;
}
#breadcrumbs ul li {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 500;
  color: #313131;
  list-style-type: none;
}
#breadcrumbs ul li+li:before {
  content: ">";
  margin: 0 6px;
  font-size: 1.0rem;
}
#breadcrumbs ul li:first-child:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f015";
  margin: 0 4px 0 0;
  font-size: 1.1rem;
  font-weight: 800;
  color: #313131;
  display: inline-block;
}



/**************************************/
/********** Lower Navigation **********/
/**************************************/

.lower-nav {
  clear: both;
  margin: 30px 0 0 0;
  padding: 0;
}
.lower-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.lower-nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #FFFFFF;
  text-align: center;
  width: 50%;
  border: 1px solid #DDDDDD;
  margin: 0 -1px -1px 0;
}
.lower-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 12px;
  color: #313131;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 140%;
  background-color: #FFFFFF;
}
.lower-nav ul li a:hover,
.lower-nav ul li.current a {
  text-decoration: none;
  background-color: #49BF13;
  color: #FFFFFF;
}
.lower-nav ul li a i {
  margin: 0 0 0 6px;
}



/***************************/
/********** Staff **********/
/***************************/

.staff {
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
.staff.reader .personal {
  width: 100%;
  border: none;
}
.staff.reader .personal .button {
  margin: 0;
  padding: 0;
}
.staff.reader .personal .button a {
  font-size: 1.4rem;
  margin: 0;
  padding: 4px 20px;
}
.staff .personal {
  width: 100%;
  margin: 2% 0;
  padding: 0 0 2% 0;
  border-bottom: 4px solid #EFEFEF;
}
.staff .personal .block {
  display: flex;
  align-items: center;
}
.staff .personal .thumbnail {
  flex-shrink: 0;
  width: 100px;
  height: auto;
  margin: 0 12px 0 0;
  outline: 1px solid #DFDFDF;
  outline-offset: -3px;
}
.staff .personal .profile {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%;
}
.staff .personal .profile span {
  font-size: 1.7rem;
  font-weight: 400;
}
.staff .personal .profile span:before {
  content: "\A";
  white-space: pre;
}
.staff .personal .profile .fas {
  margin: 10px 0;
  font-size: 2.2rem;
}
.staff .personal p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 140%;
}



/*******************************/
/********** Interview **********/
/*******************************/

.interview-list {
  clear: both;
  margin: 30px auto;
  padding: 0;
  width: 100%;
}
.interview-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.interview-list ul li {
  width: 46%;
  margin: 0 8% 4% 0;
  list-style-type: none;
  text-align: center;
}
.interview-list ul li:nth-child(even) {
  margin: 0 0 4% 0;
}
.interview-list .thumbnail {
  margin: auto;
}
.interview-list .thumbnail img {
  border-radius: 100%;
}
.interview-list .thumbnail a img {
  border-color: #FFFFFF;
  transition: 0.3s;
}
.interview-list .thumbnail a:hover img {
  border: 12px solid #FFFFFF;
  transition: 0.3s;
}
.interview-list .profile {
  margin: 10px auto;
  font-size: 1.2rem;
}
.interview-list .profile em {
  font-family: 'Noto Sans JP';
  font-size: 1.4rem;
  font-weight: 500;
}
.interview-list .profile .status {
  font-size: 1.2rem;
  color: #FFFFFF;
  background-color: #49BF13;
  padding: 4px 20px;
  border-radius: 4px;
}
.interview-list .profile .status01 {
  background-color: #49BF13;
}
.interview-list .profile .status02 {
  background-color: #BA63A3;
}



.history {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.history .paragraph {
  order: 2;
  font-size: 1.6rem;
  width: 100%;
}
.history .paragraph dl {
  margin: 10px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.history .paragraph dl dt {
  margin: 0;
  padding: 5px 10px;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #F8FBEE;
  border-bottom: 1px solid #49BF13;
}
.history .paragraph dl dd {
  margin: 0;
  padding: 5px 10px;
  width: 100%;
}
.history .thumbnail {
  order: 1;
  margin: auto;
}
.history .thumbnail img {
  border-radius: 6px;
}

.interview {
  clear: both;
}
.interview dl {
  margin: 30px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.interview dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 20px;
  background-color: #EFE7D6;
}
.interview dl dd {
  margin: 0;
  padding: 20px;
  background-color: #F8F8F8;
}



/************************************/
/********** Recommendation **********/
/************************************/

.recommendation {
  clear: both;
  margin: 0;
  padding: 0;
}
.recommendation ul {
  margin: 0;
  padding: 0;
}
.recommendation ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.recommendation ul li p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 200%;
}
.recommendation ul li.arrow {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  font-size: 3.8rem;
  color: #AFCD45;
}
.recommendation ul li img {
  display: none;
}



/**********************************/
/********** Year Archive **********/
/**********************************/

.years-archive {
  clear: both;
  margin: 30px 0;
  padding: 0;
}
.years-archive ol {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.years-archive ol li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #313131;
  background-color: #EFE7D6;
  text-align: center;
  width: 25%;
  border: 1px solid #FFFFFF;
  margin: 0 -1px -1px 0;
}
.years-archive ol li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 5px;
  color: #313131;
  text-align: center;
  line-height: 140%;
}
.years-archive ol li.current,
.years-archive ol li.current a,
.years-archive ol li a:hover {
  background-color: #ED6F00;
  text-decoration: none;
  color: #FFFFFF;
}



/**************************/
/********** News **********/
/**************************/

.listing dl {
  clear: both;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #CCCCCC;
}
.listing dl dt {
  margin: 10px 0;
  padding: 0;
  font-family: 'Verdana';
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 140%;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.listing dl dt span {
  margin: auto;
  padding: 5px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
  font-family: 'Montserrat';
  color: #313131;
  text-align: center;
  display: inline-block;
}
.listing dl.news dt span {
  color: #49BF13;
}
.listing dl.events dt span {
  color: #1175A7;
}
.listing dl.ou dt span {
  color: #BA63A3;
}
.listing dl dd {
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
}
.listing dl.news dd {
  border-left: 6px solid #49BF13;
}
.listing dl.events dd {
  border-left: 6px solid #1175A7;
}
.listing dl.ou dd {
  border-left: 6px solid #BA63A3;
}
.listing dl dd p:first-of-type {
  margin: 0 auto;
}
.listing dl dd dl.event-date {
  margin: 10px 0 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  border: none;
}
.listing dl dd dl.event-date dt {
  display: inline-block;
  background-color: #F1F1F1;
  margin: 0 10px 0 0;
  padding: 2px 10px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
}
.listing dl dd dl.event-date dd {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 500;
}



}



/***********************************************************/
/********** Responsive Contents Setting (480-768) **********/
/***********************************************************/

@media screen and ( min-width: 481px ) and ( max-width: 768px ) {



/****************************/
/********** Common **********/
/****************************/

.page h3:first-of-type {
  margin-top: 0;
}



/**************************/
/********** Page **********/
/**************************/

.page-title {
  margin: auto;
  padding: 50px 20px 30px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.page-title h2 {
  margin: 0;
  padding: 0;
  font-family: 'Yu Mincho', YuMincho;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.2rem;
  color: #313131;
  text-align: center;
}
.page-title nav {
  margin: auto;
  padding: 0;
  width: 100%;
}
.page-title nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
}
.page-title nav ul li {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
}
.page-title nav ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #313131;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 140%;
}
.page-title nav ul li a:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f101";
  margin: 0 6px 0 0;
  font-size: 1.2rem;
  font-weight: 800;
  display: inline-block;
}
.page-title nav ul li a:hover,
.page-title nav ul li.current a {
  text-decoration: none;
  color: #ED6F00;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin: auto;
  padding: 0;
  width: 100%;
  background-image: url("../images/page-title-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
#breadcrumbs ul {
  margin: auto;
  padding: 15px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  overflow-x: auto;
  word-break: keep-all;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#breadcrumbs ul::-webkit-scrollbar {
  display: none;
}
#breadcrumbs ul li {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #313131;
  list-style-type: none;
}
#breadcrumbs ul li+li:before {
  content: ">";
  margin: 0 8px;
  font-size: 1.1rem;
}
#breadcrumbs ul li:first-child:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f015";
  margin: 0 6px 0 0;
  font-size: 1.2rem;
  font-weight: 800;
  color: #313131;
  display: inline-block;
}



/**************************************/
/********** Lower Navigation **********/
/**************************************/

.lower-nav {
  clear: both;
  margin: 40px 0 0 0;
  padding: 0;
}
.lower-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.lower-nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 500;
  background-color: #FFFFFF;
  text-align: center;
  width: 50%;
  border: 1px solid #DDDDDD;
  margin: 0 -1px -1px 0;
}
.lower-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 12px;
  color: #313131;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 140%;
  background-color: #FFFFFF;
}
.lower-nav ul li a:hover,
.lower-nav ul li.current a {
  text-decoration: none;
  background-color: #49BF13;
  color: #FFFFFF;
}
.lower-nav ul li a i {
  margin: 0 0 0 6px;
}



/***************************/
/********** Staff **********/
/***************************/

.staff {
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
.staff.reader .personal {
  width: 100%;
  border: none;
}
.staff.reader .personal .button {
  margin: 0;
  padding: 0;
}
.staff.reader .personal .button a {
  font-size: 1.4rem;
  margin: 0;
  padding: 4px 20px;
}
.staff .personal {
  width: 100%;
  margin: 2% 0;
  padding: 0 0 2% 0;
  border-bottom: 4px solid #EFEFEF;
}
.staff .personal .block {
  display: flex;
  align-items: center;
}
.staff .personal .thumbnail {
  flex-shrink: 0;
  width: 120px;
  height: auto;
  margin: 0 15px 0 0;
  outline: 1px solid #DFDFDF;
  outline-offset: -3px;
}
.staff .personal .profile {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%;
}
.staff .personal .profile span {
  font-size: 1.7rem;
  font-weight: 400;
}
.staff .personal .profile span:before {
  content: "\A";
  white-space: pre;
}
.staff .personal .profile .fas {
  margin: 10px 0;
  font-size: 2.2rem;
}
.staff .personal p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 140%;
}



/*******************************/
/********** Interview **********/
/*******************************/

.interview-list {
  clear: both;
  margin: 40px auto;
  padding: 0;
  width: 100%;
}
.interview-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.interview-list ul li {
  width: 46%;
  margin: 0 8% 4% 0;
  list-style-type: none;
  text-align: center;
}
.interview-list ul li:nth-child(even) {
  margin: 0 0 4% 0;
}
.interview-list .thumbnail {
  margin: auto;
}
.interview-list .thumbnail img {
  border-radius: 100%;
}
.interview-list .thumbnail a img {
  border-color: #FFFFFF;
  transition: 0.3s;
}
.interview-list .thumbnail a:hover img {
  border: 12px solid #FFFFFF;
  transition: 0.3s;
}
.interview-list .profile {
  margin: 10px auto;
  font-size: 1.3rem;
}
.interview-list .profile em {
  font-family: 'Noto Sans JP';
  font-size: 1.5rem;
  font-weight: 500;
}
.interview-list .profile .status {
  font-size: 1.2rem;
  color: #FFFFFF;
  background-color: #49BF13;
  padding: 4px 20px;
  border-radius: 4px;
}
.interview-list .profile .status01 {
  background-color: #49BF13;
}
.interview-list .profile .status02 {
  background-color: #BA63A3;
}



.history {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.history .paragraph {
  order: 2;
  font-size: 1.6rem;
  width: 100%;
}
.history .paragraph dl {
  margin: 0;
  padding: 0;
  display: flex;
  border-bottom: 1px solid #49BF13;
  width: 100%;
}
.history .paragraph dl dt {
  margin: 0;
  padding: 10px;
  white-space: nowrap;
  text-align: center;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F8FBEE;
}
.history .paragraph dl dd {
  margin: 0;
  padding: 10px;
  width: 100%;
}
.history .thumbnail {
  order: 1;
  margin: auto;
}
.history .thumbnail img {
  border-radius: 6px;
}

.interview {
  clear: both;
}
.interview dl {
  margin: 30px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.interview dl dt {
  font-size: 2.0rem;
  font-weight: 700;
  padding: 20px;
  background-color: #EFE7D6;
}
.interview dl dd {
  margin: 0;
  padding: 30px;
  background-color: #F8F8F8;
}



/************************************/
/********** Recommendation **********/
/************************************/

.recommendation {
  clear: both;
  margin: 0;
  padding: 20px 0;
}
.recommendation ul {
  margin: 0;
  padding: 0;
}
.recommendation ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.recommendation ul li p {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 200%;
}
.recommendation ul li.arrow {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  font-size: 4.2rem;
  color: #AFCD45;
}
.recommendation ul li img {
  max-width: 40%;
}



/**********************************/
/********** Year Archive **********/
/**********************************/

.years-archive {
  clear: both;
  margin: 30px 0;
  padding: 0;
}
.years-archive ol {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.years-archive ol li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #313131;
  background-color: #EFE7D6;
  text-align: center;
  width: 20%;
  border: 1px solid #FFFFFF;
  margin: 0 -1px -1px 0;
}
.years-archive ol li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 5px;
  color: #313131;
  text-align: center;
  line-height: 140%;
}
.years-archive ol li.current,
.years-archive ol li.current a,
.years-archive ol li a:hover {
  background-color: #ED6F00;
  text-decoration: none;
  color: #FFFFFF;
}



/**************************/
/********** News **********/
/**************************/

.listing dl {
  clear: both;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #CCCCCC;
}
.listing dl dt {
  margin: 10px 0;
  padding: 0;
  font-family: 'Verdana';
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 140%;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.listing dl dt span {
  margin: auto;
  padding: 5px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
  font-family: 'Montserrat';
  color: #313131;
  text-align: center;
  display: inline-block;
}
.listing dl.news dt span {
  color: #49BF13;
}
.listing dl.events dt span {
  color: #1175A7;
}
.listing dl.ou dt span {
  color: #BA63A3;
}
.listing dl dd {
  margin: 0;
  padding: 0 0 0 30px;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
}
.listing dl.news dd {
  border-left: 6px solid #49BF13;
}
.listing dl.events dd {
  border-left: 6px solid #1175A7;
}
.listing dl.ou dd {
  border-left: 6px solid #BA63A3;
}
.listing dl dd p:first-of-type {
  margin: 0 auto;
}
.listing dl dd dl.event-date {
  margin: 10px 0 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  border: none;
}
.listing dl dd dl.event-date dt {
  display: inline-block;
  background-color: #F1F1F1;
  margin: 0 10px 0 0;
  padding: 2px 10px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
}
.listing dl dd dl.event-date dd {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 500;
}



}



/************************************************************/
/********** Responsive Contents Setting (768-1024) **********/
/************************************************************/

@media print, screen and ( min-width: 769px ) and ( max-width: 1024px ) {



/****************************/
/********** Common **********/
/****************************/

.page h3:first-of-type {
  margin-top: 0;
}



/**************************/
/********** Page **********/
/**************************/

.page-title {
  margin: auto;
  padding: 60px 20px 40px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.page-title h2 {
  margin: 0;
  padding: 0;
  font-family: 'Yu Mincho', YuMincho;
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.2rem;
  color: #313131;
  text-align: center;
}
.page-title nav {
  margin: auto;
  padding: 0;
  width: 100%;
}
.page-title nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.page-title nav ul li {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
}
.page-title nav ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #313131;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 140%;
}
.page-title nav ul li a:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f101";
  margin: 0 6px 0 0;
  font-size: 1.2rem;
  font-weight: 800;
  display: inline-block;
}
.page-title nav ul li a:hover,
.page-title nav ul li.current a {
  text-decoration: none;
  color: #ED6F00;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin: auto;
  padding: 0;
  width: 100%;
  background-image: url("../images/page-title-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
#breadcrumbs ul {
  margin: auto;
  padding: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  overflow-x: auto;
  word-break: keep-all;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#breadcrumbs ul::-webkit-scrollbar {
  display: none;
}
#breadcrumbs ul li {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #313131;
  list-style-type: none;
}
#breadcrumbs ul li+li:before {
  content: ">";
  margin: 0 10px;
  font-size: 1.1rem;
}
#breadcrumbs ul li:first-child:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f015";
  margin: 0 6px 0 0;
  font-size: 1.2rem;
  font-weight: 800;
  color: #313131;
  display: inline-block;
}



/**************************************/
/********** Lower Navigation **********/
/**************************************/

.lower-nav {
  clear: both;
  margin: 40px 0 0 0;
  padding: 0;
}
.lower-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.lower-nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 500;
  background-color: #FFFFFF;
  text-align: center;
  width: 33%;
  border: 1px solid #DDDDDD;
  margin: 0 -1px -1px 0;
}
.lower-nav ul li:nth-child(3n) {
  width: 34%;
}
.lower-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 12px;
  color: #313131;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 140%;
  background-color: #FFFFFF;
}
.lower-nav ul li a:hover,
.lower-nav ul li.current a {
  text-decoration: none;
  background-color: #49BF13;
  color: #FFFFFF;
}
.lower-nav ul li a i {
  margin: 0 0 0 6px;
}



/***************************/
/********** Staff **********/
/***************************/

.staff {
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
.staff.reader .personal {
  width: 100%;
  border: none;
}
.staff.reader .personal .button {
  margin: 0;
  padding: 0;
}
.staff.reader .personal .button a {
  font-size: 1.4rem;
  margin: 0;
  padding: 4px 20px;
}
.staff .personal {
  width: 48%;
  margin: 2% 4% 2% 0;
  padding: 0 0 2% 0;
  border-bottom: 4px solid #EFEFEF;
}
.staff .personal:nth-child(even) {
  margin: 2% 0;
}
.staff .personal .block {
  display: flex;
  align-items: center;
}
.staff .personal .thumbnail {
  flex-shrink: 0;
  width: 120px;
  height: auto;
  margin: 0 15px 0 0;
  outline: 1px solid #DFDFDF;
  outline-offset: -3px;
}
.staff .personal .profile {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%;
}
.staff .personal .profile span {
  font-size: 1.7rem;
  font-weight: 400;
}
.staff .personal .profile span:before {
  content: "\A";
  white-space: pre;
}
.staff .personal .profile .fas {
  margin: 10px 0;
  font-size: 2.2rem;
}
.staff .personal p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 140%;
}



/*******************************/
/********** Interview **********/
/*******************************/

.interview-list {
  clear: both;
  margin: 50px auto;
  padding: 0;
  width: 100%;
}
.interview-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.interview-list ul li {
  width: 30%;
  list-style-type: none;
  text-align: center;
}
.interview-list .thumbnail {
  margin: auto;
}
.interview-list .thumbnail img {
  border-radius: 100%;
}
.interview-list .thumbnail a img {
  border-color: #FFFFFF;
  transition: 0.3s;
}
.interview-list .thumbnail a:hover img {
  border: 12px solid #FFFFFF;
  transition: 0.3s;
}
.interview-list .profile {
  margin: 20px auto;
  font-size: 1.3rem;
}
.interview-list .profile em {
  font-family: 'Noto Sans JP';
  font-size: 1.5rem;
  font-weight: 500;
}
.interview-list .profile .status {
  font-size: 1.2rem;
  color: #FFFFFF;
  background-color: #49BF13;
  padding: 4px 20px;
  border-radius: 4px;
}
.interview-list .profile .status01 {
  background-color: #49BF13;
}
.interview-list .profile .status02 {
  background-color: #BA63A3;
}



.history {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.history .paragraph {
  order: 2;
  font-size: 1.6rem;
  width: 100%;
}
.history .paragraph dl {
  margin: 0;
  padding: 0;
  display: flex;
  border-bottom: 1px solid #49BF13;
  width: 100%;
}
.history .paragraph dl dt {
  margin: 0;
  padding: 10px 20px;
  white-space: nowrap;
  text-align: center;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F8FBEE;
}
.history .paragraph dl dd {
  margin: 0;
  padding: 10px 20px;
  width: 100%;
}
.history .thumbnail {
  order: 1;
  margin: auto;
}
.history .thumbnail img {
  border-radius: 6px;
}

.interview {
  clear: both;
}
.interview dl {
  margin: 30px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.interview dl dt {
  font-size: 2.0rem;
  font-weight: 700;
  padding: 20px;
  background-color: #EFE7D6;
}
.interview dl dd {
  margin: 0;
  padding: 30px;
  background-color: #F8F8F8;
}



/************************************/
/********** Recommendation **********/
/************************************/

.recommendation {
  clear: both;
  margin: 0;
  padding: 30px 0;
}
.recommendation ul {
  margin: 0;
  padding: 0;
}
.recommendation ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.recommendation ul li p {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 200%;
}
.recommendation ul li.arrow {
  display: flex;
  justify-content: center;
  margin: 30px auto;
  font-size: 4.6rem;
  color: #AFCD45;
}
.recommendation ul li img {
  max-width: 40%;
}



/**********************************/
/********** Year Archive **********/
/**********************************/

.years-archive {
  clear: both;
  margin: 30px 0;
  padding: 0;
}
.years-archive ol {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.years-archive ol li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #313131;
  background-color: #EFE7D6;
  text-align: center;
  width: 12.5%;
  border: 1px solid #FFFFFF;
  margin: 0 -1px -1px 0;
}
.years-archive ol li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 5px;
  color: #313131;
  text-align: center;
  line-height: 140%;
}
.years-archive ol li.current,
.years-archive ol li.current a,
.years-archive ol li a:hover {
  background-color: #ED6F00;
  text-decoration: none;
  color: #FFFFFF;
}



/**************************/
/********** News **********/
/**************************/

.listing dl {
  clear: both;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #CCCCCC;
}
.listing dl dt {
  margin: 0;
  padding: 0;
  font-family: 'Verdana';
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 140%;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 160px;
}
.listing dl dt span {
  margin: auto;
  padding: 5px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
  font-family: 'Montserrat';
  color: #313131;
  text-align: center;
  display: inline-block;
}
.listing dl.news dt span {
  color: #49BF13;
}
.listing dl.events dt span {
  color: #1175A7;
}
.listing dl.ou dt span {
  color: #BA63A3;
}
.listing dl dd {
  margin: 0;
  padding: 0 0 0 30px;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
}
.listing dl.news dd {
  border-left: 6px solid #49BF13;
}
.listing dl.events dd {
  border-left: 6px solid #1175A7;
}
.listing dl.ou dd {
  border-left: 6px solid #BA63A3;
}
.listing dl dd p:first-of-type {
  margin: 0 auto;
}
.listing dl dd dl.event-date {
  margin: 10px 0 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  border: none;
}
.listing dl dd dl.event-date dt {
  display: inline-block;
  background-color: #F1F1F1;
  margin: 0 10px 0 0;
  padding: 2px 10px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
}
.listing dl dd dl.event-date dd {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 500;
}



}



/********************************************************/
/********** Responsive Contents Setting (1024) **********/
/********************************************************/

@media screen and ( min-width: 1025px ) {



/****************************/
/********** Common **********/
/****************************/

.page h3:first-of-type {
  margin-top: 0;
}



/********************************/
/********** Page Title **********/
/********************************/

.page-title {
  margin: auto;
  padding: 70px 20px 40px 20px;
  max-width: 1240px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 60px;
}
.page-title h2 {
  margin: 0;
  padding: 0;
  font-family: 'Yu Mincho', YuMincho;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.2rem;
  color: #313131;
  text-align: left;
  white-space: nowrap;
}
.page-title nav {
  margin: auto;
  padding: 0;
  width: 100%;
}
.page-title nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.page-title nav ul li {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
}
.page-title nav ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #313131;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 140%;
}
.page-title nav ul li a:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f101";
  margin: 0 6px 0 0;
  font-size: 1.2rem;
  font-weight: 800;
  display: inline-block;
}
.page-title nav ul li a:hover,
.page-title nav ul li.current a {
  text-decoration: none;
  color: #ED6F00;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin: auto;
  padding: 0;
  width: 100%;
  background-image: url("../images/page-title-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
#breadcrumbs ul {
  margin: auto;
  padding: 20px;
  max-width: 1240px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow-x: auto;
  word-break: keep-all;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#breadcrumbs ul::-webkit-scrollbar {
  display: none;
}
#breadcrumbs ul li {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #313131;
  list-style-type: none;
}
#breadcrumbs ul li+li:before {
  content: ">";
  margin: 0 12px;
  font-size: 1.1rem;
}
#breadcrumbs ul li:first-child:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f015";
  margin: 0 6px 0 0;
  font-size: 1.2rem;
  font-weight: 800;
  color: #313131;
  display: inline-block;
}



/**************************************/
/********** Lower Navigation **********/
/**************************************/

.lower-nav {
  clear: both;
  margin: 50px 0 0 0;
  padding: 0;
}
.lower-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.lower-nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #FFFFFF;
  text-align: center;
  width: 25%;
  border: 1px solid #DDDDDD;
  margin: 0 -1px -1px 0;
}
.lower-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 12px;
  color: #313131;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 140%;
  background-color: #FFFFFF;
}
.lower-nav ul li a:hover,
.lower-nav ul li.current a {
  text-decoration: none;
  background-color: #49BF13;
  color: #FFFFFF;
}
.lower-nav ul li a i {
  margin: 0 0 0 6px;
}



/***************************/
/********** Staff **********/
/***************************/

.staff {
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
.staff.reader .personal {
  width: 100%;
  border: none;
}
.staff.reader .personal .button {
  margin: 0;
  padding: 0;
}
.staff.reader .personal .button a {
  font-size: 1.4rem;
  margin: 0;
  padding: 4px 20px;
}
.staff .personal {
  width: 48%;
  margin: 2% 4% 2% 0;
  padding: 0 0 2% 0;
  border-bottom: 4px solid #EFEFEF;
}
.staff .personal:nth-child(even) {
  margin: 2% 0;
}
.staff .personal .block {
  display: flex;
  align-items: center;
}
.staff .personal .thumbnail {
  flex-shrink: 0;
  width: 120px;
  height: auto;
  margin: 0 20px 0 0;
  outline: 1px solid #DFDFDF;
  outline-offset: -3px;
}
.staff .personal .profile {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%;
}
.staff .personal .profile span {
  font-size: 1.7rem;
  font-weight: 400;
}
.staff .personal .profile span:before {
  content: "\A";
  white-space: pre;
}
.staff .personal .profile .fas {
  margin: 10px 0;
  font-size: 2.2rem;
}
.staff .personal p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 140%;
}



/*******************************/
/********** Interview **********/
/*******************************/

.interview-list {
  clear: both;
  margin: 60px auto;
  padding: 0;
  width: 100%;
}
.interview-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.interview-list ul li {
  width: 30%;
  list-style-type: none;
  text-align: center;
}
.interview-list .thumbnail {
  margin: auto;
  flex-shrink: 0;
}
.interview-list .thumbnail img {
  border-radius: 100%;
}
.interview-list .thumbnail a img {
  border-color: #FFFFFF;
  transition: 0.3s;
}
.interview-list .thumbnail a:hover img {
  border: 12px solid #FFFFFF;
  transition: 0.3s;
}
.interview-list .profile {
  margin: 20px auto;
  font-size: 1.4rem;
}
.interview-list .profile em {
  font-family: 'Noto Sans JP';
  font-size: 1.6rem;
  font-weight: 500;
}
.interview-list .profile .status {
  font-size: 1.2rem;
  color: #FFFFFF;
  background-color: #49BF13;
  padding: 4px 20px;
  border-radius: 4px;
}
.interview-list .profile .status01 {
  background-color: #49BF13;
}
.interview-list .profile .status02 {
  background-color: #BA63A3;
}



.history {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.history .paragraph {
  font-size: 1.6rem;
  width: 100%;
}
.history .paragraph dl {
  margin: 0;
  padding: 0;
  display: flex;
  border-bottom: 1px solid #49BF13;
  width: 100%;
}
.history .paragraph dl dt {
  margin: 0;
  padding: 10px 20px;
  white-space: nowrap;
  text-align: center;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F8FBEE;
}
.history .paragraph dl dd {
  margin: 0;
  padding: 10px 20px;
  width: 100%;
}
.history .thumbnail {
  flex-shrink: 0;
}
.history .thumbnail img {
  border-radius: 6px;
}

.interview {
  clear: both;
}
.interview dl {
  margin: 30px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.interview dl dt {
  font-size: 2.0rem;
  font-weight: 700;
  padding: 20px;
  background-color: #EFE7D6;
}
.interview dl dd {
  margin: 0;
  padding: 30px;
  background-color: #F8F8F8;
}



/************************************/
/********** Recommendation **********/
/************************************/

.recommendation {
  clear: both;
  margin: 0;
  padding: 30px 0;
}
.recommendation ul {
  margin: 0;
  padding: 0;
}
.recommendation ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
.recommendation ul li p {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 200%;
}
.recommendation ul li.arrow {
  display: flex;
  justify-content: center;
  margin: 30px auto;
  font-size: 5.0rem;
  color: #AFCD45;
}



/**********************************/
/********** Year Archive **********/
/**********************************/

.years-archive {
  clear: both;
  margin: 30px 0;
  padding: 0;
}
.years-archive ol {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.years-archive ol li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #313131;
  background-color: #EFE7D6;
  text-align: center;
  width: 12.5%;
  border: 1px solid #FFFFFF;
  margin: 0 -1px -1px 0;
}
.years-archive ol li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 5px;
  color: #313131;
  text-align: center;
  line-height: 140%;
}
.years-archive ol li.current,
.years-archive ol li.current a,
.years-archive ol li a:hover {
  background-color: #ED6F00;
  text-decoration: none;
  color: #FFFFFF;
}



/**************************/
/********** News **********/
/**************************/

.listing dl {
  clear: both;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #CCCCCC;
}
.listing dl dt {
  margin: 0;
  padding: 0;
  font-family: 'Verdana';
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 140%;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 180px;
}
.listing dl dt span {
  margin: auto;
  padding: 5px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
  font-family: 'Montserrat';
  color: #313131;
  text-align: center;
  display: inline-block;
}
.listing dl.news dt span {
  color: #49BF13;
}
.listing dl.events dt span {
  color: #1175A7;
}
.listing dl.ou dt span {
  color: #BA63A3;
}
.listing dl dd {
  margin: 0;
  padding: 0 0 0 30px;
  font-size: 1.6rem;
  font-weight: 500;
}
.listing dl.news dd {
  border-left: 6px solid #49BF13;
}
.listing dl.events dd {
  border-left: 6px solid #1175A7;
}
.listing dl.ou dd {
  border-left: 6px solid #BA63A3;
}
.listing dl dd p:first-of-type {
  margin: 0 auto;
}
.listing dl dd dl.event-date {
  margin: 10px 0 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  border: none;
}
.listing dl dd dl.event-date dt {
  display: inline-block;
  background-color: #F1F1F1;
  margin: 0 10px 0 0;
  padding: 2px 10px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
}
.listing dl dd dl.event-date dd {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 500;
}



}