@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: none;
font-style: normal;

zoom: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
table {
border-collapse: collapse;
font-family: inherit;
}
h1,h2,h3,h4,h5, {
font-size: 100%;
font-weight: bold;
line-height: 1;

}
input,textarea,select {
font-family: inherit;
font-size: 16px;
}
input[type="button"],input[type="text"],input[type="submit"] {
 -webkit-appearance: none;
 border-radius: 0;
}
textarea {
resize: none;
-webkit-appearance: none;
border-radius: 0;
}
th,td {
border-collapse: collapse;
}
table th,table td {
white-space: nowrap;
}
ul,ol {
list-style-type: none;

}
img {
vertical-align: text-bottom;
vertical-align: -webkit-baseline-middle;
max-width: 100%;
height: auto;
width /***/:auto;
}


h1{
  font-family: sans-serif;
  font-size:140px;

}


h2{
  font-family: sans-serif;
  text-decoration: none;
}

h3{
  font-family: sans-serif;
  text-decoration: none;
}

h4{
  font-family: sans-serif;
  text-decoration: none;
}

p{
  font-family: sans-serif;
  text-decoration: none;

}

body {font-family: ‘Quicksand’, ‘ヒラギノ角ゴシック’, ‘メイリオ’ ,sans-serif;}

li,ul {
  list-style: none;
}

html, body{
  max-width: 100vw;
  text-align: center;
  margin:0 auto;
  font:normal 75% Arial, Helvetica, sans-serif; } canvas{ display: block; vertical-align: bottom; } /* ---- particles.js container ---- */ #particles-js{ position:absolute; width: 100%; height: 100vh; background-color: #122a05; background-image: url(""); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } /* ---- stats.js ---- */ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px;
  }
  /*background: linear-gradient(227deg, #ffffff, #1d00ff, #837a00, #ffffff, #211106);
  background-size: 1000% 1000%;

  -webkit-animation: an3 14s ease infinite;
  -moz-animation: an3 14s ease infinite;
  animation: an3 14s ease infinite;

}

@-webkit-keyframes an3 {
  0%{background-position:0% 63%}
  50%{background-position:100% 38%}
  100%{background-position:0% 63%}
}
@-moz-keyframes an3 {
  0%{background-position:0% 63%}
  50%{background-position:100% 38%}
  100%{background-position:0% 63%}
}
@keyframes an3 {
  0%{background-position:0% 63%}
  50%{background-position:100% 38%}
  100%{background-position:0% 63%}
}
*/


header{
  background: linear-gradient(333deg, rgba(6,27,107,1) 0%, rgba(0,0,0,0.6937149859943977) 52%, rgba(16,43,9,1) 100%);
clip-path: polygon(0 0, 100% 0%, 100% 70%, 90% 100%, 0 100%);
box-shadow: rgba(0, 0, 0, 0.16) 0px 12px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}





/*------------------
これより下はreset外--*/

/*--------nav-------*/


.gnavi{
    display: flex;
    flex-wrap: wrap;/*スマホ表示折り返し用なのでPCのみなら不要*/
    margin:0 0 3rem 0;
    list-style: none;
}

.gnavi li a{
    display: block;
    padding:10px 30px;
    text-decoration: none;
    color: #333;
}

.gnavi li{
    margin-bottom:20px;
}

/*==================================================
　5-3-5 左から右に背景が伸びる
===================================*/

/*背景の設定*/

.gnavi li a{
    /*背景色の基点とするためrelativeを指定*/
	position: relative;
font-family: 'Shippori Mincho B1', serif;
font-size: 1.1rem;
color: rgb(255, 255, 255)
}

.gnavi li a::after {
	content: '';
    /*絶対配置で線の位置を決める*/
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
    /*背景の形状*/
	width: 0;
	height:100%;
	background:#0481A2;
    /*アニメーションの指定*/
	transition:all .5s;
	opacity: 0;/*はじめは透過0*/

}

