++@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;*/
}



/*lowメニューｶﾗｰ制御*/
  /*#sp-site-navigation-2 > ul > li > a:hover{
    color : #056572;
  }


@media screen and (max-width: 568px) {

  #sp-site-navigation-2{
    font-size : 1.2rem;
    font-weight : bold;
    background-color : transparent;
    margin-top : 0px;
    margin-bottom : 0px;
    border-top-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-bottom-color : initial;
  }

  #sp-site-navigation-2 .menu-toggle{
    background-color : transparent;
    background-image : url(img/icon-menu-toggle1.png);
    background-repeat : no-repeat;
    background-position : center center;
    text-indent : -9999px;
  }

  #sp-site-navigation-2 li > a:active{
    color : #ffffff;
    background-color : #163e5b;
  }

  #sp-site-navigation-2 li > a:hover{
    color : #ffffff;
    background-color : #163e5b;
  }

  #sp-site-navigation-2 ul li > a{
    font-weight : bold;
    color : #483e34;
    background-color : #e3e8ec;
    text-decoration : none;
    text-align : center;
    padding-top : 0.5em;
    padding-left : 0.5em;
    padding-right : 0.5em;
    padding-bottom : 0.5em;
    border-top-width : 1px;
    border-top-style : solid;
    border-top-color : white;
  }

  #sp-site-navigation-2 > ul li.current-menu-ancestor > a{
    color : #ffffff;
    background-color : #163e5b;
  }

  #sp-site-navigation-2 > ul li.current-menu-item > a{
    color : #ffffff;
    background-color : #163e5b;
  }

  #sp-site-navigation-2 > ul li.current_page_ancestor > a{
    color : #ffffff;
    background-color : #163e5b;
  }

  #sp-site-navigation-2 > ul li.current_page_item > a{
    color : #ffffff;
    background-color : #163e5b;
  }
}
*/






/*
#sp-block-container-1{
  color : #5b5b5b;
background-color : rgb(180, 180, 149);
 background-color: rgb(0 0 0 / 0%);
  opacity: 0;
}*/

/*copylight文字色*/
/*#sp-block-container-1 .copyright{
  color : #ffffff;
  text-align : center;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
*/


/*n_style.css-------------------------------------*/
  
html {
  scroll-behavior: smooth;
}

body {
  background: linear-gradient(rgb(2, 80, 116), rgb(241, 241, 211));
}

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

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

.main-title {
  font-size: 4rem;
  margin-bottom: 200px;
}

.main-title2 {
  font-size: 4rem;
  margin-bottom: 200px;
}


.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;
  margin-bottom: 150px;
}

.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;
  margin-bottom: 300px;

}

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


.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);
  padding: 50px;
  max-width: 950px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transform: translate(0px, 0px);
  margin-bottom: 300px;
}

.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);
  margin-bottom: 300px;
}

.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);
  margin-bottom: 300px;
}

.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);
  margin-bottom: 400px;
}

.content1 .text-box5 {
  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, 0px);
  line-height: 25PX;
  display:flex;
  flex-flow: column;
  justify-content:space-between;
  align-items: center;
 }

 .content1 .text-box6 {
  z-index: 20;
  background: rgba(255, 255, 255, 0.1);
  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;
 }


#nav {
  list-style: none;
  overflow: hidden;
}
 
#nav li {
  width: 200px;
  text-align: center;
  background-color: rgba(175, 216, 64, 0);
  color:#28b5d8;
  float: left;
  height: 40px;
  line-height: 50px;
  margin-right: 2px;
}
 
/*#nav li a {
  text-decoration: none;
  color: #fff;
  font-weight: "#";
  padding: 10px;
}*/

.text-box0 h2 {
  font-size: 30px;
  margin-bottom: 30px;
}

.text-box1 h2 {
  font-size: 30px;
  line-height: 300%;
}

.text-box1 p {
  font-size: 50px;
  margin-bottom: 10px;
  text-align: center;
}

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

.content .text-box3 h3 {
  font-size: 25px;
  margin-bottom: 10px;
  margin-left: 20px;
  color: #fff;
}

.content .text-box3 p {
  font-size: 15px;
  margin-bottom: 10px;
  margin-left: 20px;
  color: #fff;
}

.text-box6 p {
  font-size: 1em;
  margin-bottom: 10px;
  margin-left: 20px;
  color: #037491;
}

.text-box6 li {
  font-size: 1em;
  margin-bottom: 10px;
  color: #037491;
}

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

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

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

.section-title3 {
  font-size: 4em;
  margin-bottom: 150px;
  color: #037491;
}

.info-title {
  font-size: 1.8em;
  margin-bottom: 0px;
  line-height: 180%
}

