@charset "UTF-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
img {
  pointer-events: none;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

p {
  font-size: 18px;
  color: #363991;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

a {
  color: #e63916;
}

#container {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#83c7ef), to(#81ecd6));
  background: -webkit-linear-gradient(left, #83c7ef, #81ecd6);
  background: -o-linear-gradient(left, #83c7ef, #81ecd6);
  background: linear-gradient(90deg, #83c7ef, #81ecd6);
}

@media screen and (max-width: 768px) {
  #container {
    width: 100%;
    overflow: hidden;
  }
}

#container .inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  #container .inner {
    width: 100%;
  }
}

header .header {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 85px;
  padding: 0 10px;
  background: #fff;
}

header .header h1 {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header h1 a {
  display: inline-block;
  margin-right: 30px;
}

header .header .extend {
  padding-right: 200px;
}

header .header .extend a {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
}

header .header .extend a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  header .header {
    height: 16vw;
  }
  header .header h1 {
    display: block;
  }
  header .header h1 a {
    margin-right: 2vw;
  }
  header .header h1 a img {
    height: 8vw;
  }
  header .header h1 a:nth-child(2) img {
    height: 4vw;
  }
  header .header .extend {
    padding-right: 17vw;
  }
  header .header .extend a img {
    height: 10vw;
  }
}

footer #pagetop {
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: right;
}

footer .sitemap {
  padding: 50px 0;
}

footer .sitemap h1 {
  text-align: center;
  margin-bottom: 30px;
}

footer .sitemap h1 a {
  display: inline-block;
  background: #fff;
  padding: 10px;
}

footer .sitemap h1 img {
  mix-blend-mode: darken;
}

footer .sitemap .sitemap-wrapper {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

footer .sitemap .sitemap-wrapper .sitemap-block {
  width: 33%;
  padding: 0 20px;
  border-right: solid 1px #ccc;
}

footer .sitemap .sitemap-wrapper .sitemap-block:last-child {
  border-right: 0;
}

footer .sitemap .sitemap-wrapper .sitemap-block .sitemap-page {
  font-size: 14px;
  margin-bottom: 1em;
}

footer .sitemap .sitemap-wrapper .sitemap-block .sitemap-page h3 {
  border-left: solid 3px #363991;
  font-size: inherit;
  padding: 0.5em 0.5em;
  margin-bottom: 1em;
}

footer .sitemap .sitemap-wrapper .sitemap-block .sitemap-page h3 a {
  font-size: inherit;
  color: #363991;
}

footer .sitemap .sitemap-wrapper .sitemap-block ul {
  font-size: inherit;
  list-style: disc;
  padding-left: 2em;
}

footer .sitemap .sitemap-wrapper .sitemap-block ul li {
  font-size: inherit;
  margin-bottom: 1em;
}

footer .sitemap .sitemap-wrapper .sitemap-block ul li a {
  font-size: inherit;
  color: #000;
}

footer .sitemap .sitemap-wrapper .sitemap-block ul li ol {
  padding-top: 1em;
  list-style: none;
}

footer .sitemap .sitemap-wrapper .sitemap-block ul li ol li:before {
  content: "─ ";
}

footer .sitemap .links {
  padding-top: 30px;
}

footer .sitemap .links ul {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .sitemap .links ul li {
  margin: 0 10px;
  background: url(../images/arrow.svg) left center no-repeat;
  font-size: 14px;
  padding-left: 1.6em;
}

footer .sitemap .links ul li a {
  font-size: inherit;
  display: block;
  color: #363991;
  padding: 0.5em 0 0.5em 0;
  border-bottom: dashed 1px #363991;
  font-weight: bold;
}

footer .copyright {
  font-size: 14px;
  padding: 2em 0;
  text-align: center;
  background: #363991;
  color: #fff;
}

@media screen and (max-width: 768px) {
  footer .sitemap {
    padding: 4vw 0;
  }
  footer .sitemap h1 {
    margin-bottom: 3vw;
    text-align: center;
    width: 100%;
  }
  footer .sitemap .sitemap-wrapper {
    display: none;
  }
  footer .sitemap .links {
    padding-top: 3vw;
  }
  footer .sitemap .links ul {
    display: block;
  }
  footer .sitemap .links ul li a {
    font-size: 3.5vw;
  }
  footer .copyright {
    font-size: 3.5vw;
  }
}

nav#gnav {
  background: #f1f1f1;
  z-index: 100;
}

nav#gnav .gnav-inner {
  width: 960px;
  margin: auto;
}

