@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 ) {



/*******************************/
/********** Container **********/
/*******************************/

#container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  position: relative;
}



/****************************/
/********** Header **********/
/****************************/

#header {
  margin: 0 auto;
  padding: 0;
  color: #313131;
  width: 100%;
}
#header header {
  margin: auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  color: #313131;
}
#header header h1 {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-align: left;
  color: #313131;
  display: inline-block;
}
#header header h1 a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-align: left;
  color: #313131;
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s;
}
#header header h1 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: opacity 0.3s;
}



/****************************************/
/********** Respomsive Swicher **********/
/****************************************/

#modal {
  margin: 0;
  padding: 0;
  position: fixed;
  right: 10px;
  z-index: 9999;
}
#modal input {
  display: none;
}
#modal label {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.8);
  border-radius: 4px;
  color: #313131;
  text-align: center;
  width: 40px;
  height: 32px;
}
#modal label:hover {
  cursor: pointer;
}
#modal label:after {
  font-family: "Font Awesome 6 Free";
  content: "\f0c9";
  font-size: 2.0rem;
  font-weight: 900;
  color: #313131;
  display: inline-block;
  transition: 0.3s;
}
#modal input:checked ~ #modal-window {
  visibility: visible;
}
#modal input:checked ~ label:after {
  font-family: "Font Awesome 6 Free";
  content: "\f00d";
  transform: rotate(180deg);
}

#modal-window {
  visibility: hidden;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,1);
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-image: url("../images/bg-main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}
#modal-window::-webkit-scrollbar {
  display: none;
}

#modal-window .title {
  margin: 20px;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-align: left;
  color: #313131;
  display: inline-block;
}
#modal-window .title a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-align: left;
  color: #313131;
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s;
}
#modal-window .title a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: opacity 0.3s;
}

#modal-window #global-nav {
  margin: 0;
  padding: 0 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#modal-window #global-nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#modal-window #global-nav ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1rem;
  text-align: left;
  background-color: #1CBFDE;
  color: #FFFFFF;
  list-style-type: none;
  width: 100%;
  margin: 0 0 1% 0;
  padding: 0;
  border-radius: 4px;
}
#modal-window #global-nav ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1rem;
  text-align: left;
  text-decoration: none;
  background-color: #1CBFDE;
  color: #FFFFFF;
  width: 100%;
  margin: 0;
  padding: 16px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
#modal-window #global-nav ul li a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f0c1";
  margin: 0 6px 0 0;
  font-size: 1.2rem;
  font-weight: 900;
  color: #FFFFFF;
}
#modal-window #global-nav ul li a:hover,
#modal-window #global-nav ul li.current a {
  background-color: #1B7BAE;
  color: #FFFFFF;
}

#modal-window #language {
  margin: 0;
  padding: 5px 10px;
}
#modal-window #language ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#modal-window #language ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1rem;
  text-align: left;
  background-color: #313131;
  color: #FFFFFF;
  list-style-type: none;
  width: 100%;
  margin: 0 0 1% 0;
  padding: 0;
  border-radius: 4px;
}
#modal-window #language ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1rem;
  text-align: left;
  text-decoration: none;
  background-color: #313131;
  color: #FFFFFF;
  width: 100%;
  margin: 0;
  padding: 16px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
#modal-window #language ul li a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f0ac";
  margin: 0 6px 0 0;
  font-size: 1.2rem;
  font-weight: 900;
  color: #FFFFFF;
}
#modal-window #language ul li a:hover {
  background-color: #1B7BAE;
  color: #FFFFFF;
}
#modal-window #language ul li span {
}
#modal-window #language ul li span:before {
  content: "-";
  margin: 0 6px;
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-block;
}
#modal-window #language ul li.current a span:after {
  font-family: "Font Awesome 6 Free";
  content: "\f060";
  margin: 0 0 0 12px;
  font-size: 1.2rem;
  font-weight: 900;
  display: inline-block;
}



/****************************/
/********** Footer **********/
/****************************/

#footer {
  clear: both;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
  color: #313131;
  background-color: #F4F4F4;
  background-image: url("../images/bg-footer.png");
  background-size: cover;
  background-position: center center;
}
#footer footer {
  margin: 20px auto;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#footer footer .credit {
  width: 100%;
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer footer .credit .title {
  margin: 0 0 16px 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-align: left;
  color: #313131;
  display: inline-block;
}
#footer footer .credit address {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 160%;
  color: #313131;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
