@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');

 *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif, 'メイリオ';
  /*font-family: 'Quicksand', sans-serif;*/
}


html {
  scroll-behavior: smooth;
}

body {
  background: linear-gradient(rgb(17, 160, 196), rgb(241, 241, 211));
  /*background: linear-gradient(rgb(182, 213, 245), rgb(245, 241, 222));*/
}

section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 100px;
  color: #ffffff;
 }

.container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.main-title {
  font-size: 4rem;  
  margin-bottom: 200px;
  text-align: center;
  color:#ffffff;
}

.box-title {
  font-size: 3rem; 
  margin-bottom: 30px;
  text-align: center;
  color:#ffffff;
 }

 .info-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-align: center;
  color:#28b5d8;
  line-height: 100%
 }

 .paragraph {
  font-size: 1rem;
  margin-bottom: 380px;
  text-align: left;
  color:#28b5d8;
  line-height: 150%
 }


.box-text {
  font-size: 22px;
  margin-bottom: 100px;
  margin-left: 30px;
  margin-right: 30px;
  text-align: left;
  color:#ffffff;
  line-height:55px;
}

.content {
  position: relative;
  width: 1525px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content1 {
  position: relative;
  width: 1525px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content .image {
  position: relative;
  width: 600px;
  height: 400px;
  overflow: hidden;
}

/*.content .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  z-index: 10;
}

.content .image2 {
  position: absolute;
  width: 700px;
  height: 550px;
  overflow: hidden;
}

.content .image2 img {
  position: relative;
  top: 0;
  left: 0;
  width: 700px;
  height: 550px;
  object-fit: cover;
  border-radius: 10px;
  z-index: 10;
}

.content .image3 {
  position: absolute;
  width: 700px;
  height: 550px;
  overflow: hidden;
}

.content .image3 img {
  position: relative;
  top: 0;
  left: 0;
  width: 700px;
  height: 550px;
  object-fit: cover;
  border-radius: 10px;
  z-index: 10;
}
*/

ol li {
list-style-type: none;
	counter-increment: cnt;
}
 
ol li::before {
	content: "(" counter(cnt) ") ";
}

ol p {
  margin-left: 40px;
}

.content .text-box {
  z-index: 20;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  padding: 10px;
  max-width: 700px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transform: translate(0px, 50px);
}

.content1 .text-box {
  z-index: 20;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  padding: 10px;
  max-width: 700px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transform: translate(0px, 50px);
}

.content .text-box0 {
  z-index: 20;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  max-width: 100%;
  max-height: 100%;
  padding: 10px 20px;
  max-width: 1000px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transform: translate(0px, 0px);
  text-align: center;
  float: left;
  line-height: 3;
  margin-bottom: 200px;
}

.content .text-box1 {
  z-index: 20;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  padding: 50px;
  max-width: 950px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transform: translate(-130px, 50px);
}

.content .text-box2 {
  z-index: 20;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(40px);
  padding: 40px;
  max-width: 600px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transform: translate(-80px, 50px);
}

.content .text-box3 {
  z-index: 20;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(90px);
  padding: 30px;
  max-width: 700px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transform: translate(-300px, 50px);
}

.content1 .text-box5 {
  z-index: 20;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
  padding: 10px;
  max-width: 700px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transform: translate(0px, 0px);
  line-height: 25PX;
  display:flex;
  flex-flow: column;
  justify-content:space-between;
  align-items: center;
  margin-bottom: 0px;
 }

 .content1 .text-box6 {
  z-index: 20;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  padding: 80px;
  max-width: 700px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transform: translate(0px, 0px);
  line-height: 25PX;
  display:flex;
  flex-flow: column;
  justify-content:space-between;
  align-items: center;
  margin-bottom: 100px;
 }


#nav {
  list-style: none;
  overflow: hidden;
}
 
#nav li {
  width: 200px;
  text-align: center;
  background-color: rgba(32, 133, 14, 0);
  float: left;
  height: 40px;
  line-height: 50px;
  margin-right: 2px;
}
 
/*#nav li a {
 width: 100px;
  font-size: 15px;
  color: #28b5d8;
  font-weight:"bold ";
 
}
*/

.content .text-box h3 {
  font-size: 2em;
  margin-bottom: 10px;
}

.media-icons {
  margin-top: 100px;
  text-align: center;
}

.media-icons a {
  color: #fff;
  font-size: 2em;
  margin: 60px;
}

.section-title {
  font-size: 4em;
  margin-bottom: 100px;
}


.info-title5 {
  font-size: 2em;
  margin-bottom: 10px;
  z-index: 20;
  padding: 0px;
  max-width: 150px;
  color: #28b5d8;
 }

.info {
  width: 700px;
  margin-left: 50px;
}

.media-info {
  font-size: 10px;
  z-index: 20;
  color: #28b5d8;
}

.menu-item{
  color: #28b5d8;
}

.media-info li {
  list-style: none;
  font-size: 1.4em;
}

.media-info li a {
  text-decoration: none;
  color: #fff;
}

.media-info li:not(:last-child) {
  margin-bottom: 5px;
}