nav#gnav .gnav-inner > ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 768px) {
  nav#gnav .gnav-inner > ul {
    display: block !important;
  }
}

nav#gnav .gnav-inner > ul > li {
  width: 100%;
  position: relative;
}

nav#gnav .gnav-inner > ul > li > a {
  display: block;
  text-align: center;
  background: url(../images/nav-point.svg) center bottom no-repeat #e6f5f5;
  font-size: 14px;
  color: #000;
  padding: 1.2em 0;
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
  letter-spacing: -0.05em;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

nav#gnav .gnav-inner > ul > li > a:hover {
  background-color: #363991;
  color: #fff;
}

nav#gnav .gnav-inner > ul > li .child {
  background: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 4;
  width: 120%;
  padding: 10px;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

nav#gnav .gnav-inner > ul > li .child ul li {
  margin-bottom: 5px;
}

nav#gnav .gnav-inner > ul > li .child ul li:last-child {
  margin-bottom: 0;
}

nav#gnav .gnav-inner > ul > li .child ul li.top {
  display: none;
}

nav#gnav .gnav-inner > ul > li .child ul li a, nav#gnav .gnav-inner > ul > li .child ul li span {
  font-size: 14px;
  color: #000;
  display: block;
  padding: 0.2em 0.2em 0.2em 1.4em;
}

nav#gnav .gnav-inner > ul > li .child ul li a {
  background: url(../images/arrow.svg) left center/1em no-repeat;
}

nav#gnav .gnav-inner > ul > li .child ul li a:hover {
  background-color: #363991;
  color: #fff;
}

nav#gnav .gnav-inner > ul > li .child ul li span {
  padding-left: 0;
}

nav#gnav .gnav-inner > ul > li .child ul li.indent {
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  nav#gnav {
    position: fixed;
    right: 0;
    top: 0;
    width: 0;
    height: 100vh;
    background: none;
    z-index: 10000;
  }
  nav#gnav .gnav-inner {
    width: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    margin-left: 0;
  }
  nav#gnav .gnav-inner > ul {
    width: 100vw;
    padding-top: 16vw;
  }
  nav#gnav .gnav-inner > ul > li {
    width: 100vw;
  }
  nav#gnav .gnav-inner > ul > li .child {
    position: static;
  }
  nav#gnav .gnav-inner > ul > li .child ul li {
    padding-left: 2em;
  }
  nav#gnav .gnav-inner > ul > li .child ul li.top {
    display: block;
  }
  nav#gnav .gnav-inner > ul > li .child ul li.indent {
    padding-left: 3em;
  }
  nav#gnav.active .gnav-inner {
    width: 100vw;
    margin-left: -100vw;
  }
}

.hbg {
  width: 85px;
  height: 85px;
  background: url(../images/menu.svg) center bottom 15% no-repeat #363991;
  position: fixed;
  top: 0;
  right: 0;
}

.hbg span:nth-child(2) {
  top: 43%;
  width: 45%;
}

.hbg span:nth-child(3) {
  top: 56%;
  width: 40%;
}

.hbg.close span {
  width: 50% !important;
  top: 43% !important;
}

.hbg.close span:nth-child(2) {
  width: 0 !important;
}

@media screen and (max-width: 768px) {
  .hbg {
    width: 16vw;
    height: 16vw;
    background-size: auto 2.8vw;
  }
}

#hbg-nav {
  position: fixed;
  right: 0;
  right: -400px;
  top: 0;
  z-index: 9999;
  background: #fff;
  width: 400px;
  padding: 100px 0 30px;
  height: 100%;
  -webkit-transition: 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#hbg-nav.open {
  right: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#hbg-nav .sitemap-page {
  border-bottom: solid 1px #363991;
}

#hbg-nav .sitemap-page a {
  color: #000;
  padding: 0.5em;
}

