@charset "UTF-8";

/* reset
---------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;	
}
address, caption, cite, code, dfn, em, strong, th, var {
  box-sizing: border-box;
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
q:before, q:after {
  mainContent: "";
}
object, embed {
  vertical-align: top;
}
hr, legend {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
img, abbr, acronym, fieldset {
  border: 0;
}
li {
  list-style-type: none;
}
html {
  font-family: sans-serif;
  font-size: 10px;
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;	
  scroll-behavior: smooth;
}
body {
  color: #333;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
/* !Defaults
---------------------------------------------------------- */
body {
  background-color: #fff;
  color: #333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  width: 100%;
	margin: 0;
	padding: 0;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.pcview {
  display: block;
}
.spview {
	display: none;
}
a {
  color: #004485;
  text-decoration: none;
}

.MB-10{margin-bottom: 10px;}
.MB-20{margin-bottom: 20px;}
.MB-30{margin-bottom: 30px;}


@media only screen and (max-width:860px) {
  .pcview {
    display: none !important;
  }
  .spview {
    display: block !important;
  }

}

/*  header
-----------------------------------------------*/
.inner02 {
	max-width: 1050px;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
.header-inner {
	max-width: 1050px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 3em 0;
}
.header-tit{
	max-width:650px;
	margin: 3em auto 0;
}
.header-inner h1 p{
	font-size: 55px;
	font-weight:bold;
	font-feature-settings: "palt";
	line-height: 1.2em;	
}
@media only screen and (max-width: 768px) {
.header-inner {
	padding-top: 120px;
	}
	
}

/* header02
-----------------------------------------------*/
.header02{
  margin: 0 auto;
  padding: 12px 0 0;	
  width: 100%;
  background-color: #FFFFFF;
  z-index: 1;	
}

.header-logo{
	width: 340px;
	margin: 0 0 5px 10px;
}
.header-logo a:hover{
	transition:0.3s;
	 opacity: 0.7;
}

@media only screen and (max-width: 768px) {
.header02{
    border-bottom: 1px solid #cccccc;
    height:60px;
    position: fixed;
    z-index: 10;	
}
.header-logo{
	width: 280px;
	padding: 3px 0 0 0 ;
}
}
@media only screen and (max-width: 425px) {
.header-logo{
	width:230px;
	padding: 7px 0 0 0 ;
}
}
/*  pr02
-----------------------------------------------*/
.pr02{
	border: 1px solid #333333;
	padding: 0 5px; 
	background-color: #ffffff;
	display: inline-block; 
	font-size: 1.3rem;
	
	position: absolute;
	right:1em;
	top:1em;
}
@media only screen and (max-width: 1050px) {
.pr02{
	right:6em;
	top:1em;
}		
}


/* NAVI
-----------------------------------------------*/

.g-nav-area {
	width:100%;
}

.g-nav-openbtn {
  display: none;
}

.g-nav-border{
	max-width: 1062px;
	margin:0 auto;
    position: relative;
    padding: 6px;
    background: rgb(99,196,228);
    background: linear-gradient(90deg, rgba(99,196,228,1) 0%, rgba(210,102,162,1) 50%, rgba(242,194,83,1) 100%);
    border-radius:41px;	
	box-shadow: 0 0 0px 1px rgba(256,256,256,0.7);
}

#g-navi {
align-items: center;
background-color: rgba(255,255,255,0.90);
max-width: 1060px;
border-radius:35px;
margin: 0 auto;
display: flex;
font-size: 1.5rem;
font-weight: bold;
justify-content: center;
list-style: none;
}

#g-navi > li {
  border-right: 1px solid #cccccc;
  box-sizing: border-box;
  position: relative;
  /*width: 16.666%;*//*メニュー6分割の場合180px*/
  width: 20%;/*メニュー5分割の場合212px*/
	margin: 10px 0;
}

#g-navi li:last-child{
	border-right: none;
}

.nav01c li a {
  align-items: center;
  color: #000;
  display: flex;
  font-weight: bold;
  height: 32px;
  justify-content: center;
  line-height: 1.2;
  position: relative;
  text-align: center;
  text-decoration: none;
  padding: 5px 0 3px;
}	

.kerning{
	letter-spacing: -0.15em;
}

#g-navi li.has-child ul {
  box-sizing: border-box;
  color: #000;
  opacity: 0;
  position: absolute;
  /*top: 60px;*/	
  top: 56px;
  visibility: hidden;
width: 180px;/*メニュー6分割の場合180px;*/
/*width:212px;*//*メニュー5分割の場合212px*/	
  z-index: 4;
  transition: all 0.3s; 
background-color: rgba(230,230,230,0.90);	
}
#g-navi li.has-child i{
	margin-left: 10px;
	margin-bottom: 8px;
	
}
.icon-arrow-bottom {
	display: inline-block;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 3px 3px 0 0;
	border-color:#666;
	transform: rotate(135deg);
}

