@charset "utf-8";



/**************************************************/
/********** Responsive Base Font Setting **********/
/**************************************************/

@media print, screen and ( min-width: 769px ) {
  html {
    font-size: 62.5%;
  }
}
@media screen and ( max-width: 768px ) {
  html {
    font-size: 56.3%;
  }
}
@media screen and ( max-width: 320px ) {
  html {
    font-size: 50.0%;
  }
}



/*******************************************************/
/********** Responsive Contents Setting (320) **********/
/*******************************************************/

@media screen and ( max-width: 320px ) {



/**********************************/
/********** Base Setting **********/
/**********************************/

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.alignleft,
.alignright,
.aligncenter {
  width: 100%;
  display: block!important;
  margin: 20px auto!important;
  text-align: center!important;
}



/*******************************/
/********** Container **********/
/*******************************/

#container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}



/****************************/
/********** Header **********/
/****************************/

#header {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#header header {
  order: 2;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 100;
  width: 100%;
}
#header header h1 {
  margin: 0;
  padding: 0;
  line-height: 100%;
  width: 60%;
  margin-right: auto;
  flex: none;
}
#header #sub-header {
  order: 1;
  border-bottom: 1px solid #076BAF;
  padding-right: 40px;
}
#header #sub-header ul {
  margin: 0 auto;
  padding: 10px 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header #sub-header ul li {
  font-size: 1.2rem;
  color: #000000;
}
#header #sub-header ul li+li {
  margin: 0 0 0 12px;
  display: none;
}
#header #sub-header ul li:nth-child(2):after {
  content: "|";
  color: #666666;
  margin: 0 0 0 12px;
  font-size: 1.2rem;
  position: relative;
  top: -1px;
}
#header #sub-header ul li a {
  font-size: 1.2rem;
  color: #000000;
  text-decoration: none
}
#header #sub-header ul li a:hover {
  color: #EBB416;
}
#header #sub-header ul li.current a {
  color: #EBB416;
  font-weight: bold;
}
#header #sub-header ul li.language {
  display: block;
}
#header #sub-header ul li.language a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #2571A3;
  border: 3px solid #2571A3;
  border-radius: 20px;
  padding: 3px 12px;
  text-decoration: none;
}
#header #sub-header ul li.language a:hover {
  border-color: #EBB416;
  color: #EBB416;
}
#header #sub-header ul li.nagoya-univ {
  margin-right: auto;
  width: 35%;
}



/****************************************/
/********** Respomsive Swicher **********/
/****************************************/

#trigger {
  position: fixed;
  z-index: 8888;
  right: 0;
  top: 0;
}
#trigger-close {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
}
#trigger a,
#trigger-close a {
  display: block;
  color: #FFFFFF;
  background-color: #2571A3;
  font-size: 1.5rem;
  text-decoration: none;
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#background-close a {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#modal-window {
  display: none;
  width: 260px;
  height: 100%;
  background: rgba(20,60,90,0.9);
  color: #FFFFFF;
}

#modal-window ul.level1 {
  margin: 0;
  padding: 0;
}
#modal-window ul.level1 > li {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 100%;
  background-color: #FFFFFF;
  color: #000000;
  border-bottom: 1px solid #2571A3;
  position: relative;
  cursor: pointer;
}
#modal-window ul.level1 li a {
  display: block;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  margin: 0;
  padding: 15px 20px;
  position: relative;
  white-space: pre-line;
  cursor: pointer;
}
#modal-window ul.level1 li a:hover,
#modal-window ul.level1 li.current a {
  background-color: #E0EEF8;
  color: #2571A3;
}

#modal-window ul li > ul.level2 {
  display: none;
  margin: 0;
  padding: 0;
}
#modal-window ul li.current > ul.level2 {
  display: block;
  margin: 0;
  padding: 0;
}

#modal-window ul li > ul.level2 li {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  line-height: 100%;
  background-color: #FFFFFF;
  color: #000000;
  border: none;
  position: relative;
}
#modal-window ul li > ul.level2 li a,
#modal-window ul li.current > ul.level2 li a {
  display: block;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 1.3rem;
  text-decoration: none;
  margin: 0;
  padding: 10px 30px;
  white-space: pre-line;
}
#modal-window ul li.current > ul.level2 li.current a,
#modal-window ul li.current > ul.level2 li a:hover {
  background-color: #E0EEF8;
  color: #2571A3;
}

#modal-window ul li > ul li > ul.level3 {
  display: none;
  margin: 0;
  padding: 0;
}
#modal-window ul li > ul li.current > ul.level3 {
  display: block;
  margin: 0;
  padding: 0;
}
#modal-window ul li > ul li > ul.level3 li {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  line-height: 100%;
  background-color: #FFFFFF;
  color: #000000;
  border: none;
  position: relative;
}
#modal-window ul li > ul li > ul.level3 li a,
#modal-window ul li.current > ul li.current > ul.level3 li a {
  display: block;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 1.3rem;
  text-decoration: none;
  margin: 0;
  padding: 10px 40px;
  white-space: pre-line;
}
#modal-window ul li.current > ul li.current > ul.level3 li.current a,
#modal-window ul li.current > ul li > ul.level3 li a:hover {
  background-color: #E0EEF8;
  color: #2571A3;
}

#modal-window ul li.accordion > a {
  width: 210px;
}
#modal-window ul li.accordion > a:after,
#modal-window ul li.accordion.current.active > a:after {
  pointer-events: none;
  content: "＋";
  font-size: 2.0rem;
  font-weight: normal;
  color: #000000;
  position: absolute;
  top: 50%;
  right: -45px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#modal-window ul li.accordion.active > a:after,
#modal-window ul li.accordion.current > a:after {
  pointer-events: none;
  content: "－";
  font-size: 2.0rem;
  font-weight: normal;
  color: #000000;
}

#pageslide {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 7777;
  margin: 0;
  padding: 0;
  background: rgba(0,0,0,0.3);
}



/****************************/
/********** Footer **********/
/****************************/

#footer {
  background-color: #2571A3;
}
#footer footer {
  margin: 0 auto;
  padding: 20px;
  display: flex;
  align-items: center;
  width: 100%;
}
#footer footer #pagetop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 7777;
  color: #2571A3;
}
#footer footer #pagetop a {
  color: #2571A3;
  background-color: #FFFFFF;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 120%;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#footer footer #pagetop a:before {
  content: "▲";
  font-size: 1.3rem;
  font-weight: bold;
}
#footer footer #pagetop a:hover {
  background-color: #EBB416;
}
#footer footer #copyright {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  color: #FFFFFF;
}



/**************************/
/********** Main **********/
/**************************/

main {
  display: block;
  margin: 0 auto;
  padding: 0;
  background-color: #FFFFFF;
  width: 100%;
  text-align: left;
  flex-grow: 1;
  position: relative;
}



