@charset "UTF-8";

@media screen and (min-width: 750px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 749px) {
  .pc {
    display: none !important;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  list-style: none;
  vertical-align: baseline;
  text-decoration: none;
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

html {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  font-size: 62.5% !important;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  color: #000;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.87;
}

div,
main,
section {
  position: relative;
  display: block;
}

*:focus {
  outline: none;
}

p {
  line-height: 1.8;
}
p.bold {
  font-weight: bold;
}
p.mid {
  font-size: 1.4rem;
}
ruby rt {
  font-size: 1rem;
  transform: translateY(3px) scale(0.8);
}
img {
  width: 100%;
}
a {
  text-decoration: none;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
a:hover {
	opacity:0.7;
  filter: alpha(opacity=70);
  -moz-opacity:0.7;
}
iframe {
  border: none;
  width: 560px;
  height: 315px;
}

/* Loading　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background:#fff;
  color:#ddd;
  text-align:center;
}
#loadingImg {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 378px;
  transform: translate(-50%,-50%);
}
#loadingAnime {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 46px;
  transform: translate(-50%,-50%);
}

/*header*/
.header {
  position: fixed;
  z-index: 100;
  display: flex;
  width: 100%;
  height: 80px;
  background: #FFF;
  justify-content: flex-start;
}
@media screen and (max-width: 749px) {
  .header {
    height: 85px;
    flex-wrap: wrap;
  }
}
.header_credit {
  display: block;
  display: flex;
  margin-left: 10px;
  height: 100%;
  color: #002764;
  font-size: 1.2rem;
  align-items: center;
}
@media screen and (min-width: 750px) {
  .header_credit {
    margin-right: auto;
  }
}
@media screen and (max-width: 749px) {
  .header_credit {
    padding: 0px 0;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.5;
    justify-content: center;
  }
}
.header_center {
  display: flex;
  margin: auto;
  height: 100%;
  align-items: center;
}
@media screen and (min-width: 750px) {
  .header_center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 749px) {
  .header_center {
    width: 100%;
    height: auto;
    justify-content: center;
  }
}
.header_intro {
  margin-right: 25px;
  width: 143px;
}
@media screen and (min-width: 750px) {
  .header_intro {
    margin-left: auto;
  }
}
@media screen and (max-width: 749px) {
  .header_intro {
    width: 120px;
  }
}
.header_logo {
  display: block;
  width: 108px;
}
@media screen and (max-width: 749px) {
  .header_logo {
    width: 90px;
  }
}

/*shere btn*/
.share {
  display: flex;
  width: 130px;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 750px) {
  .share {
    margin-left: auto;
    max-width: 130px;
  }
}
@media screen and (max-width: 749px) {
  .share {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.share_text {
  font-weight: 700;
  font-size: 1.2rem;
}
@media screen and (max-width: 749px) {
  .share_text {
    font-size: 1.0rem;
  }
}
.share_link {
  cursor: pointer;
}
@media screen and (min-width: 750px) {
  .share_link {
    margin-left: 5px;
    width: 30px;
  }
}
@media screen and (max-width: 749px) {
  .share_link {
    margin-bottom: 5px;
    width: 26px;
  }
}
.opa {
  opacity: 1;
  transition: 0.5s;
}
.opa:hover {
  opacity: 0.5;
}
.w100 {
  display: block;
  width: 100% !important;
}

/*footer*/
footer {
  display: block;
  padding: 1rem 0;
  width: 100%;
  background-color: #fff;
}
#footerContent {
  display: block;
  margin: 0 auto;
  max-width: 960px;
}
#footerContent p {
  display: block;
  margin: 1.0rem auto;
  padding: 0;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.4rem;
}
/*floatingBanner*/
#floatingBanner {
  position: fixed;
	right: -10px;
	bottom: 20px;
	z-index: 20;
  width: 330px;
}
/*common*/
.inner184 {
  position: relative;
  margin: 0 0 30px 0;
  width: 184px;
}
.inner214 {
  position: relative;
  width: 214px;
}
.inner240 {
  position: relative;
  width: 240px;
}
.inner300 {
  position: relative;
  width: 300px;
}
.inner376 {
  position: relative;
  width: 376px;
}
.inner345 {
  position: relative;
  width: 345px;
}
p.inner345 {
  position: relative;
  margin: 0 0 30px 0;
  width: 345px;
}
.inner560 {
  position: relative;
  margin: 0 auto;
  width: 560px;
}
.inner560 a {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 55px;
  text-align: center;
}
.inner1000 {
  display: flex;
  margin: 0 auto;
  width: 1000px;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.width100 {
  width: 100% !important;
}
.text12 {
  font-size: 1.2rem;
}
.accordion {
  cursor: pointer;
}
.flexBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

/*hero*/
#hero {
  position: relative;
  top: 395px;
  left: 50%;
  overflow: hidden;
  min-width: 1200px;
  min-height: 630px;
  height: 37vw;
  background-size: 110%;
  transform: translate(-50%,-50%);
}
#heroBack1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-height: 630px;
  height: 37vw;
  background: url("../img/hero_back.jpg") no-repeat center center;
  background-size: 110%;
  opacity:0.0;
  filter: alpha(opacity=0);
  transform: translate(-50%,-50%);
  -moz-opacity:0.0;
}
#heroBack1.animateStart {
  animation: back-move01 9.0s ease-out forwards;
}
@keyframes back-move01 {
  35%{ background-size: 130%;
    opacity:0.0;
    filter: alpha(opacity=0);
    -moz-opacity:0.0; }
  100%{ background-size: 110%;
    opacity:1.0;
    filter: alpha(opacity=100);
    -moz-opacity:1.0; }
}
#heroBack2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 630px;
  background: linear-gradient(90deg, #2ea7e0, #34ffff);
  transform: translate(-50%,-50%);
}
#heroChara1-1, #heroChara1-2, #heroChara1-3, #heroChara1-4, #heroChara1-5 {
  position: absolute;
  transform: translate(-50%,-50%);
}
#heroChara1-1 {
  top: 850px;
  left: 680px;
  width: 427px;
}
#heroChara1-1.animateStart {
  animation: chara-move01-01 3.0s ease-in forwards;
}
@keyframes chara-move01-01 {
  30%{ top: 850px; }
  60%{ top: 284px; }
  65%{ top: 324px; }
  100%{ top: 324px; }
}
#heroChara1-2 {
  top: 800px;
  left: 410px;
  width: 181px;
}
#heroChara1-2.animateStart {
  animation: chara-move01-02 3.0s ease-in forwards;
}
@keyframes chara-move01-02 {
  35%{ top: 800px; }
  65%{ top: 420px; }
  70%{ top: 460px; }
  100%{ top: 460px; }
}
#heroChara1-3 {
  top: 900px;
  left: 320px;
  width: 311px;
}
#heroChara1-3.animateStart {
  animation: chara-move01-03 3.0s ease-in forwards;
}
@keyframes chara-move01-03 {
  40%{ top: 900px; }
  70%{ top: 340px; }
  75%{ top: 380px; }
  100%{ top: 380px; }
}
#heroChara1-4 {
  top: 900px;
  left: 160px;
  width: 218px;
}
#heroChara1-4.animateStart {
  animation: chara-move01-04 3.0s ease-in forwards;
}
@keyframes chara-move01-04 {
  65%{ top: 900px; }
  75%{ top: 440px; }
  80%{ top: 480px; }
  100%{ top: 480px; }
}
#heroChara1-5 {
  top: 1000px;
  left: 60px;
  width: 230px;
}
#heroChara1-5.animateStart {
  animation: chara-move01-05 3.0s ease-in forwards;
}
@keyframes chara-move01-05 {
  50%{ top: 1000px; }
  80%{ top: 364px; }
  85%{ top: 404px; }
  100%{ top: 404px; }
}


