@font-face {
  font-family: 'LINESeedJP';
  src: url('fonts/LINESeedJP_TTF_Bd.ttf') format('truetype');
}/*ブログ用*/
@font-face {
  font-family: 'NotoSansJP';
  src: url('fonts/NotoSansJP-Regular.otf') format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
}
@font-face {
  font-family: 'SportsFOXSports';
  src: url('fonts/Sports FOX Sports UScore.otf') format('truetype');
}
@font-face {
  font-family: 'pacifico';
  src: url('fonts/Pacifico-Regular.ttf') format('truetype');
}

.logo_font, .stFont{
  font-family: 'SportsFOXSports';
}

html {
  scroll-behavior: smooth;marquee-speed:slow;
  overflow: scroll;
	overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}
/*#container{
  position: fixed;
  -webkit-overflow-scrolling:auto;overflow: auto;
}*/
body {
  margin: 0;
  font-family: 'Montserrat','NotoSansJP','LINESeedJP',-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
}
/*code {font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;}*/
/*初期化*/
ol,ul {padding: 0;}
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
*, *::after, *::before {box-sizing: border-box;}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
a {text-decoration: none;}
h1,h2,h3,h4,h5,img,p {
  margin: 0;
  padding: 0;
}
hr {
  border: none;
  height: 1px;
  background: #f1eded;
  margin: 0 auto;
  width: 100%;
}
h1,h2,h3,h4,h5,p {line-height: 1.6em;}
/***********/

img {
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
}

/*スクロール可視化*/
.scrollgress{
	z-index: 3;/*他のposition指定しているエリアより前に出すためz-indexの数字を大きく*/
	top:0px!important;/* fixedで設置しているheaderの高さよりも下にバーを出す*/
}
/*スクロールcolor*/
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-track {
	background: linear-gradient(#CEF6F5, #0B0B61);
   /*background: linear-gradient(pink,orchid);*/
}
body::-webkit-scrollbar-thumb {/*つまみ*/
  background: #F7FE2E;
  border-radius:10px;
}


@media screen and (max-width: 768px){
  .pc_dis{
    display:none;
  }
}
@media screen and (min-width: 768px){
	.mb_dis{
		display:none;
	}
}

header img{
  width:100%;
}



/*form 3 column layout*/
#top_header_box{
  display: flex;
  flex-wrap: wrap;
}
#header_title_box {
  flex: 1;
  background: linear-gradient(125deg, #00c1cf, #9014d8);
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-height: 300px;
}
#header_menu_box {
  flex: 1;
  background: #000;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-weight: bold;
  max-height: 300px;
}
#header_pr_box{
  flex: 1;
  background-color: #c08936;
  text-align: center;
  max-height: 300px;
}

/*header title column*/
#header_title{
  position: relative;
  z-index: 99999;
  display: inline-block;
  font-family: 'Pacifico', cursive;
  color:#551a8b;
  font-weight: 500;
  padding: 5px 20px 20px 20px;
  text-align: center;
  margin: 0 auto;
 /*background-color: #fff;*/
  font-size: 3vw;
  font-weight: bold;
  text-shadow: -1px -1px 4px #FFF, -1px 0 4px #FFF, -1px 1px 4px #FFF,
                  0 -1px 4px #FFF,                    0 1px 4px #FFF,
                1px -1px 4px #FFF,  1px 0 4px #FFF,  1px 1px 4px #FFF;
}
/*header menu column*/
#header_menu_box li{
  list-style:none;
  color: #9ed200;
  border-left:2px solid #fff; /*線の設定*/
  padding:0 20%;
}
#header_menu_box a{
  color: #9ed200;
}#header_menu_box a:hover{
  color: #628200;
}
/*header pr column*/
#header_pr_title{
  background-color: #0b70d4;
  color: #FFF;
}
#header_pr_img img{
  display: inline-block;
  width: auto;
  max-height: 280px;
}


#form_container{
  position: relative;
  z-index: 1000;
  text-align: center;
}
#contact_box{
  position: absolute;
  z-index: 1000000;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  top:130px;
}

