@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: 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;
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}
#header header {
  margin: auto;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  background-color: #FFFFFF;
  color: #000000;
  position: relative;
}
#header header h1,
#header header h1 a {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  color: #000000;
}
#header header h1 a {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#header header h1 a img:nth-child(1) {
  width: 67px;
  height: auto;
}



/****************************************/
/********** Respomsive Swicher **********/
/****************************************/

#modal {
  margin: 0;
  padding: 0;
}
#modal label {
  display: inline-block;
}
#modal input {
  display: none;
}
#modal label:hover {
  cursor: pointer;
}
#modal label:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f0c9";
  font-size: 2.0rem;
  font-weight: 900;
  color: #000000;
  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%;
  padding-top: 110px;
  background-color: #1C3450;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#modal-window::-webkit-scrollbar {
  display: none;
}
#modal-window ul {
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#modal-window ul li {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  background-color: #FFFFFF;
  color: #1C3450;
  list-style-type: none;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
  border-radius: 4px;
}
#modal-window ul li a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  text-decoration: none;
  background-color: #FFFFFF;
  color: #1C3450;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 12px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
#modal-window ul li a:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f15b";
  margin: 0 12px 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C3450;
}
#modal-window ul.group-home li {
  width: 100%;
  margin: 0 0 1% 0;
}
#modal-window ul.group-home li a:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f015";
  margin: 0 12px 0 0;
  font-size: 1.6rem;
  font-weight: 900;
  color: #1C3450;
}
#modal-window ul.group-interview li a:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f075";
  margin: 0 12px 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C3450;
}
#modal-window ul li a:hover,
#modal-window ul li.current a {
  background-color: #647588;
  color: #FFFFFF;
  border-radius: 4px;
}
#modal-window ul li a:hover:before,
#modal-window ul li.current a:before {
  color: #FFFFFF;
}

#modal-window .language {
  margin: 10px 20px 20px 20px;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
#modal-window .language div {
  margin: 0;
  padding: 0;
  font-family: Arial;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 0;
  text-align: center;
  width: 49.5%;
  background-color: #3C949E;
  border-radius: 4px;
}
#modal-window .language div a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 24px;
  font-family: Arial;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 4px;
}
#modal-window .language div a:hover {
  background-color: #647588;
  color: #FFFFFF;
  border-radius: 4px;
}



/****************************/
/********** Footer **********/
/****************************/


#footer {
  clear: both;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 0;
  width: 100%;
  background-color: #FFFFFF;
}
#footer footer {
  position: relative;
  top: 0;
  z-index: 0;
  margin: auto;
  padding: 0;
  width: 100%;
  border-top: 20px solid #1C3450;
}

#footer footer .block01 {
  margin: auto;
  padding: 20px;
  position: relative;
  top: 0;
  z-index: 0;
  width: 100%;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer footer .block01:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/footer01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  opacity: 0.4;
}
#footer footer .block01:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(162,221,93,0.3);
}
#footer footer .block01 .title {
  margin: 10px auto;
  padding: 0;
}
#footer footer .block01 .title a {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#footer footer .block01 .button {
  clear: both;
  margin: 10px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#footer footer .block01 .button a {
  margin: 0;
  padding: 10px 40px;
  background-color: #1C3450;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 140%;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 50px;
}
#footer footer .block01 .button a:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  margin: 0 8px 0 0;
  font-size: 1.4rem;
  font-weight: 900;
  color: #FFFFFF;
  position: absolute;
  right: 6px;
}
#footer footer .block01 .button a:hover {
  background-color: #647588;
}

#footer footer .block02 {
  margin: auto;
  padding: 30px 20px;
  position: relative;
  z-index: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background-color: #FFFFFF;
  text-align: center;
}
#footer footer .block02:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/footer02.jpg");
  background-repeat: no-repeat;
  background-position: center top -10px;
  background-size: cover;
  opacity: 0.4;
}
#footer footer .block02:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(250,197,28,0.3);
}
#footer footer .block02 .address {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 140%;
  color: #1C3450;
  text-align: left;
}
#footer footer .block02 .address small {
  font-size: 1.4rem;
  font-weight: 700;
}
#footer footer .block02 .phone {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 100%;
  color: #1C3450;
  text-align: left;
}
#footer footer .block02 .phone .fa-phone {
  margin: 4px 4px 0 0;
  font-size: 1.6rem;
}
#footer footer .block02 .phone small {
  font-size: 1.4rem;
  font-weight: 700;
}
#footer footer .block02 .fax {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 120%;
  color: #1C3450;
}

