@charset "utf-8";



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

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



/****************************************/
/********** Main Image Section **********/
/****************************************/

.main-image-section {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  padding-top: 37.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F7F7F7;
}
.main-image-section #loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #FFFFFF;
  background-color: #999999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-image-section .headline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #FFFFFF;
  margin: auto;
  text-align: center;
  width: 100%;
  height: auto;
  font-family: 'Montserrat';
  font-size: 3vw;
  font-weight: 700;
  font-style: italic;
  text-shadow: 1px 0 1px #313131;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-image-section .headline span {
  font-size: 4vw;
  margin: 0 2px 0 12px;
}
.main-image-section .headline span:nth-child(1) {
  color: #BE3231;
}
.main-image-section .headline span:nth-child(2) {
  color: #A8BE6B;
}
.main-image-section .headline span:nth-child(3) {
  color: #B88AA6;
}
.main-image-section .headline span:nth-child(4) {
  color: #004F9B;
}
.main-image-section .headline span:nth-child(5) {
  color: #EE7E2A;
}



/**********************************/
/********** News Section **********/
/**********************************/

.news-section {
  clear: both;
  margin: auto;
  padding: 20px 0;
  width: 100%;
  position: relative;
  background-color: #F7F7F7;
}
.news-section h2 {
  margin: 30px auto 10px auto;
  padding: 0;
  font-family: 'Noto Sans JP';
  font-size: 1.8rem;
  font-weight: 500;
  color: #313131;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-section h2:after {
  content: "";
  margin: 4px auto auto auto;
  padding: 0;
  width: 120px;
  background: linear-gradient(to right, #ED6F00 0%, #ED6F00 50%, #49BF13 50%, #49BF13 100%);
  height: 2px;
  display: inline-block;
}
.news-section .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;
}
.news-section .listing dl:nth-child(n+5) {
  display: none;
}
.news-section .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;
}
.news-section .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;
}
.news-section .listing dl.news dt span {
  color: #49BF13;
}
.news-section .listing dl.events dt span {
  color: #1175A7;
}
.news-section .listing dl.ou dt span {
  color: #BA63A3;
}
.news-section .listing dl dd {
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
}
.news-section .listing dl.news dd {
  border-left: 6px solid #49BF13;
}
.news-section .listing dl.events dd {
  border-left: 6px solid #1175A7;
}
.news-section .listing dl.ou dd {
  border-left: 6px solid #BA63A3;
}
.news-section .listing dl dd p:first-of-type {
  margin: 0 auto;
}
.news-section .listing dl dd dl.event-date {
  margin: 10px 0 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  border: none;
}
.news-section .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;
}
.news-section .listing dl dd dl.event-date dd {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 500;
}



/*************************************/
/********** Outline Section **********/
/*************************************/

.overview-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  background-color: #F1FAFE;
}
.overview-section h2 {
  margin: auto;
  padding: 20px;
  font-family: 'Noto Sans JP';
  font-size: 2.2rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #1175A7;
}
.overview-section .content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.overview-section .thumbnail {
  margin: auto;
}
.overview-section .thumbnail img {
  border-radius: 12px;
}
.overview-section p {
  font-family: 'Yu Mincho', YuMincho;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 200%;
}



/******************************************/
/********** Study Abroad Section **********/
/******************************************/

.studyabroad-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  background-color: #F4FEEF;
}
.studyabroad-section h2 {
  margin: auto;
  padding: 20px;
  font-family: 'Noto Sans JP';
  font-size: 2.2rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #80C210;
}
.studyabroad-section .content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.studyabroad-section .block {
  width: 100%;
  text-align: center;
  padding: 0;
}
.studyabroad-section h3,
.studyabroad-section h3 a {
  font-family: 'Noto Sans JP';
  font-size: 1.8rem;
  font-weight: 400;
  color: #313131;
  background: none;
  text-align: center;
  margin: auto;
  padding: 0;
  text-decoration: none;
}
.studyabroad-section h3 a:hover {
  border-bottom: 2px solid #49BF13;
}
.studyabroad-section .thumbnail {
  margin: auto auto 20px auto;
}
.studyabroad-section .thumbnail img {
  border-radius: 12px;
}
.studyabroad-section p {
  text-align: left;
}



