@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */
/* ----------------------------------------------------
base
---------------------------------------------------- */
html, body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 38px;
  line-height: 1.8;
  color: #181818;
  background: url(../images/common/bg_body.jpg);
  background-attachment: fixed;
  overflow-x: hidden;
}
@media screen and (max-width: 750px) {
  html, body {
    font-size: 19px;
  }
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

ul {
  list-style: none;
  box-sizing: border-box;
}
ul li {
  box-sizing: border-box;
}

/* ----------------------------------------------------
selection
---------------------------------------------------- */
::selection {
  background: #181818;
  color: #fff;
}

::-moz-selection {
  background: #181818;
  color: #fff;
}

/* ----------------------------------------------------
link
---------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
a:visited {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #181818;
}
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  background: none !important;
  transition: 0.2s;
}
a:active {
  color: #181818;
}

/* ----------------------------------------------------
header
---------------------------------------------------- */
header .headerinner {
  margin: 0 auto;
  width: 750px;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  header .headerinner {
    width: auto;
  }
}
header .headerinner h1 {
  margin: 0 auto;
  position: absolute;
  top: 16.4%;
  left: 13.33333%;
  right: 0;
  z-index: 1;
  width: 74.66667%;
}
header .headerinner .ill {
  position: absolute;
  right: -1px;
  bottom: 4%;
  z-index: 2;
  width: 46.13333%;
  opacity: 0;
}
header .headerinner .ill.speed {
  opacity: 1;
}
@media screen and (max-width: 750px) {
  header .headerinner .ill {
    right: 0;
  }
}
header .headerinner .bgImg {
  position: relative;
  z-index: 0;
}

/* ----------------------------------------------------
.standardWrap
---------------------------------------------------- */
.standardWrap {
  padding: 0 50px;
  margin: 0 auto;
  width: 750px;
}
@media screen and (max-width: 750px) {
  .standardWrap {
    padding: 0 25px;
    width: auto;
  }
}
.standardWrap h2 {
  line-height: 0;
}

/* ----------------------------------------------------
.readTop
---------------------------------------------------- */
.readTop {
  padding: 50px 50px 0 50px;
  margin: 0 auto;
  width: 750px;
  background: #74cfff;
}
@media screen and (max-width: 750px) {
  .readTop {
    padding: 25px 25px 0 25px;
    width: auto;
  }
}
.readTop p {
  font-weight: bold;
}

/* ----------------------------------------------------
#cont01
---------------------------------------------------- */
#cont01 {
  padding-top: 20px;
  padding-bottom: 70px;
  background: #74cfff;
}
@media screen and (max-width: 750px) {
  #cont01 {
    padding-top: 10px;
    padding-bottom: 35px;
  }
}
#cont01 section:first-child h2 {
  margin: -40px auto 40px auto;
  width: 60.8%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #cont01 section:first-child h2 {
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
#cont01 section#section02 {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  #cont01 section#section02 {
    margin-top: 30px;
  }
}
#cont01 section#section02 h2 {
  margin: -40px auto 40px auto;
  width: 73.86667%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #cont01 section#section02 h2 {
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
#cont01 .box {
  padding: 20px 50px;
  margin: 0 auto;
  width: 646px;
  background: #fff;
  border-left: 6px solid #808080;
  border-right: 6px solid #808080;
}
@media screen and (max-width: 750px) {
  #cont01 .box {
    padding: 10px 25px;
    width: 100%;
    border-left: 3px solid #808080;
    border-right: 3px solid #808080;
  }
}
#cont01 .box span.marker {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fff99a 60%);
}
#cont01 .box .graph01 {
  margin: 20px auto;
  position: relative;
  width: 97.86667%;
}
@media screen and (max-width: 750px) {
  #cont01 .box .graph01 {
    margin: 10px 0;
  }
}
#cont01 .box .graph02 {
  padding-bottom: 60px;
  position: relative;
}
#cont01 .box .graph02 .ill {
  margin-right: -109px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65.6%;
}
@media screen and (max-width: 750px) {
  #cont01 .box .graph02 .ill {
    margin-right: -17.33333%;
  }
}
@media screen and (max-width: 375px) {
  #cont01 .box .graph02 .ill {
    margin-right: -19.73333%;
  }
}
@media screen and (max-width: 320px) {
  #cont01 .box .graph02 .ill {
    margin-right: -24.8%;
  }
}
#cont01 .box .graph02 .graph {
  margin: 20px auto 0 0;
  width: 96.66667%;
}
#cont01 .frameTop {
  text-align: center;
  line-height: 0;
}
#cont01 .frameBtm {
  text-align: center;
  line-height: 0;
}
#cont01 .source {
  margin: 10px 0 20px 0;
  text-align: right;
  font-size: 20px;
  line-height: 1.5;
  color: #4d4d4d;
}
@media screen and (max-width: 750px) {
  #cont01 .source {
    margin: 5px 0 10px 0;
    font-size: 10px;
  }
}
#cont01 .illbox {
  margin-top: 80px;
  line-height: 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  #cont01 .illbox {
    margin-top: 40px;
  }
}
#cont01 .illbox .ill01 {
  margin-left: auto;
  margin-right: -16px;
  position: relative;
  z-index: 1;
  width: 73.6%;
}
#cont01 .illbox .text {
  position: absolute;
  bottom: 6px;
  left: -20px;
  z-index: 0;
  width: 63.73333%;
}
@media screen and (max-width: 750px) {
  #cont01 .illbox .text {
    left: -2.66667%;
  }
}