#footer footer .credit address .place {
  max-width: 300px;
  width: 100%;
}
#footer footer .credit address .contact {
  font-family: "Montserrat", sans-serif;
  max-width: 300px;
  width: 100%;
}
#footer footer .credit address .contact .label {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 6px 0;
  padding: 0;
  text-align: center;
}
#footer footer .credit address .contact small:before {
  content: "\A";
  white-space: pre;
}
#footer footer .thumbnail {
  order: 1;
  margin: auto;
}

#footer #pagetop {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 6666;
}
#footer #pagetop a:before {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  border-top: 2px solid #1CBFDE;
  border-left: 2px solid #1CBFDE;
  transform: rotate(45deg);
  margin: auto;
  transition: border-color 0.3s;
}
#footer #pagetop a:hover:before {
  border-color: #1B7BAE;
  transition: border-color 0.3s;
}

#footer #copyright {
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 20px;
  background-color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: center;
}



/**************************/
/********** Main **********/
/**************************/

main {
  display: block;
  margin: auto;
  padding: 0;
  width: 100%;
  text-align: left;
  flex-grow: 1;
  position: relative;
  min-height: 0%;
  overflow-x: hidden;
  background-color: #FFFFFF;
}



/*****************************/
/********** Content **********/
/*****************************/

.content {
  clear: both;
  margin: auto;
  padding: 20px;
  width: 100%;
}



}



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

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



/*******************************/
/********** Container **********/
/*******************************/

#container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  position: relative;
}



/****************************/
/********** Header **********/
/****************************/

#header {
  margin: 0 auto;
  padding: 0;
  color: #313131;
  width: 100%;
}
#header header {
  margin: auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  color: #313131;
}
#header header h1 {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-align: left;
  color: #313131;
  display: inline-block;
}
#header header h1 a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-align: left;
  color: #313131;
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s;
}
#header header h1 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: opacity 0.3s;
}



/****************************************/
/********** Respomsive Swicher **********/
/****************************************/

#modal {
  margin: 0;
  padding: 0;
  position: fixed;
  right: 10px;
  z-index: 9999;
}
#modal input {
  display: none;
}
#modal label {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.8);
  border-radius: 4px;
  color: #313131;
  text-align: center;
  width: 45px;
  height: 36px;
}
#modal label:hover {
  cursor: pointer;
}
#modal label:after {
  font-family: "Font Awesome 6 Free";
  content: "\f0c9";
  font-size: 2.0rem;
  font-weight: 900;
  color: #313131;
  display: inline-block;
  transition: 0.3s;
}
#modal input:checked ~ #modal-window {
  visibility: visible;
}
#modal input:checked ~ label:after {
  font-family: "Font Awesome 6 Free";
  content: "\f00d";
  transform: rotate(180deg);
}

#modal-window {
  visibility: hidden;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,1);
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-image: url("../images/bg-main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}
#modal-window::-webkit-scrollbar {
  display: none;
}

#modal-window .title {
  margin: 20px;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-align: left;
  color: #313131;
  display: inline-block;
}
#modal-window .title a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-align: left;
  color: #313131;
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s;
}
#modal-window .title a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: opacity 0.3s;
}

#modal-window #global-nav {
  margin: 0;
  padding: 0 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#modal-window #global-nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#modal-window #global-nav ul li {
  font-family: "Montserrat", "YuGothic", "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1rem;
  text-align: left;
  background-color: #1CBFDE;
  color: #FFFFFF;
  list-style-type: none;
  width: 100%;
  margin: 0 0 1% 0;
  padding: 0;
  border-radius: 4px;
}
#modal-window #global-nav ul li a {
  font-family: "Montserrat", "YuGothic", "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1rem;
  text-align: left;
  text-decoration: none;
  background-color: #1CBFDE;
  color: #FFFFFF;
  width: 100%;
  margin: 0;
  padding: 18px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