@media screen and (min-width: 1880px) {
  #heroCharaPos2 {
    position: relative;
    display: block;
    top: 16%;
    max-width: 1440px;
    min-width: 630px;
    height: 37vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1879px) {
  #heroCharaPos2 {
    position: relative;
    display: block;
    top: 5%;
    max-width: 1440px;
    min-width: 630px;
    height: 37vw;
    margin: 0 auto;
  }
}
#heroChara2-1, #heroChara2-2, #heroChara2-3, #heroChara2-4, #heroChara2-5 {
  position: absolute;
  transform: translate(-50%,-50%);
}
#heroChara2-1 {
  top: 354px;
  left: -15%;
  width: 287px;
}
#heroChara2-1.animateStart {
  animation: chara-move02-01 12.5s ease-in forwards;
}
@keyframes chara-move02-01 {
  0%{ left: -40%; }
  85%{ left: -40%; }
  90%{ left: 27%; }
  92%{ left: 26%; }
  100%{ left: 26%; }
}
#heroChara2-2 {
  top: 190px;
  left: 30%;
  width: 140px;
}
#heroChara2-2.animateStart {
  animation: chara-move02-02 12.5s ease-in forwards;
}
@keyframes chara-move02-02 {
  0%{ left: -40%; }
  65%{ left: -40%; }
  70%{ left: 31%; }
  72%{ left: 30%; }
  100%{ left: 30%; }
}
#heroChara2-3 {
  top: 193px;
  left: 22%;
  width: 149px;
}
#heroChara2-3.animateStart {
  animation: chara-move02-03 12.5s ease-in forwards;
}
@keyframes chara-move02-03 {
  0%{ left: -40%; }
  70%{ left: -40%; }
  75%{ left: 23%; }
  77%{ left: 22%; }
  100%{ left: 22%; }
}
#heroChara2-4 {
  top: 200px;
  left: 12.5%;
  width: 148px;
}
#heroChara2-4.animateStart {
  animation: chara-move02-04 12.5s ease-in forwards;
}
@keyframes chara-move02-04 {
  0%{ left: -40%; }
  75%{ left: -40%; }
  80%{ left: 13.5%; }
  82%{ left: 12.5%; }
  100%{ left: 12.5%; }
}
#heroChara2-5 {
  top: 204px;
  left: 6%;
  width: 120px;
}
#heroChara2-5.animateStart {
  animation: chara-move02-05 12.5s ease-in forwards;
}
@keyframes chara-move02-05 {
  0%{ left: -40%; }
  80%{ left: -40%; }
  85%{ left: 7%; }
  87%{ left: 6%; }
  100%{ left: 6%; }
}
@media screen and (min-width: 1880px) {
  #heroLogo {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 430px;
    opacity:0.0;
    filter: alpha(opacity=0);
    transform: translate(-50%,-50%) scale(1.0) rotate(359deg);
    -moz-opacity:0.0;
  }
}

@media screen and (max-width: 1879px) {
  #heroLogo {
    position: absolute;
    top: 36%;
    left: 50%;
    width: 430px;
    opacity:0.0;
    filter: alpha(opacity=0);
    transform: translate(-50%,-50%) scale(1.0) rotate(359deg);
    -moz-opacity:0.0;
  }
}
#heroLogo.animateStart {
  animation: logo-move 12.5s ease-out forwards;
}
@keyframes logo-move {
  0%{
    opacity:0.0;
    filter: alpha(opacity=0); transform: translate(-50%,-50%) scale(0.1) rotate(359deg);
    -moz-opacity:0.0; }
  90%{
    opacity:0.0;
    filter: alpha(opacity=0); transform: translate(-50%,-50%) scale(0.1) rotate(359deg);
    -moz-opacity:0.0; }
  95%{
    opacity:1.0;
    filter: alpha(opacity=100); transform: translate(-50%,-50%) scale(1.0) rotate(0deg);
    -moz-opacity:1.0; }
  100%{
    opacity:1.0;
    filter: alpha(opacity=100); transform: translate(-50%,-50%) scale(1.0) rotate(0deg);
    -moz-opacity:1.0; }
}
#heroFront {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 50;
}
#heroTitle {
  position: absolute;
  bottom: 42%;
  left: 150%;
  width: 750px;
  transform: translate(-50%,0);
  z-index: 51;
}
#heroTitle.animateStart {
  animation: title-move 12.5s ease-in forwards;
}
@keyframes title-move {
  0%{ bottom: 42%;
  left: 150%; }
  90%{ bottom: 42%;
  left: 150%; }
  95%{ bottom: 0%;
  left: 50%; }
  100%{ bottom: 0%;
  left: 50%; }
}