/*****************************/
/********** Content **********/
/*****************************/

.content {
  margin: 0 auto;
  padding: 10px;
}



/**************************/
/********** Home **********/
/**************************/

.home #section01 {
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
  height: auto;
}
.home #section01 .headline {
  width: 100%;
  text-align: center;
}
.home #section01 h2 {
  font-size: 1.6rem;
  color: #2571A3;
  letter-spacing: 0;
  margin: auto;
  padding: 0;
  line-height: 140%;
}
.home #section01 p {
  font-size: 1.4rem;
  color: #666666;
}
.home #section01 #main-image {
  margin: auto;
  width: 100%;
  text-align: center;
  user-select: none;
  margin-bottom: -26px;
}

.home #section02 {
  background-color: #2571A3;
  color: #FFFFFF;
  width: 100%;
}
.home #section02 h2 {
  text-align: center;
}
.home #section02 .column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.home #section02 #katsutoshi-hori {
  flex: none;
  border-radius: 50%;
}

.home #section03 {
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
}
.home #section03 h2 {
  color: #2571A3;
  text-align: center;
}
.home #section03 .content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.home #section03 .block01 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
  overflow-x: hidden;
}
.home #section03 .block02 {
  margin: 0;
  padding: 0;
  width: 100%;
}
.home #section03 .block02 dl {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid #2571A3;
}
.home #section03 .block02 dl:last-of-type {
  border-bottom: 1px solid #2571A3;
}
.home #section03 .block02 dl dt {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-size: 1.4rem;
}
.home #section03 .block02 dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}

.home #section04 {
  background-color: #F2F3F5;
  color: #000000;
  width: 100%;
  text-align: center;
}
.home #section04 .logo {
  width: 60%;
  margin: 10px auto 0 auto;
}
.home #section04 address {
  margin: 10px auto 0 auto;
  font-size: 1.2rem;
}



/********************************/
/********** Page Title **********/
/********************************/

.page-title {
  margin: 0 auto;
  padding: 0;
  background-color: #2571A3;
  color: #FFFFFF;
  width: 100%;
}
.page-title nav {
  margin: 0 auto;
  padding: 20px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-title h2 {
  margin: 0;
  padding: 0;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin-left: auto;
  margin-top: 10px;
  padding: 0;
  width: 100%;
}
#breadcrumbs ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#breadcrumbs ul li {
  margin: 0 0 0 6px;
  font-size: 1.2rem;
  color: #FFFFFF;
}
#breadcrumbs ul li a {
  font-size: 1.2rem;
  color: #FFFFFF;
  text-decoration: underline;
}
#breadcrumbs ul li a:hover {
  text-decoration: none;
}
#breadcrumbs ul li:after {
  content: ">";
  margin: 0 0 0 6px;
  font-size: 1.0rem;
}
#breadcrumbs ul li:last-child:after {
  content: none;
}



/**************************/
/********** Page **********/
/**************************/

.page #sidebar {
  background-color: #E0EEF8;
  border-radius: 4px;
  padding: 10px;
  margin-top: 10px;
}
.page #sidebar ul li {
  border-top: 1px solid #2571A3;
}
.page #sidebar ul li:last-child {
  border-bottom: 1px solid #2571A3;
}
.page #sidebar ul li a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #2571A3;
  background-color: #FFFFFF;
  text-decoration: none;
  padding: 10px;
}
.page #sidebar ul li a:hover,
.page #sidebar ul li.current a {
  background-color: #C1E0F3;
  color: #2571A3;
}
.page #sidebar ul li a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f04b";
  margin: 0 12px 0 0;
  font-size: 1.2rem;
  font-weight: 800;
  list-style-position: outside;
}
.page #sidebar ul li > ul li {
  padding: 0;
  border-top: none;
}
.page #sidebar ul li > ul li:last-child {
  border-bottom: none;
}
.page #sidebar ul li > ul li a,
.page #sidebar ul li.current > ul li a {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  color: #2571A3;
  background-color: #FFFFFF;
  text-decoration: none;
  padding: 4px 28px;
}
.page #sidebar ul li > ul li a:hover,
.page #sidebar ul li > ul li.current a {
  background-color: #C1E0F3;
  color: #2571A3;
}
.page #sidebar ul li > ul li a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f101";
  margin: 0 10px 0 0;
  font-size: 1.1rem;
  font-weight: 800;
  list-style-position: outside;
}

.listing dl {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid #2571A3;
}
.listing dl:last-of-type {
  border-bottom: 1px solid #2571A3;
}
.listing dl dt {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-size: 1.4rem;
}
.listing dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}



}



/************************************************************/
/********** Responsive Contents Setting (320-480) ***********/
/************************************************************/

@media screen and ( min-width: 321px ) and ( max-width: 480px ) {



/**********************************/
/********** Base Setting **********/
/**********************************/

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.alignleft,
.alignright,
.aligncenter {
  width: 100%;
  display: block!important;
  margin: 20px auto!important;
  text-align: center!important;
}



/*******************************/
/********** Container **********/
/*******************************/

#container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}



/****************************/
/********** Header **********/
/****************************/

#header {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#header header {
  order: 2;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 100;
  width: 100%;
}
#header header h1 {
  margin: 0;
  padding: 0;
  line-height: 100%;
  width: 60%;
  margin-right: auto;
  flex: none;
}
#header #sub-header {
  order: 1;
  border-bottom: 1px solid #076BAF;
  padding-right: 40px;
}
#header #sub-header ul {
  margin: 0 auto;
  padding: 10px 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header #sub-header ul li {
  font-size: 1.2rem;
  color: #000000;
}
#header #sub-header ul li+li {
  margin: 0 0 0 12px;
  display: none;
}
#header #sub-header ul li:nth-child(2):after {
  content: "|";
  color: #666666;
  margin: 0 0 0 12px;
  font-size: 1.2rem;
  position: relative;
  top: -1px;
}
#header #sub-header ul li a {
  font-size: 1.2rem;
  color: #000000;
  text-decoration: none
}
#header #sub-header ul li a:hover {
  color: #EBB416;
}
#header #sub-header ul li.current a {
  color: #EBB416;
  font-weight: bold;
}
#header #sub-header ul li.language {
  display: block;
}
#header #sub-header ul li.language a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #2571A3;
  border: 3px solid #2571A3;
  border-radius: 20px;
  padding: 3px 12px;
  text-decoration: none;
}
#header #sub-header ul li.language a:hover {
  border-color: #EBB416;
  color: #EBB416;
}
#header #sub-header ul li.nagoya-univ {
  margin-right: auto;
  width: 35%;
}



/****************************************/
/********** Respomsive Swicher **********/
/****************************************/