#modal-window #global-nav ul li a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f0c1";
  margin: 0 6px 0 0;
  font-size: 1.2rem;
  font-weight: 900;
  color: #FFFFFF;
}
#modal-window #global-nav ul li a:hover,
#modal-window #global-nav ul li.current a {
  background-color: #1B7BAE;
  color: #FFFFFF;
}

#modal-window #language {
  margin: 0;
  padding: 10px 15px;
}
#modal-window #language ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#modal-window #language ul li {
  font-family: "Montserrat", "YuGothic", "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1rem;
  text-align: left;
  background-color: #313131;
  color: #FFFFFF;
  list-style-type: none;
  width: 100%;
  margin: 0 0 1% 0;
  padding: 0;
  border-radius: 4px;
}
#modal-window #language ul li a {
  font-family: "Montserrat", "YuGothic", "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1rem;
  text-align: left;
  text-decoration: none;
  background-color: #313131;
  color: #FFFFFF;
  width: 100%;
  margin: 0;
  padding: 18px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
#modal-window #language ul li a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f0ac";
  margin: 0 6px 0 0;
  font-size: 1.2rem;
  font-weight: 900;
  color: #FFFFFF;
}
#modal-window #language ul li a:hover {
  background-color: #1B7BAE;
  color: #FFFFFF;
}
#modal-window #language ul li span {
}
#modal-window #language ul li span:before {
  content: "-";
  margin: 0 6px;
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-block;
}
#modal-window #language ul li.current a span:after {
  font-family: "Font Awesome 6 Free";
  content: "\f060";
  margin: 0 0 0 12px;
  font-size: 1.2rem;
  font-weight: 900;
  display: inline-block;
}



/****************************/
/********** Footer **********/
/****************************/

#footer {
  clear: both;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
  color: #313131;
  background-color: #F4F4F4;
  background-image: url("../images/bg-footer.png");
  background-size: cover;
  background-position: center center;
}
#footer footer {
  margin: 30px auto;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#footer footer .credit {
  width: 100%;
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer footer .credit .title {
  margin: 0 0 16px 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-align: left;
  color: #313131;
  display: inline-block;
}
#footer footer .credit address {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 160%;
  color: #313131;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
#footer footer .credit address .place {
  max-width: 320px;
  width: 100%;
}
#footer footer .credit address .contact {
  font-family: "Montserrat", sans-serif;
  max-width: 320px;
  width: 100%;
}
#footer footer .credit address .contact .label {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 6px 0;
  padding: 0;
  text-align: center;
}
#footer footer .credit address .contact small:before {
  content: "\A";
  white-space: pre;
}
#footer footer .thumbnail {
  order: 1;
  margin: auto;
}

#footer #pagetop {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 6666;
}
#footer #pagetop a:before {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  border-top: 2px solid #1CBFDE;
  border-left: 2px solid #1CBFDE;
  transform: rotate(45deg);
  margin: auto;
  transition: border-color 0.3s;
}
#footer #pagetop a:hover:before {
  border-color: #1B7BAE;
  transition: border-color 0.3s;
}

#footer #copyright {
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 20px;
  background-color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: center;
}



/**************************/
/********** Main **********/
/**************************/

main {
  display: block;
  margin: auto;
  padding: 0;
  width: 100%;
  text-align: left;
  flex-grow: 1;
  position: relative;
  min-height: 0%;
  overflow-x: hidden;
  background-color: #FFFFFF;
}



/*****************************/
/********** Content **********/
/*****************************/

.content {
  clear: both;
  margin: auto;
  padding: 20px;
  width: 100%;
}



}



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

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



/*******************************/
/********** Container **********/
/*******************************/

#container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  position: relative;
}



/****************************/
/********** Header **********/
/****************************/

#header {
  margin: 0 auto;
  padding: 0;
  color: #313131;
  width: 100%;
}
#header header {
  margin: auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  color: #313131;
}
#header header h1 {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-align: left;
  color: #313131;
  display: inline-block;
}
#header header h1 a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-align: left;
  color: #313131;
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s;
}
#header header h1 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: opacity 0.3s;
}



/****************************************/
/********** Respomsive Swicher **********/
/****************************************/