/*scenario*/
section#scenario {
  padding: 10rem 0 0 0;
}
.scenarioNavi {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
.scenarioNavi p {
  position: absolute;
  text-align: center;
  transform: translate(-50%,-50%);
  top: 40%;
  left: 50%;
  line-height: 1.4;
  font-weight: 900;
  text-shadow: 1px 1px 0 rgb(255,255,255), 0 0 3px rgb(255,255,255);
}
.scenarioNavi01, .scenarioNavi02, .scenarioNavi03, .scenarioNavi04, .scenarioNavi05, .scenarioNavi01on, .scenarioNavi02on, .scenarioNavi03on, .scenarioNavi04on, .scenarioNavi05on {
  position: absolute;
  width: 264px;
  transform: translate(-50%,-50%);
}
.scenarioNavi01, .scenarioNavi02, .scenarioNavi03, .scenarioNavi04, .scenarioNavi05 {
  z-index: 2;
}
.scenarioNavi01on, .scenarioNavi02on, .scenarioNavi03on, .scenarioNavi04on, .scenarioNavi05on {
  z-index: 1;
}
.scenarioNavi01, .scenarioNavi01on {
  top: 75%;
  left: 14%;
}
.scenarioNavi02, .scenarioNavi02on {
  top: 28%;
  left: 16%;
}
.scenarioNavi03, .scenarioNavi03on {
  top: 28%;
  left: 47%;
}
.scenarioNavi04, .scenarioNavi04on {
  top: 58%;
  left: 65%;
}
.scenarioNavi05, .scenarioNavi05on {
  top: 30%;
  left: 84%;
}

.scenarioNavi02 p, .scenarioNavi02on p {
  color: #2b39c9;
}
.scenarioNavi03 p, .scenarioNavi03on p {
  color: #c12a78;
}
.scenarioNavi04 p, .scenarioNavi04on p {
  color: #ffa800;
}
.scenarioNavi05 p, .scenarioNavi05on p {
  color: #5c159e;
}


#scenario h2 {
  margin: 0 auto 40px auto;
  max-width: 960px;
  width: 100%;
  text-align: center;
}
#scenario h3 {
  margin: 0 0 20px 0;
  width: 100%;
  text-align: center;
}
#scenario .more01 h3, #scenario .more02 h3 {
  width: 100%;
  font-size: 2.0rem;
}
#scenario .more02 h3 {
  background: url("../img/heading_more02_fuki.png") no-repeat center 30px;
  background-size: 50px;
}
#scenario .more01 h3 span, #scenario .more02 h3 span {
  padding: 5px 20px;
  background-color:  #ffff6d;
  line-height: 8rem;
}
#scenario .more01 h2, #scenario .more02 h2, #scenario .more02a h2 {
  margin: 0 auto !important;
  height: 100px;
  text-align: center;
}
#scenario .more01 h2 {
  background: url("../img/heading_more01.png") no-repeat center center;
  background-size: 100%;
}
#scenario .more02 h2 {
  background: url("../img/heading_more02.png") no-repeat center center;
  background-size: 100%;
}
#scenario .more02a h2 {
  background: url("../img/heading_more02a.png") no-repeat center center;
  background-size: 100%;
}
#scenario .more01 h2 img, #scenario .more02 h2 img, #scenario .more02a h2 img {
  position: relative;
  top: 50%;
  left: 30%;
  width: 46px;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  transform: translate(-50%,-50%) rotate(0deg);
}
#scenario h2.acCheck img {
  transform: translate(-50%,-50%) rotate(90deg);
}
#scenario .more01 .inner560, #scenario .more02 .inner560, #scenario .more02a .inner560 {
  display: none;
  padding: 0 0 40px 0 !important;
}
#scenario .note {
  font-size: 1.2rem;
  line-height: 1.6rem !important;
  display: block;
}
.acBoxCheck {
}
.fukidashi {
  margin: 30px auto;
  width: 560px;
}
.fukidashi p {
  padding: 30px;
  max-width: 485px;
}
.gioL, .gioR, .kumpoL, .kumpoR, .mikiL, .mikiR, .pipiL, .pipiR, .knowL, .knowR, .keiL, .keiR, .researcherL, .researcherR {
  position: relative;
}
.gioL p, .kumpoL p, .mikiL p, .pipiL p, .knowL p, .keiL p, .researcherL p {
  margin: 0 0 30px 30px;
  border-radius: 12px 12px 12px 0;
}
.gioR p, .kumpoR p, .mikiR p, .pipiR p, .knowR p, .keiR p, .researcherR p {
  margin: 0 0 30px 40px;
  border-radius: 12px 12px 0 12px;
}
.fukidashi .gioL p, .fukidashi .gioR p {
  background-color: #64dcfa;
}
.fukidashi .kumpoL p, .fukidashi .kumpoR p {
  background-color: #ddff00;
}
.fukidashi .mikiL p, .fukidashi .mikiR p {
  background-color: #c08bff;
}
.fukidashi .pipiL p, .fukidashi .pipiR p {
  background-color: #ff9600;
}
.fukidashi .knowL p, .fukidashi .knowR p {
  background-color: #afaf9b;
}
.fukidashi .keiL p, .fukidashi .keiR p {
  background-color: #ffff00;
}
.fukidashi .researcherL p, .fukidashi .researcherR p {
  background-color: #ffb0f7;
}
.fukidashi .iconLeft {
  position: absolute;
  bottom: -5px;
  left: 30px;
  width: 170px;
  transform: translate(-100%,0%);
}
.fukidashi .iconRight {
  position: absolute;
  right: 35px;
  bottom: -5px;
  width: 170px;
  transform: translate(100%,0%);
}
/* 画面外にいる状態 */
.fadeinLeft {
  opacity:0.0;
  filter: alpha(opacity=0);
  transition : all 500ms;
  -webkit-transform : translate(-50px, 0);
  -moz-transform : translate(-50px, 0);
  -ms-transform : translate(-50px, 0);
  -o-transform : translate(-50px, 0);
  transform : translate(-50px, 0);
  -moz-opacity:0.0;
}
.fadeinRight {
  opacity:0.0;
  filter: alpha(opacity=0);
  transition : all 500ms;
  -webkit-transform : translate(50px, 0);
  -moz-transform : translate(50px, 0);
  -ms-transform : translate(50px, 0);
  -o-transform : translate(50px, 0);
  transform : translate(50px, 0);
  -moz-opacity:0.0;
}
.fadeinBottom {
  opacity:0.0;
  filter: alpha(opacity=0);
  transition : all 500ms;
  -webkit-transform : translate(0, 50px);
  -moz-transform : translate(0, 50px);
  -ms-transform : translate(0, 50px);
  -o-transform : translate(0, 50px);
  transform : translate(0, 50px);
  -moz-opacity:0.0;
}

