@charset "utf-8";
/*=================================
1: reset-CSS
2: setting
3: parts (title,list,table,etc)
4: header
5: gnav
6: contents
7: footer
=================================*/


/* 1: reset-CSS
================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  font-weight: normal;
}
body {
  line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main {
  display:block;
}
li {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
input, select {
  vertical-align:middle;
}

/* 2: setting
================================== */
*, *:before, *:after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;/* 1rem = 10px */
  scroll-padding-top: 75px;
}
@media print, screen and (min-width: 768px) {
  html {
    overflow: auto;
    min-width: 1000px;
  }
}
body {
  font-family: 'Meiryo UI','メイリオ', "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-feature-settings : "palt";
  font-weight: 500;
  color: #383737;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;/* safari_textBold*/
  -webkit-text-size-adjust: 100%;/* safari_textBold*/
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    min-width: 1000px;
  }
}
img {
  display: block;
  line-height: 0;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
a {
  color: #0a75b8;
}
a img {
  -webkit-transition: all .2s;
  transition: all .2s;
}
a img:hover {
  opacity:.7;
}
.tel {
  color: #383737;
  text-decoration: none;
}

/* 3: parts (title,list,table,etc)
================================== */
/* ------margin classes------ */
.mb8 {
  margin-bottom: 8px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb24 {
  margin-bottom: 24px;
}
.mb32 {
  margin-bottom: 32px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt32 {
  margin-top: 32px;
}
.mr1em {
  margin-right: 1em;
}
.mb1em,
.boxmb1em p {
  margin-bottom: 1em;
}
.mb1em:last-child,
.boxmb1em p:last-child {
  margin-bottom: 0;
}
.txtIndent p,
.txtIndent {
  text-indent: 1em;
}

/* icon */
.blank {
  background: url(../img/icn_blank.svg) right center no-repeat;
  background-size: 16px;
  padding-right: 20px;
}
.pdf {
  background: url(../img/pdf.svg) left center no-repeat;
  background-size: 14px;
  padding-left: 23px;
}

/* text-decoration */
.fB {font-weight: bold;}
.fS {font-size: 80%;}
.fR {float:right;}
.tC {text-align: center;}
.tR {text-align: right;}
.tL {text-align: left;}

/* clearfix*/
.cf:after { content: ""; clear: both; display: block; }
.clear { clear: both;}

/* ------title classes------ */
.ttlDesign1 {
  margin-bottom: 16px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFF;
  background: #0ca9d9;
  text-align: center;
}
.ttlDesign2 {
  margin-bottom: 16px;
  font-size: 2.4rem;
  font-weight: bold;
  border-left: solid 5px #0e8bb1;
  padding-left: 10px;
}
.ttlDesign3 {
  margin-bottom: 8px;
  font-size: 2.1rem;
  font-weight: bold;
  color: #0e8bb1;
}


/* 4: header
================================== */
#header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
}
@media all and (min-width: 768px) {
  #header {
    -webkit-align-items: center; /* Safari */
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.logo {
  margin: 12px 0 12px 20px;
}
/*
@media all and (min-width: 768px) {
  .logo {
    margin: 0;
  }
}
*/
.logo img {
  width: auto;
  height: 50px;
}
@media all and (min-width: 768px) {
  .logo img {
    width: 218px;
  }
}
.hd_jst {
  display: none;
}
@media all and (min-width: 768px) {
  .hd_jst {
    display: block;
  }
  .hd_jst img {
    width: 180px;
    height: auto;
  }
}


/* 5: gnav
================================== */
.menu {
  display: none;
  position: absolute;
  top: 65px;
  right: 0;
  left: 0;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  background: #0986ad;
  z-index: 999;
}
.menu a {
  display: block;
  padding: 20px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.menu_trigger {
  position: absolute;
  top: 18px;
  right: 15px;
  background: #0ca9d9;
  border-radius : 18px;
  border: none;
  width: 110px;
  height: 36px;
  text-indent: -900em;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  z-index: 999;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
.menu_trigger img {
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  width: 60px;
  height: auto;
  margin: 0 auto;
  padding-left: 20px;
}
.menu_trigger span {
  display: inline-block;
  transition: all .4s;
}
.menu_trigger span {
  position: absolute;
  left: 20px;
  width: 16px;
  height: 3px;
  background-color: #FFF;
}
.menu_trigger span:nth-of-type(1) {
  top: 13px;
}
.menu_trigger span:nth-of-type(2) {
  top: 21px;
}
.menu_trigger.active span {
  background-color: #FFF;
}
.menu_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}
.menu_trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-4px) rotate(45deg);
  transform: translateY(-4px) rotate(45deg);
}
.layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 0.6;
  z-index: 200;
}

/* media query -> pc
=======================*/
@media all and (min-width: 768px) {
  .menu_trigger {
    display: none;
  }
  .menu {
    display: block;
    position: static;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    background: none;
    font-size: 0;
  }
  .menu a {
    position: relative;
    display: block;
    padding: 0;
    color: #000;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  .menu a:hover {
    color: #0ca9d9;
  }
  .menu a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 3px;
    background-color: #0ca9d9;
    transition: .3s;
  }
  .menu a:hover::after {
    width: 100%;
  }
  .menu li {
    display: inline-block;
    padding-left: 20px;
    font-size: 1.6rem;
  }
  .menu li:first-child {
    padding-left: 0;
  }
}