#footer #copyright {
  margin: auto;
  padding: 10px 20px;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 160%;
  background-color: #1C3450;
  color: #FFFFFF;
  text-align: center;
}
#footer #pagetop {
  position: fixed;
  right: 20px;
  bottom: 60px;
}
#footer #pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: 400;
  opacity: 0.4;
  transition: 0.3s;
}
#footer #pagetop a:hover {
  opacity: 0.2;
}



/**************************/
/********** Main **********/
/**************************/

main {
  display: block;
  margin: auto;
  padding: 0;
  width: 100%;
  text-align: left;
  flex-grow: 1;
  position: relative;
  min-height: 0%;
  overflow-x: hidden;
}



/*****************************/
/********** Content **********/
/*****************************/

.content {
  clear: both;
  margin: auto;
  padding: 20px;
  width: 100%;
}



/**************************/
/********** Home **********/
/**************************/



}



/************************************************************/
/********** 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;
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}
#header header {
  margin: auto;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  background-color: #FFFFFF;
  color: #000000;
  position: relative;
}
#header header h1,
#header header h1 a {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  color: #000000;
}
#header header h1 a {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#header header h1 a img:nth-child(1) {
  width: 100px;
  height: auto;
}



/****************************************/
/********** Respomsive Swicher **********/
/****************************************/

#modal {
  margin: 0;
  padding: 0;
}
#modal label {
  display: inline-block;
}
#modal input {
  display: none;
}
#modal label:hover {
  cursor: pointer;
}
#modal label:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f0c9";
  font-size: 2.0rem;
  font-weight: 900;
  color: #000000;
  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%;
  padding-top: 130px;
  background-color: #1C3450;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#modal-window::-webkit-scrollbar {
  display: none;
}
#modal-window ul {
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#modal-window ul li {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  background-color: #FFFFFF;
  color: #1C3450;
  list-style-type: none;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
  border-radius: 4px;
}
#modal-window ul li a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  text-decoration: none;
  background-color: #FFFFFF;
  color: #1C3450;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 14px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
#modal-window ul li a:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f15b";
  margin: 0 12px 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C3450;
}
#modal-window ul.group-home li {
  width: 100%;
  margin: 0 0 1% 0;
}
#modal-window ul.group-home li a:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f015";
  margin: 0 12px 0 0;
  font-size: 1.6rem;
  font-weight: 900;
  color: #1C3450;
}
#modal-window ul.group-interview li a:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f075";
  margin: 0 12px 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C3450;
}
#modal-window ul li a:hover,
#modal-window ul li.current a {
  background-color: #647588;
  color: #FFFFFF;
  border-radius: 4px;
}
#modal-window ul li a:hover:before,
#modal-window ul li.current a:before {
  color: #FFFFFF;
}

#modal-window .language {
  margin: 10px 20px 20px 20px;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
#modal-window .language div {
  margin: 0;
  padding: 0;
  font-family: Arial;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 0;
  text-align: center;
  width: 49.5%;
  background-color: #3C949E;
  border-radius: 4px;
}
#modal-window .language div a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 24px;
  font-family: Arial;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 4px;
}
#modal-window .language div a:hover {
  background-color: #647588;
  color: #FFFFFF;
  border-radius: 4px;
}



/****************************/
/********** Footer **********/
/****************************/

#footer {
  clear: both;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 0;
  width: 100%;
  background-color: #FFFFFF;
}
#footer footer {
  position: relative;
  top: 0;
  z-index: 0;
  margin: auto;
  padding: 0;
  width: 100%;
  border-top: 20px solid #1C3450;
}