#g-navi li.has-child:hover > ul,
#g-navi li.has-child ul li:hover > ul,
#g-navi li.has-child:active > ul,
#g-navi li.has-child ul li:active > ul {
  opacity: 1;
  visibility: visible;
}

#g-navi li.has-child ul li {
  border-right: none;
	margin: 0;	
}

#g-navi li.has-child ul li{
  border-bottom: 1px solid #ccc;
  border-left: none;
}
#g-navi li.has-child ul li:hover{
  background-color: rgba(240,240,240,0.50);	
}

#g-navi li a:hover {
  opacity: .7;
}


/*  header（OLD,あとで削除）
-----------------------------------------------*/
.page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header {
  margin: 0 auto 0;
 padding: 1em 0 0;	
  width: 100%;
  z-index: 1;	
}
.header .inner {
	max-width: 1050px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 3em 0;
}

.pr{
	border: 1px solid #333333;
	padding: 0 5px; 
	background-color: #ffffff;
	display: inline-block; 
	font-size: 1.3rem;
	margin: 1em 1em 0 0;
	
	position: absolute;
	right:0;
	top:0;
}

.header-tit{
	max-width:650px;
	margin: 3em auto 0;
}

.header h1 p{
	font-size: 55px;
	font-weight:bold;
	font-feature-settings: "palt";
	line-height: 1.2em;	
}
/*  /header
-----------------------------------------------*/


/*  お知らせ
-----------------------------------------------*/
.container.bg-color-white {
  background: #ffffff;
}

.news .release {
  margin: 0 auto 30px;
  max-width: 1000px;
	padding: 1em;
}

.news .release .inner {
	height: 250px;
	overflow-y: scroll;
	padding: 10px;	
}

.news .release .inner ul li a {
	color: #ffffff;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5;
  text-decoration: none;
	margin-bottom: 0.5em;
	padding:1em ;
	background-color:rgba(0,0,0,0.20);
	width: 97%;
}

.news .release .inner ul li a:hover {
background-color:rgba(0,0,0,0.30);
}

.news .release .inner ul li a ul {
  display: flex;
  justify-content: flex-start;
}
.news .release .inner ul li a ul li.date {
	font-weight: bold;
	border-right: 1px solid #fff;
	padding-right: 2em;
	
}
.news .release .inner ul li a ul li.text {
  margin-left: 30px;
}

.news .release .inner::-webkit-scrollbar {
  -webkit-appearance: none;
	width: 8px;
}

.news .release .inner::-webkit-scrollbar-track {
  background:#E1E1E1;
	border-radius: 5px;
}

.news .release .inner::-webkit-scrollbar-thumb {
background-color: rgba(60,60,60,0.80);	
  border-radius: 5px;
  box-shadow: none;
}

/*  TOPページ　その他
-----------------------------------------------*/

.page p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.heading01{
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}

.heading01 span.font-small {
  font-size: 1.6rem;
}
.fc-white{
	color: #ffffff;
}

.heading02{
    font-size:2.5em; 
    font-weight:bold;
    line-height: 1.3em;
    margin-bottom: 40px;
    text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}



/*  ○○とは？
-----------------------------------------------*/
.container {
  background-image: url("bg.jpg");
  background-size:cover;
  padding-bottom: 2%;
  padding-top: 50px;
border-bottom: 1px solid rgba(255,255,255,0.5);
}
.container.bg-color {
  background: #eee;
}

.maincontents {
  margin: 0 auto;
	padding: 0 3%;
}
.overview {
background-color:rgba(255,255,255,1.00);	
  border-radius: 10px;
  margin: 0 auto 50px;
  max-width: 1100px;
  overflow: hidden;
  padding: 50px 50px 40px;
}
.lead p {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.7;
	text-align:left;
	margin-bottom:1em!important;
	max-width:880px;
	margin: 0 auto;
}
.lead p.lead-tit{
	font-size: 2.5rem;
	color:#3852AE;
	margin: 0 auto;
	text-align: center;	
}