/* 画面内に入った状態 */
.fadeinLeft.scrollin, .fadeinRight.scrollin, .fadeinBottom.scrollin {
  opacity:1.0;
  filter: alpha(opacity=100);
  -webkit-transform : translate(0, 0);
  -moz-transform : translate(0, 0);
  -ms-transform : translate(0, 0);
  -o-transform : translate(0, 0);
  transform : translate(0, 0);
  -moz-opacity:1.0;
}

#scenario .column {
  margin: 0;
  padding: 20px 0;
  background-color: #e5e9ec;
}

.slider01 {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 20px 0;
  height: auto;
}
.slider02, .slider03 {
  position: relative;
}
.sliderItem01-1 {
}
.sliderItem01-2 {
}
.sliderItem01-3 {
}
.slider-item1 {
  width: 560px !important;
  height: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider-item2 {
  width: 560px !important;
  height: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slick-prev, .slick-next {
  position: absolute;
  top: 30%;
  z-index: 3;
  width: 46px;
  height: 46px;
  outline: none;
  background: url("../img/icon_slider_column01.png") no-repeat center center;
  background-size: cover;
  cursor: pointer;
}
.slick-prev {
  left: 2.5%;
  transform: rotate(180deg);
}
.slick-next {
  right: 5.5%;
  transform: rotate(0deg);
}
.slick-dots {
  position: relative;
  z-index: 3;
  margin: 20px auto 0 auto;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 16px !important;
}
.slick-dots button {
  display: block;
  width: 16px;
  height: 16px;
  outline: none;
  border-radius: 50%;
  background-color: #8b8d8a;
  color: transparent;
}
.slick-dots .slick-active button {
  background-color: #333;
}


.wrapper {
    position: relative;
    overflow: hidden;
    margin: 40px 0 20px 0;
    width: 560px;
    height: 350px;
}
.flex {
    position: absolute;
    display: flex;
}
.box {
    width: 560px;
    height: 350px;
}
.box p {
  margin: 0 auto;
  width: 360px;
}
.wrapper3 {
    position: relative;
    overflow: hidden;
    margin: 40px 0 20px 0;
    width: 560px;
    height: 430px;
}
.flex3 {
    position: absolute;
    display: flex;
}
.box3 {
    width: 560px;
    height: 350px;
}
.box3 p {
  margin: 0 auto;
  width: 350px;
}
.box1 {}
.box2 {}
.box3 {}
.box4 {}
.slider02 .prev, .slider02 .next, .slider03 .prev, .slider03 .next {
  position: absolute;
  top: 120px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  text-indent: -9999px;
}
.slider02 .prev, .slider03 .prev {
  left: 30px;
  background: url("../img/icon_slider_column01.png") no-repeat center center;
  background-size: cover;
  transform: translate(-50%,-50%) rotate(180deg);
}
.slider02 .next, .slider03 .next {
  right: 30px;
  background: url("../img/icon_slider_column01.png") no-repeat center center;
  background-size: cover;
  transform: translate(-50%,-50%);
}


.source {
  margin: 100px 0 0 0;
  text-align: center;
}
.bookSource {
  display: block;
  margin: 0 auto;
  width: 68px;
}
.bookSourceLink {
  height: auto !important;
  width: 68px !important;
}

.sourceAll {
  margin: 40px 0;
  text-align: center;
}
.bookSourceAll {
  display: block;
  margin: 0 auto;
  width: 147px;
}
.bookSourceAllLink {
  display: block;
  margin: 0 auto;
  height: auto !important;
  width: 147px !important;
}

.scenarioCheck {
  display: block !important;
}
#scenario01, #scenario02, #scenario03, #scenario04, #scenario05 {
  display: none;
}
#scenario .btnArea {
  display: flex;
  margin: 20px auto 40px auto;
  width: 960px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
}
#scenario .btnArea a {
  display: block;
  padding: 10px 0;
  width: 40%;
  border-radius: 12px;
  color: #fff;
  line-height: 2.2rem;
}
#scenario .btnArea a.story01 {
  background-color: #008851;
}
#scenario .btnArea a.story02 {
  background-color: #000df6;
}
#scenario .btnArea a.story03 {
  background-color: #d60079;
}
#scenario .btnArea a.story04 {
  background-color: #f0872b;
}
#scenario .btnArea a.story05 {
  background-color: #6600a5;
}
.sdgs {
  margin: 0 0 40px 0;
  padding: 20px 0;
  background-color: #d2ecfa;
  text-align: center;
  font-size: 1.2rem;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sdgs img {
  margin: 0 20px 20px 0;
  width: 297px;
}
.sdgs a img {
  width: 81px;
}
.sdgs p {
  width: 800px;
  margin: 0 auto;
}

/*scenario01*/
#scenario01 .column ul {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
#scenario01 .column ul span {
  font-weight: 700;
}
#scenario01 .column ul li {
  width: 150px;
}
#scenario01 .slick-dots .slick-active button {
  background-color: #6fb52c;
}
#scenario01 .game {
  margin: 0 0 5px 0;
  padding: 20px 0;
  background-color: #6fb52c;
}
.pushStar {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  display: block;
  width: 24rem;
  height: auto;
  border: solid 2px #000;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px rgb(0 0 0);
  text-align: center;
  font-size: 3rem;
  transform: translate(-50%,-50%);
}
.pushStar.btnActive {
  display: none;
}
.popup {
  position: absolute;
  top: 49%;
  left: 50%;
  z-index: 99;
  visibility: hidden;
  overflow: hidden;
  width: 520px;
  height: 340px;
  border-radius: 2px;
  background: url("../img/scenario1_game.jpg") no-repeat center center;
  box-shadow: 2px 3px 8px 0px rgba(0,0,0,1.0);
  opacity: 0;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.popup img {
  display: block;
  margin: 0 auto;
  width: 206px;
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: -20px;
  left: 50%;
}
.popup2 {
  position: absolute;
  top: 49%;
  left: 50%;
  z-index: 99;
  visibility: hidden;
  overflow: hidden;
  width: 520px;
  height: 340px;
  border-radius: 2px;
  background: url("../img/scenario1_game.jpg") no-repeat center center;
  box-shadow: 2px 3px 8px 0px rgba(0,0,0,1.0);
  opacity: 0;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.popup2 img {
  display: block;
  margin: 0 auto;
  width: 271px;
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: -20px;
  left: 50%;
}
#field {
  margin: 0 auto 2.2rem;
  width: 50%;
  background: url("../img/scenario1_game_back.jpg") no-repeat center center;
}
#field.num {
  background: url("../img/scenario1_game_back_num.jpg") no-repeat center center !important;
}
#field img {
  width: auto !important;
}
#scenario01 #num-button {
}
#scenario01 #num-button-hidden {
  display: none;
}
#scenario01 .game h3 {
  margin: 0 0 20px 0;
}
#scenario01 .game ul {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#scenario01 .game ul li {
  margin: 0 20px;
  padding: 20px 0;
  width: 134px;
  background: url("../img/btn_scenario01_back1.png") no-repeat center center;
  background-size: cover;
  cursor: pointer;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
