@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*----------------------------------------------------------------------------
01：base
----------------------------------------------------------------------------*/

html,
body {
  font-family: 'Noto Sans Japanese','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic','Osaka',sans-serif;
  line-height: 1.6;
}

/* link */

a {
  transition: all .3s ease;
  color: #0b308e;
  outline: none;
}

a:hover {
  text-decoration: underline;
  color: #ff69b0;
}

a img {
  transition: all .3s ease;
}

a:hover img {
  opacity: .8;
}

*:focus {
  -moz-outline-style: none;
}

sup {
  font-size: smaller;
  line-height: none;
  vertical-align: super;
}

sub {
  font-size: smaller;
  line-height: none;
  vertical-align: sub;
}

/* img */

img {
  line-height: 1;
  width: 100%;
  vertical-align: middle;
}

/*----------------------------------------------------------------------------
01：html bofy
----------------------------------------------------------------------------*/

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  position: relative;
  min-width: 960px;
  margin: 0 auto;
  color: #0b308e;
}

/*----------------------------------------------------------------------------

----------------------------------------------------------------------------*/

* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.bold {
  font-weight: bold;
}

/*----------------------------------------------------------------------------*/

.issp {
  display: none;
}

.ispc {
  display: block;
}

.wrap {
  width: 960px;
  margin: 0 auto;
}

.header {
  font-weight: bold;
  position: fixed;
  z-index: 3;
  top: 0;
  width: 960px;
  padding: 45px 0 10px;
  background: rgba(255, 255, 255, .8);
}

.header ul {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header ul li {
  font-size: 1.5rem;
  margin: -33px 0 0 30px;
}

.header ul li a {
  transition: color .3s ease;
  text-decoration: none;
}

.header ul li:first-child {
  margin: 0;
  margin-right: auto;
}

.header ul li:first-child h1 {
  max-width: 192px;
}

.header ul li:last-child {
  background: #0b308e;
}

.header ul li:last-child a {
  display: block;
  padding: 3px 10px 5px;
  text-decoration: none;
  color: #fff;
}

.main {
  display: block;
  margin: 164px auto 130px;
}

.m-col1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-col1 > div {
  width: 450px;
}

.m-col1 .txt {
  font-size: 1.6rem;
  text-align: center;
}

.m-col1 .txt .icon01 {
  max-width: 80px;
  margin: 0 0 36px;
}

.m-col1 .txt .icon02 {
  max-width: 63px;
  margin: 0 0 36px;
}

.m-col1 .txt .icon03 {
  max-width: 129px;
  margin: 0 0 36px;
}

.m-col1 .txt .icon04 {
  max-width: 66px;
  margin: 0 0 36px;
}

.m-col1 .txt p {
  line-height: 2;
}

.m-col1 .txt .wid {
  width: 365px;
  margin: 0 auto;
}

.m-col1 .txt a {
  transition: color .3s ease;
}

.m-col1 .img01 {
  width: 450px;
}

.m-col1 .img02 {
  width: 480px;
}

.m-col1 .img02 a:hover img {
  opacity: 1;
}

.l-lower {
  width: 800px;
  margin: 147px auto 130px;
}

.m-ttl {
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 60px;
  padding: 50px 0 15px;
  text-align: center;
  border-bottom: 1px solid #0b308e;
}

.m-dev {
  margin: 0 0 90px;
}

.m-dev img {
  display: block;
  width: 284px;
  margin: 0 auto 20px;
}

.m-dev .name {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.m-dev .name span {
  font-size: 1.6rem;
  font-weight: normal;
  display: inline-block;
  margin: -5px 0 0 20px;
  vertical-align: middle;
}

.m-dev .posi {
  margin: 20px 0;
  text-align: center;
}

.m-dev .txt {
  padding: 0 100px;
}

.m-result {
  margin: 0 0 90px;
}

.m-result .ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 25px;
}

.m-result p {
  margin: 0 0 25px;
}

.m-result .wid3 {
  display: block;
  width: 439px;
  margin: 0 auto;
}

.m-task {
  margin: 0 0 60px;
}

.m-task .ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 25px;
}

.m-task p {
  margin: 0 0 60px;
}

.m-task .icon01 {
  display: block;
  width: 120px;
  margin: 0 auto;
}

.m-task .icon02 {
  display: block;
  width: 95px;
  margin: 0 auto;
}

.m-task .icon03 {
  display: block;
  width: 99px;
  margin: 0 auto;
}

.m-product {
  position: relative;
  margin: 0 0 160px;
}

.m-product .ttl {
  font-weight: bold;
  position: absolute;
  bottom: -60px;
  width: 310px;
  height: 120px;
  color: #fff;
  background: rgba(11, 48, 142, .9);
}