.media-info li:nth-child(1),
.media-info li:nth-child(5) {
  padding-left: 5px;
}

.media-info li:nth-child(2),
.media-info li:nth-child(4) {
  padding-left: 20px;
}

/*.sec-04 {
  margin-bottom: 100px;
}*/

.Copyright{
  Width: 400px;
  font-size: 15px;
  color: #28b5d8;
  font-weight:"#" ;
  text-align: center;

}

#footer{
  width: 100%;
  height: 100px;
  background-color: #000000;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

@media (max-width: 768px) { 
section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 100px;
  color: #ffffff;
 }
 
.container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.main-title {
  font-size: 2rem;      
  margin-bottom: 200px;
  text-align: center;
  color:#ffffff;
}

.box-title {
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-align: center;
  color:#ffffff;
 }

 .info-title {
  font-size: 2rem;
  margin-bottom: 10px;
  text-align: center;
  color:#28b5d8;
  line-height: 100%
 }

 .paragraph {
  font-size: 1rem;
  margin-bottom: 50px;
  text-align: left;
  color:#28b5d8;
  line-height: 150%;
  position: static;
  padding-left: 60px;
   padding-right: 60px;
 }


.box-text {
  font-size: 14px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
  color:#ffffff;
  line-height: normal;;
}

.content {
  position: relative;
  width: 768px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content1 {
  position: relative;
  width: 768px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content .image {
  position: relative;
  width: 300px;
  height: 200px;
  overflow: hidden;
}



ol li {
list-style-type: none;
	counter-increment: cnt;
}
 
ol li::before {
	content: "(" counter(cnt) ") ";
}

ol p {
  margin-left: 20px;
}

.content .text-box {
  z-index: 20;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  padding: 5px;
  max-width: 300px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transform: translate(0px, 50px);
}

.content1 .text-box {
  z-index: 20;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  padding: 5px;
  max-width: 300px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transform: translate(0px, 50px);
}

.content .text-box0 {
  z-index: 20;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  max-width: 100%;
  max-height: 100%;
  padding: 10px;
  max-width: 300px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transform: translate(0px, 0px);
  text-align: center;
  float: left;
  line-height: 2;
  margin-bottom: 30px;
}

.content .text-box1 {
  z-index: 20;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  padding: 25px;
  max-width: 700px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transform: translate(-130px, 50px);
}

.content .text-box2 {
  z-index: 20;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(40px);
  padding: 20px;
  max-width: 300px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transform: translate(-80px, 50px);
}

.content .text-box3 {
  z-index: 20;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(90px);
  padding: 15px;
  max-width: 300px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transform: translate(-300px, 50px);
}

.content1 .text-box5 {
  z-index: 20;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
  padding: 5px;
  max-width: 400px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transform: translate(0px, 0px);
  line-height: 25PX;
  display:flex;
  flex-flow: column;
  justify-content:space-between;
  align-items: center;
  margin-bottom: 0px;
 }

 .content1 .text-box6 {
  z-index: 20;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  padding: 40px;
  max-width: 500px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transform: translate(0px, 0px);
  line-height: 12PX;
  display:flex;
  flex-flow: column;
  justify-content:space-between;
  align-items: center;
  margin-bottom: 50px;
 }


#nav {
  list-style: none;
  overflow: hidden;
  align-items: center;
  flex-flow: column;
  width: 200px;
height: 100%;
}
 
#nav li {
  width: 200px;
  text-align: center;
  background-color: rgba(32, 133, 14, 0);
  float: left;
  height: 20px;
  line-height: 20px;
  margin-right: 2px;

}
 


.content .text-box h3 {
  font-size: 2em;
  margin-bottom: 5px;
}

.media-icons {
  margin-top: 50px;
  text-align: center;
}

.media-icons a {
  color: #fff;
  font-size: 2em;
  margin: 60px;
}

.section-title {
  font-size: 2em;
  margin-bottom: 50px;
}


.info-title5 {
  font-size: 2em;
  margin-bottom: 5px;
  z-index: 20;
  padding: 0px;
  max-width: 150px;
  color: #28b5d8;
 }

.info {
  width: 300px;
  margin-left: 25px;
}

.media-info {
  font-size: 10px;
  z-index: 20;
  color: #28b5d8;
}

.menu-item{
  color: #28b5d8;
}

.media-info li {
  list-style: none;
  font-size: 1.4em;
}

.media-info li a {
  text-decoration: none;
  color: #fff;
}

.media-info li:not(:last-child) {
  margin-bottom: 5px;
}

.media-info li:nth-child(1),
.media-info li:nth-child(5),
.media-info li:nth-child(3)
.media-info li:nth-child(7),{
  padding-left: 5px;
}

.media-info li:nth-child(2),
.media-info li:nth-child(4),
.media-info li:nth-child(6),{
  padding-left: 20px;
}



.Copyright{
  Width: 230px;
  font-size: 15px;
  color: #28b5d8;
  font-weight:"#" ;
  text-align: center;

}

#footer{
  width: 100%;
  height: 80px;
  background-color: #000000;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

}