#top_header{
  width: 100%;
  position:absolute;
  top:80px;z-index: 999999;
}
#popup_open:checked ~ .popup_content{
  visibility: visible;
  top:50vh;
  opacity : 1;
  transition: 1s;
}
#popup_open:checked ~ .overlay {
  display: block;
  width: 100%;
  height: 10%;
  position: fixed;
  top: 0;
  left: 0;
  transition: .3s;
  z-index: 9999;
}
label.popup_close_btn {
  position: absolute;
  top: -15px;
  right: -14px;
  background: #383c3c;
  color: aliceblue;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 50px;
  line-height: 1.6;
}
.popup_content{
  position: fixed;
  top: -100vw;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1500px;
  height: auto;
  background-color: rgba(199, 228, 255, 0.95);
  border: 5px solid #1b58b3;
  z-index: 99999;
  transition: 1s;
  padding: 1%;
}
@media (orientation: landscape){
  .popup_content{
      width: 50%;
  }
}
input#popup_open{display: none;}

#contact_layout {
  position: relative;
  border: 0vh solid #ddd;/*2重border: 3px double #ddd;*/
  padding: 0vh;
  top:-20px;
  font-size: 1vw;
  background: #282c34;
  color: #FFF;
  animation: rainbow_for_contact 50s linear infinite;
  z-index: 99999;
}
@media (max-width: 768px) {
  #top_header{
    width: 100vw;
  }
  #logo_font_top{
    position: absolute;
    left: 30px;
  }
  #contact_layout {
    font-size: 3vw;
  }
}
@keyframes rainbow_for_contact {
  0%,100%{
    border: 3px solid #0080FF;
  }
  20%{
    border: 3px solid #FE2E9A;
  }
  40%{
    border: 3px solid #FF8000;
 }
  60%{
    border: 3px solid #FFFF00;
  }
  80%{
    border: 3px solid #00FF00;
  }
}
label.popup_close_btn {
  position: absolute;
  top: -15px;
  right: -14px;
  background: #383c3c;
  color: aliceblue;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 50px;
  line-height: 1.6;
}
.batu::before, .batu::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 14px;
  left: 13px;
  width: 3px; /* 棒の幅（太さ） */
  height: 20px; /* 棒の高さ */
  background: #ffc3f9;
}
.batu::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.batu::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

/*mail form*/
#contact_inner_box{
  position: absolute;
}
form.mailform {
  text-align: center;
  max-width: 80%;
  margin: 30px auto;
}
form.mailform textarea {
  margin: 0 0 0px;
  font-size: 14px;
  line-height: 1.6em;
  border: none;
  padding: 1px;
  width: 100%;
  height: 20vh;
  border-radius: 5px;
  vertical-align: bottom;
  border: 1px solid #e5e4e4;
  background: #FFF7E9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Josefin Sans", "Kosugi", cursive;
}form.mailform {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
form.mailform #form_label{
  display:inline-block;
  width: 20px;
  white-space: nowrap;
}
form.mailform label{
  position: relative;
  margin-right: 20px;
}
form.mailform textarea:focus {
  outline: none;
  background: #FFF7E9;
}
form.mailform input {
  margin: 0 0 15px;
  font-size: 16px;
  border: none;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e5e4e4;
  background: #FFF7E9;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  font-family: "Josefin Sans", "Kosugi", cursive;
}
form.mailform input:focus {
  outline: none;
  background: #FFF7E9;
}
form.mailform input[type="submit"] {
  width: 100%;
  max-width: 200px;
  margin: 20px auto 20px;
  padding: 15px 20px;
  background: #FF731D;
  border: none;
}
form.mailform input[type="submit"]:focus, form.mailform input[type="submit"]:hover {
  background: #f1fc40;
  cursor: pointer;
}