.m-product .ttl span {
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.m-product .ttl01 {
  left: -50px;
}

.m-product .ttl02 {
  right: -50px;
}

.m-product .blinkbtn {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
}

.m-product .blinks {
  width: 32px;
  height: 32px;
  margin: -1px;
  border-radius: 50%;
  background: #f00;
}

.m-product .blink01 {
  right: 35%;
  bottom: 20%;
}

.m-product .blink02 {
  right: 32%;
  bottom: 27%;
}

.m-product .blink03 {
  right: 21%;
  bottom: 20%;
}

.m-product .blinking {
  -webkit-animation: blink 1.0s ease-in-out infinite alternate;
  animation: blink 1.0s ease-in-out infinite alternate;
}

.m-product .cap {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  padding: 15px 20px;
  transition: all .5s ease;
  opacity: 0;
  color: #fff;
  background: rgba(11, 48, 142, .9);
}

.m-product .cap .subttl {
  font-size: 1.8rem;
  font-weight: bold;
}

.m-product .cap .link {
  font-size: 2.0rem;
}

.m-product .cap .link a {
  color: #fff;
}

.m-product .cap .link a:hover {
  color: #f0f;
}

.m-product .cap .close {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 0 5px 2px 5px;
  cursor: pointer;
  color: #fff;
  background: #f00;
}

.m-product .capon {
  z-index: 2;
  visibility: visible;
  opacity: 1;
}

.m-product .cap01 {
  top: 10px;
  left: -80px;
  width: 620px;
}

.m-product .cap02 {
  top: -20px;
  left: -40px;
  width: 570px;
}

.m-product .cap03 {
  top: 200px;
  left: 40px;
  width: 630px;
}

.footer {
  font-size: 1.3rem;
  line-height: 2;
  margin: 0 0 45px;
  text-align: center;
}

@media only screen and (max-width: 959px) {

  .header {
    padding: 45px 10px 10px;
  }
}

@media only screen and (max-width: 767px) {

  body {
    font-size: 1.4rem;
    width: 100%;
    min-width: 100%;
    padding: 0 15px;
  }

  .issp {
    display: block;
  }

  .ispc {
    display: none;
  }

  .wrap {
    width: 100%;
  }

  .header {
    width: 100%;
    margin: 0 0 0 -15px;
    padding: 15px 15px 10px;
  }

  .header ul li {
    font-size: 1.3rem;
    margin: 0 0 0 10px;
  }

  .header ul li:first-child {
    width: 100%;
    margin: 0 0 20px;
  }

  .header ul li:first-child h1 {
    width: 170px;
  }

  .header ul li:nth-child(2) {
    margin: 0;
  }

  .header ul li:nth-child(4) {
    margin: 0 10px 0 10px;
  }

  .header ul li:nth-child(5) {
    margin: 0;
  }

  .header ul li:last-child {
    position: absolute;
    top: 5px;
    right: 0;
  }

  .main {
    width: 100%;
    margin: 164px auto 65px;
  }

  .m-col1 {
    margin: 0 0 30px;
  }

  .m-col1 > div {
    width: 100%;
  }

  .m-col1 .txt {
    font-size: 1.4rem;
    margin: 20px 0 60px;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .m-col1 .txt .icon01 {
    margin: 0 0 20px;
  }

  .m-col1 .txt .icon02 {
    margin: 0 0 20px;
  }

  .m-col1 .txt .icon03 {
    margin: 0 0 20px;
  }

  .m-col1 .txt .icon04 {
    margin: 0 0 20px;
  }

  .m-col1 .txt p {
    line-height: 1.8;
  }

  .m-col1 .txt .wid {
    width: 100%;
  }

  .m-col1 .txt01 {
    margin-bottom: 0;
  }

  .m-col1 .img01 {
    width: 100%;
  }

  .m-col1 .img02 {
    width: 100%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .l-lower {
    width: 100%;
    margin: 167px auto 65px;
  }

  .m-ttl {
    font-size: 2.6rem;
    margin: 0 0 30px;
    padding: 25px 0 7px;
  }

  .m-dev {
    margin: 0 0 45px;
  }

  .m-dev img {
    width: 90%;
    max-width: 284px;
  }

  .m-dev .name span {
    display: block;
    margin: 0;
  }

  .m-dev .txt {
    padding: 0;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .m-result {
    margin: 0 0 45px;
  }

  .m-result .ttl {
    font-size: 2.0rem;
  }

  .m-result p {
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .m-result .wid3 {
    width: 100%;
    max-width: 439px;
  }

  .m-task {
    margin: 0 0 30px;
  }

  .m-task .ttl {
    font-size: 2.0rem;
  }

  .m-task p {
    margin: 0 0 30px;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .m-task .icon01 {
    width: 28%;
  }

  .m-task .icon02 {
    width: 23%;
  }

  .m-task .icon03 {
    width: 25%;
  }

  .m-product .ttl {
    bottom: -120px;
    width: 100%;
  }

  .m-product .ttl span {
    font-size: 1.8rem;
  }

  .m-product .ttl01 {
    left: 0;
  }

  .m-product .ttl02 {
    right: 0;
  }

  .m-product .cap {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 15px 20px 40px;
  }

  .m-product .cap .subttl {
    font-size: 1.4rem;
    margin: 0 0 5px;
  }

  .m-product .cap .link {
    font-size: 1.6rem;
  }

  .m-product .cap .close {
    right: 10px;
    bottom: 10px;
  }

  .m-product .cap01 {
    top: 0;
    left: 0;
    width: 100%;
  }

  .m-product .cap02 {
    top: 0;
    left: 0;
    width: 100%;
  }

  .m-product .cap03 {
    top: 0;
    left: 0;
    width: 100%;
  }
}

@-webkit-keyframes blink {

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