/*******************************************/
/********** International Section **********/
/*******************************************/

.international-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  background-color: #FCF5FB;
}
.international-section h2 {
  margin: auto;
  padding: 20px;
  font-family: 'Noto Sans JP';
  font-size: 2.2rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #BA63A3;
}
.international-section .content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.international-section .block {
  width: 100%;
  text-align: center;
  padding: 0;
}
.international-section h3,
.international-section h3 a {
  font-family: 'Noto Sans JP';
  font-size: 1.8rem;
  font-weight: 400;
  color: #313131;
  background: none;
  text-align: center;
  margin: auto;
  padding: 0;
  text-decoration: none;
}
.international-section h3 a:hover {
  border-bottom: 2px solid #49BF13;
}
.international-section .thumbnail {
  margin: auto auto 20px auto;
}
.international-section .thumbnail img {
  border-radius: 12px;
}
.international-section p {
  text-align: left;
}



/***********************************/
/********** Voice Section **********/
/***********************************/

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



}



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

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



/****************************************/
/********** Main Image Section **********/
/****************************************/

.main-image-section {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  padding-top: 37.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F7F7F7;
}
.main-image-section #loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #FFFFFF;
  background-color: #999999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-image-section .headline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #FFFFFF;
  margin: auto;
  text-align: center;
  width: 100%;
  height: auto;
  font-family: 'Montserrat';
  font-size: 3vw;
  font-weight: 700;
  font-style: italic;
  text-shadow: 1px 0 1px #313131;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-image-section .headline span {
  font-size: 4vw;
  margin: 0 2px 0 12px;
}
.main-image-section .headline span:nth-child(1) {
  color: #BE3231;
}
.main-image-section .headline span:nth-child(2) {
  color: #A8BE6B;
}
.main-image-section .headline span:nth-child(3) {
  color: #B88AA6;
}
.main-image-section .headline span:nth-child(4) {
  color: #004F9B;
}
.main-image-section .headline span:nth-child(5) {
  color: #EE7E2A;
}



/**********************************/
/********** News Section **********/
/**********************************/

.news-section {
  clear: both;
  margin: auto;
  padding: 20px 0;
  width: 100%;
  position: relative;
  background-color: #F7F7F7;
}
.news-section h2 {
  margin: 40px auto 20px auto;
  padding: 0;
  font-family: 'Noto Sans JP';
  font-size: 2.0rem;
  font-weight: 500;
  color: #313131;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-section h2:after {
  content: "";
  margin: 4px auto auto auto;
  padding: 0;
  width: 140px;
  background: linear-gradient(to right, #ED6F00 0%, #ED6F00 50%, #49BF13 50%, #49BF13 100%);
  height: 2px;
  display: inline-block;
}
.news-section .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;
}
.news-section .listing dl:nth-child(n+5) {
  display: none;
}
.news-section .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;
}
.news-section .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;
}
.news-section .listing dl.news dt span {
  color: #49BF13;
}
.news-section .listing dl.events dt span {
  color: #1175A7;
}
.news-section .listing dl.ou dt span {
  color: #BA63A3;
}
.news-section .listing dl dd {
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
}
.news-section .listing dl.news dd {
  border-left: 6px solid #49BF13;
}
.news-section .listing dl.events dd {
  border-left: 6px solid #1175A7;
}
.news-section .listing dl.ou dd {
  border-left: 6px solid #BA63A3;
}
.news-section .listing dl dd p:first-of-type {
  margin: 0 auto;
}
.news-section .listing dl dd dl.event-date {
  margin: 10px 0 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  border: none;
}
.news-section .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;
}
.news-section .listing dl dd dl.event-date dd {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 500;
}