#scenario01 .game ul li:nth-child(2) {
  background: url("../img/btn_scenario01_back2.png") no-repeat center center;
  background-size: cover;
}
#scenario01 .game ul li:hover {
  opacity:0.7;
  filter: alpha(opacity=70);
  -moz-opacity:0.7;
}
#scenario01 #gameClear01 {
  display: none;
}

#scenario01 .fukidashiAll {
  position: relative;
  margin: 0 0 220px 0;
  height: 300px;
  background: url("../img/img_scenario01_back.jpg") no-repeat center center fixed;
  background-size: cover;
}
#scenario01 .fukidashiAll img {
  position: absolute;
  top: 120%;
  left: 50%;
  width: 568px;
  transform: translate(-50%,-50%);
}
#scenario01 .more01 {
  margin: 0 0 5px 0;
  padding: 0;
  background-color: #6fb52c;
}
#scenario01 .more02 {
  margin: 0 0 5px 0;
  padding: 0;
  background-color: #64bba6;
}

#scenario01 .more01 h3, #scenario01 .more02 h3 {
  text-align: center;
}
#scenario01 .chara01 {
  position: absolute;
  top: 220px;
  left: 550px;
  z-index: 10;
  width: 157px;
  transform: translate(-50%,-50%);
}
#scenario01 .chara02 {
  position: absolute;
  top: 290px;
  left: -90px;
  z-index: 10;
  width: 169px;
  transform: translate(-50%,-50%);
}


/*scenario02*/
#scenario02 .introduction img {
  width: 40%;
}
#scenario02 .introduction p {
  display: block !important;
  width: 47%;
}
#scenario02 .column.researcher {
  background-color: #ffb0f7 !important;
}
#scenario02 .column ul {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
#scenario02 .column ul span {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.8rem;
}
#scenario02 .column ul li {
  margin: 0 0 20px 0;
  width: 140px;
  color: #54c3f1;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
#scenario02 .game {
  position: relative;
  margin: 0 0 5px 0;
  padding: 20px 0;
  background-color: #54c3f1;
}
#scenario02 .game h3 {
  margin: 0 0 20px 0;
  font-size: 2.0rem;
}
#scenario02 .game h3 span {
  color: #fff;
  font-size: 2.8rem;
}
#scenario02 .game ul {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  justify-content: space-between;
}
#scenario02 .game ul li {
  margin: 0 0 20px 0;
  padding: 1.2rem 0 1.2rem 5rem;
  width: 47%;
  border: solid 2px #000;
  border-radius: 20px;
  background-color: #fff;
  cursor: pointer;
}
.quizeChoiceA {
  background: url("../img/icon_quize_a.gif") no-repeat left center;
  background-size: contain;
}
.quizeChoiceB {
  background: url("../img/icon_quize_b.gif") no-repeat left center;
  background-size: contain;
}
.quizeChoiceC {
  background: url("../img/icon_quize_c.gif") no-repeat left center;
  background-size: contain;
}
.quizeChoiceD {
  background: url("../img/icon_quize_d.gif") no-repeat left center;
  background-size: contain;
}
.quizeActive {
  opacity:0.5;
  filter: alpha(opacity=50);
  -moz-opacity:0.5;
}
#quize-2-check {
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  width: 112px;
  height: 54px;
  background: url("../img/btn_quize.png") no-repeat center center;
  background-size: contain;
  text-align: center;
  cursor: pointer;
}
#quize-2-check:hover {
  opacity:0.5;
  filter: alpha(opacity=50);
  -moz-opacity:0.5;
}
#scenario02 .game .gameTrue2 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(42,98,121,0.8);
  opacity: 0;
  transform: translate(-50%,-50%);
}
#scenario02 .game .gameFalse2 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(42,98,121,0.8);
  opacity: 0;
  transform: translate(-50%,-50%);
}
#scenario02 .game .gameTrue2 p, #scenario02 .game .gameFalse2 p {
  position: relative;
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
  font-size: 3.0rem;
  transform: translate(-50%,-50%);
}
#scenario02 .game .gameTrue2 p img {
  width: 300px;
}
#scenario02 .game .gameFalse2 p img {
  width: 400px;
}
.gameChataTrue {
  position: absolute;
  top: 124px;
  left: 75%;
  width: 170px !important;
  transform: translate(-50%,-50%);
}
.gameChataFalse {
  position: absolute;
  top: 104px;
  left: 25%;
  width: 160px !important;
  transform: translate(-50%,-50%);
}
#gameClear02 {
  display: none;
}
#scenario02 .chara01 {
  position: absolute;
  top: 260px;
  left: 650px;
  z-index: 10;
  width: 168px;
  transform: translate(-50%,-50%);
}
#scenario02 .chara02 {
  position: absolute;
  top: 490px;
  left: 515px;
  z-index: 10;
  width: 284px;
  transform: translate(-50%,-50%);
}
#scenario02 .fukidashiAll {
  position: relative;
  margin: 0 0 90px 0;
  height: 300px;
  background: url("../img/img_scenario02_back.jpg") no-repeat center center;
  background-size: 100%;
}
#scenario02 .fukidashiAll img {
  position: absolute;
  top: 90%;
  left: 50%;
  width: 568px;
  transform: translate(-50%,-50%);
}
#scenario02 .more01 {
  margin: 0 0 5px 0;
  padding: 0;
  background-color: #54c3f1;
}
#scenario02 .more01 h3 {
  margin: 60px auto 0 auto;
}
#scenario02 .more01 h3:nth-child(1) {
  margin: 0 auto;
}
#scenario02 .more01 p {
  padding: 50px 0 0 0;
  width: 228px;
}
.scenario02Icon1 {
  background: url("../img/icon_scenario02_more01.gif") no-repeat center top 10px;
  background-size: 30px;
}
.scenario02Icon2 {
  background: url("../img/icon_scenario02_more02.gif") no-repeat center top 10px;
  background-size: 30px;
}
.scenario02Icon3 {
  background: url("../img/icon_scenario02_more03.gif") no-repeat center top 10px;
  background-size: 30px;
}
.scenario02Icon4 {
  background: url("../img/icon_scenario02_more04.gif") no-repeat center top 10px;
  background-size: 30px;
}
#scenario02 .more02 {
  margin: 0 0 5px 0;
  padding: 0;
  background-color: #63a9ff;
}
#scenario02 .slick-dots .slick-active button {
  background-color: #fff;
}
#scenario02 .chara03 {
  position: absolute;
  top: 340px;
  left: 440px;
  z-index: 10;
  width: 300px;
  transform: translate(-50%,-50%);
}
#scenario02 .chara04 {
  position: static;
  margin: 0 0 0 -60px;
  width: 320px;
  transform: translate(0%,0%);
}
#scenario02 .chara05 {
  margin: 20px auto 0 auto;
  width: 240px;
}