/* ----------------------------------------------------
#cont02
---------------------------------------------------- */
#cont02 {
  padding-top: 20px;
  padding-bottom: 100px;
  background: url(../images/common/bg02.jpg) center top no-repeat #fff99a;
}
@media screen and (max-width: 750px) {
  #cont02 {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}
#cont02 .titlebox {
  padding-bottom: 40px;
  position: relative;
}
#cont02 .titlebox h2 {
  margin-top: 30px;
  margin-left: -10px;
  width: 62.8%;
}
@media screen and (max-width: 750px) {
  #cont02 .titlebox h2 {
    margin-top: 15px;
  }
}
#cont02 .titlebox .text02 {
  margin: 0 auto;
  width: 49.86667%;
  text-align: center;
}
#cont02 .titlebox .ill {
  margin-right: -51px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 63.46667%;
  line-height: 0;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  #cont02 .titlebox .ill {
    margin-right: -6.8%;
  }
}
@media screen and (max-width: 375px) {
  #cont02 .titlebox .ill {
    margin-right: -7.73333%;
  }
}
@media screen and (max-width: 320px) {
  #cont02 .titlebox .ill {
    margin-right: -9.33333%;
  }
}
#cont02 .titlebox .ill.speed {
  opacity: 1;
}
#cont02 .detailbox {
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  #cont02 .detailbox {
    margin-bottom: 30px;
  }
}
#cont02 .detailbox h3 {
  padding-left: 100px;
  margin-bottom: 30px;
  font-size: 46px;
  line-height: 1.2;
  font-weight: bold;
  height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ff6c00;
}
@media screen and (max-width: 750px) {
  #cont02 .detailbox h3 {
    padding-left: 50px;
    margin-bottom: 15px;
    font-size: 24px;
    height: 76px;
  }
}
@media screen and (max-width: 375px) {
  #cont02 .detailbox h3 {
    height: 68px;
  }
}
@media screen and (max-width: 320px) {
  #cont02 .detailbox h3 {
    padding-left: 40px;
    font-size: 19px;
    height: 58px;
  }
}
#cont02 .detailbox h3.title01 {
  background: url(../images/cont02/bg_title01.png) center top no-repeat;
}
@media screen and (max-width: 750px) {
  #cont02 .detailbox h3.title01 {
    background-size: 100%;
  }
}
#cont02 .detailbox h3.title02 {
  background: url(../images/cont02/bg_title02.png) center top no-repeat;
}
@media screen and (max-width: 750px) {
  #cont02 .detailbox h3.title02 {
    background-size: 100%;
  }
}
#cont02 .detailbox ul.morebox {
  display: none;
}
#cont02 .detailbox ul li {
  padding-left: 66px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
  background: url(../images/cont02/icon_list.png) left 10px no-repeat;
  background-size: 36px;
}
@media screen and (max-width: 750px) {
  #cont02 .detailbox ul li {
    padding-left: 33px;
    margin-bottom: 10px;
    background: url(../images/cont02/icon_list.png) left 5px no-repeat;
    background-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  #cont02 .detailbox ul li br {
    display: none;
  }
}
#cont02 .detailbox .moreBtn {
  margin: 40px auto 0 auto;
  cursor: pointer;
  width: 28.93333%;
}
#cont02 .zaigen {
  margin: 160px auto 0 auto;
  width: 100%;
}
@media screen and (max-width: 750px) {
  #cont02 .zaigen {
    margin-top: 80px;
  }
}