#footer footer .block01 {
  margin: auto;
  padding: 20px;
  position: relative;
  top: 0;
  z-index: 0;
  width: 100%;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer footer .block01:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/footer01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  opacity: 0.4;
}
#footer footer .block01:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(162,221,93,0.3);
}
#footer footer .block01 .title {
  margin: 10px auto;
  padding: 0;
}
#footer footer .block01 .title a {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#footer footer .block01 .button {
  clear: both;
  margin: 10px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#footer footer .block01 .button a {
  margin: 0;
  padding: 12px 48px;
  background-color: #1C3450;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 140%;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 50px;
}
#footer footer .block01 .button a:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  margin: 0 10px 0 0;
  font-size: 1.6rem;
  font-weight: 900;
  color: #FFFFFF;
  position: absolute;
  right: 8px;
}
#footer footer .block01 .button a:hover {
  background-color: #647588;
}

#footer footer .block02 {
  margin: auto;
  padding: 40px 20px;
  position: relative;
  z-index: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background-color: #FFFFFF;
  text-align: center;
}
#footer footer .block02:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/footer02.jpg");
  background-repeat: no-repeat;
  background-position: center top -30px;
  background-size: cover;
  width: 100%;
  opacity: 0.4;
}
#footer footer .block02:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(250,197,28,0.3);
}
#footer footer .block02 .address {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 140%;
  color: #1C3450;
  text-align: left;
}
#footer footer .block02 .address small {
  font-size: 1.4rem;
  font-weight: 700;
}
#footer footer .block02 .phone {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 100%;
  color: #1C3450;
  text-align: left;
}
#footer footer .block02 .phone .fa-phone {
  margin: 6px 6px 0 0;
  font-size: 2.0rem;
}
#footer footer .block02 .phone small {
  font-size: 1.4rem;
  font-weight: 700;
}
#footer footer .block02 .fax {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 120%;
  color: #1C3450;
}

#footer #copyright {
  margin: auto;
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 160%;
  background-color: #1C3450;
  color: #FFFFFF;
  text-align: center;
}
#footer #pagetop {
  position: fixed;
  right: 20px;
  bottom: 60px;
}
#footer #pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: 400;
  opacity: 0.4;
  transition: 0.3s;
}
#footer #pagetop a:hover {
  opacity: 0.2;
}



/**************************/
/********** Main **********/
/**************************/

main {
  display: block;
  margin: auto;
  padding: 0;
  width: 100%;
  text-align: left;
  flex-grow: 1;
  position: relative;
  min-height: 0%;
  overflow-x: hidden;
}



/*****************************/
/********** Content **********/
/*****************************/

.content {
  clear: both;
  margin: auto;
  padding: 30px 20px;
  width: 100%;
}



/**************************/
/********** Home **********/
/**************************/




}



/***********************************************************/
/********** 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;
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}
#header header {
  margin: auto;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  background-color: #FFFFFF;
  color: #000000;
  position: relative;
}
#header header h1,
#header header h1 a {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  color: #000000;
}
#header header h1 a {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#header header h1 a img:nth-child(1) {
  width: 117px;
  height: auto;
}



/****************************************/
/********** Respomsive Swicher **********/
/****************************************/

#modal {
  margin: 0;
  padding: 0;
}
#modal label {
  display: inline-block;
}
#modal input {
  display: none;
}
#modal label:hover {
  cursor: pointer;
}
#modal label:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f0c9";
  font-size: 2.0rem;
  font-weight: 900;
  color: #000000;
  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%;
  padding-top: 140px;
  background-color: #1C3450;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#modal-window::-webkit-scrollbar {
  display: none;
}
#modal-window ul {
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#modal-window ul li {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  background-color: #FFFFFF;
  color: #1C3450;
  list-style-type: none;
  width: 49.5%;
  margin: 0 1% 1% 0;
  padding: 0;
  border-radius: 4px;
}
#modal-window ul li:nth-child(even) {
  margin: 0 0 1% 0;
}
#modal-window ul li a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  text-decoration: none;
  background-color: #FFFFFF;
  color: #1C3450;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 16px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
