body{font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS Mincho", serif;
    color:black;
    background-color:white;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    overflow-y: scroll;
}

.highlight{
    color: rgb(8, 139, 2);
    font-weight: bold;
    
}

nav {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.vlogo {
  display: block;
  margin-bottom: 5px;
}

.row2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


/* --- Navigation list --- */
ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
font-size:22px;
}

li {
  font-size: 22px;
  padding: 0 8px;
  border-right: 2px solid black;
}

li:last-child {
  border-right: none;
}

/* --- Language buttons --- */
.lang-buttons {
  display: flex;
  align-items: center;
font-size:22px;
}

.lang-buttons button { 
  font-size: 22px;
  height: 40px;
  background-color: rgb(8, 139, 2);
  padding: 4px 8px;
  color: white;
  border: none; 
  border-radius: 5px;
  cursor: pointer;
  margin-left: 8px;
}



li > a:link{color:blue
}
li > a:visited{color:purple;
}

h1{ font-size:50px;
    text-align: left;
    font-weight: bold 700;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    margin: 0px;
}

h1 > a {color: black;
    text-decoration: none;
}

h2{ font-size: 26px;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}



p{font-family: serif;
    text-align: left;
    font-size: 22px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    margin: 0px;
    margin-left: 10px;
}

.opening {
  position: relative;
  background-color: rgb(86, 188, 108);
  color: black;
  padding: 20px 20px 20px; /* leave space for the title overlap */
  text-align: left;
  height: 500px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  width: 80%;
}

.opening-title {
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
  padding: 0 10px;
  font-size: 66px;
  font-weight: bold 700;
}
.opening-content {
  display: flex;
  flex-direction: row; /* side-by-side */
  align-items: center;
  justify-content: space-between;
}


/* Right image */
.opening-image {
    order: 2;
  height: 500px;
  width: auto;
  border-radius: 15px;
  margin-right: 10px;
  object-fit: cover;
  display: block;    
}
/* Left text area */
.opening-text {
order: 1;
  font-size: 40px;
  font-weight: bold 700;
  line-height: 1.5;
}

.au {
  overflow: auto; /* contains floated .logo */
  margin-bottom: 20px;
}
.au-text{ margin-left: 40px;
}
.logo {
  float: right;
  max-width: 40%;
  height: auto;
  margin-left: 10px; /* space between image and text */
}

.logoexp {
  max-width: 50%;
  display: inline-block; /* so max-width actually takes effect */
  vertical-align: top;
}

.au::after {
  content: "";
  display: block;
  clear: both;
}


/* Card container */
/* Entire card */
.card {
  width: 80%;
  min-height: 370px;
  border-radius: 10px;
  box-shadow: 10px 10px 5px #808080;
  background-color: white;
  margin: 20px auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
    padding: 0px;
}

/* Left text area */
.card-text {
  flex: 1;
  display: flex;
  flex-direction: column; /* stack h2 + p vertically */
  justify-content: center;
}

/* Right colored background area */
.card-image {
  width: 520px;
  height: 370px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
}

/* The images */
.cpic {
  width: 95%;      /* keeps all images same width */
  height: auto;
  border-radius: 8px;
}

/* Each color background */
.cpic1 { background-color: rgb(240, 149, 91); }
.cpic2 { background-color: rgb(237, 114, 105); }
.cpic3 { background-color: rgb(155, 179, 249); }
.cpic4 { background-color: rgb(249, 222, 134); }

.f {
  margin-bottom: 60px;
}

.f::after {
  content: "";
  display: block;
  clear: both;
}



.rg {
  display: flex;
 flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
    flex-wrap: nowrap;
}

/* Left text area */
.rg-text {
  flex: 1;
  max-width: 50%;
  order: 1;
}

.rep-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  order: 2;
  width: 360px;       /* <— ADD THIS */
  margin-right: 120px;
  box-sizing: border-box;
}



/* The representative image */
.representative {
  height: 360px;
  width: auto;
  border-radius: 15px;
}

/* Caption */
.rgsub {
  margin-top: 10px;
  text-align: center;
}
.highlight{
    color: rgb(86, 188, 108);
    font-weight: bold;
}

.CU{margin-top:20px;
}
.qr-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.qr-item {
  text-align: center;
}

.qr-item img {
  display: block;
  margin: 0 auto;
}

.qr-caption {
  margin-top: 8px;
  text-align: center;
}


.CU {
  display: block;
  width: 100%;
}

