@charset "utf-8";
/* CSS Document */

/* body ----------------------------------------------------------- */

body {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-family: sans-serif;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  background: linear-gradient(180deg,#054a97,#2096d5,#fff 20%);
  color: #333;
}

html{ scroll-behavior: smooth;}

p, h1, h2, h3, h4, h5, h6 { margin: 0;}
h1, h2, h3, h4, h5, h6{ font-weight: bold;}

ul { margin: 0; padding: 0;}

a {
  color: #054a97;
  text-decoration: none;
}
a:hover { text-decoration: underline; color: #2096d5;}
a img:hover { filter: contrast(120%) drop-shadow(0 0 10px #fff);}

img { vertical-align: middle; border: 1px solid #fff;}

.bold{ font-weight: bold;}
.red{ color: #DC0509;}
.center{ text-align: center;}

.pc{ display: initial;}
.sp{ display: none;}

/* body end ----------------------------------------------------------- */

/* base ----------------------------------------------------------- */

/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%; /*rem算出をしやすくするために*/
}

/* base end ----------------------------------------------------------- */

/* header ----------------------------------------------------------- */

header {
  display: block;
  width: 100%;
  max-height: 120px;
  margin: 0 auto;
  background: #fff;
}

.logo { text-align: center;}

.logo img{
  max-width: 1100px;
  width: 100%;
}

/*header end ----------------------------------------------------------- */

/*メインコンテンツ（ベース）はじまり*/

#wrap { padding: 30px 0 35px;}

.content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  max-width: 1000px;
  width: 100%;
  min-height: auto;
  margin: 0 auto;
  padding: 0;
}

/* base end ----------------------------------------------------------- */

/* font ----------------------------------------------------------- */

h1 { font-size: 3.5rem;}

h2 { font-size: 2.5rem;}

h3 { font-size: 2.0rem;}

h4{ font-size: 1.8rem;}

h5, h4 span, p{ font-size: 1.5rem;}

/* font-large */

.font-l { font-size: 2.0rem;}

.font-l .small{ font-size: 1.4rem;}

/* small */

.small{ font-size: 1.4rem;}

/* font end ----------------------------------------------------------- */


/* menu ----------------------------------------------------------- */

.navi {
  -webkit-flex: 1;
  flex: 0 0 230px;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 0 auto;
  overflow: hidden;
}

.gnavi {
  position: relative;
  max-width: 230px;
  width: 100%;
  border-radius: 0;
  margin: 0 auto 30px;
  padding: 0;
  text-align: left;
  border-radius: 0;
  width: 100%;
  border-radius: 0;
  background: none;
}

.gnavi ul {
  font-size: 1.6rem;
}

.gnavi li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gnavi a:hover {
  text-decoration: none;
}

.gnavi li a {
  display: inline-block;
  max-width: 220px;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

.gnavi li a:hover {
  padding-left: 35px;
  color: #fff798;
  filter: drop-shadow(0 0 10px #b55a9e);
}

.n-arrow li a {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  margin-left: 10px;
}

.n-arrow li a:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: -3px;
  left: 10px;
  bottom: 0;
  margin: auto;
}

.n-arrow li a:after {
  content: '';
  width:0;
  height:0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-style:solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #fff100;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
}

.n-arrow li a:hover:after{
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  border-color: transparent transparent transparent #fff100;
  left: 20px;
}

.navi .etc {
	margin: 10px 0 20px;
}

.navi .bana img,.navi .etc img {
  max-width: 230px;
  width: 100%;
	margin-bottom: 10px;
}

.etc h4,.bana h4 {
  margin: 15px auto 10px;
  padding: 5px 10px;
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

/* menu end ----------------------------------------------------------- */

/* main ----------------------------------------------------------- */

.s-info p {
  padding-left: 10px;
  font-size: 13px;
}

.main {
  -webkit-flex: 1;
  flex: 1;
  max-width: 680px;
  width: 100%;
  margin: 0 20px 0 5px;
  padding: 10px;
  background: rgba(255,255,255,1);
}

.title {
	text-align: center;
	line-height: 50px;
	color: #B2B2B2;
}

.home-image { margin-bottom: 20px;}

.home-image img{
  max-width: 680px;
  width: 100%;
  height: auto;
  box-shadow: 0 0 10px #B2B2B2;
}

table{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 40px;
  border-spacing: 0;
}

table th{
  width: 130px;
  border-bottom: solid 2px #333;
  padding: 10px 0;
}

table td{
  border-bottom: solid 2px #ddd;
  text-align: center;
  padding: 10px 0;
}

.contact{
  margin: 20px 0 30px;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
  border-top: 3px dashed #000;
  border-bottom: 3px dashed #000;
}
/* main end ----------------------------------------------------------- */

/* text ----------------------------------------------------------- */

section h2 {
  font-size: 25px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-left: 10px;
  color: #fff;
  background:	#000;
  box-shadow: 0 2px 5px rgba(181,90,158,.15);
}

section h3 {
  font-size: 18px;
  letter-spacing: 1px;
  padding-left: 12px;
  margin-bottom: 10px;
  border-bottom: 3px double #2096d5;
}

section h4 {
	font-size: 14px;
	letter-spacing: 1px;
	padding-left: 12px;
	margin-bottom: 3px;
  color: #054a97;
}

section h5 {
    font-size: 15px;
	letter-spacing: 1px;
	padding-left: 12px;
	margin-bottom: 3px;
}

section p {
  margin-bottom: 10px;
  padding: 0 20px;
}

section p.top { margin-top: 10px;}
section p.mtop { margin-top: -10px;}
section p.bottom { margin-bottom: 10px;}

/* ※ */

section .plus{
  position: relative;
  margin: 0 0 0 20px;
  padding-left: 20px;
}

section .plus::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* 記号 */

section .tri {
  margin: 0 0 0 20px;
  padding-left: 20px;
  position: relative;
}

section .tri::before {
  content: "\025b6";
  position: absolute;
  top: 0;
  left: 0;
  color: #2096d5;
}

/* text end ----------------------------------------------------------- */

/* icon ----------------------------------------------------------- */

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24;
  vertical-align: middle;
}

/* アイコン装飾用css */
.icon{
  margin: 0 5px;
  padding: 0 0 3px;
  text-decoration: none;
  text-shadow: none;
}

.icon.i-c{
  padding: 5px;
  border-radius: 50%;
  background: #054a97;
  color: #fff;
}

a .icon.i-c:hover{
  background: #2096d5;
  color: #fff;
}

/* アイコン横並び */

.icon-box{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto 20px;
  padding: 0 30px;
}
/* icon end ----------------------------------------------------------- */

/* button ----------------------------------------------------------- */

/*ボタン設定--まずはお決まりのボックスサイズ算出をborer-boxに */

.btn,
a.btn {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}

.btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 20px auto;
}

.btn-box .btn-w{
  width: 250px;
}

.btn-box a{
  margin-bottom: 10px;
}

.btn-box img{
  max-width: 250px;
  width: 100%;
  margin-bottom: 10px;
}

.btn-1,
a.btn-1 {
	background: #b55a9e; /* 色設定 */
  border: 4px double #fff;
}

.btn-1:hover,
a.btn-1:hover {
	filter: brightness(120%); /* 色設定 */
}

.btn-login,
a.btn-login {
  width: 650px;
  font-size: 3.5rem;
  padding: 2rem 1rem;
  margin: 10px auto 20px;
  line-height: 4.0rem;
}

.btn-login span,
a.btn-login span{
  display: inline-block;
  font-size: 2.5rem;
}

/* button end ----------------------------------------------------------- */

/* program ----------------------------------------------------------- */

.p-section {
	margin-bottom: 40px;
}

.program h3 {
  letter-spacing: 1px;
  line-height: 32px;
  padding-left: 5px;
  margin-bottom: 20px;
  border-left: 5px solid #B2B2B2;
  border-bottom: 1px solid #B2B2B2;
}

.program h4 {
	letter-spacing: 1px;
	padding-left: 25px;
	margin-bottom: 20px;
	border-bottom: 3px double #B2B2B2;
}

.program p {
  padding: 0 20px 0 22px;
}

table.program{
  border-collapse: collapse;
}

table.program tr th{
  color: #fff;
  background: linear-gradient(120deg,#054a97,#2096d5);
  text-align: center;
  border: 1px solid #ccc;
}

table.program tr td{
  border: 1px solid #ccc;
  padding: 5px 10px;
}

table.program tr td:first-child{
  width: 20%;
}

table.program tr td:nth-child(2){
  text-align: left;
}

table.program tr td span{
  color: #054a97;
  font-weight: bold;
}

/* program end ----------------------------------------------------------- */

/* registration ----------------------------------------------------------- */

/* flow ----------------------------------------------------------- */

/* お願い */

.important{
  max-width: 650px;
  width: 100%;
  margin: 20px auto 10px;
  padding: 10px 20px;
  border: 2px solid #DC0509;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  word-break: break-all;
  border-radius: 10px;
}

.important h4{
  display: block;
  color: #DC0509;
  text-align: center;
  margin: 0 auto;
  padding: 5px 0;
  border-bottom: none;
}

.important h4::before{
  content: none;
}

.important ul{
  margin: 10px auto;
  line-height: 1.5;
}

.important li{
  list-style-type: disc;
  padding: 0;
  margin: 0 20px 0 25px;
  font-weight: bold;
  color: #DC0509;
}

.important p{
  padding: 0;
  margin: 0;
  font-weight: bold;
  color: #DC0509;
}

/* ※＜重要＞ */

.imp-box{
  max-width: 670px;
  width: 100%;
  margin: 20px auto;
  padding: 10px 20px;
  word-break: break-all;
  line-height: 1.5;
  border-radius: 10px;
  background: rgba(255,247,152,0.5);
}

.imp-box dl{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 0;
}

.imp-box dt{
  display: inline-block;
  width: 100px;
  height: auto;
  padding: 0;
  font-weight: 600;
  vertical-align: middle;
}

.imp-box dd{ /* imp-boxのmax-widthに合わせて調整 */
  width: 560px;
  padding: 0;
  font-weight: 600;
  vertical-align: middle;
}

/* フロー */

.flow {
  max-width: 700px;
  width: 100%;
  margin: 50px auto;
}

.flow p {
  font-weight: bold;
}

.flow-box {
  max-width: 450px;
  width: 100%;
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 10px auto 20px;
}

.flow-arrow {
  display: inline-block;
  margin: 10px auto 20px;
  vertical-align: middle;
  line-height: 1;
  width: 2em;
  height: 2em;
  border: 0.3em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  color: #020873;
}

.btn-flow,
a.btn-flow,
button.btn-flow {
  border: none;
  max-width: 450px;
  width: 100%;
  height: 70px;
  font-size: 1.7rem;
  border-radius: 1.0rem;
  font-weight: 600;
  line-height: 20px;
  cursor: default;
  background: #020873;
}

.btn-flow span,
a.btn-flow span,
button.btn-flow span {
  font-size: 1.3rem;
  font-weight: 500;
}

/* flow end ----------------------------------------------------------- */

/* registration end ----------------------------------------------------------- */

/* arrow ----------------------------------------------------------- */

/*リンクを右下に固定*/
#arrow {
  position: fixed;
  bottom: 8%;
  right: 1%;
  z-index: 2;
   /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

#arrow a {
  /*天地中央にテキストを配置*/
  display: flex;
  align-items: center;
  justify-content: center;
  /*円の形状*/
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #054a97;
  color: #fff;
}

#arrow a:hover { background: #2096d5;}

/*　上に上がる動き　*/

#arrow.upmove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#arrow.downmove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}

/* arrow up */
a.arrow-up {
  display: block;
  position: relative;
  text-align: center;
  background: currentColor;
}

a.arrow-up::after {
  content: '';
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  box-sizing: border-box;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  border-bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  transform: translateY(3px) rotate(-45deg);
  transform-origin: top right;
  top: 35%;
  bottom: 0;
  right: 50%;
}
a.arrow-up:hover::after{ transform: translateY(-5px) rotate(-45deg);}

/* arrow end ----------------------------------------------------------- */

/* footer ----------------------------------------------------------- */

footer {
  width: 100%;
  text-align: center;
  color: #fcfcfc;
  padding: 20px 0;
  background-color: #000;
}

footer small {
  font-size: 15px;
}

/* footer end ----------------------------------------------------------- */

/*以下、レスポンシブ周り ----------------------------------------------------------- */

/* タブレット ----------------------------------------------------------- */

@media screen and (max-width: 1024px) {

  /* body */
  .sp{
    display: none;
  }

  .pc{
    display: initial;
  }

  /* base */

  header {
    max-height: 300px;
    margin-bottom: 50px;
  }

  #wrap{
    padding: 0;
  }

  /* sp-menu */

  .gnavi{
    margin: 0 auto;
    font-size: 1.6rem;
  }

  .gnavi li a{
    line-height: 20px;
  }

  /* main */

  .main {
    align-self: stretch;
    margin: 0 auto;
    padding: 0;
  }

  section {
    margin: 0 auto 30px;
    padding: 20px 10px;
  }

  /* ボタン */

  .btn-box{
    margin: 30px auto;
  }

  .btn,
  a.btn,
  button.btn {
    font-size: 1.8rem;
  }

  .btn-login,
  a.btn-login {
    font-size: 3.0rem;
    padding: 2rem 1rem;
    margin: 10px 10px;
  }

  .btn-login span,
  a.btn-login span{
    font-size: 2.0rem;
  }

  /* icon */

  .icon-box{
    justify-content: center;
    margin: 10px auto 0;
  }

}
/* タブレット end ----------------------------------------------------------- */

/* android・iPhone ----------------------------------------------------------- */

@media screen and (max-width: 768px) {

  body{ font-size: 1.4rem;}
  .sp{display: initial;}
  .pc{display: none;}

  /* font */
  
  h2 { font-size: 1.6rem;}
  
  h3 { font-size: 1.5rem;}
  
  h4, h5, p { font-size: 1.4rem;}

  /* font-large */

  .font-l{ font-size: 1.8rem;}

  .font-l span{ font-size: 1.4rem;}

  /* base */

  #wrap{
    padding: 0;
  }

  .content {
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0;
  }

  /* header */

  header{
    margin-bottom: 0;
  }

  .logo img{
    width: 100%;
    margin-top: 0;
  }

  /* navi */

  /* ハンバーガー はじまり */

  /* ハンバーガーアイコンの設置スペース */
  .menu-btn {
    height: 50px;
    width: 55px;
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    top: 10px;
    right: 10px;
    background: #fff;
  }

  /* ×に変化 */
  .menu-btn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    width: 50%;
    height: 3px;
    border-radius: 2px;
    background: #555;
  }

  .menu-btn span:nth-of-type(1){
    top: 15px;
  }

  .menu-btn span:nth-of-type(2){
    top: 23px;
  }

  .menu-btn span:nth-of-type(3){
    top: 31px;
  }

  .menu-btn.active span:nth-of-type(1){
    top: 18px;
    left: 13px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }

  .menu-btn.active span:nth-of-type(2){
    opacity: 0;
  }

  .menu-btn.active span:nth-of-type(3){
    top: 30px;
    left: 13px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }

  /* ナビゲーション（メニュー） */

  .menu{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    z-index: -1;
    /*ナビの位置と形状*/
    top: 0;
    right: -120%;
    width: 80%;
    height: 100vh;
    background: #fff;
    border-radius: 0;
    /*動き*/
    transition: all 0.6s;
  }

  /*アクティブクラスがついたら透過なしにして最前面へ*/
  .menu.panelactive{
    right: 0;
    z-index: 999;
  }

  /*ナビゲーションの縦スクロール*/
  .menu.panelactive .menu-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 80%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*ナビゲーション*/
  .menu ul{
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .menu.panelactive ul{
    display: block;
  }

 /*リストのレイアウト設定*/

 .menu-list li{
  list-style: none;
  text-align: left;
 }

 .menu-list li a{
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  padding: 5px 10px 5px 10px;
  text-transform: none; /* 英語の表示 */
  letter-spacing: 0.1em;
  color: #4E5960;
 }

 .menu li a:hover,.menu li a:active{
  color: #B2B2B2;
 }

 .menu li a:hover::before {
  top: 5px;
}

/* sp-menu end */

  /* side */

  .navi .etc{
    margin-bottom: 50px;
    padding: 0;
  }

  /* main */

  .main {
    margin: 0 auto;
    padding: 0;
  }

  section{
    margin: 0 auto;
    padding: 0 10px 20px;
  }

  /* text */

  section h4 {
    padding: 5px;
  }

  section h5{
    margin-left: 0;
    padding: 0 10px;
  }

  section p {
    padding: 0 10px;
  }

  section .plus {
    position: relative;
    margin: 0 0 0 10px;
    padding-left: 20px;
  }

  section .tri {
    margin: 0 0 0 10px;
  }

   /* list */

   ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .list li {
    margin: 0 5px 0 26px;
  }

  ul.disc li::before{
    margin-left: 0px;
  }

  /* button */

  .btn, a.btn, button.btn { font-size: 1.6rem;}

  .btn-login,
  a.btn-login {
    font-size: 2.0rem;
    margin: 0 auto;
    line-height: 2.5rem;
  }

  .btn-login span,
  a.btn-login span{
    font-size: 1.5rem;
  }

  /* registration */

  .fee th, .fee td{
    display: block;
    width: auto;
  }

  .fee th:first-of-type{
    width: 100%;
  }

  /* registration */

  /* 登録期間 */

  .period dl{
    margin: 0 auto; /* 左寄せの場合はauto→0 */
    padding: 0;
  }

  .period dt{
    display: block;
    width: 100%;
    margin-bottom: 0;
  }

  .period dd{
    display: block;
    width: 100%;
    margin: 0;
  }

  /* award */

  .period.award dt{
    width: 100%;
  }

  .period.award dl{
    margin: 5px 10px;
  }

  /* flow */

  .imp-box dl{
    flex-direction: column;
    flex-wrap: wrap;
  }

  .imp-box dd{
    width: auto;
  }

  .flow {
    margin: 30px auto 20px;
  }

  .btn-flow,
  a.btn-flow,
  button.btn-flow{
    height: auto;
    padding: 2rem 4rem;
  }

  /* arrow */

  #arrow a{
    width: 50px;
    height: 50px;
  }

  /* footer */

  footer{
    padding: 20px 10px 0;
  }

}

/* android・iPhone end ----------------------------------------------------------- */