#hbg-nav .sitemap-page h3 {
  margin-bottom: 1em;
  background: #f5f5f5;
  margin-bottom: 0;
  border-bottom: solid 1px #ccc;
}

#hbg-nav .sitemap-page h3 a {
  width: 100%;
  font-size: 16px;
  padding: 0.5em 1em;
  display: block;
}

#hbg-nav .sitemap-page h3 a:hover {
  background: #363991;
  color: #fff;
}

#hbg-nav .sitemap-page ul li.top {
  display: none;
}

#hbg-nav .sitemap-page ul li span, #hbg-nav .sitemap-page ul li a {
  font-size: 14px;
  padding: 0.3em 1em 0.3em 1em;
  display: block;
}

#hbg-nav .sitemap-page ul li span {
  padding-left: 2.2em;
}

#hbg-nav .sitemap-page ul li a:before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-right: 0.5em;
  background: url(../images/triangle.svg) center center/contain no-repeat;
}

#hbg-nav .sitemap-page ul li a:hover {
  background: #363991;
  color: #fff;
}

#hbg-nav .sitemap-page ul li ol {
  list-style: none;
}

#hbg-nav .sitemap-page ul li ol li a {
  background: url(../images/arrow.svg) left 2em center/0.9em no-repeat;
  padding-left: 3.3em;
  display: block;
}

#hbg-nav .sitemap-page ul li ol li a:before {
  display: none;
}

@media screen and (max-width: 768px) {
  #hbg-nav {
    width: 100vw;
    right: -100vw;
  }
  #hbg-nav .sitemap-page h3 a {
    font-size: 4vw;
  }
}

#kv {
  max-width: 1280px;
  margin: auto;
  margin-bottom: 80px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#kv #kv-inner {
  position: relative;
  width: 1280px;
}

#kv #kv-inner > img {
  opacity: 0;
}

#kv #kv-inner ul.bg-line {
  -webkit-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  transform: skewY(-10deg);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  top: -10%;
}

#kv #kv-inner ul.bg-line li {
  display: block;
  background: #00a165;
  width: 200px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 1.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 1.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 1.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#kv #kv-inner ul.bg-line li.bg1 {
  left: 13%;
  top: 28%;
  width: 0%;
  height: 1.7%;
}

#kv #kv-inner ul.bg-line li.bg1.active {
  width: 17%;
}

#kv #kv-inner ul.bg-line li.bg2 {
  left: 21%;
  top: 66%;
  width: 64%;
  width: 0%;
  height: 20%;
}

#kv #kv-inner ul.bg-line li.bg2.active {
  width: 64%;
}

#kv #kv-inner ul.bg-line li.bg3 {
  left: 13%;
  top: 47%;
  width: 40%;
  width: 0%;
  height: 20%;
  background: #363991;
}

#kv #kv-inner ul.bg-line li.bg3.active {
  width: 40%;
}

#kv #kv-inner ul.bg-line li.bg4 {
  left: 65%;
  top: 53%;
  width: 17%;
  width: 0%;
  height: 1.7%;
  background: #363991;
}

#kv #kv-inner ul.bg-line li.bg4.active {
  width: 17%;
}

#kv #kv-inner ul.bg-line li.bg5 {
  left: 78%;
  top: 88%;
  width: 17%;
  width: 0%;
  height: 1.7%;
}

#kv #kv-inner ul.bg-line li.bg5.active {
  width: 17%;
}

#kv #kv-inner ul.bg-line li.bg6 {
  left: 12%;
  top: 94%;
  width: 17%;
  width: 0%;
  height: 1.7%;
  background: #363991;
}

#kv #kv-inner ul.bg-line li.bg6.active {
  width: 17%;
}

#kv #kv-inner ul.bg-line li.bg7 {
  left: 23%;
  top: 80%;
  width: 53%;
  width: 0%;
  height: 20%;
  background: #363991;
}

#kv #kv-inner ul.bg-line li.bg7.active {
  width: 53%;
}

#kv #kv-inner ul.bg-line li.bg8 {
  left: 34%;
  top: 30%;
  width: 40%;
  width: 0%;
  height: 20%;
}

#kv #kv-inner ul.bg-line li.bg8.active {
  width: 40%;
}

