@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: 19.2%;
  left: 0;
  right: 0;
  z-index: 1;
  width: 74.4%;
}
header .headerinner .ill {
  position: absolute;
  right: -1px;
  bottom: 4%;
  z-index: 2;
  width: 47.06667%;
  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: #f4e33b;
}
@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: 140px;
  background: #f4e33b;
}
@media screen and (max-width: 750px) {
  #cont01 {
    padding-top: 10px;
    padding-bottom: 70px;
  }
}
#cont01 section:first-child h2 {
  margin: -40px auto 40px auto;
  width: 98.66667%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #cont01 section:first-child h2 {
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
#cont01 section:nth-child(2) h2 {
  margin: -40px auto 40px auto;
  width: 79.73333%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #cont01 section:nth-child(2) 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%, #b7e4f0 60%);
}
#cont01 .box .graph01 {
  margin: 20px 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 750px) {
  #cont01 .box .graph01 {
    margin: 10px 0;
  }
}
#cont01 .box .graph01 .ill {
  margin-right: -109px;
  position: absolute;
  top: 16%;
  right: 0;
  width: 56.66667%;
}
@media screen and (max-width: 750px) {
  #cont01 .box .graph01 .ill {
    margin-right: -17.33333%;
  }
}
@media screen and (max-width: 375px) {
  #cont01 .box .graph01 .ill {
    margin-right: -19.73333%;
  }
}
@media screen and (max-width: 320px) {
  #cont01 .box .graph01 .ill {
    margin-right: -24.8%;
  }
}
#cont01 .box .graph02 {
  margin: 20px auto;
  width: 80.8%;
}
#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;
}
@media screen and (max-width: 750px) {
  #cont01 .source {
    margin: 5px 0 10px 0;
    font-size: 10px;
  }
}
#cont01 .illbox {
  margin-top: 140px;
  line-height: 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  #cont01 .illbox {
    margin-top: 70px;
  }
}
#cont01 .illbox .ill01 {
  margin-left: auto;
  margin-right: -51px;
  position: relative;
  z-index: 1;
  width: 75.73333%;
}
@media screen and (max-width: 750px) {
  #cont01 .illbox .ill01 {
    margin-right: -6.8%;
  }
}
@media screen and (max-width: 375px) {
  #cont01 .illbox .ill01 {
    margin-right: -7.73333%;
  }
}
@media screen and (max-width: 320px) {
  #cont01 .illbox .ill01 {
    margin-right: -9.33333%;
  }
}
#cont01 .illbox .text {
  position: absolute;
  bottom: 6px;
  left: -20px;
  z-index: 0;
  width: 62.93333%;
}
@media screen and (max-width: 750px) {
  #cont01 .illbox .text {
    left: -2.66667%;
  }
}

/* ----------------------------------------------------
#cont02
---------------------------------------------------- */
#cont02 {
  padding-top: 20px;
  padding-bottom: 100px;
  background: url(../images/common/bg01.jpg) center top no-repeat #b7e4f0;
}
@media screen and (max-width: 750px) {
  #cont02 {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
#cont02 .titlebox {
  padding-bottom: 100px;
  position: relative;
}
#cont02 .titlebox h2 {
  margin-top: 60px;
  width: 61.86667%;
}
@media screen and (max-width: 750px) {
  #cont02 .titlebox h2 {
    margin-top: 30px;
  }
}
#cont02 .titlebox .text02 {
  margin: 0 auto 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: #ff462c;
}
@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 h3.title03 {
  background: url(../images/cont02/bg_title03.png) center top no-repeat;
}
@media screen and (max-width: 750px) {
  #cont02 .detailbox h3.title03 {
    background-size: 100%;
  }
}
#cont02 .detailbox h3.title04 {
  background: url(../images/cont02/bg_title04.png) center top no-repeat;
}
@media screen and (max-width: 750px) {
  #cont02 .detailbox h3.title04 {
    background-size: 100%;
  }
}
#cont02 .detailbox ul {
  margin-left: 70px;
  text-indent: -70px;
}
@media screen and (max-width: 750px) {
  #cont02 .detailbox ul {
    margin-left: 35px;
    text-indent: -35px;
  }
}
#cont02 .detailbox ul li {
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  #cont02 .detailbox ul li {
    margin-bottom: 10px;
  }
}
#cont02 .detailbox ul li:before {
  content: "";
  display: inline-block;
  background: url(../images/cont02/icon_list.png) no-repeat;
  background-size: 100%;
  width: 36px;
  height: 36px;
  position: relative;
  top: 2px;
  margin-right: 34px;
}
@media screen and (max-width: 750px) {
  #cont02 .detailbox ul li:before {
    width: 18px;
    height: 18px;
    margin-right: 17px;
  }
}
@media screen and (max-width: 375px) {
  #cont02 .detailbox ul li br {
    display: none;
  }
}
#cont02 .zaigen {
  margin-top: 200px;
}
@media screen and (max-width: 750px) {
  #cont02 .zaigen {
    margin-top: 100px;
  }
}
#cont02 .zaigen .title {
  text-align: center;
  line-height: 0;
  position: relative;
}
#cont02 .zaigen .title h3 {
  position: absolute;
  left: 20px;
  bottom: 60px;
  z-index: 0;
  width: 42.8%;
}
@media screen and (max-width: 750px) {
  #cont02 .zaigen .title h3 {
    left: 10px;
    bottom: 30px;
  }
}
#cont02 .zaigen .title .ill {
  margin-right: 60px;
  margin-left: auto;
  width: 55.46667%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #cont02 .zaigen .title .ill {
    margin-right: 30px;
  }
}