/*************************************/
/********** Outline Section **********/
/*************************************/

.overview-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  background-color: #F1FAFE;
}
.overview-section h2 {
  margin: auto;
  padding: 30px 20px;
  font-family: 'Noto Sans JP';
  font-size: 2.4rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #1175A7;
}
.overview-section .content {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.overview-section .thumbnail {
  margin: auto;
}
.overview-section .thumbnail img {
  border-radius: 12px;
}
.overview-section p {
  font-family: 'Yu Mincho', YuMincho;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 200%;
}



/******************************************/
/********** Study Abroad Section **********/
/******************************************/

.studyabroad-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  background-color: #F4FEEF;
}
.studyabroad-section h2 {
  margin: auto;
  padding: 30px 20px;
  font-family: 'Noto Sans JP';
  font-size: 2.4rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #80C210;
}
.studyabroad-section .content {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.studyabroad-section .block {
  width: 100%;
  text-align: center;
  padding: 0;
}
.studyabroad-section h3,
.studyabroad-section h3 a {
  font-family: 'Noto Sans JP';
  font-size: 2.0rem;
  font-weight: 400;
  color: #313131;
  background: none;
  text-align: center;
  margin: auto;
  padding: 0;
  text-decoration: none;
}
.studyabroad-section h3 a:hover {
  border-bottom: 2px solid #49BF13;
}
.studyabroad-section .thumbnail {
  margin: auto auto 20px auto;
}
.studyabroad-section .thumbnail img {
  border-radius: 12px;
}
.studyabroad-section p {
  text-align: left;
}



/*******************************************/
/********** International Section **********/
/*******************************************/

.international-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  background-color: #FCF5FB;
}
.international-section h2 {
  margin: auto;
  padding: 30px 20px;
  font-family: 'Noto Sans JP';
  font-size: 2.4rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #BA63A3;
}
.international-section .content {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.international-section .block {
  width: 100%;
  text-align: center;
  padding: 0;
}
.international-section h3,
.international-section h3 a {
  font-family: 'Noto Sans JP';
  font-size: 2.0rem;
  font-weight: 400;
  color: #313131;
  background: none;
  text-align: center;
  margin: auto;
  padding: 0;
  text-decoration: none;
}
.international-section h3 a:hover {
  border-bottom: 2px solid #49BF13;
}
.international-section .thumbnail {
  margin: auto auto 20px auto;
}
.international-section .thumbnail img {
  border-radius: 12px;
}
.international-section p {
  text-align: left;
}



/***********************************/
/********** Voice Section **********/
/***********************************/

.voice-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  background-color: #F8FBEE;
}
.voice-section h2 {
  margin: auto;
  padding: 30px 20px;
  font-family: 'Noto Sans JP';
  font-size: 2.4rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #AFCD45;
}
.voice-section h2 span {
  font-size: 1.6rem;
}
.voice-section .content {
  padding: 40px 20px;
}
.voice-section ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.voice-section ul li {
  width: 46%;
  margin: 0 8% 4% 0;
  list-style-type: none;
  text-align: center;
}
.voice-section ul li:nth-child(even) {
  margin: 0 0 4% 0;
}
.voice-section .thumbnail {
  margin: auto;
}
.voice-section .thumbnail img {
  border-radius: 100%;
}
.voice-section .thumbnail a img {
  border-color: #FFFFFF;
  transition: 0.3s;
}
.voice-section .thumbnail a:hover img {
  border: 12px solid #FFFFFF;
  transition: 0.3s;
}
.voice-section .profile {
  margin: 10px auto;
  font-size: 1.2rem;
}
.voice-section .profile a {
  text-decoration: none;
}
.voice-section .profile a:hover {
  border-bottom: 2px solid #49BF13;
}
.voice-section .profile em {
  font-family: 'Noto Sans JP';
  font-size: 1.4rem;
  font-weight: 500;
}
.voice-section .profile .status {
  font-size: 1.2rem;
  color: #FFFFFF;
  background-color: #49BF13;
  padding: 4px 20px;
  border-radius: 4px;
}
.voice-section .profile .status01 {
  background-color: #49BF13;
}
.voice-section .profile .status02 {
  background-color: #BA63A3;
}



}



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

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