#kv #kv-inner .image-wrapper > div {
  position: absolute;
  left: 5%;
  top: -10%;
  -webkit-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  transform: skewY(-10deg);
}

#kv #kv-inner .image-wrapper > div img {
  width: 93%;
  -webkit-mask-image: url(../../images/kv-mask.png);
  mask-image: url(../../images/kv-mask.png);
  -webkit-mask-position: 45% 20%;
  mask-position: 45% 20%;
  -webkit-mask-size: 0 16%;
  mask-size: 0 16%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: 1.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 1.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 1.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#kv #kv-inner .image-wrapper > div.active img {
  -webkit-mask-size: 57% 16%;
  mask-size: 57% 16%;
}

#kv #kv-inner .image-wrapper > div.image2 img {
  -webkit-mask-position: 11% 38.5%;
  mask-position: 11% 38.5%;
  -webkit-mask-size: 0 16%;
  mask-size: 0 16%;
}

#kv #kv-inner .image-wrapper > div.image2.active img {
  -webkit-mask-size: 68% 16%;
  mask-size: 68% 16%;
}

#kv #kv-inner .image-wrapper > div.image3 img {
  -webkit-mask-position: 42% 56.5%;
  mask-position: 42% 56.5%;
  -webkit-mask-size: 0 16%;
  mask-size: 0 16%;
}

#kv #kv-inner .image-wrapper > div.image3.active img {
  -webkit-mask-size: 68% 16%;
  mask-size: 68% 16%;
}

#kv #kv-inner .image-wrapper > div.image4 img {
  -webkit-mask-position: 2% 75%;
  mask-position: 2% 75%;
  -webkit-mask-size: 0 16%;
  mask-size: 0 16%;
}

#kv #kv-inner .image-wrapper > div.image4.active img {
  -webkit-mask-size: 77% 16%;
  mask-size: 77% 16%;
}

#kv #kv-inner .title img {
  position: absolute;
  -webkit-transition: 2s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 2s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 2s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#kv #kv-inner .title img:nth-child(1) {
  left: 24%;
  top: 54%;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.7));
  opacity: 0;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}

#kv #kv-inner .title img:nth-child(1).active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#kv #kv-inner .title img:nth-child(2) {
  left: 20%;
  bottom: -12%;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  width: 60%;
  z-index: 2;
}

#kv #kv-inner .title img:nth-child(2).active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 768px) {
  #kv {
    width: 150vw;
    margin-left: -25vw;
    margin-bottom: 10vw;
  }
  #kv #kv-inner .title img:nth-child(1) {
    width: 93vw;
    left: 20%;
    top: 55%;
  }
  #kv #kv-inner .title img:nth-child(2) {
    width: 90vw;
    left: 20%;
    bottom: -12vw;
  }
}

#lead {
  background: #fff;
  padding: 50px 0;
  position: relative;
}

#lead p {
  width: 840px;
  margin: auto;
}

#lead span {
  display: block;
  position: absolute;
}

#lead span#lead1 {
  top: -100px;
  left: calc(50% + 100px);
}

#lead span#lead2 {
  bottom: -50px;
  right: calc(50% + 380px);
}

@media screen and (max-width: 768px) {
  #lead {
    padding: 10vw 0;
  }
  #lead p {
    width: 90%;
    font-size: 3.5vw;
  }
  #lead span#lead1 {
    top: -8vw;
    width: 55vw;
    left: 40vw;
  }
  #lead span#lead2 {
    bottom: -8vw;
    width: 50vw;
    left: 5vw;
  }
}

section {
  padding: 50px 0;
}

section .inner.inner2 {
  width: 840px !important;
}

section h3 {
  text-align: right;
  margin-bottom: 30px;
}

section .intro {
  margin-bottom: 40px;
}

section .intro ins {
  font-family: "Noto Sans JP", sans-serif;
  color: #363991;
  font-size: 16px;
  font-weight: bold;
  padding: 0.7em 0.5em;
  margin-bottom: 0.3em;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  section {
    padding: 10vw 0;
  }
  section .inner.inner2 {
    width: 90% !important;
  }
  section h3 {
    margin-bottom: 7vw;
  }
  section h3 img {
    height: 18vw;
  }
  section .intro {
    margin-bottom: 5vw;
  }
  section .intro ins {
    font-size: 3.5vw;
  }
  section .intro p {
    font-size: 3.5vw;
    text-align: left !important;
  }
}