#modal {
  margin: 0;
  padding: 0;
  position: fixed;
  right: 10px;
  z-index: 9999;
}
#modal input {
  display: none;
}
#modal label {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.8);
  border-radius: 4px;
  color: #313131;
  text-align: center;
  width: 50px;
  height: 40px;
}
#modal label:hover {
  cursor: pointer;
}
#modal label:after {
  font-family: "Font Awesome 6 Free";
  content: "\f0c9";
  font-size: 2.0rem;
  font-weight: 900;
  color: #313131;
  display: inline-block;
  transition: 0.3s;
}
#modal input:checked ~ #modal-window {
  visibility: visible;
}
#modal input:checked ~ label:after {
  font-family: "Font Awesome 6 Free";
  content: "\f00d";
  transform: rotate(180deg);
}

#modal-window {
  visibility: hidden;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,1);
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-image: url("../images/bg-main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}
#modal-window::-webkit-scrollbar {
  display: none;
}

#modal-window .title {
  margin: 20px;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-align: left;
  color: #313131;
  display: inline-block;
}
#modal-window .title a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-align: left;
  color: #313131;
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s;
}
#modal-window .title a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: opacity 0.3s;
}

#modal-window #global-nav {
  margin: 0;
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#modal-window #global-nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#modal-window #global-nav ul li {
  font-family: "Montserrat", "YuGothic", "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1rem;
  text-align: left;
  background-color: #1CBFDE;
  color: #FFFFFF;
  list-style-type: none;
  width: 49.5%;
  margin: 0 1% 1% 0;
  padding: 0;
  border-radius: 4px;
}
#modal-window #global-nav ul li a {
  font-family: "Montserrat", "YuGothic", "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1rem;
  text-align: left;
  text-decoration: none;
  background-color: #1CBFDE;
  color: #FFFFFF;
  width: 100%;
  margin: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
#modal-window #global-nav ul li:nth-child(even) {
  margin: 0 0 1% 0;
}
#modal-window #global-nav ul li a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f0c1";
  margin: 0 6px 0 0;
  font-size: 1.2rem;
  font-weight: 900;
  color: #FFFFFF;
}
#modal-window #global-nav ul li a:hover,
#modal-window #global-nav ul li.current a {
  background-color: #1B7BAE;
  color: #FFFFFF;
}

#modal-window #language {
  margin: 0;
  padding: 10px 20px;
}
#modal-window #language ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#modal-window #language ul li {
  font-family: "Montserrat", "YuGothic", "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1rem;
  text-align: left;
  background-color: #313131;
  color: #FFFFFF;
  list-style-type: none;
  width: 49.5%;
  margin: 0 1% 1% 0;
  padding: 0;
  border-radius: 4px;
}
#modal-window #language ul li a {
  font-family: "Montserrat", "YuGothic", "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1rem;
  text-align: left;
  text-decoration: none;
  background-color: #313131;
  color: #FFFFFF;
  width: 100%;
  margin: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
#modal-window #language ul li:nth-child(even) {
  margin: 0 0 1% 0;
}
#modal-window #language ul li a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f0ac";
  margin: 0 6px 0 0;
  font-size: 1.2rem;
  font-weight: 900;
  color: #FFFFFF;
}
#modal-window #language ul li a:hover {
  background-color: #1B7BAE;
  color: #FFFFFF;
}
#modal-window #language ul li span {
}
#modal-window #language ul li span:before {
  content: "-";
  margin: 0 6px;
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-block;
}
#modal-window #language ul li.current a span:after {
  font-family: "Font Awesome 6 Free";
  content: "\f060";
  margin: 0 0 0 12px;
  font-size: 1.2rem;
  font-weight: 900;
  display: inline-block;
}



/****************************/
/********** Footer **********/
/****************************/

#footer {
  clear: both;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
  color: #313131;
  background-color: #F4F4F4;
  background-image: url("../images/bg-footer.png");
  background-size: cover;
  background-position: center center;
}
#footer footer {
  margin: 30px auto;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#footer footer .credit {
  width: 100%;
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer footer .credit .title {
  margin: 0 0 16px 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-align: left;
  color: #313131;
  display: inline-block;
}
#footer footer .credit address {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 160%;
  color: #313131;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
