@charset "UTF-8";
/* ----------------------------------------------------
	sass��ʹ�ä��Ƥ��ޤ���css�������H�Ϥ�ע�⤯��������
	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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

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

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

/* ----------------------------------------------------
link
---------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  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;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      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: 1.33333%;
    left: 0;
    right: 10.66667%;
    z-index: 1;
    width: 82.93333%; }
  header .headerinner .ill {
    position: absolute;
    right: -1px;
    bottom: 3.73333%;
    z-index: 2;
    width: 53.86667%;
    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: #ff8383; }
  @media screen and (max-width: 750px) {
    .readTop {
      padding: 25px 25px 0 25px;
      width: auto; } }
  .readTop p {
    font-weight: bold; }

/* ----------------------------------------------------
#cont01
---------------------------------------------------- */
#cont01 {
  padding-top: 10px;
  padding-bottom: 140px;
  background: #ff8383; }
  @media screen and (max-width: 750px) {
    #cont01 {
      padding-top: 10px;
      padding-bottom: 70px; } }
  #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:nth-child(2) h2 {
    margin: -40px auto 40px auto;
    width: 73.86667%;
    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; }
    #cont01 .box h3 {
      margin: 30px auto;
      text-align: center;
      width: 62.26667%; }
    @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: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #d1eeff));
      background: -webkit-linear-gradient(transparent 60%, #d1eeff 60%);
      background: -o-linear-gradient(transparent 60%, #d1eeff 60%);
      background: linear-gradient(transparent 60%, #d1eeff 60%); }
    #cont01 .box .graph01 {
      margin: 20px 0;
      width: 100%; }
      @media screen and (max-width: 750px) {
        #cont01 .box .graph01 {
          margin: 10px 0; } }
    #cont01 .box .graph02 {
      margin: 20px auto;
      position: relative;
      width: 93.33333%; }
      #cont01 .box .graph02 .ill {
        position: absolute;
        top: 26.66667%;
        left: -120px;
        width: 73.33333%; }
        @media screen and (max-width: 750px) {
          #cont01 .box .graph02 .ill {
            left: -60px; } }
        @media screen and (max-width: 375px) {
          #cont01 .box .graph02 .ill {
            left: -60px; } }
        @media screen and (max-width: 320px) {
          #cont01 .box .graph02 .ill {
            left: -60px; } }
  #cont01 .frameTop {
    text-align: center;
    line-height: 0;
    margin-top: 40px; }
  #cont01 .frameBtm {
    text-align: center;
    line-height: 0; }
  #cont01 .trial {
    margin: 10px 0 20px 0;
    text-align: right;
    font-size: 30px;
    line-height: 1.5; }
    @media screen and (max-width: 750px) {
      #cont01 .trial {
        margin: 5px 0 10px 0;
        font-size: 15px; } }
  #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: -30px;
      position: relative;
      z-index: 1;
      width: 53.33333%; }
      @media screen and (max-width: 750px) {
        #cont01 .illbox .ill01 {
          margin-right: -2.66667%; } }
      @media screen and (max-width: 375px) {
        #cont01 .illbox .ill01 {
          margin-right: -2.66667%; } }
      @media screen and (max-width: 320px) {
        #cont01 .illbox .ill01 {
          margin-right: -2.66667%; } }
    #cont01 .illbox .text {
      position: absolute;
      bottom: 60px;
      left: -20px;
      z-index: 0;
      width: 77.33333%; }
      @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 #ece0b7; }
  @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: 20px;
      width: 60.8%;
      line-height: 0;
      opacity: 0; }
      @media screen and (max-width: 750px) {
        #cont02 .titlebox .ill {
          margin-right: -8.13333%; } }
      @media screen and (max-width: 375px) {
        #cont02 .titlebox .ill {
          margin-right: -8.13333%; } }
      @media screen and (max-width: 320px) {
        #cont02 .titlebox .ill {
          margin-right: -8.13333%; } }
      #cont02 .titlebox .ill.speed {
        opacity: 1; }
  #cont02 .detailbox {
    margin-bottom: 60px;
    margin-top: -20px; }
    @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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #ff2970; }
      @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.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 ul .newspaper img {
      max-width: 135% !important;
      margin-left: -100px;
      margin-top: 20px; }
      @media screen and (max-width: 750px) {
        #cont02 .detailbox ul .newspaper img {
          max-width: 130% !important;
          margin-left: -50px; } }
      @media screen and (max-width: 375px) {
        #cont02 .detailbox ul .newspaper img {
          max-width: 130% !important;
          margin-left: -50px; } }
      @media screen and (max-width: 320px) {
        #cont02 .detailbox ul .newspaper img {
          max-width: 130% !important;
          margin-left: -50px; } }
    #cont02 .detailbox .moreBtn {
      margin: 40px auto 0 auto;
      cursor: pointer;
      width: 28.93333%; }
  #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: 42.13333%;
        position: relative;
        z-index: 1; }
        @media screen and (max-width: 750px) {
          #cont02 .zaigen .title .ill {
            margin-right: 30px; } }
  #cont02 .further {
    margin-top: 40px; }

/* ----------------------------------------------------
#cont03
---------------------------------------------------- */
#cont03 {
  padding-bottom: 240px;
  background-image: url(../images/common/bg03.jpg), url(../images/common/bg01.jpg);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  background-color: #ff8383; }
  @media screen and (max-width: 750px) {
    #cont03 {
      padding-bottom: 200px; } }
  @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: 74.66667%;
    text-align: center; }
    @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: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #d1eeff));
      background: -webkit-linear-gradient(transparent 60%, #d1eeff 60%);
      background: -o-linear-gradient(transparent 60%, #d1eeff 60%);
      background: linear-gradient(transparent 60%, #d1eeff 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/bg04.jpg) bottom center no-repeat #ece0b7; }
  @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 #ff8383;
    background-size: 100%; }
    @media screen and (max-width: 750px) {
      footer .footerinner {
        width: auto; } }
    footer .footerinner .shareBox {
      padding-top: 100px;
      margin-bottom: 90px; }
      @media screen and (max-width: 750px) {
        footer .footerinner .shareBox {
          padding-top: 0px;
          margin-bottom: 45px; } }
      footer .footerinner .shareBox h3 {
        margin: 0 auto;
        width: 40.66667%; }
      footer .footerinner .shareBox ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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: 0 auto;
        width: 75.06667%;
        opacity: 0; }
        footer .footerinner .series .gakusei.speed {
          opacity: 1; }
      footer .footerinner .series .kosodate {
        margin: 0 auto 0 auto;
        width: 75.06667%;
        opacity: 0; }
        @media screen and (max-width: 750px) {
          footer .footerinner .series .kosodate {
            margin-top: -25px; } }
        footer .footerinner .series .kosodate.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: 51.73333%; }
  footer .copyright {
    padding: 46px 0 24px 0;
    margin: 0 auto;
    width: 750px;
    font-size: 23px;
    line-height: 1.5;
    color: #fff;
    background: #ff2970; }
    @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 {
  -webkit-animation-name: speedanime;
  animation-name: speedanime;
  -webkit-animation: speedanime 0.3s linear 0s normal;
  animation: speedanime 0.3s linear 0s normal; }

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

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