/*scroll text*/
.loop_wrap {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100vw;
  height: auto;
  background-color: #f2f2f2;
  overflow: hidden;
}
.loop_wrap div {
  flex: 0 0 auto;
  padding:  0 0 0 0;
  font-size: 2.4rem;
  font-family: 'Josefin Slab', serif;
  white-space: nowrap;
  will-change: transform;
}
@media screen and ( min-width: 900px ) {
   .loop_css3 div {
     font-size: 4rem;
   }
 }
 .loop_wrap div:nth-child(odd) {
   -webkit-animation: loop 50s -25s linear infinite;
   animation: loop 50s -25s linear infinite;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   will-change: transform;
 }
 .loop_wrap div:nth-child(even) {
   -webkit-animation: loop2 50s  linear infinite;
   animation: loop2 50s linear infinite;
 }
 @-webkit-keyframes loop {
   0% {
     -webkit-transform: translateX(100%);
     -ms-transform: translateX(100%);
     transform: translateX(100%);
   }
   to {
     -webkit-transform: translateX(-100%);
     -ms-transform: translateX(-100%);
     transform: translateX(-100%);
   }
 }
 @keyframes loop {
   0% {
     -webkit-transform: translateX(100%);
     -ms-transform: translateX(100%);
     transform: translateX(100%);
   }
   to {
     -webkit-transform: translateX(-100%);
     -ms-transform: translateX(-100%);
     transform: translateX(-100%);
   }
 }

 @-webkit-keyframes loop2 {
   0% {
     -webkit-transform: translateX(0);
     -ms-transform: translateX(0);
     transform: translateX(0);
   }
   to {
     -webkit-transform: translateX(-200%);
     -ms-transform: translateX(-200%);
     transform: translateX(-200%);
   }
 }

 @keyframes loop2 {
   0% {
     -webkit-transform: translateX(0);
     -ms-transform: translateX(0);
     transform: translateX(0);
   }
   to {
     -webkit-transform: translateX(-200%);
     -ms-transform: translateX(-200%);
     transform: translateX(-200%);
   }
 }


/*main bg*/
#Header_under{
  position: relative;
}
#Header_under img {
  width: 100%;
  height: 1000px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px){
  #Header_under img {
    height: 370px;
  }
}

#Header_exp_box{
  position: absolute;
  top:80px;
  text-align: center;
  width: 100%;
  color:#000;
  /*background: linear-gradient(45deg, #006fcf, #f50489);*/
  /*-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  text-shadow: -1px -1px 4px #fff, -1px 0 4px #fff, -1px 1px 4px #fff,
                  0 -1px 4px #fff,                    0 1px 4px #fff,
                1px -1px 4px #fff,  1px 0 4px #fff,  1px 1px 4px #fff;
}

@media (-ms-high-contrast: none),(-ms-high-contrast: active) {
  #Header_exp_box {
    background: none;
    color: #006fcf;
  }
}
#Header_exp{
  font-size: 70px;
  font-weight:700;
}
#Header_exp_sub{
  font-size: 30px;
}

@media screen and (max-width: 768px){
  #Header_exp{
    font-size: 40px;
  }
  #Header_exp_sub{
    font-size: 20px;
  }
  #SlideCard{
      display: none;
  }
}



/*slide card*/
#SlideCard {
  position: absolute;
  top:220px;
  z-index: 10000;
  width: 100vw;
}
#slide_card {
  margin: 0 auto;
  width: 300px;
  height: 250px;
  position: relative;
  perspective: 1000px;
  top:150px;
}
.slide_card_carousel {
  height: 100%;
  width: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 0.7s;
}
#slide_card .item {
  display: block;
  position: absolute;
  background: #000;
  width: 300px;
  height: 220px;
  line-height: 200px;
  font-size: 5em;
  text-align: center;
  color: #FFF;
  border-radius: 10px;
  transition: transform 0.7s;
}
#slide_card .a {
  /*transform: translateX(800px) translateZ(0px) rotateY(0deg) scale(1, 1);*/
  transform: translateX(500px) translateZ(0px) rotateY(-290deg);
  background: #ed1c24;
}
#slide_card .b {
  /*transform: translateX(400px) translateZ(40px) rotateY(20deg) scale(1.1, 1.1);*/
  transform: translateX(280px) translateZ(300px) rotateY(-320deg);
  background: #0072bc;
}
#slide_card .c {
  /*transform: translateX(0px) translateZ(80px) rotateY(0deg) scale(1.2, 1.2);*/
  transform: translateX(0px) translateZ(400px) rotateY(0deg);
  background: #39b54a;
}
#slide_card .d {
  /*transform: translateX(-400px) translateZ(40px) rotateY(-20deg) scale(1.1, 1.1);*/
  transform: translateX(-280px) translateZ(300px) rotateY(-40deg);
  background: #f26522;
}
#slide_card .e {
  /*transform: translateX(-800px) translateZ(0px) rotateY(0deg) scale(1, 1);*/
  transform: translateX(-500px) translateZ(0px) rotateY(-70deg);
  background: #630460;
}
#slide_card .f {
  /*transform: translateX(-1200px) translateZ(0px) rotateY(0deg) scale(1, 1);*/
  transform: translateX(-400px) translateZ(-450px) rotateY(-130deg);
  background: #8c6239;
}
#slide_card .g {
  /*transform: translateX(1200px) translateZ(0px) rotateY(0deg) scale(1, 1);*/
  transform: translateX(400px) translateZ(-450px) rotateY(-220deg);
  background: #c6c918;
}
.slide_card_next_btn, .slide_card_prev_btn {
  position: absolute;
  color: #444;
  transition: .5s;
}