/****************************************/
/********** Main Image Section **********/
/****************************************/

.main-image-section {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  padding-top: 37.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F7F7F7;
}
.main-image-section #loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #FFFFFF;
  background-color: #999999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-image-section .headline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #FFFFFF;
  margin: auto;
  text-align: center;
  width: 100%;
  height: auto;
  font-family: 'Montserrat';
  font-size: 3vw;
  font-weight: 700;
  font-style: italic;
  text-shadow: 1px 0 1px #313131;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-image-section .headline span {
  font-size: 4vw;
  margin: 0 2px 0 12px;
}
.main-image-section .headline span:nth-child(1) {
  color: #BE3231;
}
.main-image-section .headline span:nth-child(2) {
  color: #A8BE6B;
}
.main-image-section .headline span:nth-child(3) {
  color: #B88AA6;
}
.main-image-section .headline span:nth-child(4) {
  color: #004F9B;
}
.main-image-section .headline span:nth-child(5) {
  color: #EE7E2A;
}



/**********************************/
/********** News Section **********/
/**********************************/

.news-section {
  clear: both;
  margin: auto;
  padding: 20px 0;
  width: 100%;
  position: relative;
  background-color: #F7F7F7;
}
.news-section h2 {
  margin: 40px auto 20px auto;
  padding: 0;
  font-family: 'Noto Sans JP';
  font-size: 2.2rem;
  font-weight: 500;
  color: #313131;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-section h2:after {
  content: "";
  margin: 4px auto auto auto;
  padding: 0;
  width: 160px;
  background: linear-gradient(to right, #ED6F00 0%, #ED6F00 50%, #49BF13 50%, #49BF13 100%);
  height: 2px;
  display: inline-block;
}
.news-section .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;
}
.news-section .listing dl:nth-child(n+5) {
  display: none;
}
.news-section .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;
}
.news-section .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;
}
.news-section .listing dl.news dt span {
  color: #49BF13;
}
.news-section .listing dl.events dt span {
  color: #1175A7;
}
.news-section .listing dl.ou dt span {
  color: #BA63A3;
}
.news-section .listing dl dd {
  margin: 0;
  padding: 0 0 0 30px;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
}
.news-section .listing dl.news dd {
  border-left: 6px solid #49BF13;
}
.news-section .listing dl.events dd {
  border-left: 6px solid #1175A7;
}
.news-section .listing dl.ou dd {
  border-left: 6px solid #BA63A3;
}
.news-section .listing dl dd p:first-of-type {
  margin: 0 auto;
}
.news-section .listing dl dd dl.event-date {
  margin: 10px 0 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  border: none;
}
.news-section .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;
}
.news-section .listing dl dd dl.event-date dd {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 500;
}



/*************************************/
/********** Outline Section **********/
/*************************************/