.info-title3 {
  font-size: 2em;
  margin-bottom: 60px;
  z-index: 20;
  padding: 0px;
  color: #037491;
 }

 .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) {  
   /* .container, .container h2 { 
        padding: 0; }
    .container h2 {   
        padding: 0;
        font-size: 2rem;
        width: 50vw;        height: 30vh;}
   
     .text-box0 h2 {
        font-size: 1rem;
        width: 50vw;
        height: 30vh;
         }
    
     .text-box1 h2 { */  /*元気を*/
   /*      padding: 0;
        font-size: 1rem;
        line-height: 100%
         }

      .text-box1 p {   
         padding: 0;
        font-size: 1rem;
         }

     .container h3 {  
        font-size: 2rem;
         }
    .text-box2 h4 {  
        font-size: 2rem;
         }
     .text-box2 h3 { 
        font-size: 1rem;
         }

    .text-box5 h3 { 
        font-size: 1rem;
         }

    .media-info, .text-box3  h3 { 
        padding: 0;
        font-size: 1rem;
         }
    .text-box3  h3 { 
        padding: 0;
        font-size: 1rem;
        width: 100vw;
        height: 100vw;
         }    */

/*==================================================*/
section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 100px;
}

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

.main-title {
  font-size: 3rem;
  margin-bottom: 200px;
}

.main-title2 {
  font-size: 3rem;
  margin-bottom: 200px;
}


.content {
  position: relative;
  width: 768px;
  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: 400px;
  height: 300px;
  overflow: hidden;
  margin-bottom: 150px;
}

.content .image img {
  position: absolute;
  top: 100px;
  left: 80px;
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  z-index: 10;
}

.content .image2 {
  position: absolute;
  width: 300px;
  height: 200px;
  overflow: hidden;
}

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

.content .image3 {
  position: absolute;
  width: 450px;
  height: 400px;
  overflow: hidden;
  margin-bottom: 50px;

}

.content .image3 img {
  position: relative;
  top: 100px;
  left: 80px;
  width: 450px;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  z-index: 10;
}


.content .text-box {
  z-index: 20;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  padding: 10px;
  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: 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);
  padding: 10px;
  max-width: 250px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transform: translate(0px, 0px);
  margin-bottom: 80px;
}

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

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

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

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

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


/*#nav {
  list-style: none;
  overflow: hidden;
  margin-bottom: 15px;
 text-align: center;
}*/
 

 #nav {
  list-style: none;
  overflow: hidden;
  margin-bottom: 15px;
  display:flex;
  flex-flow: column;
  justify-content:space-between;
}



/*#nav li {
  width: 180px;
  text-align: center;
  background-color: rgba(175, 216, 64, 0);
  color:#28b5d8;
  float: left; 
  height: 20px;
  line-height: 20px;
  margin-right: 2px;
  font-size: 0.8rem;
  align-items: center;
}*/

#nav li {
  width: 180px;
  font-size: 0.8rem;
  text-align: center;
  background-color: rgba(175, 216, 64, 0);
  color:#28b5d8;
  float: left;
  height: 20px;
  line-height: 20px;
  margin-right: 2px;
  justify-content:space-between
  }


 
/*#nav li a {
  text-decoration: none;
  color: #fff;
  font-weight: "#";
  padding: 10px;
}*/

.text-box0 h2 {
  font-size: 1em;
  margin-bottom: 15px;
}

.text-box1 h2 {
  font-size: 18px;
  line-height: 120%;
}

.text-box1 p {          /*全員力!!!*/
  font-size: 25px;
  margin-bottom: 10px;
  text-align: center;
}

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

.content .text-box3 h3 {
  font-size: 2em;
  margin-bottom: 10px;
  margin-left: 20px;
  color: #fff;
}

.content .text-box3 p {
  font-size: 1em;
  margin-bottom: 10px;
  margin-left: 20px;
  color: #fff;
}

.text-box6 p {
  font-size: 1em;
  margin-bottom: 10px;
  margin-left: 20px;
  color: #037491;
}

.text-box6 li {
  font-size: 1em;
  margin-bottom: 10px;
  color: #037491;
}

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

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

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

.section-title3 {
  font-size: 2em;
  margin-bottom: 100px;
  color: #037491;
}

.info-title {
  font-size: 1.8em;
  margin-bottom: 0px;
  line-height: 105%;
}

.info-title3 {
  font-size: 2em;
  margin-bottom: 60px;
  z-index: 20;
  padding: 0px;
  color: #037491;
 }

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

 .ul{  text-align: center;}

.info {
  width: 400px;
  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;
  text-align: center;
}

.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: 230px;
  font-size: 15px;
  color: #28b5d8;
  font-weight:"#" ;
  text-align: center;

}

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

/*==========================================================-*/





}
