@charset "utf-8";
/* CSS Document */

/* body ----------------------------------------------------------- */

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 2;
  word-wrap: break-word;
  background: -moz-linear-gradient(top, #172B80, #FFF 800px);
  background: -webkit-linear-gradient(top, #172B80, #FFF 800px);
  background: linear-gradient(to bottom, #172B80, #FFF 800px);
  -webkit-text-size-adjust: 100%;
  color: #333333;
}

p, h1, h2, h3, h4, h5, h6 { margin-top: 0;}
img { vertical-align: middle;}

ul { margin: 0; padding: 0;}

/* a:link */
a { color: #384992; text-decoration: none;}
a:hover { text-decoration: underline;}
a img:hover { opacity: 0.8;}


/* body end ----------------------------------------------------------- */

/* header ----------------------------------------------------------- */

header {
  width: 100%;
  max-height: 120px;
  margin: 0 auto;
}

.logo { text-align: center;}

.logo img{
  max-width: 1100px;
  width: 100%;
}

/*header end ----------------------------------------------------------- */

/* base ----------------------------------------------------------- */

#wrap {
  padding: 30px 0 35px;
  box-shadow: 0px 2px 4px #FFF inset;
}

.content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
  max-width: 1000px;
  width: 100%;
  min-height: auto;
  margin: 0 auto;
  padding: 0;
}

h1 { font-size: 36px;}
h2 { font-size: 24px;}

/* base end ----------------------------------------------------------- */

/* sidebar ----------------------------------------------------------- */

.sidebar {
  max-width: 230px;
  width: 100%;
  margin: 0 20px 0 10px;
  overflow: hidden;
}

.sidebar ul {
  text-align: left;
  font-size: 20px;
}

.sidebar li {
  letter-spacing: 1px;
  font-weight: 600;
  list-style: none;
}

.sidebar a:hover { text-decoration: none;}

/* sidebar end ----------------------------------------------------------- */

/* menu ----------------------------------------------------------- */

.menu li a {
  display: inline-block;
  max-width: 230px;
  width: 100%;
  height: 35px;
  font-weight: 600;
  padding: 0 0.5em;
  margin-bottom: 20px;
  text-decoration: none;
  transition: .4s;
  line-height: 25px;
  border-bottom: solid 1px #FFFFFF;
  color: #FFFFFF;
}

.menu span{
  padding-left: 20px;
  font-size: 16px;
}

.menu li a:hover {
  padding-left: 1.5em;
  padding-right: 1em;
  border-bottom: solid 1px #f0dda5;
  color: #f0dda5;
}

/* menu-arrow */

.n-arrow li a {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.n-arrow li a:before {
  content: '';
  width: 18px;
  height: 18px;
  background: none;
  outline: none;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.n-arrow li a:hover:before{ outline: none;}

.n-arrow li a:after {
  content: '';
  width:0;
  height:0;
  position: absolute;
  top: -12px;
  left: 6px;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
  border-style:solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #f0dda5;
}

.n-arrow li a:hover:after{
  left: 12px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border-color: transparent transparent transparent #f0dda5;
}

.n-arrow li{ list-style-type: none;}
.n-arrow.right li a:after{ top: 0;}
.n-arrow.right li a:hover:after{
  left: 6px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* menu end ----------------------------------------------------------- */

/* main ----------------------------------------------------------- */

.main {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.home-image {
  box-shadow: 0 0 10px grey;
  margin-bottom: 15px;
}

.home-image img{
  max-width: 750px;
  width: 100%;
  height: auto;
}

.info{
  background: #fff;
}

.info h2 {
  font-size: 25px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-left: 10px;
  color: #172B80;
  background-color: #BCC2DA;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.info h3 {
  font-size: 18px;
  letter-spacing: 1px;
  padding-left: 12px;
  margin: 15px 0 10px;
  border-bottom: 3px double #969696;
}

.info h4 {
	font-size: 16px;
	letter-spacing: 1px;
	padding-left: 12px;
	margin-bottom: 3px;
}

.info h5 {
  position: relative;
	margin: 0 0 0 20px;
	padding-left: 12px;
  font-size: 15px;
	letter-spacing: 1px;
}

.info h5::before{
  content: "\025a1";
  position: absolute;
  top: -2px;
  left: 0;
}

.info p { padding: 0 20px;}
.info p.bottom{ margin-bottom: 0;}

.info .plus,.info .tri{
  position: relative;
  padding-left: 40px;
}

.plus::before,.tri:before{
  position: absolute;
  margin-left: 20px;
  top: 0;
  left: 0;
}

.plus::before{ content: "※";}
.tri::before{ content: "\025b6"; color: #384992;}


/* main end ----------------------------------------------------------- */

/* box ----------------------------------------------------------- */

.info-note{
  border: 3px solid #172B80;
  margin: 10px auto;
  padding: 10px 15px;
  width: 97%;
} 

.info-note p{
  padding: 0 10px;
  margin: 0;
}

.info-note.at{ border: 3px solid crimson;}
.info-note .plus,.info .tri{ padding-left: 20px;}
.info-note .plus::before,.info-note .tri:before{ margin-left: 0;}

.sub {
	padding: 0 10px;
	margin-bottom: 40px;
}

/* box end ----------------------------------------------------------- */

/* list ----------------------------------------------------------- */

/* ol */
ol{ margin-left: 10px;}

ol li {
  position: relative;
	list-style-type: none;
	counter-increment: number;
}
 
ol li::before {
	content:  "（"counter(number) "）";
  display:inline-block;
	margin-left:-3em; /* サイトに合せて調整 */
	width: 3em; /* サイトに合せて調整 */
  font-weight: bold;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.info ol li .plus{ padding-left: 20px;}
.info ol li .plus::before{ margin-left: 0;}
td ol li{ margin-left: -10px;}
td ol li::before{ font-weight: normal;}

/* ul */
.info ul{ margin-left: 40px;}

.sq li{ 
  position: relative;
  list-style-type: none;
}

.sq li::before{
  content: "\025a0";
  display: inline-block;
  position: absolute;
  margin-left: -18px;
  top: -2px;
  left: 0;
}

/* list end ----------------------------------------------------------- */

/* table ----------------------------------------------------------- */

table{
  margin: 10px auto;
  border-spacing: 0;
  border-collapse: collapse;
  border: 2px solid rgba(140,142,145,0.5);
  font-size: 14px;
}

th{
  padding: 0;
  border: 2px solid rgba(140,142,145,0.5);
  background-color: #BCC2DA;
}

td{
  padding: 5px;
  border: solid 2px rgba(140,142,145,0.5);
  text-align: center;
}

th:first-child,td:first-child{ border-left: none;}
tr:last-child th,tr:last-child td{ border-bottom: none;}

.lecture th{ width: 220px;}
.lecture th:first-child{ width: 150px;}
.lecture td{ text-align: left;}
.lecture td.center{ text-align: center;}

.program td:first-child{ width: 100px;}
.program td:is(:nth-child(3),:nth-child(4)){ width: 80px;}
.program td:not(:first-child,:nth-child(3),:nth-child(4)){ text-align: left;}
.program td.t-session{ text-align: left; background: #DDE0EC;}
.program td.center{ text-align: center;}

.member th:nth-child(2){width: 150px;}
.member th:nth-child(3){width: 100px;}

/* table end ----------------------------------------------------------- */

/* program ----------------------------------------------------------- */

.p-section { margin-bottom: 40px;}

/* program end ----------------------------------------------------------- */

/* note ----------------------------------------------------------- */
.ans{ margin: 0 20px 15px;}
.ans p{ margin-bottom: 0;}

/* note end ----------------------------------------------------------- */

/* registration ----------------------------------------------------------- */


/* registration 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 end ----------------------------------------------------------- */

/* button ----------------------------------------------------------- */
/*まずはお決まりのボックスサイズ算出を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算出をしやすくするために*/
  scroll-behavior: smooth; /* scroll用 */
}

.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;
}

.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: 200px;
  width: 100%;
  margin-bottom: 10px;
}

a.btn-1 {
	background: #384992;
  border: 6px double #fff;
  text-shadow: 0px 0px 10px #fff;
}

a.btn-1:hover { background: #BCC2DA;}

/* button end ----------------------------------------------------------- */

/* arrow ----------------------------------------------------------- */

/*リンクを右下に固定*/
#arrow {
  position: fixed;
  bottom: 5%;
  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%;
  outline: none;
  border: 1px solid #fff;
  background: #384992;
  color: #fff;
}

#arrow a:hover { 
  border: 1px solid #384992;
  background: #DDE0EC;
  color: #384992;
}

/*　上に上がる動き　*/

#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%;
  padding: 20px 0;
  text-align: center;
  background-color: #333;
  color: #fcfcfc;
}

footer small { font-size: 15px;}

/* footer end ----------------------------------------------------------- */

/* all ----------------------------------------------------------- */

/* text:color */
.bold{ font-weight: bold;}
.center{ text-align: center;}
.right{ text-align: right; padding-right: 10px;}
.under{ text-decoration: underline;}
.lineth{ text-decoration: line-through;}
.red{ color: crimson;}
.marker{ background: linear-gradient(transparent 50%,rgba(243,170,193,0.5) 50%);}

/* display */
.pc{ display: initial;}
.sp{ display: none;}

/* all end ----------------------------------------------------------- */

/*以下、レスポンシブ周り*/

@media screen and (max-width: 1024px) {
  #wrap{ padding: 0; box-shadow: none;}

  /* menu ----------------------------------------------------------- */

    header{ border-bottom: 1px solid #fff;}

    .sidebar{ 
      max-width: 1024px;
      margin: 0 0 10px;
      padding-top: 5px;
    }

    .menu li a{
      max-width: 1024px;
      margin: 0;
      padding: 0 0 0 42%;
      text-align: left;
      align-items: center;
    }

    .menu li a:hover{ padding-left: 43%; padding-right: 0;}
    .n-arrow li a:after{ left: 39%;}
    
    .n-arrow li a:hover:after{ 
      left: 39%;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
  /* menu end ----------------------------------------------------------- */
  /* registration ----------------------------------------------------------- */
    .imp-box { max-width: 600px;}
    .imp-box dd{ padding-left: 0;}

  /* registration end ----------------------------------------------------------- */

  /* arrow ----------------------------------------------------------- */
    #arrow{ bottom: 5%; right: 4%;}
  /* arrow end ----------------------------------------------------------- */
}

@media screen and (max-width: 768px) {
  /* body ----------------------------------------------------------- */
    .pc{display: none;}
    .sp{display: initial;}
  /* body end ----------------------------------------------------------- */

  /* menu ----------------------------------------------------------- */
    .menu li a{ max-width: 768px; padding-left: 35%;}
    .n-arrow li a:after{ left: 30%;}  
    .n-arrow li a:hover:after{ left: 30%;}
  /* menu end ----------------------------------------------------------- */

  /* main ----------------------------------------------------------- */
    .main { margin-bottom: 0; padding: 0 10px;}

    .info h2{font-size: 20px;}
  /* main end ----------------------------------------------------------- */

  /* box ----------------------------------------------------------- */
    .sub { margin-bottom: 20px;}
  /* box end ----------------------------------------------------------- */

  /* registration ----------------------------------------------------------- */
    /* flow */
    .btn-flow{ 
      height: auto;
      font-size: 16px;
    }
    .btn-flow span{ font-size: 12px;}
  /* registration end ----------------------------------------------------------- */

  /* arrow ----------------------------------------------------------- */
    #arrow{ bottom: 1%; right: 1%;}
    #arrow a{ width: 50px; height: 50px;}
  /* arrow end ----------------------------------------------------------- */
}