#modal-window ul li a:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f15b";
  margin: 0 12px 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C3450;
}
#modal-window ul.group-home li {
  width: 100%;
  margin: 0 0 1% 0;
}
#modal-window ul.group-home li a:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f015";
  margin: 0 12px 0 0;
  font-size: 1.6rem;
  font-weight: 900;
  color: #1C3450;
}
#modal-window ul.group-interview li a:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f075";
  margin: 0 12px 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C3450;
}
#modal-window ul li a:hover,
#modal-window ul li.current a {
  background-color: #647588;
  color: #FFFFFF;
  border-radius: 4px;
}
#modal-window ul li a:hover:before,
#modal-window ul li.current a:before {
  color: #FFFFFF;
}

#modal-window .language {
  margin: 10px 20px 20px 20px;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
#modal-window .language div {
  margin: 0;
  padding: 0;
  font-family: Arial;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 0;
  text-align: center;
  width: 49.5%;
  background-color: #3C949E;
  border-radius: 4px;
}
#modal-window .language div a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 24px;
  font-family: Arial;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 4px;
}
#modal-window .language div a:hover {
  background-color: #647588;
  color: #FFFFFF;
  border-radius: 4px;
}



/****************************/
/********** Footer **********/
/****************************/

#footer {
  clear: both;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 0;
  width: 100%;
  background-color: #FFFFFF;
}
#footer footer {
  position: relative;
  top: 0;
  z-index: 0;
  margin: auto;
  padding: 0;
  width: 100%;
  border-top: 20px solid #1C3450;
}

#footer footer .block01 {
  margin: auto;
  padding: 20px;
  position: relative;
  top: 0;
  z-index: 0;
  width: 100%;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer footer .block01:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/footer01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  opacity: 0.4;
}
#footer footer .block01:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(162,221,93,0.3);
}
#footer footer .block01 .title {
  margin: 15px auto;
  padding: 0;
}
#footer footer .block01 .title a {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#footer footer .block01 .button {
  clear: both;
  margin: 10px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#footer footer .block01 .button a {
  margin: 0;
  padding: 16px 64px;
  background-color: #1C3450;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 140%;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 50px;
}
#footer footer .block01 .button a:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  margin: 0 12px 0 0;
  font-size: 1.6rem;
  font-weight: 900;
  color: #FFFFFF;
  position: absolute;
  right: 8px;
}
#footer footer .block01 .button a:hover {
  background-color: #647588;
}

#footer footer .block02 {
  margin: auto;
  padding: 50px 20px;
  position: relative;
  z-index: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background-color: #FFFFFF;
  text-align: center;
}
#footer footer .block02:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/footer02.jpg");
  background-repeat: no-repeat;
  background-position: center top -60px;
  background-size: cover;
  width: 100%;
  opacity: 0.4;
}
#footer footer .block02:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(250,197,28,0.3);
}
#footer footer .block02 .address {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 140%;
  color: #1C3450;
  text-align: left;
}
#footer footer .block02 .address small {
  font-size: 1.6rem;
  font-weight: 700;
}
#footer footer .block02 .phone {
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 100%;
  color: #1C3450;
  text-align: left;
}
#footer footer .block02 .phone .fa-phone {
  margin: 8px 8px 0 0;
  font-size: 2.2rem;
}
#footer footer .block02 .phone small {
  font-size: 1.4rem;
  font-weight: 700;
}
#footer footer .block02 .fax {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 120%;
  color: #1C3450;
}

#footer #copyright {
  margin: auto;
  padding: 15px 20px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 160%;
  background-color: #1C3450;
  color: #FFFFFF;
  text-align: center;
}
#footer #copyright br {
  display: none;
}
#footer #pagetop {
  position: fixed;
  right: 20px;
  bottom: 60px;
}
#footer #pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-decoration: none;
  font-size: 2.6rem;
  font-weight: 400;
  opacity: 0.4;
  transition: 0.3s;
}
#footer #pagetop a:hover {
  opacity: 0.2;
}



/**************************/
/********** Main **********/
/**************************/