/*  セミナー情報
-----------------------------------------------*/
.seminar{
	color: #fff;
	max-width:1000px;
	margin: 0 auto;
	text-align: center;	
}
.seminar .title01{
	color:#fff; 
	font-size:2.5em; 
	font-weight:bold;
	line-height: 1.3em;

}
table.t_01{
	width:100%;
	margin: 2em 0 ;
	text-align: left;
}
table.t_01 tr:nth-child(odd){
	background-color: rgba(0,0,0,0.18);
}
table.t_01 th{
	width:15%;
	border-right:1px solid #fff;
}
table.t_01 td,th{
	padding: 1em;
}
.seminar-btn{		
	max-width: 500px;
	margin: 3em auto 2em;
}
.seminar-btn a.border02 {
	display: block;
	padding:  1em;
	border: solid 6px #fff;
	border-radius: 3em;
	background: linear-gradient(90deg,#63c4e4,#d467a1,#f1c155);
	color: #fff;
	font-size: 2.0rem;
	line-height: 1.2em;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
.seminar-btn a.border02:hover{
	opacity: .8;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
@media screen and (max-width: 767px){
.seminar-btn a.border02{
		border: solid 4px #fff;
		font-size: 1.6rem;
	}
}


/*
協賛企業一覧
-----------------------------*/

.partner {
  padding:50px 2% 2%;
  max-width: 1200px;
	margin: 0 auto;
}

.overview2 {
 background-color: #fff;
  margin: 0 auto 50px;
  overflow: hidden;
}

.partner ul {
  align-items: flex-end;
  display: flex;
  justify-content: space-around;
 flex-wrap:wrap;	
  margin: 0 auto;
	width:100%;
  list-style-type: none;
}

.partner ul li {
	width: 23%;
	margin: 0 0 2em;
}
.partner ul li a { 
	display: block; 
}

.partner ul li a .link:hover {
  opacity: .7;
}

.sponsorship-tit {
	background-color: #eeeeee;
	width: 100%;
	margin: 3em auto 1em;
	font-size: 2rem;
	padding: 5px;
	text-align: center;
}



/*
お問い合わせ
--------------------------------------*/

.inquiry {
  background-image: url("bg.jpg");
  background-size:cover;
  background-position: center;	
  color: #fff;
}
.inquiry-box {
  margin: 0 auto;
  max-width: 880px;
  padding: 60px 0;
  text-align: center;
}
.inquiry-box .text03 {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 25px;
}
.inquiry-box p {
  line-height: 1.75;
}
.inquiry-box p a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.inquiry-box p a:hover {
  opacity: .8;
}
.inquiry-box .btn{
  background: #fff;
  border-radius: 33px;
  margin: 40px auto 0;
  max-width: 390px;
border: 5px solid #f9933f;	
}

.inquiry-box .btn a {
	color: #333;
  display: block;
  font-size: 2.0rem;
  font-weight: bold;
  height: 100%;
  padding: 15px 0;
  width: 100%;
}
.inquiry-box .btn a:before {
  content: "▶";
	color: #333;
  display: inline-block;
	margin: 0 20px 0 0;
  vertical-align: top;
	 transform: scale(0.8, 1.3);
}

.inquiry-box .btn a:hover {
  opacity: .7;
	transition : 1s;
}




/*
TOPへ戻るボタン
-------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}
#page-top a {
  transition: all .3s ease;
}
#page-top a:hover {
  opacity: .5;
}

/* footer
----------------------------------------*/
.footer{
	background-color: #fff;
	border-top:2px solid #cccccc;
}
.footer-pr{
	font-size: 12px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px 10px 0 10px;
}
div.localFooter{
	padding: 20px;
	background: #fff;
	text-align: left;
	line-height: 1.6;
}


/*-----------------------------
SP
-----------------------------*/
@media only screen and (max-width: 1000px) {
#g-navi {
max-width: 100%;
font-size: 1.5rem;
}
}

@media only screen and (max-width: 940px) {
#g-navi {
font-size: 1.3rem;
}	
	
}

@media only screen and (max-width: 768px) {
.g-nav-openbtn {
background: #000000;	
cursor: pointer;
display: block;
height: 50px;
position: fixed;
right: 10px;
top: 10px;
width: 50px;
z-index: 9999;
}

.g-nav-openbtn .openbtn-area {
transition: all .6s;
}
	
.g-nav-border{	
width:0;
padding: 0;
background:none;
border-radius:0;
box-shadow:none;
}	

#g-nav {
background: rgba(0,0,0,.8);
height: 100vh;
position: fixed;
right: -120%;
top: 0;
transition: all .6s;
width: 100%;
z-index: 999;
}

#g-navi {
border: none;
display: block;
margin-top: 100px;
border-radius: 0;
max-width: 1150px;
padding: 0;
background-color: rgba(255,255,255,1);
}

#g-navi>li {
border-right: none;
width: 100%;
border-bottom: 1px solid #cccccc;

padding: 7px 0;
margin: 0;
}	

#g-navi li.has-child>a{
padding-bottom: 10px; 
border-bottom: 1px solid #cccccc;
}
	
#g-navi>li.has-child{
padding-bottom: 0;
}

#g-navi li.has-child ul li{
background-color: #F2F2F2;
width: 100%;	
}

#g-navi li.has-child ul li:last-of-type {
border-bottom: none;
}

.g-nav-openbtn span {
background: #fff;
border-radius: 2px;
display: inline-block;
height: 3px;
left: 14px;
position: absolute;
transition: all .6s;
width: 45%;
}