/* 6: contents
================================== */
.sp_none {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sp_none {
    display: block;
  }
  .pc_none {
    display: none;
  }
}
.mainimg_bg {
  padding: 100px 16px;
  background: url(../img/bg.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .mainimg_bg {
    padding: 160px 80px;
  }
}
.mainTxt {
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .mainTxt {
    max-width: 52em;
    margin: 0 auto;
    padding: 40px;
  }
}
.mainTxt h1 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .mainTxt h1 {
    font-size: 2.8rem;
    margin-bottom: 16px;
  }
}
.mainTxt .mainTtl {
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .mainTxt .mainTtl {
    font-size: 4rem;
  }
}
.event-year {
  display: inline-block;
  padding-left: 16px;
  font-size: 2.8rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .event-year {
    font-size: 4.8rem;
  }
}
.ttl-eventday {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0e8bb1;
}
@media only screen and (min-width: 768px) {
  .ttl-eventday {
    font-size: 3.2rem;
  }
}
.purposeBox {
  background: #FFF;
  border-radius: 12px;
  padding: 16px;
}
@media only screen and (min-width: 768px) {
  .purposeBox {
    padding: 40px;
  }
}
.floatImgL img {
  margin: 0 auto 24px;
}
@media only screen and (min-width: 768px) {
  .floatImgL img {
    float: left;
    margin: 0 2em 0 0;
  }
}
#outline .section_inr {
  background-size: 60%;
  background-position: right 50%
}
.section_inr {
  padding: 32px 16px;
}
@media only screen and (min-width: 768px) {
  .section_inr {
    max-width: 1048px;
    margin: 0 auto;
    padding: 40px 24px;
  }
}
.bg_color {
  background: #F5F5F5;
}
.intro {
  margin-bottom: 1em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #326ED4;
}
@media all and (min-width: 768px) {
  #program dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
  }
}
#program dt {
  width: 9.5em;
  margin-right: 0.5em;
  font-size: 1.6rem;
  font-weight:  bold;
  padding:16px;
  position: absolute;
  white-space: nowrap;
}
@media all and (min-width: 768px) {
  #program dt {
    font-size: 1.8rem;
  }
}
#program dd {
  padding: 16px;
}
#program dd:has(.ttlB) {
  padding: 0;
}
#program dd .ttlB {
  padding: 0 16px 16px;
}
@media all and (min-width: 768px) {
  #program dd .ttlB {
    padding: 0;
    border-left:none;
    margin-left:0;
  }
  #program dd:has(.ttlB) {
    padding: 16px;
  }
  #program dd {
      width: 100%;
  }
}
.circle {
  margin-top: -8px;
  left: 5.3em;
  width: 15px;
  height: 15px;
  top: 50%;
  background: #eee9dc;
  border: 4px solid #0ca9d9;
  position: absolute;
  border-radius: 50%;
  display: block;
}
@media all and (min-width: 768px) {
  .circle {
    margin-top: -10px;
    left: 9.45em;
    width: 16px;
    height: 16px;
  }
}
#program dl dt:first-child + dd {
  min-height: 86px;
  border-left: solid 4px #0ca9d9;
  margin-left:6em;
  padding-left: 16px;
}
@media all and (min-width: 768px) {
  #program dl dt:first-child + dd {
    min-height: auto;
    margin-left:11em;
  }
}
#program dl:nth-child(odd) {
  background: #fff;
}
#program .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333333;
}
#program .ttlB {
  font-size: 2.1rem;
  font-weight: bold;
  color: #0e8bb1;
}
#program .ttlB {
  font-size: 1.9rem;
  border-left: solid 4px #0ca9d9;
  margin-left:4.75em;
  padding-left:8px;
}
#profile h4{
  margin-top:10px;
  font-weight: bold;
  border-left: 5px solid #0e8bb1;
  padding-left:10px;
}
#profile p{
  margin-left:15px;
}
.profileList li {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #CCC;
}
@media all and (min-width: 768px) {
  .profileList li {
    display: -webkit-flex;
    display: flex;
  }
}
.borderImg {
  border: 1px solid #CCC;
}
.profileList .name {
  margin-bottom: 16px;
  font-size:  1.8rem;
  font-weight: bold;
}
.profileList h3 {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0e8bb1;
}
.profileList .img {
  margin-right: 30px;
}
.profileList .img {
  text-align: center;
  margin:  0 auto 24px;
}
@media all and (min-width: 768px) {
  .profileList .img {
    margin-right: 40px;
  }
}
.profileList .img img {
  height: auto;
}
.profileList .img img {
  margin:  0 auto;
  text-align: center;
  max-width:100%;
}
@media all and (min-width: 768px) {
  .profileList .img img {
    margin:  0;
  }
  .profileList .txt {
    width: calc(100% - 335px);
  }
}
@media only screen and (min-width: 768px) {
  .profileList h3 {
    font-size: 2.1rem;
  }
}
.name {
  font-weight: bold;
  margin-bottom: 8px;
}
.name span {
  display: block;
  margin-right: 1em;
  font-weight: bold;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .name span {
    display: inline-block;
  }
}
.txt_demo {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #CCC;
}
#outline dl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
}
#outline dt {
  width: 9em;
  background: #0ca9d9;
  color: #FFF;
  margin-right: 2em;
  padding: 3px;
  text-align: center;
  font-weight: bold;
  border-radius: 3px;
}
#outline dd {
  width: calc(100% - 11em);
  padding: 3px;
}
@media all and (min-width: 768px) {
  .imgfR {
    float: right;
  }
}
.projectList img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto 24px;
}
@media all and (min-width: 768px) {
  .projectList img {
    margin-left: 24px;
  }
}
.tow-img {
  display: -webkit-flex;
  display: flex;
}
.tow-img img {
  max-width: 140px;
}
@media all and (min-width: 768px) {
  .tow-img img {
    max-width: 200px;
  }
}
.projectList li:not(:last-child) {
  margin-bottom: 32px;
}