/* ----------------------------------------------------
#cont03
---------------------------------------------------- */
#cont03 {
  background: url(../images/common/bg01.jpg) center top no-repeat #74cfff;
}
#cont03 .titlebox {
  padding-top: 56px;
}
#cont03 .titlebox .balloon {
  margin: 0 auto;
  width: 43.46667%;
}
#cont03 .titlebox .illbox {
  position: relative;
}
#cont03 .titlebox .illbox .title {
  width: 64.66667%;
}
#cont03 .titlebox .illbox .ill {
  position: absolute;
  top: -90px;
  right: -51px;
  width: 46.53333%;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  #cont03 .titlebox .illbox .ill {
    top: -60px;
    right: -6.8%;
  }
}
@media screen and (max-width: 375px) {
  #cont03 .titlebox .illbox .ill {
    right: -7.73333%;
  }
}
@media screen and (max-width: 320px) {
  #cont03 .titlebox .illbox .ill {
    right: -9.33333%;
  }
}
#cont03 .titlebox .illbox .ill.speed {
  opacity: 1;
}
#cont03 section#section01 h2 {
  margin: -60px auto 40px auto;
  width: 90%;
}
@media screen and (max-width: 750px) {
  #cont03 section#section01 h2 {
    margin-top: -30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #cont03 section#section01 {
    margin-bottom: 50px;
  }
}
#cont03 section#section02 h2 {
  margin: -60px auto 40px auto;
  width: 53.06667%;
}
@media screen and (max-width: 750px) {
  #cont03 section#section02 h2 {
    margin-top: -30px;
    margin-bottom: 20px;
  }
}
#cont03 .box {
  padding: 20px 0;
  margin: 0 auto;
  width: 646px;
  background: #fff;
  border-left: 6px solid #808080;
  border-right: 6px solid #808080;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #cont03 .box {
    padding: 10px 0;
    width: 100%;
    border-left: 3px solid #808080;
    border-right: 3px solid #808080;
  }
}
#cont03 .box span.marker {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fff99a 60%);
}
#cont03 .box p {
  margin-left: 50px;
  margin-right: 50px;
}
@media screen and (max-width: 750px) {
  #cont03 .box p {
    margin-left: 25px;
    margin-right: 25px;
  }
}
#cont03 .box .photo {
  margin: 0 50px 40px 50px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  #cont03 .box .photo {
    margin: 0 25px 20px 25px;
  }
}
#cont03 .box .photo .comment {
  margin: 0;
  position: absolute;
  bottom: -10px;
  right: -20px;
  width: 66.4%;
}
@media screen and (max-width: 750px) {
  #cont03 .box .photo .comment {
    bottom: -2.66667%;
    right: -2.66667%;
  }
}
#cont03 .box .more {
  margin-top: 30px;
  margin-left: auto;
  width: 31.6%;
}
@media screen and (max-width: 750px) {
  #cont03 .box .more {
    margin-top: 15px;
  }
}
#cont03 .frameTop {
  margin-top: 100px;
  text-align: center;
  line-height: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #cont03 .frameTop {
    margin-top: 50px;
  }
}
@media screen and (max-width: 375px) {
  #cont03 .frameTop {
    margin-top: 30px;
  }
}
#cont03 .frameBtm {
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 375px) {
  #cont03 #section02 .frameTop {
    margin-top: 50px;
  }
}

/* ----------------------------------------------------
#cont04
---------------------------------------------------- */
#cont04 {
  padding-top: 150px;
  padding-bottom: 170px;
  margin: 0 auto;
  width: 750px;
  background-image: url(../images/common/bg02.jpg), url(../images/common/bg01.jpg);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  background-color: #fff99a;
}
@media screen and (max-width: 750px) {
  #cont04 {
    padding-top: 75px;
    padding-bottom: 85px;
    width: auto;
  }
}
#cont04 .read {
  margin: 0 auto;
  width: 85.06667%;
  line-height: 0;
}
#cont04 .photoBox {
  margin-top: -70px;
  position: relative;
}
@media screen and (max-width: 750px) {
  #cont04 .photoBox {
    margin-top: -35px;
  }
}
#cont04 .photoBox h2 {
  position: absolute;
  top: 100px;
  right: 30px;
  width: 38.26667%;
  line-height: 0;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #cont04 .photoBox h2 {
    top: 13.33333%;
    right: 4%;
  }
}
#cont04 .photoBox .photo {
  margin-top: 100px;
  margin-right: auto;
  width: 91.2%;
  opacity: 0;
}
#cont04 .photoBox .photo.speed {
  opacity: 1;
}
@media screen and (max-width: 750px) {
  #cont04 .photoBox .photo {
    margin-top: 50px;
  }
}
#cont04 .link {
  margin: 10px auto 0 auto;
  width: 85.46667%;
}