.overview-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  background-color: #F1FAFE;
}
.overview-section h2 {
  margin: auto;
  padding: 40px 20px;
  font-family: 'Noto Sans JP';
  font-size: 2.6rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #1175A7;
}
.overview-section .content {
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.overview-section .thumbnail {
  margin: auto;
}
.overview-section .thumbnail img {
  border-radius: 12px;
}
.overview-section p {
  font-family: 'Yu Mincho', YuMincho;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 200%;
}



/******************************************/
/********** Study Abroad Section **********/
/******************************************/

.studyabroad-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  background-color: #F4FEEF;
}
.studyabroad-section h2 {
  margin: auto;
  padding: 40px 20px;
  font-family: 'Noto Sans JP';
  font-size: 2.6rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #80C210;
}
.studyabroad-section .content {
  padding: 60px 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.studyabroad-section .block {
  width: 50%;
  text-align: center;
  padding: 0 10px;
}
.studyabroad-section h3,
.studyabroad-section h3 a {
  font-family: 'Noto Sans JP';
  font-size: 2.0rem;
  font-weight: 400;
  color: #313131;
  background: none;
  text-align: center;
  margin: auto;
  padding: 0;
  text-decoration: none;
}
.studyabroad-section h3 a:hover {
  border-bottom: 2px solid #49BF13;
}
.studyabroad-section .thumbnail {
  margin: auto auto 20px auto;
}
.studyabroad-section .thumbnail img {
  border-radius: 12px;
}
.studyabroad-section p {
  text-align: left;
}



/*******************************************/
/********** International Section **********/
/*******************************************/

.international-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  background-color: #FCF5FB;
}
.international-section h2 {
  margin: auto;
  padding: 40px 20px;
  font-family: 'Noto Sans JP';
  font-size: 2.6rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #BA63A3;
}
.international-section .content {
  padding: 60px 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.international-section .block {
  width: 50%;
  text-align: center;
  padding: 0 10px;
}
.international-section h3,
.international-section h3 a {
  font-family: 'Noto Sans JP';
  font-size: 2.0rem;
  font-weight: 400;
  color: #313131;
  background: none;
  text-align: center;
  margin: auto;
  padding: 0;
  text-decoration: none;
}
.international-section h3 a:hover {
  border-bottom: 2px solid #49BF13;
}
.international-section .thumbnail {
  margin: auto auto 20px auto;
}
.international-section .thumbnail img {
  border-radius: 12px;
}
.international-section p {
  text-align: left;
}



/***********************************/
/********** Voice Section **********/
/***********************************/

.voice-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  background-color: #F8FBEE;
}
.voice-section h2 {
  margin: auto;
  padding: 40px 20px;
  font-family: 'Noto Sans JP';
  font-size: 2.6rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #AFCD45;
}
.voice-section h2 span {
  font-size: 1.8rem;
}
.voice-section .content {
  padding: 60px 20px;
}
.voice-section ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.voice-section ul li {
  width: 46%;
  margin: 0 8% 4% 0;
  list-style-type: none;
  text-align: center;
}
.voice-section ul li:nth-child(even) {
  margin: 0 0 4% 0;
}
.voice-section .thumbnail {
  margin: auto;
}
.voice-section .thumbnail img {
  border-radius: 100%;
}
.voice-section .thumbnail a img {
  border-color: #FFFFFF;
  transition: 0.3s;
}
.voice-section .thumbnail a:hover img {
  border: 12px solid #FFFFFF;
  transition: 0.3s;
}
.voice-section .profile {
  margin: 10px auto;
  font-size: 1.3rem;
}
.voice-section .profile a {
  text-decoration: none;
}
.voice-section .profile a:hover {
  border-bottom: 2px solid #49BF13;
}
.voice-section .profile em {
  font-family: 'Noto Sans JP';
  font-size: 1.5rem;
  font-weight: 500;
}
.voice-section .profile .status {
  font-size: 1.2rem;
  color: #FFFFFF;
  background-color: #49BF13;
  padding: 4px 20px;
  border-radius: 4px;
}
.voice-section .profile .status01 {
  background-color: #49BF13;
}
.voice-section .profile .status02 {
  background-color: #BA63A3;
}



}



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

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



/****************************************/
/********** Main Image Section **********/
/****************************************/