#trigger {
  position: fixed;
  z-index: 8888;
  right: 0;
  top: 0;
}
#trigger-close {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
}
#trigger a,
#trigger-close a {
  display: block;
  color: #FFFFFF;
  background-color: #2571A3;
  font-size: 1.5rem;
  text-decoration: none;
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#background-close a {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#modal-window {
  display: none;
  width: 260px;
  height: 100%;
  background: rgba(20,60,90,0.9);
  color: #FFFFFF;
}

#modal-window ul.level1 {
  margin: 0;
  padding: 0;
}
#modal-window ul.level1 > li {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 100%;
  background-color: #FFFFFF;
  color: #000000;
  border-bottom: 1px solid #2571A3;
  position: relative;
  cursor: pointer;
}
#modal-window ul.level1 li a {
  display: block;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  margin: 0;
  padding: 15px 20px;
  position: relative;
  white-space: pre-line;
  cursor: pointer;
}
#modal-window ul.level1 li a:hover,
#modal-window ul.level1 li.current a {
  background-color: #E0EEF8;
  color: #2571A3;
}

#modal-window ul li > ul.level2 {
  display: none;
  margin: 0;
  padding: 0;
}
#modal-window ul li.current > ul.level2 {
  display: block;
  margin: 0;
  padding: 0;
}

#modal-window ul li > ul.level2 li {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  line-height: 100%;
  background-color: #FFFFFF;
  color: #000000;
  border: none;
  position: relative;
}
#modal-window ul li > ul.level2 li a,
#modal-window ul li.current > ul.level2 li a {
  display: block;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 1.3rem;
  text-decoration: none;
  margin: 0;
  padding: 10px 30px;
  white-space: pre-line;
}
#modal-window ul li.current > ul.level2 li.current a,
#modal-window ul li.current > ul.level2 li a:hover {
  background-color: #E0EEF8;
  color: #2571A3;
}

#modal-window ul li > ul li > ul.level3 {
  display: none;
  margin: 0;
  padding: 0;
}
#modal-window ul li > ul li.current > ul.level3 {
  display: block;
  margin: 0;
  padding: 0;
}
#modal-window ul li > ul li > ul.level3 li {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  line-height: 100%;
  background-color: #FFFFFF;
  color: #000000;
  border: none;
  position: relative;
}
#modal-window ul li > ul li > ul.level3 li a,
#modal-window ul li.current > ul li.current > ul.level3 li a {
  display: block;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 1.3rem;
  text-decoration: none;
  margin: 0;
  padding: 10px 40px;
  white-space: pre-line;
}
#modal-window ul li.current > ul li.current > ul.level3 li.current a,
#modal-window ul li.current > ul li > ul.level3 li a:hover {
  background-color: #E0EEF8;
  color: #2571A3;
}

#modal-window ul li.accordion > a {
  width: 210px;
}
#modal-window ul li.accordion > a:after,
#modal-window ul li.accordion.current.active > a:after {
  pointer-events: none;
  content: "＋";
  font-size: 2.0rem;
  font-weight: normal;
  color: #000000;
  position: absolute;
  top: 50%;
  right: -45px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#modal-window ul li.accordion.active > a:after,
#modal-window ul li.accordion.current > a:after {
  pointer-events: none;
  content: "－";
  font-size: 2.0rem;
  font-weight: normal;
  color: #000000;
}

#pageslide {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 7777;
  margin: 0;
  padding: 0;
  background: rgba(0,0,0,0.3);
}



/****************************/
/********** Footer **********/
/****************************/

#footer {
  background-color: #2571A3;
}
#footer footer {
  margin: 0 auto;
  padding: 20px;
  display: flex;
  align-items: center;
  width: 100%;
}
#footer footer #pagetop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 7777;
  color: #2571A3;
}
#footer footer #pagetop a {
  color: #2571A3;
  background-color: #FFFFFF;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 120%;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#footer footer #pagetop a:before {
  content: "▲";
  font-size: 1.3rem;
  font-weight: bold;
}
#footer footer #pagetop a:hover {
  background-color: #EBB416;
}
#footer footer #copyright {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  color: #FFFFFF;
}



/**************************/
/********** Main **********/
/**************************/

main {
  display: block;
  margin: 0 auto;
  padding: 0;
  background-color: #FFFFFF;
  width: 100%;
  text-align: left;
  flex-grow: 1;
  position: relative;
}



/*****************************/
/********** Content **********/
/*****************************/

.content {
  margin: 0 auto;
  padding: 10px;
}



/**************************/
/********** Home **********/
/**************************/

.home #section01 {
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
  height: auto;
}
.home #section01 .headline {
  width: 100%;
  text-align: center;
}
.home #section01 h2 {
  font-size: 1.6rem;
  color: #2571A3;
  letter-spacing: 0;
  margin: auto;
  padding: 0;
  line-height: 140%;
}
.home #section01 p {
  font-size: 1.4rem;
  color: #666666;
}
.home #section01 #main-image {
  margin: auto;
  width: 100%;
  text-align: center;
  user-select: none;
  margin-bottom: -28px;
}

.home #section02 {
  background-color: #2571A3;
  color: #FFFFFF;
  width: 100%;
}
.home #section02 h2 {
  text-align: center;
}
.home #section02 .column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.home #section02 #katsutoshi-hori {
  flex: none;
  border-radius: 50%;
}

.home #section03 {
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
}
.home #section03 h2 {
  color: #2571A3;
  text-align: center;
}
.home #section03 .content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.home #section03 .block01 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
  overflow-x: hidden;
}
.home #section03 .block02 {
  margin: 0;
  padding: 0;
  width: 100%;
}
.home #section03 .block02 dl {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid #2571A3;
}
.home #section03 .block02 dl:last-of-type {
  border-bottom: 1px solid #2571A3;
}
.home #section03 .block02 dl dt {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-size: 1.4rem;
}
.home #section03 .block02 dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}

.home #section04 {
  background-color: #F2F3F5;
  color: #000000;
  width: 100%;
  text-align: center;
}
.home #section04 .logo {
  width: 60%;
  margin: 10px auto 0 auto;
}
.home #section04 address {
  margin: 10px auto 0 auto;
  font-size: 1.2rem;
}



/********************************/
/********** Page Title **********/
/********************************/

.page-title {
  margin: 0 auto;
  padding: 0;
  background-color: #2571A3;
  color: #FFFFFF;
  width: 100%;
}
.page-title nav {
  margin: 0 auto;
  padding: 20px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-title h2 {
  margin: 0;
  padding: 0;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin-left: auto;
  margin-top: 10px;
  padding: 0;
  width: 100%;
}
#breadcrumbs ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#breadcrumbs ul li {
  margin: 0 0 0 6px;
  font-size: 1.2rem;
  color: #FFFFFF;
}
#breadcrumbs ul li a {
  font-size: 1.2rem;
  color: #FFFFFF;
  text-decoration: underline;
}
#breadcrumbs ul li a:hover {
  text-decoration: none;
}
#breadcrumbs ul li:after {
  content: ">";
  margin: 0 0 0 6px;
  font-size: 1.0rem;
}
#breadcrumbs ul li:last-child:after {
  content: none;
}