#footer footer .credit address .place {
  max-width: 320px;
  width: 100%;
}
#footer footer .credit address .contact {
  font-family: "Montserrat", sans-serif;
  max-width: 320px;
  width: 100%;
}
#footer footer .credit address .contact .label {
  font-family: "Montserrat", sans-serif;
  font-size: 2.0rem;
  font-weight: 600;
  margin: 0 0 6px 0;
  padding: 0;
  text-align: center;
}
#footer footer .credit address .contact small:before {
  content: "\A";
  white-space: pre;
}
#footer footer .thumbnail {
  order: 1;
  margin: auto;
}

#footer #pagetop {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 6666;
}
#footer #pagetop a:before {
  content: '';
  width: 26px;
  height: 26px;
  display: block;
  border-top: 2px solid #1CBFDE;
  border-left: 2px solid #1CBFDE;
  transform: rotate(45deg);
  margin: auto;
  transition: border-color 0.3s;
}
#footer #pagetop a:hover:before {
  border-color: #1B7BAE;
  transition: border-color 0.3s;
}

#footer #copyright {
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 20px;
  background-color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: center;
}



/**************************/
/********** Main **********/
/**************************/

main {
  display: block;
  margin: auto;
  padding: 0;
  width: 100%;
  text-align: left;
  flex-grow: 1;
  position: relative;
  min-height: 0%;
  overflow-x: hidden;
  background-color: #FFFFFF;
}



/*****************************/
/********** Content **********/
/*****************************/

.content {
  clear: both;
  margin: auto;
  padding: 30px 20px;
  width: 100%;
}



}



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

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



/*******************************/
/********** Container **********/
/*******************************/

#container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  position: relative;
}



/****************************/
/********** Header **********/
/****************************/

#header {
  margin: 0 auto;
  padding: 0;
  color: #313131;
  width: 100%;
}
#header header {
  margin: auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  color: #313131;
}
#header header h1 {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-align: left;
  color: #313131;
  display: inline-block;
}
#header header h1 a {
  font-family: "Montserrat", sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-align: left;
  color: #313131;
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s;
}
#header header h1 br:nth-child(2) {
  display: none;
}
#header header h1 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: opacity 0.3s;
}



/****************************************/
/********** Respomsive Swicher **********/
/****************************************/

#modal {
  margin: 0;
  padding: 0;
  position: fixed;
  right: 10px;
  z-index: 9999;
}
#modal input {
  display: none;
}
#modal label {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.8);
  border-radius: 4px;
  color: #313131;
  text-align: center;
  width: 50px;
  height: 40px;
}
#modal label:hover {
  cursor: pointer;
}
#modal label:after {
  font-family: "Font Awesome 6 Free";
  content: "\f0c9";
  font-size: 2.0rem;
  font-weight: 900;
  color: #313131;
  display: inline-block;
  transition: 0.3s;
}
#modal input:checked ~ #modal-window {
  visibility: visible;
}
#modal input:checked ~ label:after {
  font-family: "Font Awesome 6 Free";
  content: "\f00d";
  transform: rotate(180deg);
}

#modal-window {
  visibility: hidden;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,1);
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-image: url("../images/bg-main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}
#modal-window::-webkit-scrollbar {
  display: none;
}

#modal-window .title {
  margin: 20px;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-align: left;
  color: #313131;
  display: inline-block;
}
#modal-window .title a {
  font-family: "Montserrat", sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-align: left;
  color: #313131;
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s;
}
#modal-window .title a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: opacity 0.3s;
}
#modal-window .title br:nth-child(2) {
  display: none;
}

#modal-window #global-nav {
  margin: 0;
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#modal-window #global-nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#modal-window #global-nav ul li {
  font-family: "Montserrat", "YuGothic", "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1rem;
  text-align: left;
  background-color: #1CBFDE;
  color: #FFFFFF;
  list-style-type: none;
  width: 49.5%;
  margin: 0 1% 1% 0;
  padding: 0;
  border-radius: 4px;
}
#modal-window #global-nav ul li a {
  font-family: "Montserrat", "YuGothic", "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1rem;
  text-align: left;
  text-decoration: none;
  background-color: #1CBFDE;
  color: #FFFFFF;
  width: 100%;
  margin: 0;
  padding: 22px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