.main-image-section {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  padding-top: 37.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F7F7F7;
}
.main-image-section #loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #FFFFFF;
  background-color: #999999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-image-section .headline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #FFFFFF;
  margin: auto;
  text-align: center;
  width: 100%;
  height: auto;
  font-family: 'Montserrat';
  font-size: 3vw;
  font-weight: 700;
  font-style: italic;
  text-shadow: 1px 0 1px #313131;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-image-section .headline span {
  font-size: 4vw;
  margin: 0 2px 0 12px;
}
.main-image-section .headline span:nth-child(1) {
  color: #BE3231;
}
.main-image-section .headline span:nth-child(2) {
  color: #A8BE6B;
}
.main-image-section .headline span:nth-child(3) {
  color: #B88AA6;
}
.main-image-section .headline span:nth-child(4) {
  color: #004F9B;
}
.main-image-section .headline span:nth-child(5) {
  color: #EE7E2A;
}



/**********************************/
/********** News Section **********/
/**********************************/

.news-section {
  clear: both;
  margin: auto;
  padding: 30px 0;
  width: 100%;
  position: relative;
  background-color: #F7F7F7;
}
.news-section h2 {
  margin: 40px auto 20px auto;
  padding: 0;
  font-family: 'Noto Sans JP';
  font-size: 2.4rem;
  font-weight: 500;
  color: #313131;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-section h2:after {
  content: "";
  margin: 4px auto auto auto;
  padding: 0;
  width: 180px;
  background: linear-gradient(to right, #ED6F00 0%, #ED6F00 50%, #49BF13 50%, #49BF13 100%);
  height: 2px;
  display: inline-block;
}
.news-section .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;
}
.news-section .listing dl:nth-child(n+5) {
  display: none;
}
.news-section .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;
}
.news-section .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;
}
.news-section .listing dl.news dt span {
  color: #49BF13;
}
.news-section .listing dl.events dt span {
  color: #1175A7;
}
.news-section .listing dl.ou dt span {
  color: #BA63A3;
}
.news-section .listing dl dd {
  margin: 0;
  padding: 0 0 0 30px;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
}
.news-section .listing dl.news dd {
  border-left: 6px solid #49BF13;
}
.news-section .listing dl.events dd {
  border-left: 6px solid #1175A7;
}
.news-section .listing dl.ou dd {
  border-left: 6px solid #BA63A3;
}
.news-section .listing dl dd p:first-of-type {
  margin: 0 auto;
}
.news-section .listing dl dd dl.event-date {
  margin: 10px 0 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  border: none;
}
.news-section .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;
}
.news-section .listing dl dd dl.event-date dd {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 500;
}



/*************************************/
/********** Outline Section **********/
/*************************************/