.slide_card_next_btn:hover {
   transform: translateX(5px);
 }
.slide_card_prev_btn:hover {
  transform: translateX(-5px);
}
.slide_card_next_btn:active{
  transition: .01s;
  transform: translateX(0px);
  box-shadow: 0 1px 0 #999;
}
.slide_card_prev_btn:active {
  transition: .01s;
  transform: translateX(0px);
  box-shadow: 0 1px 0 #999;
}

/*pagenation*/
.pagination{
  position: relative;
  top:220px;
  text-align: center;
}
.pagination__item {
  display: inline-block;
  margin: 0 10px;
}
.pagination__link {
  position: relative;
  text-indent: -99em;
  overflow: hiddin;
  display: block;
  width: 30px;
  height: 30px;
}
.pagination__link:before, .pagination__link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #ecf0f1;
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.pagination__link:before {
  background: #ecf0f1;
  transform: scale(0.2);
}
.pagination__link:hover:after {
  transform: scale(1.1);
}
.pagination__link.is_active:before {
  transform: scale(0.5);
}
.pagination__link.is_active:after {
  transform: scale(0.2);
}
#slide_card_prev_btn_in{
  position: relative;
  padding-left: 30px;
}
#slide_card_prev_btn_in::before { /* 三角形の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: -30px;
  bottom: 0;
  left: -35px; /* 要素の左からの距離 */
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 20px solid #4682b4;
}
#slide_card_next_btn_in{
  position: relative;
  padding-left: 30px;
}
#slide_card_next_btn_in::before { /* 三角形の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: -30px;
  bottom: 0;
  left: 5px; /* 要素の左からの距離 */
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #4682b4;
}




/*bg*/
@keyframes animate {
  0%{
    transform: translateY(-10px) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100%{
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 50%;
  }
}

.background {
  position: relative;
  width: 100vw;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0 10px;
  background: #2c4a9f;
  color: #fff;
  overflow: hidden;
  /*z-index: -1;*/
}
.background li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 45s linear infinite;
}
.background li:nth-child(0) {
  left: 71%;
  width: 112px;
  height: 112px;
  bottom: -112px;
}
.background li:nth-child(1) {
  left: 42%;
  width: 44px;
  height: 44px;
  bottom: -44px;
  animation-delay: 1s;
}
.background li:nth-child(2) {
  left: 39%;
  width: 30px;
  height: 30px;
  bottom: -30px;
  animation-delay: 6s;
}
.background li:nth-child(3) {
  left: 68%;
  width: 92px;
  height: 92px;
  bottom: -92px;
  animation-delay: 11s;
}
.background li:nth-child(4) {
  left: 69%;
  width: 141px;
  height: 141px;
  bottom: -141px;
  animation-delay: 16s;
}
.background li:nth-child(5) {
  left: 14%;
  width: 49px;
  height: 49px;
  bottom: -49px;
  animation-delay: 20s;
}
.background li:nth-child(6) {
  left: 43%;
  width: 152px;
  height: 152px;
  bottom: -152px;
  animation-delay: 22s;
}
.background li:nth-child(7) {
  left: 70%;
  width: 129px;
  height: 129px;
  bottom: -129px;
  animation-delay: 32s;
}


/*main*/
#Main .logo_font {
  position: relative;
  margin: 30px 0 0 0;
  font-weight: 400;
  font-size: 3em;
  text-align: center;
}
#Main .logo_font:after {
  content: '';
  display: block;
  width: 72px;
  height: 4px;
  margin: 10px auto 40px;
  animation: logo_font_change-color-anim 50s linear infinite;
}
@keyframes logo_font_under_change-color-anim {
  0%,100%{
    border: 2px solid #0080FF;
  }
  20%{
    border: 2px solid #FE2E9A;
  }
  40%{
    border: 2px solid #FF8000;
 }
  60%{
    border: 2px solid #FFFF00;
  }
  80%{
    border: 2px solid #00FF00;
  }
}

@keyframes logo_font_change-color-anim {
  0%,100%{
    background-color: #0080FF;
  }
  20%{
    background-color: #FE2E9A;
  }
  40%{
    background-color: #FF8000;
 }
  60%{
    background-color: #FFFF00;
  }
  80%{
    background-color: #00FF00;
  }
}