/**************************/
/********** Page **********/
/**************************/

.page #sidebar {
  background-color: #E0EEF8;
  border-radius: 4px;
  padding: 15px;
  margin-top: 10px;
}
.page #sidebar ul li {
  border-top: 1px solid #2571A3;
}
.page #sidebar ul li:last-child {
  border-bottom: 1px solid #2571A3;
}
.page #sidebar ul li a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #2571A3;
  background-color: #FFFFFF;
  text-decoration: none;
  padding: 10px;
}
.page #sidebar ul li a:hover,
.page #sidebar ul li.current a {
  background-color: #C1E0F3;
  color: #2571A3;
}
.page #sidebar ul li a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f04b";
  margin: 0 12px 0 0;
  font-size: 1.2rem;
  font-weight: 800;
  list-style-position: outside;
}
.page #sidebar ul li > ul li {
  padding: 0;
  border-top: none;
}
.page #sidebar ul li > ul li:last-child {
  border-bottom: none;
}
.page #sidebar ul li > ul li a,
.page #sidebar ul li.current > ul li a {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  color: #2571A3;
  background-color: #FFFFFF;
  text-decoration: none;
  padding: 4px 28px;
}
.page #sidebar ul li > ul li a:hover,
.page #sidebar ul li > ul li.current a {
  background-color: #C1E0F3;
  color: #2571A3;
}
.page #sidebar ul li > ul li a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f101";
  margin: 0 10px 0 0;
  font-size: 1.1rem;
  font-weight: 800;
  list-style-position: outside;
}

.listing dl {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid #2571A3;
}
.listing dl:last-of-type {
  border-bottom: 1px solid #2571A3;
}
.listing dl dt {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-size: 1.4rem;
}
.listing dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}



}



/***********************************************************/
/********** Responsive Contents Setting (480-768) **********/
/***********************************************************/

@media screen and ( min-width: 481px ) and ( max-width: 768px ) {



/**********************************/
/********** Base Setting **********/
/**********************************/

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.alignleft,
.alignright,
.aligncenter {
  width: 100%;
  display: block!important;
  margin: 20px auto!important;
  text-align: center!important;
}



/*******************************/
/********** Container **********/
/*******************************/

#container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}



/****************************/
/********** Header **********/
/****************************/

#header {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#header header {
  order: 2;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 100;
  width: 100%;
}
#header header h1 {
  margin: 0;
  padding: 0;
  line-height: 100%;
  width: 60%;
  margin-right: auto;
  flex: none;
}
#header #sub-header {
  order: 1;
  border-bottom: 1px solid #076BAF;
  padding-right: 50px;
}
#header #sub-header ul {
  margin: 0 auto;
  padding: 10px 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header #sub-header ul li {
  font-size: 1.3rem;
  color: #000000;
}
#header #sub-header ul li+li {
  margin: 0 0 0 13px;
}
#header #sub-header ul li:nth-child(2):after {
  content: "|";
  color: #666666;
  margin: 0 0 0 13px;
  font-size: 1.3rem;
  position: relative;
  top: -1px;
}
#header #sub-header ul li a {
  font-size: 1.3rem;
  color: #000000;
  text-decoration: none
}
#header #sub-header ul li a:hover {
  color: #EBB416;
}
#header #sub-header ul li.current a {
  color: #EBB416;
  font-weight: bold;
}
#header #sub-header ul li.language a {
  font-size: 1.3rem;
  font-weight: bold;
  color: #2571A3;
  border: 3px solid #2571A3;
  border-radius: 20px;
  padding: 3px 12px;
  text-decoration: none;
}
#header #sub-header ul li.language a:hover {
  border-color: #EBB416;
  color: #EBB416;
}
#header #sub-header ul li.nagoya-univ {
  margin-right: auto;
  width: 35%;
}



/****************************************/
/********** Respomsive Swicher **********/
/****************************************/

#trigger {
  position: fixed;
  z-index: 8888;
  right: 0;
  top: 0;
}
#trigger-close {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
}
#trigger a,
#trigger-close a {
  display: block;
  color: #FFFFFF;
  background-color: #2571A3;
  font-size: 1.5rem;
  text-decoration: none;
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#background-close a {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#modal-window {
  display: none;
  width: 260px;
  height: 100%;
  background: rgba(20,60,90,0.9);
  color: #FFFFFF;
}

#modal-window ul.level1 {
  margin: 0;
  padding: 0;
}
#modal-window ul.level1 > li {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 100%;
  background-color: #FFFFFF;
  color: #000000;
  border-bottom: 1px solid #2571A3;
  position: relative;
  cursor: pointer;
}
#modal-window ul.level1 li a {
  display: block;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  margin: 0;
  padding: 15px 20px;
  position: relative;
  white-space: pre-line;
  cursor: pointer;
}
#modal-window ul.level1 li a:hover,
#modal-window ul.level1 li.current a {
  background-color: #E0EEF8;
  color: #2571A3;
}

#modal-window ul li > ul.level2 {
  display: none;
  margin: 0;
  padding: 0;
}
#modal-window ul li.current > ul.level2 {
  display: block;
  margin: 0;
  padding: 0;
}

#modal-window ul li > ul.level2 li {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  line-height: 100%;
  background-color: #FFFFFF;
  color: #000000;
  border: none;
  position: relative;
}
#modal-window ul li > ul.level2 li a,
#modal-window ul li.current > ul.level2 li a {
  display: block;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 1.3rem;
  text-decoration: none;
  margin: 0;
  padding: 10px 30px;
  white-space: pre-line;
}
#modal-window ul li.current > ul.level2 li.current a,
#modal-window ul li.current > ul.level2 li a:hover {
  background-color: #E0EEF8;
  color: #2571A3;
}

#modal-window ul li > ul li > ul.level3 {
  display: none;
  margin: 0;
  padding: 0;
}
#modal-window ul li > ul li.current > ul.level3 {
  display: block;
  margin: 0;
  padding: 0;
}
#modal-window ul li > ul li > ul.level3 li {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  line-height: 100%;
  background-color: #FFFFFF;
  color: #000000;
  border: none;
  position: relative;
}
#modal-window ul li > ul li > ul.level3 li a,
#modal-window ul li.current > ul li.current > ul.level3 li a {
  display: block;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 1.3rem;
  text-decoration: none;
  margin: 0;
  padding: 10px 40px;
  white-space: pre-line;
}
#modal-window ul li.current > ul li.current > ul.level3 li.current a,
#modal-window ul li.current > ul li > ul.level3 li a:hover {
  background-color: #E0EEF8;
  color: #2571A3;
}