#modal-window #global-nav ul li:nth-child(even) {
  margin: 0 0 1% 0;
}
#modal-window #global-nav ul li a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f0c1";
  margin: 0 6px 0 0;
  font-size: 1.2rem;
  font-weight: 900;
  color: #FFFFFF;
}
#modal-window #global-nav ul li a:hover,
#modal-window #global-nav ul li.current a {
  background-color: #1B7BAE;
  color: #FFFFFF;
}

#modal-window #language {
  margin: 0;
  padding: 10px 20px;
}
#modal-window #language ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#modal-window #language ul li {
  font-family: "Montserrat", "YuGothic", "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1rem;
  text-align: left;
  background-color: #313131;
  color: #FFFFFF;
  list-style-type: none;
  width: 49.5%;
  margin: 0 1% 1% 0;
  padding: 0;
  border-radius: 4px;
}
#modal-window #language ul li a {
  font-family: "Montserrat", "YuGothic", "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1rem;
  text-align: left;
  text-decoration: none;
  background-color: #313131;
  color: #FFFFFF;
  width: 100%;
  margin: 0;
  padding: 22px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
#modal-window #language ul li:nth-child(even) {
  margin: 0 0 1% 0;
}
#modal-window #language ul li a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f0ac";
  margin: 0 6px 0 0;
  font-size: 1.2rem;
  font-weight: 900;
  color: #FFFFFF;
}
#modal-window #language ul li a:hover {
  background-color: #1B7BAE;
  color: #FFFFFF;
}
#modal-window #language ul li span {
}
#modal-window #language ul li span:before {
  content: "-";
  margin: 0 6px;
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-block;
}
#modal-window #language ul li.current a span:after {
  font-family: "Font Awesome 6 Free";
  content: "\f060";
  margin: 0 0 0 12px;
  font-size: 1.2rem;
  font-weight: 900;
  display: inline-block;
}



/****************************/
/********** Footer **********/
/****************************/

#footer {
  clear: both;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
  color: #313131;
  background-color: #F4F4F4;
  background-image: url("../images/bg-footer.png");
  background-size: cover;
  background-position: center center;
}
#footer footer {
  margin: 50px auto;
  padding: 30px 40px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: #FFFFFF;
}
#footer footer .credit {
  width: 100%;
  order: 2;
}
#footer footer .credit .title {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-align: left;
  color: #313131;
  display: inline-block;
}
#footer footer .credit address {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 160%;
  color: #313131;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
#footer footer .credit address .place {
}
#footer footer .credit address .contact {
  font-family: "Montserrat", sans-serif;
}
#footer footer .credit address .contact .label {
  font-family: "Montserrat", sans-serif;
  font-size: 2.0rem;
  font-weight: 600;
  margin: 0 0 6px 0;
  padding: 0;
}
#footer footer .credit address .contact small:before {
  content: "\A";
  white-space: pre;
}
#footer footer .thumbnail {
  flex-shrink: 0;
  order: 1;
}

#footer #pagetop {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 6666;
}
#footer #pagetop a:before {
  content: '';
  width: 28px;
  height: 28px;
  display: block;
  border-top: 2px solid #1CBFDE;
  border-left: 2px solid #1CBFDE;
  transform: rotate(45deg);
  margin: auto;
  transition: border-color 0.3s;
}
#footer #pagetop a:hover:before {
  border-color: #1B7BAE;
  transition: border-color 0.3s;
}

#footer #copyright {
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 20px;
  background-color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: center;
}



/**************************/
/********** Main **********/
/**************************/

main {
  display: block;
  margin: auto;
  padding: 0;
  width: 100%;
  text-align: left;
  flex-grow: 1;
  position: relative;
  min-height: 0%;
  overflow-x: hidden;
  background-color: #FFFFFF;
}



/*****************************/
/********** Content **********/
/*****************************/

.content {
  clear: both;
  margin: auto;
  padding: 40px 20px;
  width: 100%;
}



}




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

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



/*******************************/
/********** Container **********/
/*******************************/

#container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  position: relative;
}



/****************************/
/********** Header **********/
/****************************/