#program .program {
  background: #369891;
  padding: 50px 0;
}

#program .program ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#program .program ul li {
  width: 48%;
}

#program .program ul li a {
  background: #6bc5c8;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 20px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  height: 2.6em;
  border-radius: 2em;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  font-weight: bold;
}

#program .program ul li a:hover {
  background: #363991;
}

#program .program ul li a:after {
  content: "\e5e1";
  font-family: "Material Icons";
  display: block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 2em;
  border: solid 2px #fff;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: 1.5em;
  top: calc(50% - 0.9em);
  font-size: 18px;
}

#program .program ul li:after {
  content: "";
  width: 4px;
  height: 0;
  display: block;
  margin: auto;
  background: #fff;
}

#program .program ul li.active a {
  background: #fff;
  color: #363991;
}

#program .program ul li.active a:after {
  display: none;
}

#program .program ul li.active:after {
  height: 30px;
}

#program .program .program-contents {
  position: relative;
}

#program .program .program-contents article {
  -webkit-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#program .program .program-contents article.active {
  opacity: 1 !important;
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
  position: relative;
  z-index: 2;
}

#program .program .program-contents article.shibu {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}

#program .program .program-contents article.honbu {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

@media screen and (max-width: 768px) {
  #program .program {
    padding: 8vw 0;
  }
  #program .program ul li a {
    font-size: 3vw;
  }
  #program .program ul li a:after {
    font-size: 3vw;
    right: 0.5em;
  }
}

#voice #voice-contents ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 40px;
}

#voice #voice-contents ul li {
  background: #fff;
  width: calc(47% - 80px);
  border-radius: 20px;
  padding: 30px 20px 20px 60px;
  position: relative;
  margin-bottom: 60px;
}

#voice #voice-contents ul li h4 {
  position: absolute;
  left: 60px;
  top: -1em;
  background: #363991;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  padding: 0.5em 1em 0.6em;
  width: 50%;
  border-radius: 2em;
}

#voice #voice-contents ul li p {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 0;
}

#voice #voice-contents ul li figure {
  position: absolute;
  left: -20px;
  top: -20px;
}

@media screen and (max-width: 768px) {
  #voice #voice-contents ul {
    padding-top: 10vw;
    width: 90%;
    margin: auto;
    display: block;
  }
  #voice #voice-contents ul li {
    width: calc(100% - 20vw);
    padding: 8vw 5vw 5vw 15vw;
    margin-bottom: 10vw;
  }
  #voice #voice-contents ul li:last-child {
    margin-bottom: 0;
  }
  #voice #voice-contents ul li h4 {
    font-size: 4vw;
  }
  #voice #voice-contents ul li p {
    font-size: 3.5vw;
  }
  #voice #voice-contents ul li figure {
    left: -4vw;
    top: -5vw;
  }
  #voice #voice-contents ul li figure img {
    height: 50vw;
  }
}

#schedule #schedule-table {
  background: #369891;
  padding: 50px 0;
}

#schedule #schedule-table table {
  width: 960px;
  margin: auto;
}

#schedule #schedule-table table th, #schedule #schedule-table table td {
  font-size: 18px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.5em 1em;
}

#schedule #schedule-table table thead {
  background: #fff;
}

#schedule #schedule-table table thead th, #schedule #schedule-table table thead td {
  color: #363991;
  text-align: left;
}

#schedule #schedule-table table tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.1);
}

#schedule #schedule-table table tbody tr:last-child {
  background: none;
  border-top: solid 2px #fff;
}

#schedule #schedule-data {
  display: none;
}

@media screen and (max-width: 768px) {
  #schedule #schedule-table {
    padding: 5vw 5vw;
    overflow: auto;
  }
  #schedule #schedule-table table {
    width: 140%;
  }
  #schedule #schedule-table table th, #schedule #schedule-table table td {
    font-size: 3.5vw;
    padding: 0.7em 0.5em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  #schedule #schedule-table table thead th {
    white-space: nowrap;
  }
}