/*scenario03*/
#scenario03 .column p span {
  font-size: 2.2rem !important;
}
#scenario03 .scenario03Note {
  padding: 0 30px 30px 40px !important;
  max-width: 560px;
}
#scenario03 .game {
  position: relative;
  margin: 0 0 5px 0;
  padding: 20px 0;
  background-color: #ee87b4;
}
#scenario03 .game h3 {
  margin: 0 0 20px 0;
  font-size: 2.0rem;
}
#scenario03 .game h3 span {
  color: #fff;
  font-size: 2.8rem;
}
#scenario03 .game ul {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  justify-content: space-between;
}
#scenario03 .game ul li {
  margin: 0 0 20px 0;
  padding: 1.2rem 0 1.2rem 5rem;
  width: 47%;
  border: solid 2px #000;
  border-radius: 20px;
  background-color: #fff;
  cursor: pointer;
}
#quize-3-check {
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  width: 112px;
  height: 54px;
  background: url("../img/btn_quize.png") no-repeat center center;
  background-size: contain;
  text-align: center;
  cursor: pointer;
}
#quize-3-check:hover {
  opacity:0.5;
  filter: alpha(opacity=50);
  -moz-opacity:0.5;
}
#scenario03 .game .gameTrue3 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(238,135,180,0.8);
  opacity: 0;
  transform: translate(-50%,-50%);
}
#scenario03 .game .gameFalse3 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(238,135,180,0.8);
  opacity: 0;
  transform: translate(-50%,-50%);
}
#scenario03 .game .gameTrue3 p, #scenario03 .game .gameFalse3 p {
  position: relative;
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
  font-size: 3.0rem;
  transform: translate(-50%,-50%);
}
#scenario03 .game .gameTrue3 p img {
  width: 300px;
}
#scenario03 .game .gameFalse3 p img {
  width: 400px;
}
#gameClear03 {
  display: none;
}
#scenario03 .chara01 {
  position: absolute;
  top: 260px;
  left: 650px;
  z-index: 10;
  width: 168px;
  transform: translate(-50%,-50%);
}
#scenario03 .chara02 {
  position: absolute;
  top: 90px;
  left: 470px;
  width: 346px;
  transform: translate(-50%,-50%);
}
#scenario03 .more01 {
  margin: 0 0 5px 0;
  padding: 0;
  background-color: #ee87b4;
}
#scenario03 .more01 .inner214 {
  margin: 10px 0 0 0 !important;
}
#scenario03 .more01 #pict {
  display: flex;
  margin: 20px auto 40px auto;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#scenario03 .more01 #pict img {
  margin: 0 10px 0 0;
  width: 287px;
}
#scenario03 .more01 #pict .note {
  width: 250px;
  font-size: 1.2rem;
}
#scenario03 .more01 .inner345 {
  margin: 10px 0 0 0 !important;
}
#scenario03 .more02 {
  margin: 0 0 5px 0;
  padding: 0;
  background-color: #ffaab4;
}
#scenario03 .more02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#scenario03 .more02 ul li {
  position: relative;
  margin: 20px 0 0 0;
  width: 47%;
}
#scenario03 .more02 ul li span {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 900;
}
#scenario03 .fukidashiWork {
  margin: 0 0 40px 0;
  padding: 40px 0;
  background: url("../img/back_work.gif");
}
.innerWork {
  display: block;
  margin: 0 auto;
  padding: 65px 160px;
  width: 1000px;
  height: 200px;
  background-color: #fff;
  color: #ee18b4;
}
#scenario03 .chara01 {
  position: absolute;
  top: 260px;
  left: 650px;
  z-index: 10;
  width: 168px;
  transform: translate(-50%,-50%);
}
#scenario03 .chara02 {
  position: absolute;
  top: 80px;
  left: 480px;
  z-index: 10;
  width: 360px;
  transform: translate(-50%,-50%);
}
#scenario03 .chara03 {
  position: absolute;
  top: 100px;
  left: 700px;
  z-index: 10;
  width: 200px;
  transform: translate(-50%,-50%);
}
#scenario03 .fukidashiAll img {
  display: block;
  margin: 0 auto 40px auto;
  width: 605px;
}