#modal-window ul li.accordion > a {
  width: 210px;
}
#modal-window ul li.accordion > a:after,
#modal-window ul li.accordion.current.active > a:after {
  pointer-events: none;
  content: "＋";
  font-size: 2.0rem;
  font-weight: normal;
  color: #000000;
  position: absolute;
  top: 50%;
  right: -45px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#modal-window ul li.accordion.active > a:after,
#modal-window ul li.accordion.current > a:after {
  pointer-events: none;
  content: "－";
  font-size: 2.0rem;
  font-weight: normal;
  color: #000000;
}

#pageslide {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 7777;
  margin: 0;
  padding: 0;
  background: rgba(0,0,0,0.3);
}



/****************************/
/********** Footer **********/
/****************************/

#footer {
  background-color: #2571A3;
}
#footer footer {
  margin: 0 auto;
  padding: 20px;
  display: flex;
  align-items: center;
  width: 100%;
}
#footer footer #pagetop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 7777;
  color: #2571A3;
}
#footer footer #pagetop a {
  color: #2571A3;
  background-color: #FFFFFF;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 120%;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#footer footer #pagetop a:before {
  content: "▲";
  font-size: 1.3rem;
  font-weight: bold;
}
#footer footer #pagetop a:hover {
  background-color: #EBB416;
}
#footer footer #copyright {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  color: #FFFFFF;
}



/**************************/
/********** Main **********/
/**************************/

main {
  display: block;
  margin: 0 auto;
  padding: 0;
  background-color: #FFFFFF;
  width: 100%;
  text-align: left;
  flex-grow: 1;
  position: relative;
}



/*****************************/
/********** Content **********/
/*****************************/

.content {
  margin: 0 auto;
  padding: 20px;
}



/**************************/
/********** Home **********/
/**************************/

.home #section01 {
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
  height: auto;
}
.home #section01 .headline {
  width: 100%;
  text-align: center;
}
.home #section01 h2 {
  font-size: 1.6rem;
  color: #2571A3;
  letter-spacing: 0;
  margin: auto;
  padding: 0;
  line-height: 140%;
}
.home #section01 h2 br {
  display: none;
}
.home #section01 p {
  font-size: 1.4rem;
  color: #666666;
}
.home #section01 #main-image {
  margin: auto;
  width: 100%;
  text-align: center;
  user-select: none;
  margin-bottom: -44px;
}

.home #section02 {
  background-color: #2571A3;
  color: #FFFFFF;
  width: 100%;
}
.home #section02 h2 {
  text-align: center;
}
.home #section02 .column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.home #section02 #katsutoshi-hori {
  flex: none;
  border-radius: 50%;
}

.home #section03 {
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
}
.home #section03 h2 {
  color: #2571A3;
  text-align: center;
}
.home #section03 .content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.home #section03 .block01 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
  overflow-x: hidden;
}
.home #section03 .block02 {
  margin: 0;
  padding: 0;
  width: 100%;
}
.home #section03 .block02 dl {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid #2571A3;
}
.home #section03 .block02 dl:last-of-type {
  border-bottom: 1px solid #2571A3;
}
.home #section03 .block02 dl dt {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-size: 1.4rem;
}
.home #section03 .block02 dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}

.home #section04 {
  background-color: #F2F3F5;
  color: #000000;
  width: 100%;
  text-align: center;
}
.home #section04 .logo {
  width: 60%;
  margin: 10px auto 0 auto;
}
.home #section04 address {
  margin: 20px auto 0 auto;
  font-size: 1.2rem;
}



/********************************/
/********** Page Title **********/
/********************************/

.page-title {
  margin: 0 auto;
  padding: 0;
  background-color: #2571A3;
  color: #FFFFFF;
  width: 100%;
}
.page-title nav {
  margin: 0 auto;
  padding: 20px 20px 10px 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-title h2 {
  margin: 0;
  padding: 0;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin-left: auto;
  margin-top: 10px;
  padding: 0;
  width: 100%;
}
#breadcrumbs ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#breadcrumbs ul li {
  margin: 0 0 0 8px;
  font-size: 1.3rem;
  color: #FFFFFF;
}
#breadcrumbs ul li a {
  font-size: 1.3rem;
  color: #FFFFFF;
  text-decoration: underline;
}
#breadcrumbs ul li a:hover {
  text-decoration: none;
}
#breadcrumbs ul li:after {
  content: ">";
  margin: 0 0 0 8px;
  font-size: 1.0rem;
}
#breadcrumbs ul li:last-child:after {
  content: none;
}



/**************************/
/********** Page **********/
/**************************/

.page #sidebar {
  background-color: #E0EEF8;
  border-radius: 4px;
  padding: 20px;
  margin-top: 20px;
}
.page #sidebar ul li {
  border-top: 1px solid #2571A3;
}
.page #sidebar ul li:last-child {
  border-bottom: 1px solid #2571A3;
}
.page #sidebar ul li a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #2571A3;
  background-color: #FFFFFF;
  text-decoration: none;
  padding: 10px;
}
.page #sidebar ul li a:hover,
.page #sidebar ul li.current a {
  background-color: #C1E0F3;
  color: #2571A3;
}
.page #sidebar ul li a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f04b";
  margin: 0 12px 0 0;
  font-size: 1.2rem;
  font-weight: 800;
  list-style-position: outside;
}
.page #sidebar ul li > ul li {
  padding: 0;
  border-top: none;
}
.page #sidebar ul li > ul li:last-child {
  border-bottom: none;
}
.page #sidebar ul li > ul li a,
.page #sidebar ul li.current > ul li a {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  color: #2571A3;
  background-color: #FFFFFF;
  text-decoration: none;
  padding: 4px 28px;
}
.page #sidebar ul li > ul li a:hover,
.page #sidebar ul li > ul li.current a {
  background-color: #C1E0F3;
  color: #2571A3;
}
.page #sidebar ul li > ul li a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f101";
  margin: 0 10px 0 0;
  font-size: 1.1rem;
  font-weight: 800;
  list-style-position: outside;
}

.listing dl {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid #2571A3;
}
.listing dl:last-of-type {
  border-bottom: 1px solid #2571A3;
}
.listing dl dt {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-size: 1.4rem;
}
.listing dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}



}



/************************************************************/
/********** Responsive Contents Setting (768-1024) **********/
/************************************************************/