/* ----------------------------------------------------
footer
---------------------------------------------------- */
footer {
  text-align: center;
}
footer h3 {
  line-height: 0;
}
footer .footerinner {
  margin: 0 auto;
  width: 750px;
  background: url(../images/footer/bg.png) center bottom no-repeat #74cfff;
}
@media screen and (max-width: 750px) {
  footer .footerinner {
    width: auto;
    background: url(../images/footer/bg.png) center bottom no-repeat #74cfff;
    background-size: 100%;
  }
}
footer .footerinner .shareBox {
  margin-bottom: 90px;
}
@media screen and (max-width: 750px) {
  footer .footerinner .shareBox {
    margin-bottom: 45px;
  }
}
footer .footerinner .shareBox h3 {
  margin: 0 auto;
  width: 40.66667%;
}
footer .footerinner .shareBox ul {
  display: flex;
  justify-content: center;
  opacity: 0;
}
footer .footerinner .shareBox ul.speed {
  opacity: 1;
}
footer .footerinner .shareBox ul li {
  margin: 0 20px;
  width: 21.06667%;
}
@media screen and (max-width: 750px) {
  footer .footerinner .shareBox ul li {
    margin: 0 10px;
  }
}
footer .footerinner .series {
  margin-bottom: 90px;
}
@media screen and (max-width: 750px) {
  footer .footerinner .series {
    margin-bottom: 45px;
  }
}
footer .footerinner .series h3 {
  margin: 0 auto 40px auto;
  width: 63.86667%;
}
@media screen and (max-width: 750px) {
  footer .footerinner .series h3 {
    margin-bottom: 20px;
  }
}
footer .footerinner .series .hataraku {
  margin: 0 auto;
  width: 75.06667%;
  opacity: 0;
}
footer .footerinner .series .hataraku.speed {
  opacity: 1;
}
footer .footerinner .series .kosodate {
  margin: 0 auto;
  width: 75.06667%;
  opacity: 0;
}
footer .footerinner .series .kosodate.speed {
  opacity: 1;
}
footer .footerinner .hopeis h3 {
  margin: 0 auto 20px auto;
  width: 64.66667%;
}
@media screen and (max-width: 750px) {
  footer .footerinner .hopeis h3 {
    margin-bottom: 10px;
  }
}
footer .footerinner .hopeis .link {
  margin: 0 auto;
  width: 86%;
  opacity: 0;
}
footer .footerinner .hopeis .link.speed {
  opacity: 1;
}
footer .footerinner .illbox {
  margin-top: 120px;
  margin-bottom: -46px;
}
@media screen and (max-width: 750px) {
  footer .footerinner .illbox {
    margin-top: 60px;
    margin-bottom: -23px;
  }
}
footer .footerinner .illbox .ill {
  margin: 0 auto;
  width: 56.8%;
}
footer .footerinner .minsei {
  margin: 100px 0 100px 15px;
  text-align: center;
  position: relative;
}
footer .footerinner .minsei ul {
  margin-left: -15px;
  position: absolute;
  bottom: 80px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
footer .footerinner .minsei ul li {
  width: 35.46667%;
}
footer .footerinner .minsei ul li:first-child {
  margin-right: 12px;
}
@media screen and (max-width: 750px) {
  footer .footerinner .minsei ul li:first-child {
    margin-right: 10px;
  }
}
@media screen and (max-width: 750px) {
  footer .footerinner .minsei ul li:nth-child(2) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 750px) {
  footer .footerinner .minsei ul {
    bottom: 10.66667%;
  }
}
@media screen and (max-width: 750px) {
  footer .footerinner .minsei {
    margin: 50px auto;
    width: 87.46667%;
  }
}
footer .copyright {
  padding: 46px 0 24px 0;
  margin: 0 auto;
  width: 750px;
  font-size: 23px;
  line-height: 1.5;
  color: #fff;
  background: #3678e0;
}
@media screen and (max-width: 750px) {
  footer .copyright {
    padding-top: 36px;
    width: auto;
    font-size: 11px;
  }
}
footer .copyright .jcp {
  margin: 0 auto;
  width: 45.6%;
}

/* ----------------------------------------------------
animation
---------------------------------------------------- */
.speed {
  animation-name: speedanime;
  animation: speedanime 0.3s linear 0s normal;
}

@keyframes speedanime {
  0% {
    transform: translateY(600px);
  }
  50% {
    transform: translateY(300px);
  }
  100% {
    transform: translateY(0);
  }
}