/* 7: footer
================================== */
#footer {
  padding: 30px 20px;
  background: #3e3a39;
}
.footer_logo {
  max-width: 140px;
  margin: 0 auto 24px;
}
.footer_jst {
  width: 165px;
  margin: 0 auto 24px;
}
.footer_logo_sakigake {
  width: 105px;
  margin: 0 auto 24px;
}
.footer_logo img,
.footer_jst img,
.footer_logo_sakigake img {
  width: 100%;
  height: auto;
}


.copy {
  text-align: center;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
}
@media all and (min-width: 768px) {
  .footer_link {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer_logo,
  .footer_jst,
  .footer_logo_sakigake {
    margin: 0 24px 24px;
  }
}

/* go topボタン */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  font-weight: bold;
  font-size: 80%;
  z-index: 5;
  text-align: center;
}
#page-top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(13, 169, 217, 0.8);
  color: #fff;
  opacity: 0.7;
}
#page-top a:hover {
  opacity: 0.7;
}
#page-top a:active {
  opacity: 1;
}
#page-top a:after {
  position: absolute;
  right: 15px;
  top: 40%;
  display: block;
  content:"";
  width:10px;
  height:10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* media query -> sp
=======================*/
@media all and (min-width: 768px) {
/* go topボタン */
#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
#page-top a {
  width: 60px;
  height: 60px;
}
#page-top a:after {
  position: absolute;
  right: 21px;
  width:17px;
  height:17px;
}

}

@media only screen and (max-width: 768px) {

  .timetable_dl_sec .fR {
    float:none;
    text-align:center;
  }

  .zu {
    margin:0 auto;
  }

.timetable dd li {
  margin-right:10px;
}

.timetable dd li img {
  width:50px;
  height:50px;
}
.entry_txt {
  text-align: left;
}
}