@media screen and ( min-width: 769px ) and ( max-width: 1024px ) {



/**********************************/
/********** Base Setting **********/
/**********************************/

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.alignleft,
.alignright,
.aligncenter {
  width: 100%;
  display: block!important;
  margin: 20px auto!important;
  text-align: center!important;
}



/*******************************/
/********** Container **********/
/*******************************/

#container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}



/****************************/
/********** Header **********/
/****************************/

#header {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#header header {
  order: 2;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 100;
  width: 100%;
}
#header header h1 {
  margin: 0;
  padding: 0;
  line-height: 100%;
  max-width: 100%;
  margin-right: auto;
  flex: none;
}
#header #sub-header {
  order: 1;
  border-bottom: 1px solid #076BAF;
  padding-right: 50px;
}
#header #sub-header ul {
  margin: 0 auto;
  padding: 10px 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header #sub-header ul li {
  font-size: 1.4rem;
  color: #000000;
}
#header #sub-header ul li+li {
  margin: 0 0 0 14px;
}
#header #sub-header ul li:nth-child(2):after {
  content: "|";
  color: #666666;
  margin: 0 0 0 14px;
  font-size: 1.4rem;
  position: relative;
  top: -1px;
}
#header #sub-header ul li a {
  font-size: 1.4rem;
  color: #000000;
  text-decoration: none
}
#header #sub-header ul li a:hover {
  color: #EBB416;
}
#header #sub-header ul li.current a {
  color: #EBB416;
  font-weight: bold;
}
#header #sub-header ul li.language a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #2571A3;
  border: 3px solid #2571A3;
  border-radius: 20px;
  padding: 3px 12px;
  text-decoration: none;
}
#header #sub-header ul li.language a:hover {
  border-color: #EBB416;
  color: #EBB416;
}
#header #sub-header ul li.nagoya-univ {
  margin-right: auto;
}



/****************************************/
/********** Respomsive Swicher **********/
/****************************************/

#trigger {
  position: fixed;
  z-index: 8888;
  right: 0;
  top: 0;
}
#trigger-close {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
}
#trigger a,
#trigger-close a {
  display: block;
  color: #FFFFFF;
  background-color: #2571A3;
  font-size: 1.5rem;
  text-decoration: none;
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#background-close a {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#modal-window {
  display: none;
  width: 260px;
  height: 100%;
  background: rgba(20,60,90,0.9);
  color: #FFFFFF;
}

#modal-window ul.level1 {
  margin: 0;
  padding: 0;
}
#modal-window ul.level1 > li {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 100%;
  background-color: #FFFFFF;
  color: #000000;
  border-bottom: 1px solid #2571A3;
  position: relative;
  cursor: pointer;
}
#modal-window ul.level1 li a {
  display: block;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  margin: 0;
  padding: 15px 20px;
  position: relative;
  white-space: pre-line;
  cursor: pointer;
}
#modal-window ul.level1 li a:hover,
#modal-window ul.level1 li.current a {
  background-color: #E0EEF8;
  color: #2571A3;
}

#modal-window ul li > ul.level2 {
  display: none;
  margin: 0;
  padding: 0;
}
#modal-window ul li.current > ul.level2 {
  display: block;
  margin: 0;
  padding: 0;
}

#modal-window ul li > ul.level2 li {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  line-height: 100%;
  background-color: #FFFFFF;
  color: #000000;
  border: none;
  position: relative;
}
#modal-window ul li > ul.level2 li a,
#modal-window ul li.current > ul.level2 li a {
  display: block;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 1.3rem;
  text-decoration: none;
  margin: 0;
  padding: 10px 30px;
  white-space: pre-line;
}
#modal-window ul li.current > ul.level2 li.current a,
#modal-window ul li.current > ul.level2 li a:hover {
  background-color: #E0EEF8;
  color: #2571A3;
}

#modal-window ul li > ul li > ul.level3 {
  display: none;
  margin: 0;
  padding: 0;
}
#modal-window ul li > ul li.current > ul.level3 {
  display: block;
  margin: 0;
  padding: 0;
}
#modal-window ul li > ul li > ul.level3 li {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  line-height: 100%;
  background-color: #FFFFFF;
  color: #000000;
  border: none;
  position: relative;
}
#modal-window ul li > ul li > ul.level3 li a,
#modal-window ul li.current > ul li.current > ul.level3 li a {
  display: block;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 1.3rem;
  text-decoration: none;
  margin: 0;
  padding: 10px 40px;
  white-space: pre-line;
}
#modal-window ul li.current > ul li.current > ul.level3 li.current a,
#modal-window ul li.current > ul li > ul.level3 li a:hover {
  background-color: #E0EEF8;
  color: #2571A3;
}

#modal-window ul li.accordion > a {
  margin: 0;
  width: 210px;
}
#modal-window ul li.accordion > a:after,
#modal-window ul li.accordion.current.active > a:after {
  pointer-events: none;
  content: "＋";
  font-size: 2.0rem;
  font-weight: normal;
  color: #000000;
  position: absolute;
  top: 50%;
  right: -45px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#modal-window ul li.accordion.active > a:after,
#modal-window ul li.accordion.current > a:after {
  pointer-events: none;
  content: "－";
  font-size: 2.0rem;
  font-weight: normal;
  color: #000000;
}

#pageslide {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 7777;
  margin: 0;
  padding: 0;
  background: rgba(0,0,0,0.3);
}



/****************************/
/********** Footer **********/
/****************************/

#footer {
  background-color: #2571A3;
}
#footer footer {
  margin: 0 auto;
  padding: 20px;
  display: flex;
  align-items: center;
  width: 100%;
}
#footer footer #pagetop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 7777;
  color: #2571A3;
}
#footer footer #pagetop a {
  color: #2571A3;
  background-color: #FFFFFF;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 120%;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#footer footer #pagetop a:before {
  content: "▲";
  font-size: 1.3rem;
  font-weight: bold;
}
#footer footer #pagetop a:hover {
  background-color: #EBB416;
}
#footer footer #copyright {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  color: #FFFFFF;
}



/**************************/
/********** Main **********/
/**************************/

main {
  display: block;
  margin: 0 auto;
  padding: 0;
  background-color: #FFFFFF;
  width: 100%;
  text-align: left;
  flex-grow: 1;
  position: relative;
}



/*****************************/
/********** Content **********/
/*****************************/

.content {
  margin: 0 auto;
  padding: 20px;
}



/**************************/
/********** Home **********/
/**************************/

.home #section01 {
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
  height: auto;
}
.home #section01 .headline {
  width: 100%;
  text-align: center;
}
.home #section01 h2 {
  font-size: 1.6rem;
  color: #2571A3;
  letter-spacing: 0;
  margin: auto;
  padding: 0;
  line-height: 140%;
}
.home #section01 h2 br {
  display: none;
}
.home #section01 p {
  font-size: 1.4rem;
  color: #666666;
}
.home #section01 #main-image {
  margin: auto;
  width: 100%;
  text-align: center;
  user-select: none;
  margin-bottom: -56px;
}

.home #section02 {
  background-color: #2571A3;
  color: #FFFFFF;
  width: 100%;
}
.home #section02 h2 {
  text-align: center;
}
.home #section02 .column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home #section02 #katsutoshi-hori {
  flex: none;
  border-radius: 50%;
  margin: 0 20px 0 0;
  vertical-align: middle;
}