/*scenario04*/
#scenario04 .game {
  position: relative;
  margin: 0 0 5px 0;
  padding: 20px 0;
  background-color: #fabe00;
  overflow-y: hidden;
}
#scenario04 .game p {
  text-align: center;
}
#scenario04 .game #scenario04GameBack {
  position: relative;
  left: 50%;
  margin: 0;
  width: 650px;
  transform: translate(-50%,0);
}
#scenario04 .game ul, #scenario04 .game ul li {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translate(-50%,-50%);
}
#scenario04 .game ul li {
  z-index: 20;
  background-color: #ff9300;
  text-indent: -99999px;
  opacity:0.0;
  filter: alpha(opacity=0);
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-opacity:0.0;
}
#scenario04 .game ul li:hover {
  opacity:0.9 !important;
  filter: alpha(opacity=90);
  -moz-opacity:0.9 !important;
}
#find-target01 {
  top: -400px;
  left: 330px;
}
#find-target02 {
  top: -280px;
  left: 90px;
}
#find-target03 {
  top: -390px;
  left: 440px;
}
#find-target04 {
  top: -150px;
  left: 510px;
}
#find-target05 {
  top: -140px;
  left: 350px;
}
#scenario04 .game #find-4ans1,
#scenario04 .game #find-4ans2,
#scenario04 .game #find-4ans3,
#scenario04 .game #find-4ans4,
#scenario04 .game #find-4ans5 {
  position: absolute;
  top: 260%;
  left: 50%;
  width: 670px;
  opacity:0.0;
  filter: alpha(opacity=0);
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  transform: translate(-50%,-50%);
  -moz-opacity:0.0;
  text-align: center;
}
#scenario04 .gameActive {
  top: 60% !important;
  opacity:1.0 !important;
  filter: alpha(opacity=100) !important;
  -moz-opacity:1.0 !important;
}
#scenario04 .gameBack {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fabe00;
  display: none;
  width: 100%;
  height: 100%;
  opacity:0.0;
  filter: alpha(opacity=0);
  -moz-opacity:0.0;
}
#scenario04 .gameBack.gameBackActive {
  display: block;
}
#scenario04 .fukidashiWork {
  margin: 0 0 40px 0;
  padding: 40px 0;
  background: url("../img/back_work2.gif");
}
#scenario04 .innerWork {
  display: block;
  margin: 0 auto;
  padding: 65px 160px;
  width: 1000px;
  height: 200px;
  background-color: #fff;
  color: #fabe00 !important;
}
#scenario04 .chara01 {
  position: absolute;
  top: 100px;
  left: 700px;
  z-index: 10;
  width: 200px;
  transform: translate(-50%,-50%);
}
#scenario04 .fukidashiAll img {
  display: block;
  margin: 40px auto;
  width: 850px;
}
#scenario04 .more01 {
  margin: 0 0 5px 0;
  padding: 0;
  background-color: #fabe00;
}
#scenario04 .more02 {
  margin: 0 0 5px 0;
  padding: 0;
  background-color: #f18d00;
}
#scenario04 .more02 h3 {
  background: none;
}
#scenario04 .more02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#scenario04 .more02 ul li {
  margin: 0 0 30px 0;
  width: 45%;
  text-align: center;
  line-height: 2.4rem;
}
#scenario04 .more02 ul li span {
  font-size: 2.2rem;
}


/*scenario05*/
#scenario05 .game {
  position: relative;
  margin: 0 0 5px 0;
  padding: 20px 0;
  background-color: #8b5be6;
}
#scenario05 .fukidashiAll img {
  display: block;
  margin: 40px auto;
  width: 700px;
}
#scenario05 .game {
  position: relative;
  margin: 0 0 5px 0;
  padding: 20px 0;
}
#scenario05 .game a {
  color: #000;
}
#scenario05 .game h3 {
  margin: 0 0 20px 0;
  text-align: left !important;
  font-size: 2.0rem;
}
#scenario05 .game h3 span {
  color: #fff;
  font-size: 2.8rem;
}
#scenario05 .game h3 span img {
  display: inline-block;
  margin: 0 0 0 10px;
  width: 2.8rem;
  vertical-align: middle;
}
#scenario05 .game ul {
  display: flex;
  margin: 0 0 30px 0;
  text-align: left;
  flex-wrap: wrap;
  justify-content: space-between;
}
#scenario05 .game ul li {
  margin: 0 0 20px 0;
  padding: 1.2rem 0 1.2rem 5rem;
  width: 47%;
  border: solid 2px #000;
  border-radius: 20px;
  background-color: #fff;
  cursor: pointer;
}
#quize-5-check {
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  width: 112px;
  height: 54px;
  background: url("../img/btn_quize.png") no-repeat center center;
  background-size: contain;
  text-align: center;
  cursor: pointer;
}
#quize-5-check:hover {
  opacity:0.5;
  filter: alpha(opacity=50);
  -moz-opacity:0.5;
}
#scenario05 .game .gameTrue5 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(102,0,165,0.8);
  opacity: 0;
  transform: translate(-50%,-50%);
}
#scenario05 .game .gameTrue5 p {
  position: relative;
  top: 15%;
  left: 50%;
  display: block;
  width: 430px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,0.8);
  font-size: 2.2rem;
  line-height: 5rem;
  transform: translate(-50%,-50%);
}
#scenario05 .game .gameTrue5 p span {
  display: block;
  text-align: center;
  font-size: 5rem;
}
.gameChataTrueAll {
  position: absolute;
  top: 490%;
  left: 50%;
  width: 600px !important;
  transform: translate(-50%,-50%);
}
#scenario05 .chara01, #scenario05 .chara02, #scenario05 .chara03, #scenario05 .chara04, #scenario05 .chara05, #scenario05 .chara06 {
  position: absolute;
  z-index: 10;
  transform: translate(-50%,-50%);
}
#scenario05 .chara01 {
  top: 260px;
  left: 650px;
  width: 168px;
}
#scenario05 .chara02 {
  top: 260px;
  left: 650px;
  width: 168px;
}
#scenario05 .chara03 {
  top: 480px;
  left: -80px;
  width: 120px;
}
#scenario05 .chara04 {
  top: 725px;
  left: 650px;
  width: 135px;
}
#scenario05 .chara05 {
  top: 952px;
  left: -80px;
  width: 112px;
}
#scenario05 .chara06 {
  top: 1197px;
  left: 650px;
  width: 97px;
}
#scenario05 .more01 {
  margin: 0 0 5px 0;
  padding: 0;
  background-color: #b464ff;
}
#scenario05 .more02a {
  margin: 0 0 5px 0;
  padding: 0;
  background-color: #002764;
}
#scenario05 .more02a .inner560 div {
  margin: 0 0 40px 0;
  border-radius: 12px;
  background-color: #fff;
}
.more02a h3 {
  margin: 0 0 0 170px !important;
  padding: 20px 0 0 0 !important;
  width: 318px !important;
}
.more02a p {
  margin: 0 0 0 170px !important;
  padding: 20px 0 0 0 !important;
  width: 325px !important;
}
.more02a ul {
  display: block;
  margin: 0 auto;
  width: 365px;
}
.more02a ul li {
  margin: 30px 0 0 0;
}
.more02a .chara07 {
  position: absolute;
  top: 0px;
  left: -20px;
  width: 190px;
}
.more02a .chara08 {
  margin: 0 0 -10px 0;
}