#header {
  margin: 0 auto;
  padding: 0;
  color: #313131;
  width: 100%;
}
#header header {
  margin: auto;
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 1320px;
  color: #313131;
}
#header header h1 {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-align: left;
  color: #313131;
  display: inline-block;
}
#header header h1 a {
  font-family: "Montserrat", sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-align: left;
  color: #313131;
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s;
}
#header header h1 br:nth-child(2) {
  display: none;
}
#header header h1 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: opacity 0.3s;
}
#header header #modal-window {
  margin: 0 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}



/********************************/
/********** Global Nav **********/
/********************************/

#global-nav {
  margin: auto;
  padding: 0;
  width: 100%;
  color: #313131;
  position: relative;
  z-index: 5555;
  order: 2;
}
#global-nav ul {
  margin: auto;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#global-nav ul li {
  margin: 0;
  padding: 0;
  color: #313131;
  font-family: "Montserrat", "YuGothic", "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1rem;
  list-style-type: none;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#global-nav ul li a {
  margin: 0;
  padding: 0;
  color: #313131;
  font-family: "Montserrat", "YuGothic", "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
  position: relative;
}
#global-nav ul li+li:before {
  content: "/";
  display: inline-block;
  margin: 0 24px;
}
#global-nav ul li a:after {
  content: '';
  width: 0;
  border-bottom: 3px solid #1CBFDE;
  display: block;
  position: absolute;
  left: 0;
  bottom: -6px;
  transition: all 0.3s ease;
}
#global-nav ul li a:hover:after,
#global-nav ul li.current a:after {
  width: 100%;
  border-bottom: 3px solid #1CBFDE;
}

#language {
  order: 1;
}
#language ul {
  margin: auto;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#language ul li {
  margin: 0;
  padding: 0;
  color: #313131;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1rem;
  list-style-type: none;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#language ul li a {
  margin: 0;
  padding: 0;
  color: #313131;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
  position: relative;
}
#language ul li+li:before {
  content: "/";
  display: inline-block;
  margin: 0 12px;
}
#language ul li.current a:after {
  font-family: "Font Awesome 6 Free";
  content: "\f063";
  font-size: 1.0rem;
  font-weight: 900;
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 12px;
}
#language ul li span {
  display: none;
}



/****************************************/
/********** Respomsive Swicher **********/
/****************************************/

#trigger {
  display: none;
}
#modal-window .title {
  display: none;
}



/****************************/
/********** Footer **********/
/****************************/

#footer {
  clear: both;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
  color: #313131;
  background-color: #F4F4F4;
  background-image: url("../images/bg-footer.png");
  background-size: cover;
  background-position: center center;
}
#footer footer {
  margin: 70px auto;
  padding: 30px 40px;
  width: 100%;
  max-width: 1100px;
  display: flex;
  align-items: center;
  gap: 40px;
  background-color: #FFFFFF;
}
#footer footer .credit {
  width: 100%;
  order: 2;
}
#footer footer .credit .title {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-align: left;
  color: #313131;
  display: inline-block;
}
#footer footer .credit address {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 160%;
  color: #313131;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#footer footer .credit address .place {
  margin: 0 auto 0 0;
}
#footer footer .credit address .contact {
  font-family: "Montserrat", sans-serif;
}
#footer footer .credit address .contact .label {
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  margin: 0 0 12px 0;
  padding: 0;
}
#footer footer .thumbnail {
  flex-shrink: 0;
  order: 1;
}

#footer #pagetop {
  position: fixed;
  bottom: 10px;
  right: 40px;
  z-index: 6666;
}
#footer #pagetop a:before {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  border-top: 2px solid #1CBFDE;
  border-left: 2px solid #1CBFDE;
  transform: rotate(45deg);
  margin: auto;
  transition: border-color 0.3s;
}
#footer #pagetop a:hover:before {
  border-color: #1B7BAE;
  transition: border-color 0.3s;
}

#footer #copyright {
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 20px;
  background-color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: center;
}



/**************************/
/********** Main **********/
/**************************/

main {
  display: block;
  margin: auto;
  padding: 0;
  width: 100%;
  text-align: left;
  flex-grow: 1;
  position: relative;
  min-height: 0%;
  overflow-x: hidden;
  background-color: #FFFFFF;
}



/*****************************/
/********** Content **********/
/*****************************/

.content {
  clear: both;
  margin: auto;
  padding: 40px 20px;
  width: 100%;
  max-width: 1140px;
}



}