.home #section03 {
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
}
.home #section03 h2 {
  color: #2571A3;
  text-align: center;
}
.home #section03 .content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.home #section03 .block01 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
  overflow-x: hidden;
}
.home #section03 .block02 {
  margin: 0;
  padding: 0;
  width: 100%;
}
.home #section03 .block02 dl {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid #2571A3;
}
.home #section03 .block02 dl:last-of-type {
  border-bottom: 1px solid #2571A3;
}
.home #section03 .block02 dl dt {
  margin: 0 40px 0 0;
  padding: 0;
  white-space: nowrap;
  font-size: 1.4rem;
}
.home #section03 .block02 dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}

.home #section04 {
  background-color: #F2F3F5;
  color: #000000;
  width: 100%;
  text-align: center;
}
.home #section04 address {
  margin: 20px auto 0 auto;
  font-size: 1.3rem;
}



/********************************/
/********** Page Title **********/
/********************************/

.page-title {
  margin: 0 auto;
  padding: 0;
  background-color: #2571A3;
  color: #FFFFFF;
  width: 100%;
}
.page-title nav {
  margin: 0 auto;
  padding: 20px 20px 10px 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-title h2 {
  margin: 0;
  padding: 0;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin-left: auto;
  margin-top: 10px;
  padding: 0;
  width: 100%;
}
#breadcrumbs ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#breadcrumbs ul li {
  margin: 0 0 0 10px;
  font-size: 1.4rem;
  color: #FFFFFF;
}
#breadcrumbs ul li a {
  font-size: 1.4rem;
  color: #FFFFFF;
  text-decoration: underline;
}
#breadcrumbs ul li a:hover {
  text-decoration: none;
}
#breadcrumbs ul li:after {
  content: ">";
  margin: 0 0 0 10px;
  font-size: 1.0rem;
}
#breadcrumbs ul li:last-child:after {
  content: none;
}



/**************************/
/********** Page **********/
/**************************/

.page #sidebar {
  background-color: #E0EEF8;
  border-radius: 4px;
  padding: 20px;
  margin-top: 20px;
}
.page #sidebar ul li {
  border-top: 1px solid #2571A3;
}
.page #sidebar ul li:last-child {
  border-bottom: 1px solid #2571A3;
}
.page #sidebar ul li a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #2571A3;
  background-color: #FFFFFF;
  text-decoration: none;
  padding: 10px;
}
.page #sidebar ul li a:hover,
.page #sidebar ul li.current a {
  background-color: #C1E0F3;
  color: #2571A3;
}
.page #sidebar ul li a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f04b";
  margin: 0 12px 0 0;
  font-size: 1.2rem;
  font-weight: 800;
  list-style-position: outside;
}
.page #sidebar ul li > ul li {
  padding: 0;
  border-top: none;
}
.page #sidebar ul li > ul li:last-child {
  border-bottom: none;
}
.page #sidebar ul li > ul li a,
.page #sidebar ul li.current > ul li a {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  color: #2571A3;
  background-color: #FFFFFF;
  text-decoration: none;
  padding: 4px 28px;
}
.page #sidebar ul li > ul li a:hover,
.page #sidebar ul li > ul li.current a {
  background-color: #C1E0F3;
  color: #2571A3;
}
.page #sidebar ul li > ul li a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f101";
  margin: 0 10px 0 0;
  font-size: 1.1rem;
  font-weight: 800;
  list-style-position: outside;
}

.listing dl {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid #2571A3;
}
.listing dl:last-of-type {
  border-bottom: 1px solid #2571A3;
}
.listing dl dt {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-size: 1.4rem;
  width: 25%;
}
.listing dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  width: 100%;
}



}



/********************************************************/
/********** Responsive Contents Setting (1024) **********/
/********************************************************/

@media print, screen and ( min-width: 1025px ) {



/**********************************/
/********** Base Setting **********/
/**********************************/

a[href^="tel:"] {
  pointer-events: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}



/*******************************/
/********** Container **********/
/*******************************/

#container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}



/****************************/
/********** Header **********/
/****************************/

#header {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#header header {
  order: 2;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 1080px;
}
#header header h1 {
  margin: 0;
  padding: 0;
  line-height: 100%;
  max-width: 100%;
  margin-right: auto;
  flex: none;
}
#header #sub-header {
  order: 1;
  border-bottom: 1px solid #076BAF;
}
#header #sub-header ul {
  margin: 0 auto;
  padding: 10px 40px;
  max-width: 1080px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header #sub-header ul li {
  font-size: 1.4rem;
  color: #000000;
}
#header #sub-header ul li+li {
  margin: 0 0 0 14px;
}
#header #sub-header ul li:nth-child(2):after {
  content: "|";
  color: #666666;
  margin: 0 0 0 14px;
  font-size: 1.4rem;
  position: relative;
  top: -1px;
}
#header #sub-header ul li a {
  font-size: 1.4rem;
  color: #000000;
  text-decoration: none
}
#header #sub-header ul li a:hover {
  color: #EBB416;
}
#header #sub-header ul li.current a {
  color: #EBB416;
  font-weight: bold;
}
#header #sub-header ul li.language a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #2571A3;
  border: 3px solid #2571A3;
  border-radius: 20px;
  padding: 3px 12px;
  text-decoration: none;
}
#header #sub-header ul li.language a:hover {
  border-color: #EBB416;
  color: #EBB416;
}
#header #sub-header ul li.nagoya-univ {
  margin-right: auto;
}



/********************************/
/********** Global Nav **********/
/********************************/

.global-nav {
  margin: 0;
  padding: 0;
  width: 100%;
}
.global-nav ul.level1 {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.global-nav ul.level1 > li:first-of-type {
  display: none;
}
.global-nav ul.level1 > li.add-menu {
  display: none;
}
.global-nav ul.level1 > li {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 100%;
  white-space: nowrap;
  position: relative;
  z-index: 4444;
}
.global-nav ul.level1 > li+li+li {
  border-left: 1px solid #076BAF;
}
.global-nav ul.level1 > li a {
  display: inline-block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  margin: 0;
  padding: 10px 20px;
  position: relative;
}
.global-nav ul.level1 > li a:hover,
.global-nav ul.level1 > li.current a {
  color: #EBB416;
}

.global-nav ul li > ul.level2 {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 5555;
  background-color: #FFFFFF;
}
.global-nav ul li:hover > ul.level2 {
  display: block;
  border-left: 1px solid #2571A3;
  border-right: 1px solid #2571A3;
}
.global-nav ul li > ul.level2 li {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 120%;
  width: 220px;
  border-top: 1px solid #2571A3;
}
.global-nav ul li > ul.level2 li:last-child {
  border-bottom: 1px solid #2571A3;
}
.global-nav ul li > ul.level2 li a {
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
  background-color: #FFFFFF;
  color: #000000;
  text-decoration: none;
  margin: 0;
  padding: 10px;
}
.global-nav ul li.current > ul.level2 li a {
  background-color: #FFFFFF;
  color: #000000;
}
.global-nav ul li > ul.level2 li a:hover,
.global-nav ul li.current > ul.level2 li.current a {
  background-color: #E0EEF8;
  color: #000000;
}

.global-nav ul li > ul li > ul.level3 {
  display: none;
  position: absolute;
  top: 0;
  left: 220px;
  z-index: 5555;
  background-color: #FFFFFF;
  border-left: 1px solid #2571A3;
  border-right: 1px solid #2571A3;
}
.global-nav ul li > ul li:hover > ul.level3 {
  display: block;
}
.global-nav ul li.current > ul li > ul.level3 li a,
.global-nav ul li.current > ul li.current > ul.level3 li a {
  background-color: #FFFFFF;
  color: #000000;
}
.global-nav ul li > ul li > ul.level3 li a:hover,
.global-nav ul li.current > ul li.current > ul.level3 li.current a,
.global-nav ul li.current > ul li > ul.level3 li a:hover {
  background-color: #E0EEF8;
  color: #000000;
}



/****************************************/
/********** Respomsive Swicher **********/
/****************************************/

#trigger {
  display: none;
}
#trigger-close {
  display: none;
}