#photo {
  background: #fff;
}

#photo .photo {
  padding-bottom: 60px;
}

#photo .photo #map {
  max-width: 960px;
  margin: auto;
  position: relative;
}

#photo .photo #map .title {
  width: 60%;
  position: absolute;
  left: 0;
  top: 70px;
}

#photo .photo #map .title h4 {
  font-size: 23px;
  background: #f5f5f5;
  padding: 5px 15px;
}

#photo .photo #map .title h4 span {
  display: block;
  border-left: solid 5px #363991;
  color: #363991;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.5em 1em;
}

#photo .photo #map .title p {
  margin-bottom: 0;
  padding-left: 1em;
  padding-top: 1em;
}

#photo .photo #map .title p small {
  display: block;
  font-size: 13px;
}

#photo .photo #map > figure {
  position: relative;
  z-index: 2;
}

#photo .photo #map .area a {
  font-size: 28px;
  width: 220px;
  height: 46px;
  width: 23.5%;
  height: 4.7%;
  position: absolute;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  top: 0;
  z-index: 3;
}

#photo .photo #map .area a#chosa {
  right: 9%;
  top: 61.1%;
}

#photo .photo #map .area a#gijutsu {
  right: 9%;
  top: 54.7%;
}

#photo .photo #map .area a#hokkaido {
  right: 13%;
  top: 11%;
}

#photo .photo #map .area a#tohoku {
  right: 9.2%;
  top: 43.7%;
}

#photo .photo #map .area a#hokuriku {
  left: 42.4%;
  top: 46.3%;
}

#photo .photo #map .area a#haneda {
  right: 7.2%;
  top: 67.3%;
}

#photo .photo #map .area a#kanto {
  right: 13.4%;
  top: 73.1%;
}

#photo .photo #map .area a#chubu {
  left: 50.2%;
  top: 79.7%;
}

#photo .photo #map .area a#kinki {
  left: 25.5%;
  top: 62.4%;
}

#photo .photo #map .area a#shikoku {
  left: 33.7%;
  top: 87.1%;
}

#photo .photo #map .area a#chugoku {
  left: 2%;
  top: 67.3%;
}

#photo .photo #map .area a#kyushu {
  left: 24.1%;
  top: 93.5%;
}

#photo .photo #map .area a#okinawa {
  left: 2%;
  top: 38.5%;
}

#photo .photo #map .list {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  color: #363991;
  font-weight: bold;
  font-size: 20px;
  display: block;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#photo .photo #map .list:before {
  content: "\e5e1";
  width: 1.5em;
  height: 1.5em;
  font-family: "Material icons";
  background: #e63916;
  color: #fff;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 2em;
  margin-right: 0.3em;
  margin-bottom: 0.2em;
  font-size: 14px;
}

#photo #map-detail {
  display: none;
}

@media screen and (max-width: 768px) {
  #photo .photo {
    padding-top: 5vw;
  }
  #photo .photo #map .title {
    top: 6vw;
    width: 65%;
  }
  #photo .photo #map .title h4 {
    font-size: 3.5vw;
    padding: 2vw;
  }
  #photo .photo #map .title h4 span {
    border-left-width: 1vw;
    padding: 0.5em 0em 0.5em 0.5em;
  }
  #photo .photo #map .title p {
    font-size: 2.8vw;
    padding-left: 1em;
  }
  #photo .photo #map .title p small {
    font-size: 2.5vw;
  }
  #photo .photo #map .area a {
    font-size: 3.2vw;
  }
  #photo .photo #map .list {
    font-size: 3vw;
    bottom: -3em;
    right: 1em;
  }
  #photo .photo #map .list:before {
    font-size: 3vw;
  }
}

#modal.schedule-modal {
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
}

#modal.schedule-modal #modal_inner {
  padding: 40px 20px;
  overflow: auto;
}