main {
  display: block;
  margin: auto;
  padding: 0;
  width: 100%;
  text-align: left;
  flex-grow: 1;
  position: relative;
  min-height: 0%;
  overflow-x: hidden;
}



/*****************************/
/********** Content **********/
/*****************************/

.content {
  clear: both;
  margin: auto;
  padding: 40px 20px;
  width: 100%;
}



/**************************/
/********** Home **********/
/**************************/




}



/************************************************************/
/********** 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;
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}
#header header {
  margin: auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  background-color: #FFFFFF;
  color: #000000;
  position: relative;
}
#header header h1,
#header header h1 a {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  color: #000000;
}
#header header h1 a {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}



/****************************************/
/********** Respomsive Swicher **********/
/****************************************/

#modal {
  margin: 0;
  padding: 0;
}
#modal label {
  display: inline-block;
}
#modal input {
  display: none;
}
#modal label:hover {
  cursor: pointer;
}
#modal label:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f0c9";
  font-size: 2.0rem;
  font-weight: 900;
  color: #000000;
  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%;
  padding-top: 120px;
  background-color: #1C3450;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#modal-window::-webkit-scrollbar {
  display: none;
}
#modal-window ul {
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#modal-window ul li {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  background-color: #FFFFFF;
  color: #1C3450;
  list-style-type: none;
  width: 49.5%;
  margin: 0 1% 1% 0;
  padding: 0;
  border-radius: 4px;
}
#modal-window ul li:nth-child(even) {
  margin: 0 0 1% 0;
}
#modal-window ul li a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  text-decoration: none;
  background-color: #FFFFFF;
  color: #1C3450;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 16px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
#modal-window ul li a:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f15b";
  margin: 0 12px 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C3450;
}
#modal-window ul.group-home li {
  width: 100%;
  margin: 0 0 1% 0;
}
#modal-window ul.group-home li a:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f015";
  margin: 0 12px 0 0;
  font-size: 1.6rem;
  font-weight: 900;
  color: #1C3450;
}
#modal-window ul.group-interview li a:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f075";
  margin: 0 12px 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C3450;
}
#modal-window ul li a:hover,
#modal-window ul li.current a {
  background-color: #647588;
  color: #FFFFFF;
  border-radius: 4px;
}
#modal-window ul li a:hover:before,
#modal-window ul li.current a:before {
  color: #FFFFFF;
}

#modal-window .language {
  margin: 10px 20px 20px 20px;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
#modal-window .language div {
  margin: 0;
  padding: 0;
  font-family: Arial;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 0;
  text-align: center;
  width: 49.5%;
  background-color: #3C949E;
  border-radius: 4px;
}
#modal-window .language div a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 24px;
  font-family: Arial;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 4px;
}
#modal-window .language div a:hover {
  background-color: #647588;
  color: #FFFFFF;
  border-radius: 4px;
}



/****************************/
/********** Footer **********/
/****************************/

#footer {
  clear: both;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 0;
  width: 100%;
  background-color: #FFFFFF;
}
#footer footer {
  position: relative;
  top: 0;
  z-index: 0;
  margin: auto;
  padding: 0;
  width: 100%;
  border-top: 20px solid #1C3450;
}

#footer footer .block01 {
  margin: auto;
  padding: 20px;
  position: relative;
  top: 0;
  z-index: 0;
  width: 100%;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer footer .block01:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/footer01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  opacity: 0.4;
}
#footer footer .block01:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(162,221,93,0.3);
}
#footer footer .block01 .title {
  margin: 20px auto;
  padding: 0;
}
#footer footer .block01 .title a {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#footer footer .block01 .button {
  clear: both;
  margin: 15px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#footer footer .block01 .button a {
  margin: 0;
  padding: 20px 80px;
  background-color: #1C3450;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 140%;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 50px;
}
#footer footer .block01 .button a:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  margin: 0 16px 0 0;
  font-size: 1.8rem;
  font-weight: 900;
  color: #FFFFFF;
  position: absolute;
  right: 12px;
}
#footer footer .block01 .button a:hover {
  background-color: #647588;
}