/****************************/
/********** Footer **********/
/****************************/

#footer {
  background-color: #2571A3;
}
#footer footer {
  margin: 0 auto;
  padding: 40px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1080px;
}
#footer footer #pagetop {
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 7777;
  color: #2571A3;
}
#footer footer #pagetop a {
  color: #2571A3;
  background-color: #FFFFFF;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 140%;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#footer footer #pagetop a:before {
  content: "▲";
  font-size: 1.4rem;
  font-weight: bold;
}
#footer footer #pagetop a:hover {
  background-color: #EBB416;
}
#footer footer #copyright {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  color: #FFFFFF;
}



/**************************/
/********** Main **********/
/**************************/

main {
  display: block;
  margin: 0 auto;
  padding: 0;
  background-color: #FFFFFF;
  width: 100%;
  text-align: left;
  flex-grow: 1;
  position: relative;
}



/*****************************/
/********** Content **********/
/*****************************/

.content {
  margin: 0 auto;
  padding: 40px;
  max-width: 1080px;
}



/**************************/
/********** Home **********/
/**************************/

.home #section01 {
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
  height: 510px;
}
.home #section01 .headline {
  position: absolute;
  z-index: 10;
  max-width: 400px;
}
.home #section01 h2 {
  font-size: 1.6rem;
  color: #2571A3;
  letter-spacing: 0;
  line-height: 140%;
}
.home #section01 h2 br {
  display: none;
}
.home #section01 p {
  font-size: 1.4rem;
  color: #666666;
}
.home #section01 #main-image {
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  user-select: none;
}

.home #section02 {
  background-color: #2571A3;
  color: #FFFFFF;
  width: 100%;
}
.home #section02 h2 {
  text-align: center;
}
.home #section02 .column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home #section02 #katsutoshi-hori {
  flex: none;
  border-radius: 50%;
  margin: 0 40px 0 0;
  vertical-align: middle;
}

.home #section03 {
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
}
.home #section03 h2 {
  color: #2571A3;
  text-align: center;
}
.home #section03 .content {
  display: flex;
  justify-content: space-between;
}
.home #section03 .block01 {
  margin: 0;
  padding: 0;
  width: 480px;
  overflow-x: hidden;
}
.home #section03 .block02 {
  margin: 0;
  padding: 0;
  width: 480px;
}
.home #section03 .block02 dl {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid #2571A3;
}
.home #section03 .block02 dl:last-of-type {
  border-bottom: 1px solid #2571A3;
}
.home #section03 .block02 dl dt {
  margin: 0 40px 0 0;
  padding: 0;
  white-space: nowrap;
  font-size: 1.4rem;
}
.home #section03 .block02 dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}

.home #section04 {
  background-color: #F2F3F5;
  color: #000000;
  width: 100%;
  text-align: center;
}
.home #section04 address {
  margin: 20px auto 0 auto;
  font-size: 1.3rem;
}



/********************************/
/********** Page Title **********/
/********************************/

.page-title {
  margin: 0 auto;
  padding: 0;
  background-color: #2571A3;
  color: #FFFFFF;
  width: 100%;
}
.page-title nav {
  margin: 0 auto;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1080px;
}
.page-title h2 {
  margin: 0;
  padding: 0;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin-left: auto;
  padding: 0;
  width: 50%;
}
#breadcrumbs ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#breadcrumbs ul li {
  margin: 0 0 0 10px;
  font-size: 1.4rem;
  color: #FFFFFF;
}
#breadcrumbs ul li a {
  font-size: 1.4rem;
  color: #FFFFFF;
  text-decoration: underline;
}
#breadcrumbs ul li a:hover {
  text-decoration: none;
}
#breadcrumbs ul li:after {
  content: ">";
  margin: 0 0 0 10px;
  font-size: 1.0rem;
}
#breadcrumbs ul li:last-child:after {
  content: none;
}



/**************************/
/********** Page **********/
/**************************/

.page .content {
  display: flex;
  justify-content: space-between;
}

.page article {
  width: 720px;
}

.page #sidebar {
  width: 240px;
}
.page #sidebar .sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  z-index: 6666;
}
.page #sidebar ul li {
  border-top: 1px solid #2571A3;
  padding: 3px 0;
}
.page #sidebar ul li:last-child {
  border-bottom: 1px solid #2571A3;
}
.page #sidebar ul li a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #2571A3;
  background-color: #FFFFFF;
  text-decoration: none;
  padding: 14px;
}
.page #sidebar ul li a:hover,
.page #sidebar ul li.current a {
  background-color: #C1E0F3;
  color: #2571A3;
}
.page #sidebar ul li a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f04b";
  margin: 0 12px 0 0;
  font-size: 1.2rem;
  font-weight: 800;
  list-style-position: outside;
}
.page #sidebar ul li > ul li {
  padding: 0;
  border-top: none;
}
.page #sidebar ul li > ul li:last-child {
  border-bottom: none;
}
.page #sidebar ul li > ul li a,
.page #sidebar ul li.current > ul li a {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  color: #2571A3;
  background-color: #FFFFFF;
  text-decoration: none;
  padding: 4px 28px;
}
.page #sidebar ul li > ul li a:hover,
.page #sidebar ul li > ul li.current a {
  background-color: #C1E0F3;
  color: #2571A3;
}
.page #sidebar ul li > ul li a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f101";
  margin: 0 10px 0 0;
  font-size: 1.1rem;
  font-weight: 800;
  list-style-position: outside;
}

.listing dl {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid #2571A3;
}
.listing dl:last-of-type {
  border-bottom: 1px solid #2571A3;
}
.listing dl dt {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-size: 1.4rem;
  width: 25%;
}
.listing dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  width: 100%;
}



}