#modal.schedule-modal #modal_inner #modal_container h3 {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#2fa9fa), to(#00b66a));
  background: -webkit-linear-gradient(left, #2fa9fa, #00b66a);
  background: -o-linear-gradient(left, #2fa9fa, #00b66a);
  background: linear-gradient(90deg, #2fa9fa, #00b66a);
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  padding: 0.5em;
  margin-bottom: 0.5em;
}

#modal.schedule-modal #modal_inner #modal_container .list {
  max-width: 840px;
}

#modal.schedule-modal #modal_inner #modal_container .list .voice:before {
  content: "参加者の声";
  display: block;
  font-weight: bold;
}

#modal.schedule-modal #modal_inner #modal_container .list h4, #modal.schedule-modal #modal_inner #modal_container .list .voice:before {
  font-size: 20px;
  margin-bottom: 1em;
  color: #363991;
  border-bottom: solid 1px #363991;
  padding-bottom: 0.5em;
}

#modal.schedule-modal #modal_inner #modal_container .list ul {
  margin-bottom: 40px;
}

#modal.schedule-modal #modal_inner #modal_container .list ul li {
  background-color: #b8e6f9;
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 1em;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}

#modal.schedule-modal #modal_inner #modal_container .list ul:after {
  content: "等";
}

#modal.schedule-modal #modal_inner #modal_container .list ul.no-etc:after {
  display: none;
}

#modal.schedule-modal #modal_inner #modal_container .list .voice article {
  background: #f5f5f5;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 1em;
  line-height: 1.4em;
}

#modal.schedule-modal #modal_inner #modal_container .list .voice article:last-child {
  margin-bottom: 0;
}

#modal.schedule-modal #modal_inner #modal_container .memo dl {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
}

#modal.schedule-modal #modal_inner #modal_container .memo dl dt {
  width: 1em;
  height: 1em;
  display: block;
  background: #dedede;
  border-radius: 2em;
  margin-right: 0.2em;
}

#modal.schedule-modal #modal_inner #modal_container .memo dl.color1 dt {
  background: #81dcff;
}

#modal.schedule-modal #modal_inner #modal_container .memo dl.color2 dt {
  background: #81b8ff;
}

#modal.schedule-modal #modal_inner #modal_container .memo dl.color3 dt {
  background: #2794d6;
}

#modal.schedule-modal #modal_inner #modal_close {
  right: 0;
  top: 0;
  background: #363991;
}

@media screen and (max-width: 768px) {
  #modal.schedule-modal #modal_inner {
    padding: 4vw;
  }
  #modal.schedule-modal #modal_inner #modal_container h3 {
    font-size: 4vw;
  }
  #modal.schedule-modal #modal_inner #modal_container .list {
    margin-bottom: 5vw;
  }
  #modal.schedule-modal #modal_inner #modal_container .list span {
    font-size: 3.2vw;
  }
  #modal.schedule-modal #modal_inner #modal_container .list h4, #modal.schedule-modal #modal_inner #modal_container .list .voice:before {
    font-size: 5vw;
  }
  #modal.schedule-modal #modal_inner #modal_container .list ul li {
    font-size: 3.5vw;
  }
  #modal.schedule-modal #modal_inner #modal_container .list ul:after {
    font-size: 3.5vw;
  }
  #modal.schedule-modal #modal_inner #modal_container .list .voice article {
    font-size: 3.5vw;
  }
  #modal.schedule-modal #modal_inner #modal_container .memo dl {
    font-size: 3.2vw;
  }
}

#about .date {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#about .date dl {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #363991;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px;
}

#about .date dl dt {
  background: #fff;
  padding: 0.2em 0.5em;
  font-size: 16px;
}

#about .date dl dd {
  font-size: 28px;
  color: #fff;
  padding-left: 0.5em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  #about .date dl {
    padding: 3vw;
    display: block;
  }
  #about .date dl dt {
    font-size: 4vw;
    margin-bottom: 2vw;
    text-align: center;
  }
  #about .date dl dd {
    font-size: 4.8vw;
    padding-left: 0;
  }
}

#flow {
  background: rgba(255, 255, 255, 0.3);
}

#flow .flow ul li {
  background: url(../../images/flow-arrow.svg) center bottom no-repeat;
  padding-bottom: 40px;
  margin-bottom: 10px;
}

#flow .flow ul li:last-child {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#flow .flow ul li article {
  background: rgba(255, 255, 255, 0.7);
}