.overview-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  background-color: #F1FAFE;
}
.overview-section h2 {
  margin: auto;
  padding: 50px 20px;
  font-family: 'Noto Sans JP';
  font-size: 2.8rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #1175A7;
}
.overview-section .content {
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.overview-section .thumbnail {
  margin: auto;
}
.overview-section .thumbnail img {
  border-radius: 12px;
}
.overview-section p {
  font-family: 'Yu Mincho', YuMincho;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 200%;
}



/******************************************/
/********** Study Abroad Section **********/
/******************************************/

.studyabroad-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  background-color: #F4FEEF;
}
.studyabroad-section h2 {
  margin: auto;
  padding: 50px 20px;
  font-family: 'Noto Sans JP';
  font-size: 2.8rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #80C210;
}
.studyabroad-section .content {
  padding: 80px 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.studyabroad-section .block {
  width: 50%;
  text-align: center;
  padding: 0 20px;
}
.studyabroad-section h3,
.studyabroad-section h3 a {
  font-family: 'Noto Sans JP';
  font-size: 2.0rem;
  font-weight: 400;
  color: #313131;
  background: none;
  text-align: center;
  margin: auto;
  padding: 0;
  text-decoration: none;
}
.studyabroad-section h3 a:hover {
  border-bottom: 2px solid #49BF13;
}
.studyabroad-section .thumbnail {
  margin: auto auto 20px auto;
}
.studyabroad-section .thumbnail img {
  border-radius: 12px;
}
.studyabroad-section p {
  text-align: left;
}



/*******************************************/
/********** International Section **********/
/*******************************************/

.international-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  background-color: #FCF5FB;
}
.international-section h2 {
  margin: auto;
  padding: 50px 20px;
  font-family: 'Noto Sans JP';
  font-size: 2.8rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #BA63A3;
}
.international-section .content {
  padding: 80px 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.international-section .block {
  width: 50%;
  text-align: center;
  padding: 0 20px;
}
.international-section h3,
.international-section h3 a {
  font-family: 'Noto Sans JP';
  font-size: 2.0rem;
  font-weight: 400;
  color: #313131;
  background: none;
  text-align: center;
  margin: auto;
  padding: 0;
  text-decoration: none;
}
.international-section h3 a:hover {
  border-bottom: 2px solid #49BF13;
}
.international-section .thumbnail {
  margin: auto auto 20px auto;
}
.international-section .thumbnail img {
  border-radius: 12px;
}
.international-section p {
  text-align: left;
}



/***********************************/
/********** Voice Section **********/
/***********************************/

.voice-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  background-color: #F8FBEE;
}
.voice-section h2 {
  margin: auto;
  padding: 50px 20px;
  font-family: 'Noto Sans JP';
  font-size: 2.8rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #AFCD45;
}
.voice-section h2 span {
  font-size: 1.8rem;
}
.voice-section .content {
  padding: 80px 20px;
}
.voice-section ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.voice-section ul li {
  width: 30%;
  list-style-type: none;
  text-align: center;
}
.voice-section .thumbnail {
  margin: auto;
}
.voice-section .thumbnail img {
  border-radius: 100%;
}
.voice-section .thumbnail a img {
  border-color: #FFFFFF;
  transition: 0.3s;
}
.voice-section .thumbnail a:hover img {
  border: 12px solid #FFFFFF;
  transition: 0.3s;
}
.voice-section .profile {
  margin: 20px auto;
  font-size: 1.3rem;
}
.voice-section .profile a {
  text-decoration: none;
}
.voice-section .profile a:hover {
  border-bottom: 2px solid #49BF13;
}
.voice-section .profile em {
  font-family: 'Noto Sans JP';
  font-size: 1.5rem;
  font-weight: 500;
}
.voice-section .profile .status {
  font-size: 1.2rem;
  color: #FFFFFF;
  background-color: #49BF13;
  padding: 4px 20px;
  border-radius: 4px;
}
.voice-section .profile .status01 {
  background-color: #49BF13;
}
.voice-section .profile .status02 {
  background-color: #BA63A3;
}



}



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

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



/****************************************/
/********** Main Image Section **********/
/****************************************/

.main-image-section {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  padding-top: 37.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F7F7F7;
}
.main-image-section #loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #FFFFFF;
  background-color: #999999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-image-section .headline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #FFFFFF;
  margin: auto;
  text-align: center;
  width: 100%;
  height: auto;
  font-family: 'Montserrat';
  font-size: 3vw;
  font-weight: 700;
  font-style: italic;
  text-shadow: 1px 0 1px #313131;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-image-section .headline span {
  font-size: 4vw;
  margin: 0 2px 0 12px;
}
.main-image-section .headline span:nth-child(1) {
  color: #BE3231;
}
.main-image-section .headline span:nth-child(2) {
  color: #A8BE6B;
}
.main-image-section .headline span:nth-child(3) {
  color: #B88AA6;
}
.main-image-section .headline span:nth-child(4) {
  color: #004F9B;
}
.main-image-section .headline span:nth-child(5) {
  color: #EE7E2A;
}



/**********************************/
/********** News Section **********/
/**********************************/