.g-nav-openbtn span:nth-of-type(1) {
top: 15px;
}

.g-nav-openbtn span:nth-of-type(2) {
top: 23px;
}

.g-nav-openbtn span:nth-of-type(3) {
top: 31px;
}

#g-nav.panelactive {
right: 0;
}

.g-nav-openbtn.active span:nth-of-type(1) {
left: 18px;
top: 18px;
transform: translateY(6px) rotate(-135deg);
width: 30%;
}

.g-nav-openbtn.active span:nth-of-type(2) {
opacity: 0;
}

.g-nav-openbtn.active span:nth-of-type(3) {
left: 18px;
top: 30px;
transform: translateY(-6px) rotate(135deg);
width: 30%;
}

#g-nav ul li.has-child ul {
display: block;
left: 0;
opacity: 1;
position: relative;
top: 0;
transform: none;
transition: none;
visibility: visible;
width: 100%;
}

.header {
	padding: 0;	
}
.header-inner {
	width: 98%;
}
.pr{
	top:12%;
	right:0;
}
.sponsorship-tit {
width: 100%;
}
.inquiry-box {
    width: 90%;
	padding: 3em 1.5em;
}	
}

@media only screen and (max-width: 900px) {
.partner {
  padding:2em 2%;
}	
.partner ul li {
	width: 40%;
}

}


@media only screen and (max-width: 768px) {
.header-tit{
	width:80%;
	height:auto;
}
.header h1 p{/*OLD*/
	font-size: 3em;	
}

.header-inner h1 p{
	font-size: 3em;	
}
.header-image{
	width:60%;
}
.news{
	padding: 0 4%;	
} 
.news .release .inner {
	padding: 0.5em 0;	
}	
.news .release .inner ul li a ul {
  display:block;
}	

.news .release .inner ul li a {
  font-size: 1.4rem;
  line-height: 1.4;
    padding: 0.5em;
    width: 96%;
	overflow: hidden;
	margin: 0;
}
.news .release .inner ul li a ul li.date {
  width: 100%;
    margin-bottom: 0.5em;
	border:none;
}
.news .release .inner ul li a ul li.text {
  width: 100%;
  margin: 0;
}
.container {
  padding-top: 6%;
}
.heading01 {
  font-size: 2.7rem;
  line-height: 1.2;
  margin-bottom: 30px;
}
.heading02{
font-size: 3.0rem;
line-height: 1.3em;
}
	
.lead p.lead-tit{
	font-size: 2.1rem;
}		

.lead p {
	font-size: 1.8rem;
}	
.seminar{
	padding: 0 3%;
}
.seminar .title01{
font-size: 2.7rem;
line-height: 1.3em;
}
table.t_01{
	font-size: 0.9em;
}
table.t_01 th{
	width:20%;
}

}


@media only screen and (max-width: 640px) {
.header h1 p{/*OLD*/
	font-size: 2.5em;
	margin: 10px 0 0;
}	
.header-inner h1 p{
	font-size: 2.5em;
	margin: 10px 0 0;
}
.header-tit{
	margin: 1.5em auto 0;
}
.news .release {
	padding: 0;
}	
.overview {
padding: 20px 6%;	
}
.lead p {
    font-size: 1.5rem;
}	
.overview2 {
padding: 20px 6%;	
}

}

@media only screen and (max-width: 500px) {
.partner ul li {
	width: 80%;
}

}


@media only screen and (max-width: 426px) {
	
.pr{/*OLD*/
	font-size: 0.7em;
	top:3%;
	right:14%;
}
.header-inner h1 p{
	font-size: 2.1em;
	/*margin: 1em 0 0;*/
	margin:  0;
}	
.news .release .inner {
	height: 150px;
	padding: 5px;
}
.news .release .inner ul li a {
  font-size: 0.9em;
  padding:0.5em ;	
}

.news .release .inner ul li a ul li.text {
  margin-left:0;
  width: 100%;
}
.heading01, 
.heading02  {
    font-size: 2.5rem;
	margin-bottom: 20px;	
  }	
.lead p.lead-tit{
	font-size: 2rem;
}
table.t_01{
	font-size: 0.8em;
}
table.t_01 th{
	width:25%;
}	
.overview2 {
  margin: 0;
}
.partner ul li {
	width: 70%;
}
.sponsorship-tit {
	margin: 1.5em auto;
	font-size: 1.8rem;
}
.inquiry-box{
	width: 90%;
}
.inquiry-box .text03 {
font-size: 1.7rem;	
}	
.inquiry-box p { 
	text-align: left;
	font-size: 1.4rem;
}
.inquiry-box .btn {
  width: 80%;
    padding:0;
}
.inquiry-box .btn a {
  font-size: 1.5rem;
}
.inquiry-box .btn a::before {
  margin: 0px 10px 0 0;
}	
}