/*現在地とhoverの設定*/
.gnavi li.current a::after,
.gnavi li a:hover::after {
    /*背景の形状*/
	width: 100%;/*横幅を伸ばす*/
	opacity: 1;/*不透明に*/
}

.gnavi li.current a,
.gnavi li a:hover{
  	color: #fff;
}

.logo1{
  width: 13%;
  filter: drop-shadow(1px 1px 5px rgb(255, 255, 255));

}

.flex-container1 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
  padding:1%;
}



/*--------nav-------*/


/*------------@fontはここから選べ

font-family: 'Dancing Script', cursive;
font-family: 'Fredericka the Great', cursive;
font-family: 'Genos', sans-serif;
font-family: 'Hina Mincho', serif;
font-family: 'Kiwi Maru', serif;
font-family: 'M PLUS 1', sans-serif;
font-family: 'M PLUS 1 Code', sans-serif;
font-family: 'Niconne', cursive;
font-family: 'Noto Serif JP', serif;
font-family: 'Outfit', sans-serif;
font-family: 'Passions Conflict', cursive;
font-family: 'Poppins', sans-serif;
font-family: 'Prompt', sans-serif;
font-family: 'Puppies Play', cursive;
font-family: 'Shippori Mincho B1', serif;
font-family: 'Zen Kurenaido', sans-serif;
font-family: 'Zen Maru Gothic', sans-serif;
                                                  -----*/







#sec1{
  width: 100vw;
  margin: 0rem;
  height: 800px;;
  /*
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

background-image: url(images/XL11.jpg);
background-position: cover;
position: relative;
box-sizing: content-box;
  clip-path: polygon(0% 0%, 90% 7%, 100% 100%, 0% 100%, 0% 85%);

*/


}

.secdiv1{
  width: 75vw;
text-align: justify;

position: absolute;
top:30%;
left: 11%;


}


.gra1{
font-family: 'Shippori Mincho B1', serif;
  font-size: 2.6rem;
  background: linear-gradient(to right, #ffffff, #ffffff, #b25cff);
 -webkit-background-clip: text;
 -webkit-text-fill-color: rgba(255, 255, 255, 0);
 color: #333;

}

.flex-container21 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
  width: 90vw;
height: 500px;
color: rgb(0, 0, 0);

}

.news-eria{
display: block;
position: absolute;
top:50%;
left: 11%;
color: rgb(255, 255, 255);
font-size: 2rem;
padding: 1rem;
border: solid 1px;
width: 560px;
height: 360px;
}
.news-eria p{
font-family: 'Prompt', sans-serif;
font-weight: 700;
}

.notice{
  display: block;

  position: absolute;
  top:50%;
  left: 60%;
  color: rgb(255, 255, 255);
  font-size: 2rem;
  padding: 1rem;
  border-left: solid 3px;
}
.notice p{
font-family: 'Prompt', sans-serif;
font-weight: 700;
}


#sec2{
  width: 100vw;
  position: relative;




}

.flex-container22 {
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: flex-start;
	align-items: flex-start;




}

.c1-1{

width: 90%;
height: 100%;
background-color: rgb(255, 255, 255);
box-shadow: 1px 6px 28px -17px #777777;
border-radius: 10px;

}

.andr{
  display: block;
  padding: 3%;
  text-align: left;

}
.andr p {
  font-size: 2.2rem;
  font-family: 'Shippori Mincho B1', serif;
  padding: 1%;
  color: rgb(6, 41, 107);
  border-bottom: solid 1px;


}



.c1-2{
  width: 100%;
  padding: 1%;
}
.c1-3{
  width: 100rem;
  padding: 1%;
}

.flex-container23 {
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	align-content: stretch;

 padding: 3%;
}


.flex-container23 h1{
  font-size: 3rem;
    font-family: 'Shippori Mincho B1', serif;
}


.spp1{
  font-size: 2rem;
    font-family: 'Shippori Mincho B1', serif;
}