/*present*/
#present {
  padding: 60px 0;
  background-color: #f0fff7;
}
#present h2 {
  margin: 0 0 40px 0;
  padding: 0 0 10px 0;
  border-bottom: solid 3px #00c06b;
  color: #00c06b;
  font-weight: 700;
  font-size: 3.0rem;
  line-height: 2.6rem;
}
#present span {
  color: #000;
  font-size: 2.1rem;
  line-height: 4.6rem;
}
#present small {
  color: #000;
  font-size: 1.4rem;
}
#present p {
  width: 277px;
}
#present a.btn {
  display: block;
  margin: 60px auto 0 auto;
  padding: 19px 0 52px 0;
  width: 310px;
  background: url("../img/btn_present.png") no-repeat center center;
  background-size: 100%;
  color: #00c06b;
}
#present #image {
  position: absolute;
  top: 20px;
  left: 300px;
  width: 361px;
}


/*seminar*/
#seminar {
  padding: 60px 0;
  background-color: #fff4e1;
}
#seminar h2 {
  margin: 0 0 40px 0;
  padding: 0 0 10px 0;
  border-bottom: solid 3px #ffad00;
  color: #ffad00;
  font-weight: 700;
  font-size: 3.0rem;
  line-height: 3.6rem;
}
#seminar p {
  width: 277px;
}
#seminar dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#seminar dl dt {
  margin: 20px 0 0 0;
  font-weight: 900;
  font-size: 1.8rem;
  width: 20%;
}
#seminar dl dd {
  margin: 20px 0 0 0;
  width: 80%;
}
#seminar .note {
  padding: 20px 0 0 0;
  font-size: 1.2rem;
}
#seminar .note h3 {
  margin: 20px 0 0 0;
  font-weight: 900;
  font-size: 1.4rem;
}
#seminar .note p {
  font-size: 1.2rem;
  line-height: 1.8;
}
#seminar .note a {
  display: inline !important;
}
#seminar a.btn {
  display: block;
  margin: 30px auto 10px auto;
  padding: 19px 0 52px 0;
  width: 410px;
  background: url("../img/btn_seminar_3.png") no-repeat center center;
  background-size: 100%;
  color: #ffad00;
}
#seminar #image {
  position: absolute;
  top: 0px;
  left: 320px;
  width: 361px;
}
#seminar h3 {
  color: #ffad00;
  text-align: center;
  font-weight: 900;
  font-size: 2.0rem;
  line-height: 1.2;
  margin: 100px auto 10px auto;
}


/*result*/
#result {
  padding: 60px 0;
  background-color: #ffe6f2;
}
#result h2 {
  margin: 0 0 40px 0;
  padding: 0 0 10px 0;
  border-bottom: solid 3px #e02d85;
  color: #e02d85;
  font-weight: 700;
  font-size: 3.0rem;
  line-height: 3.6rem;
}
#result p {
  width: 277px;
}
#result #howto {
  margin: 40px 0;
  padding: 20px;
  border-radius: 12px;
  background-color: #f1c0d9;
}
#result #howto h3 {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 1.5px rgba(224,45,133,1.0)
  font-size: 2.1rem;
}
#result #howto dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#result #howto dl dt {
  margin: 10px 0 0 0;
  width: 5%;
}
#result #howto dl dt img {
  margin: 6px 0 0 0;
}
#result #howto dl dd {
  margin: 10px 0 0 0;
  width: 93%;
}
#result #howto a {
  display: block;
  margin: 20px auto 10px auto;
  padding: 19px 0 52px 0;
  width: 330px;
  background: url("../img/btn_result2.png") no-repeat center center;
  background-size: 100%;
  color: #e02d85;
}
#result #howto dl dd span {
  color: #e02d85;
}
#result dl {
  display: inline;
}
#result dl dt {
  margin: 20px 0 0 0;
  font-weight: 900;
  font-size: 1.8rem;
}

#result a.btn {
  display: block;
  margin: 60px auto 10px auto;
  padding: 19px 0 52px 0;
  width: 330px;
  background: url("../img/btn_result.png") no-repeat center center;
  background-size: 100%;
  color: #e02d85;
}
#result #image {
  position: absolute;
  top: -40px;
  left: 230px;
  width: 495px;
}

/*infomation*/
#infomation {
  padding: 60px 0;
  background-color: #002764;
  color: #fff;
}
#infomation .infomationInner {
  padding: 20px;
  width: 480px;
  border: solid 5px #fff;
  overflow-wrap: normal;
}
#infomation h2 {
  text-align: center;
  font-weight: 700;
  font-size: 2.1rem;
}
#infomation h2 span {
  color: #ffc900;
}
#infomation h3 {
  margin: 40px 0 20px 0;
  color: #ffc900;
  text-align: center;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 4rem;
}
#infomation h3 span {
  color: #fff;
  font-size: 3.0rem;
}
#infomation p {
  margin: 0 auto;
  width: 380px;
}
#infomation p span {
  font-size: 1.2rem;
}
#infomation p img {
  display: block;
  margin: 0 auto;
  width: 272px;
}
#infomation a {
  display: block;
  margin: 20px auto;
  padding: 20px 0;
  width: 300px;
  height: 69px;
  background: url("../img/btn_infomation.png") no-repeat center center;
  background-size: contain;
  color: #007deb;
  text-align: center;
}
/*archives*/
#archives {
  text-align: center;
}
#archives h2 {
  margin: 40px auto 0 auto;
  width: 560px;
  border-bottom: solid 2px #32d1ff;
  color: #32d1ff;
  text-align: center;
  font-weight: 700;
  font-size: 2.1rem;
}
#archives a {
  display: block;
  margin: 20px auto 40px auto;
  width: 560px;
}