.news-section {
  clear: both;
  margin: auto;
  padding: 40px 0 80px 0;
  width: 100%;
  position: relative;
  background-color: #F7F7F7;
}
.news-section h2 {
  margin: 50px auto 30px auto;
  padding: 0;
  font-family: 'Noto Sans JP';
  font-size: 2.6rem;
  font-weight: 500;
  color: #313131;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-section h2:after {
  content: "";
  margin: 4px auto auto auto;
  padding: 0;
  width: 200px;
  background: linear-gradient(to right, #ED6F00 0%, #ED6F00 50%, #49BF13 50%, #49BF13 100%);
  height: 2px;
  display: inline-block;
}
.news-section .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;
}
.news-section .listing dl:nth-child(n+5) {
  display: none;
}
.news-section .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;
}
.news-section .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;
}
.news-section .listing dl.news dt span {
  color: #49BF13;
}
.news-section .listing dl.events dt span {
  color: #1175A7;
}
.news-section .listing dl.ou dt span {
  color: #BA63A3;
}
.news-section .listing dl dd {
  margin: 0;
  padding: 0 0 0 30px;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
}
.news-section .listing dl.news dd {
  border-left: 6px solid #49BF13;
}
.news-section .listing dl.events dd {
  border-left: 6px solid #1175A7;
}
.news-section .listing dl.ou dd {
  border-left: 6px solid #BA63A3;
}
.news-section .listing dl dd p:first-of-type {
  margin: 0 auto;
}
.news-section .listing dl dd dl.event-date {
  margin: 10px 0 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  border: none;
}
.news-section .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;
}
.news-section .listing dl dd dl.event-date dd {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 500;
}



/*************************************/
/********** Outline Section **********/
/*************************************/

.overview-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  background-color: #F1FAFE;
}
.overview-section h2 {
  margin: auto;
  padding: 60px 20px;
  font-family: 'Noto Sans JP';
  font-size: 3.0rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #1175A7;
}
.overview-section .content {
  padding: 100px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.overview-section .thumbnail {
  flex-shrink: 0;
}
.overview-section .thumbnail img {
  border-radius: 12px;
}
.overview-section p {
  font-family: 'Yu Mincho', YuMincho;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 200%;
}



/******************************************/
/********** Study Abroad Section **********/
/******************************************/

.studyabroad-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  background-color: #F4FEEF;
}
.studyabroad-section h2 {
  margin: auto;
  padding: 60px 20px;
  font-family: 'Noto Sans JP';
  font-size: 3.0rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #80C210;
}
.studyabroad-section .content {
  padding: 100px 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.studyabroad-section .block {
  width: 50%;
  text-align: center;
  padding: 0 60px;
}
.studyabroad-section h3,
.studyabroad-section h3 a {
  font-family: 'Noto Sans JP';
  font-size: 2.0rem;
  font-weight: 400;
  color: #313131;
  background: none;
  text-align: center;
  margin: auto;
  padding: 0;
  text-decoration: none;
}
.studyabroad-section h3 a:hover {
  border-bottom: 2px solid #49BF13;
}
.studyabroad-section .thumbnail {
  margin: auto auto 20px auto;
  flex-shrink: 0;
}
.studyabroad-section .thumbnail img {
  border-radius: 12px;
}
.studyabroad-section p {
  text-align: left;
}



/*******************************************/
/********** International Section **********/
/*******************************************/

.international-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  background-color: #FCF5FB;
}
.international-section h2 {
  margin: auto;
  padding: 60px 20px;
  font-family: 'Noto Sans JP';
  font-size: 3.0rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #BA63A3;
}
.international-section .content {
  padding: 100px 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.international-section .block {
  width: 50%;
  text-align: center;
  padding: 0 60px;
}
.international-section h3,
.international-section h3 a {
  font-family: 'Noto Sans JP';
  font-size: 2.0rem;
  font-weight: 400;
  color: #313131;
  background: none;
  text-align: center;
  margin: auto;
  padding: 0;
  text-decoration: none;
}
.international-section h3 a:hover {
  border-bottom: 2px solid #49BF13;
}
.international-section .thumbnail {
  margin: auto auto 20px auto;
  flex-shrink: 0;
}
.international-section .thumbnail img {
  border-radius: 12px;
}
.international-section p {
  text-align: left;
}



/***********************************/
/********** Voice Section **********/
/***********************************/

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



}