#footer footer .block02 {
  margin: auto;
  padding: 60px 20px;
  position: relative;
  z-index: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background-color: #FFFFFF;
  text-align: center;
}
#footer footer .block02:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/footer02.jpg");
  background-repeat: no-repeat;
  background-position: center top -100px;
  background-size: cover;
  width: 100%;
  opacity: 0.4;
}
#footer footer .block02:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(250,197,28,0.3);
}
#footer footer .block02 .address {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 140%;
  color: #1C3450;
  text-align: left;
}
#footer footer .block02 .address small {
  font-size: 1.8rem;
  font-weight: 700;
}
#footer footer .block02 .phone {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 100%;
  color: #1C3450;
  text-align: left;
}
#footer footer .block02 .phone .fa-phone {
  margin: 10px 10px 0 0;
  font-size: 2.4rem;
}
#footer footer .block02 .phone small {
  font-size: 1.4rem;
  font-weight: 700;
}
#footer footer .block02 .fax {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 120%;
  color: #1C3450;
}

#footer #copyright {
  margin: auto;
  padding: 20px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 160%;
  background-color: #1C3450;
  color: #FFFFFF;
  text-align: center;
}
#footer #copyright br {
  display: none;
}
#footer #pagetop {
  position: fixed;
  right: 20px;
  bottom: 80px;
}
#footer #pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  text-decoration: none;
  font-size: 2.8rem;
  font-weight: 400;
  opacity: 0.4;
  transition: 0.3s;
}
#footer #pagetop a:hover {
  opacity: 0.2;
}



/**************************/
/********** Main **********/
/**************************/

main {
  display: block;
  margin: auto;
  padding: 0;
  width: 100%;
  text-align: left;
  flex-grow: 1;
  position: relative;
  min-height: 0%;
  overflow-x: hidden;
}



/*****************************/
/********** Content **********/
/*****************************/

.content {
  clear: both;
  margin: auto;
  padding: 50px 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;
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}
#header header {
  margin: auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 1280px;
  background-color: #FFFFFF;
  color: #000000;
  position: relative;
}
#header header h1,
#header header h1 a {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  color: #000000;
}
#header header h1 a {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}



/******************************/
/********** Language **********/
/******************************/

#header header .language {
  position: absolute;
  top: 120px;
  right: 20px;
  z-index: 6666;
  margin: 0;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-color: rgba(0,0,0,0.8);
  border-radius: 4px;
}
#header header .language div {
  margin: 0;
  padding: 0;
  font-family: Arial;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 0;
  text-align: center;
}
#header header .language div a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px 18px;
  font-family: Arial;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
}
#header header .language div.current a {
  color: rgba(0,0,0,0.8);
  background-color: #FFFFFF;
  border-radius: 4px;
}
#header header .language div a:hover {
  outline: 1px solid #FFFFFF;
  outline-offset: -1px;
  border-radius: 4px;
}



/********************************/
/********** Global Nav **********/
/********************************/

#global-nav {
  margin: 0 0 0 auto;
  padding: 0;
  width: 100%;
  background-color: #FFFFFF;
  color: #000000;
  position: relative;
}
#global-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
#global-nav ul li {
  margin: 0;
  padding: 0;
  color: #1C3450;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 120%;
  list-style-type: none;
}
#global-nav ul li a {
  display: block;
  color: #1C3450;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  position: relative;
}
#global-nav ul li+li {
  border-left: 2px solid #D6D7D7;
  margin-left: 10px;
  padding-left: 20px;
}
#global-nav ul li a:after {
  content: "";
  width: 0;
  border-bottom: 2px solid #1C3450;
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  transition: all 0.3s ease;
}
#global-nav ul li a:hover:after,
#global-nav ul li.current a:after {
  width: 100%;
  border-bottom: 2px solid #1C3450;
}



/****************************************/
/********** Respomsive Swicher **********/
/****************************************/

#trigger,
.modal-adds-nav {
  display: none;
}



/****************************/
/********** Footer **********/
/****************************/