#flow .flow ul li article h4 {
  background: #363991;
  color: #fff;
  width: 50%;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
}

#flow .flow ul li article h4 img {
  margin-right: 20px;
}

#flow .flow ul li article figure {
  float: right;
  -webkit-transform: translateY(-2em);
  -ms-transform: translateY(-2em);
  transform: translateY(-2em);
  padding-right: 2em;
  padding-left: 1em;
}

#flow .flow ul li article p {
  padding: 1em 2em;
}

@media screen and (max-width: 768px) {
  #flow .flow ul li {
    padding-bottom: 8vw;
    margin-bottom: 3vw;
  }
  #flow .flow ul li article h4 {
    font-size: 4vw;
    width: 75%;
  }
  #flow .flow ul li article h4 img {
    margin-right: 5vw;
    height: 8vw;
  }
  #flow .flow ul li article p {
    font-size: 3.5vw;
  }
  #flow .flow ul li article figure {
    display: none;
  }
}

#faq .faq ul li {
  background: #fff;
  padding: 20px 20px 10px 20px;
  margin-bottom: 20px;
}

#faq .faq ul li dl {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}

#faq .faq ul li dl dt {
  color: #363991;
  font-weight: bold;
  padding-top: 0.2em;
  padding-bottom: 0.9em;
  padding-left: 2em;
  background: url(../../images/faq-q.svg) left top no-repeat;
  position: relative;
  cursor: pointer;
}

#faq .faq ul li dl dt:before {
  content: "\e145";
  color: #fff;
  font-family: "Material Icons";
  width: 1em;
  height: 1em;
  padding: 0.1em;
  background: #363991;
  border-radius: 2em;
  position: absolute;
  right: 0;
  top: 0.1em;
}

#faq .faq ul li dl dd {
  border-top: solid 1px #363991;
  padding-top: 0.5em;
  padding-left: 2em;
  background: url(../../images/faq-a.svg) left top 1em no-repeat;
  line-height: 1.6em;
}

#faq .faq ul li.open dl dt:before {
  content: "\e15b";
}

@media screen and (max-width: 768px) {
  #faq .faq ul li {
    padding: 3vw 3vw 1vw 3vw;
  }
  #faq .faq ul li dl {
    font-size: 3.5vw;
  }
  #faq .faq ul li dl dt {
    padding-right: 2em;
    padding-left: 2.5em;
  }
  #faq .faq ul li dl dd {
    padding-left: 2.5em;
  }
}

#info {
  background: rgba(255, 255, 255, 0.3);
}

#info .info {
  background: #fff;
  padding: 20px 30px;
}

#info .info article {
  margin-bottom: 1em;
}

#info .info article:last-child {
  margin-bottom: 0;
}

#info .info article h4 {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f5f5f5;
  padding: 0.5em;
  font-size: 22px;
  margin-bottom: 0.5em;
}

#info .info article h4 img {
  height: 1.2em;
  margin-right: 0.6em;
}

#info .info article p {
  font-size: 16px;
}

#info .info article dl {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#info .info article dl dt {
  background: #363991;
  color: #fff;
  font-size: 16px;
  padding: 0.4em 1em;
  border-radius: 2em;
  margin-bottom: 0.5em;
}

#info .info article dl dd {
  color: #363991;
  font-size: 16px;
  line-height: 1.4em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

#info .info article dl dd ol {
  font-size: inherit;
  padding-left: 1.4em;
  color: #363991;
  line-height: inherit;
}

#info .info article dl dd ol li {
  color: inherit;
  text-align: justify;
  text-align-last: left;
  line-height: inherit;
}

@media screen and (max-width: 768px) {
  #info .info {
    padding: 4vw;
  }
  #info .info article h4 {
    font-size: 4vw;
  }
  #info .info article h4 img {
    height: 10vw;
  }
  #info .info article p {
    font-size: 3.5vw;
  }
  #info .info article dl dt {
    font-size: 3.5vw;
  }
  #info .info article dl dd {
    font-size: 3.5vw;
  }
}

#contact .contact {
  background: #fff;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  #contact .contact {
    padding: 5vw;
  }
  #contact .contact p {
    font-size: 3.5vw;
  }
}