/* ----------------------------------------------------
#cont03
---------------------------------------------------- */
#cont03 {
  padding-bottom: 80px;
  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: #f4e33b;
}
@media screen and (max-width: 750px) {
  #cont03 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 375px) {
  #cont03 {
    padding-bottom: 10px;
  }
}
#cont03 .titlebox {
  padding-top: 56px;
}
@media screen and (max-width: 750px) {
  #cont03 .titlebox {
    padding-top: 28px;
  }
}
#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;
}
@media screen and (max-width: 750px) {
  #cont03 section {
    margin-bottom: 50px;
  }
}
#cont03 section h2 {
  margin: -60px auto 40px auto;
  width: 91.86667%;
}
@media screen and (max-width: 750px) {
  #cont03 section h2 {
    margin-top: -30px;
    margin-bottom: 20px;
  }
}
#cont03 .box {
  padding: 20px 50px;
  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 25px;
    width: 100%;
    border-left: 3px solid #808080;
    border-right: 3px solid #808080;
  }
}
#cont03 .box span.marker {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #b7e4f0 60%);
}
#cont03 .box .photo {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  #cont03 .box .photo {
    margin-bottom: 20px;
  }
}
#cont03 .box .photo .comment {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 66.4%;
}
@media screen and (max-width: 750px) {
  #cont03 .box .photo .comment {
    top: -2.66667%;
    right: -2.66667%;
  }
}
#cont03 .box .more {
  margin-top: 30px;
  margin-left: auto;
  width: 37.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-bottom: 170px;
  margin: 0 auto;
  width: 750px;
  background: url(../images/common/bg02.jpg) bottom center no-repeat #b7e4f0;
}
@media screen and (max-width: 750px) {
  #cont04 {
    padding-bottom: 85px;
    width: auto;
  }
}
#cont04 .read {
  margin: 0 auto;
  width: 86.66667%;
  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;
  bottom: 160px;
  right: 30px;
  width: 38.26667%;
  line-height: 0;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #cont04 .photoBox h2 {
    bottom: 21.33333%;
    right: 4%;
  }
}
#cont04 .photoBox .photo {
  margin-right: auto;
  width: 91.2%;
  opacity: 0;
}
#cont04 .photoBox .photo.speed {
  opacity: 1;
}
#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 #f4e33b;
}
@media screen and (max-width: 750px) {
  footer .footerinner {
    width: auto;
  }
}
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 .gakusei {
  margin: -30px auto 0 auto;
  width: 75.06667%;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  footer .footerinner .series .gakusei {
    margin-top: -15px;
  }
}
footer .footerinner .series .gakusei.speed {
  opacity: 1;
}
footer .footerinner .series .hataraku {
  margin: 0 auto;
  width: 75.06667%;
  opacity: 0;
}
footer .footerinner .series .hataraku.speed {
  opacity: 1;
}
footer .footerinner .hopeis h3 {
  margin: 0 auto 20px auto;
  width: 65.46667%;
}
@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: 38.4%;
}
footer .copyright {
  padding: 46px 0 24px 0;
  margin: 0 auto;
  width: 750px;
  font-size: 23px;
  line-height: 1.5;
  color: #fff;
  background: #808080;
}
@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);
  }
}