#footer {
  clear: both;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 0;
  width: 100%;
  background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 50%, #1C3450 50%, #1C3450 100%);
  overflow: hidden;
}
.home #footer {
  background: linear-gradient(to bottom, #E9E9EA 0%, #E9E9EA 50%, #1C3450 50%, #1C3450 100%);
}
#footer footer {
  position: relative;
  top: 0;
  z-index: 0;
  margin: auto;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#footer footer:before {
  content: "";
  position: absolute;
  top: -60px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #1C3450;
  clip-path: polygon(0 25%, 100% 10%, 100% 100%, 0 100%);
}

#footer footer .block01 {
  margin: auto;
  padding: 140px 20px;
  position: relative;
  top: 100px;
  z-index: 0;
  width: 100%;
  padding-left: calc(50% - 500px);
  background-color: #FFFFFF;
  clip-path: polygon(100% 0, 100% 70%, 0 100%, 0 30%);
}
#footer footer .block01:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  z-index: -2;
  background-image: url("../images/footer01.jpg");
  background-repeat: no-repeat;
  background-position: center top -60px;
  background-size: cover;
  width: 50%;
}
#footer footer .block01:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(162,221,93,0.3) 50%, rgba(162,221,93,0.3) 100%);
}
#footer footer .block01 .title {
  margin: 30px auto;
  padding: 30px 0 0 0;
}
#footer footer .block01 .title a {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#footer footer .block01 .button {
  clear: both;
  margin: 20px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#footer footer .block01 .button a {
  margin: 0;
  padding: 24px 96px;
  background-color: #1C3450;
  color: #FFFFFF;
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 140%;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 50px;
}
#footer footer .block01 .button a:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  margin: 0 16px 0 0;
  font-size: 2.0rem;
  font-weight: 900;
  color: #FFFFFF;
  position: absolute;
  right: 12px;
}
#footer footer .block01 .button a:hover {
  background-color: #647588;
}

#footer footer .block02 {
  margin: auto;
  padding: 120px 20px;
  position: relative;
  bottom: 100px;
  z-index: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: calc(50% + 60px);
  background-color: #1C3450;
  clip-path: polygon(100% 0, 100% 70%, 0 100%, 0 30%);
}
#footer footer .block02:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background-image: url("../images/footer02.jpg");
  background-repeat: no-repeat;
  background-position: center top 60px;
  background-size: cover;
  width: 50%;
}
@media screen and ( min-width: 1400px ) {
  #footer footer .block02:before {
    background-position: center top 20px;
  }
}
#footer footer .block02:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(to left, transparent 0%, transparent 50%, rgba(250,197,28,0.3) 50%, rgba(250,197,28,0.3) 100%);
}
#footer footer .block02 .address {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 140%;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 10px;
}
#footer footer .block02 .address small {
  font-size: 1.6rem;
  font-weight: 700;
}
#footer footer .block02 .phone {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 100%;
  color: #FFFFFF;
}
#footer footer .block02 .phone .fa-phone {
  margin: 12px 12px 0 0;
  font-size: 2.6rem;
}
#footer footer .block02 .phone small {
  font-size: 1.6rem;
  font-weight: 700;
}
#footer footer .block02 .fax {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 120%;
  color: #FFFFFF;
}

#footer #copyright {
  margin: auto;
  padding: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 160%;
  background-color: #1C3450;
  color: #FFFFFF;
  text-align: center;
}
#footer #copyright br {
  display: none;
}
#footer #pagetop {
  position: fixed;
  right: 40px;
  bottom: 40px;
}
#footer #pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-decoration: none;
  font-size: 3.0rem;
  font-weight: 400;
  opacity: 0.4;
  transition: 0.3s;
}
#footer #pagetop a:hover {
  opacity: 0.2;
}



/**************************/
/********** Main **********/
/**************************/

main {
  display: block;
  margin: auto;
  padding: 0;
  width: 100%;
  text-align: left;
  flex-grow: 1;
  position: relative;
  min-height: 0%;
  overflow-x: hidden;
}



/*****************************/
/********** Content **********/
/*****************************/

.content {
  clear: both;
  margin: auto;
  padding: 60px 20px;
  width: 100%;
  max-width: 1040px;
}



}