/*footer*/
.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

footer {
  width: 100vw;
  padding: 10px 20vw;
  font-size: 15px;
  color: #ffffff;
  background: #000000;
}
footer a {
  color: #ffcece;
}
footer ul {
  padding: 0;
  list-style: none;
}
.footer__navi-heading {
  font-weight: 600;
}

.footer_logo {
  display: inline-block;
  margin-bottom: 2rem;
  font-size: 30px;
  text-align: left;
}
#footer_logo_sub{
  font-size: 14px;
}
#footer_colum{
  font-size: 20px;
}
.footer__navi li {
  margin-bottom: 0.75rem;
}
.footer__navi, .footer__navi-heading{
  text-align: center;
}

.footer__social a {
  display: inline-block;
  width: 24px;
  opacity: 0.7;
}

.footer__social a:not(:last-child) {
  margin-right: 16px;
}
Footer li {
  border-left: 0.4px solid rgb(237, 237, 237);
}
@media (min-width: 768px) {
  .md-flex {
    display: flex;
  }

  .md-justify-between {
    justify-content: space-between;
  }

  .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  footer {
    padding: 10px 2vw;
  }
}
#footer_top{
  position: relative;
  width: 100%;
  background-color:#000000;
  color: #fff;
  font-size: 12px;
}
#footer_top:before{
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 15px 0 1px;
  border-top: 4px solid #ffffff;
  border-left: 4px solid #ffffff;
  transform: rotate(45deg);
}

.or_btn{
  top:0px;
  right: 20px;
  border-radius: 50px;
  background-color: #FF5389;
  color:#fff;
  margin:10px 0;
}
#Main a{
  color:#f7fe2e;
}
#more_pro{
  width: 100%;
  text-align: center;
  z-index: 99999;
}
#more_pro a:hover{
  filter: brightness(80%)opacity(80%);
  transform: scale(0.9,0.9);
  transition-duration: 0.5s;
}
#more_pro button{
  width: 100%;
}


/*main*/
#Main{
  text-align: left;
}

#mission {
  padding: 40px;
}

#mission_block {
  color: white;
  display: flex;
  border: 1px solid #e5e4e4;
  background-color: #2c4a9f;
  border-radius: 20px;
}

#mission p {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}

#mission .split {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#mission .split:nth-child(1) {
  flex: 1;
  background-color: #ffae00;
  position: relative;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}

#mission .split:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: #ffae00;
  transform: rotate(45deg);
  top: -40px;
  left: -40px;
  z-index: -1;
}

#mission .split:nth-child(2) {
  flex: 2;
  border-radius: 0 20px 20px 0;
  padding: 40px 60px;
  position: relative;
  z-index: 1;
}

#mission .logo_font:after {
  margin: 0 auto;
}

@media screen and (max-width: 768px){
  #mission {
    padding: 10px;
  }
  #mission_block {
    display: block;
  }
  #SlideCard {
    display: none;
  }
  #mission p {
    font-size: 18px;
  }
  #mission .split:nth-child(1) {
    border-radius: 20px 20px 0 0;
  }
  #mission .split:nth-child(2) {
    padding: 40px 20px;
  }
  #mission .split {
    padding: 20px;
  }
}

.logo_font {
  font-size: 40px;
  margin-bottom: 40px;
  color: #fff;
}

.split .logo_font{
  color: #2c4a9f;
}

.icon {
  font-size: 36px;
  margin-bottom: 10px;
}

/*image list block*/
.box {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 20px;
  display: none;
}
#image_list_block{
  border-top: 20px solid #c6c918;
  background-color: #000;
}
#about_block{
  border: 1px solid #ccc;
  border-top: 20px solid #ffffff;
  padding: 20px;
  margin: 20px;
}

.box.visible {
  display: block;
}

.image-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.image-item {
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s;
}

.image-item:hover {
  transform: scale(1.05);
}

.image-info {
  position: absolute;
  color:#000;
  width: 100%;
  top: 0;
  left:0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  display: none;
}

.image-item:hover .image-info {
  display: block;
}

.pagination {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.pagination button {
  padding: 5px 10px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.pagination button.active {
  background-color: #ccc;
}
@media screen and (max-width: 799px){
  .box {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0;
  }
  #mission {
    padding: 40px 20px;
  }
  #about_block{
    margin: 40px 20px;
  }
}
