@charset "UTF-8";
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

html, body {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-size: 1.6rem;
  font-family: "游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  color: #125687;
  text-align: justify;
  text-justify: inter-ideograph;
}

a {
  text-decoration: none;
  color: #4C4C4C;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.wrap {
  width: 1110px;
  min-width: 280px;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap:after {
  content: "";
  display: block;
  clear: both;
}

.headLine {
  text-align: center;
  margin: 0 0 70px 0;
}

.headLine:after {
  display: block;
  margin: 10px auto 0;
  width: 120px;
  height: 1px;
  background: #125687;
  content: "";
}

.headLine2 {
  font-size: 3rem;
}

.headLine3 {
  font-size: 2.4rem;
}

.datail {
  color: #141823;
  margin: 15px 0 30px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.btn {
  color: #fff;
  font-size: 2.1rem;
  line-height: 67px;
  height: 67px;
  background-color: #5dcb26;
  display: inline-block;
  text-align: center;
  border: 1px solid #5dcb26;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
}

.btn:before, .btn:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #5dcb26;
  border: 1px solid #5dcb26;
}

.btnSmall {
  font-size: 1.6rem;
  height: 44px;
  line-height: 44px;
  width: 140px;
  border: 1px solid #5dcb26;
}

.btnSmall:hover {
  border-color: #5dcb26;
  padding-bottom: 0;
}

.btnGreen {
  color: #fff;
  height: 80px;
  line-height: 80px;
  width: 300px;
  background-color: #5dcb26;
  font-size: 2.1rem;
}

.btnGreen:hover {
  background-color: #fff;
  color: #5dcb26;
  border: 1px solid #5dcb26;
  box-shadow: none;
}

.btnWhite {
  color: #fff;
  height: 80px;
  line-height: 80px;
  width: 300px;
  background-color: #5dcb26;
  font-size: 2.1rem;
  -webkit-box-shadow: 0 0 4px #FFFFFF;
  box-shadow: 0 0 4px #FFFFFF;
}

.btnWhite:hover {
  background-color: #C0002C;
  color: #fff;
  border: 1px solid #C0002C;
  box-shadow: none;
}

.btnBlue {
  width: 100%;
  background-color: #125687;
  border: 1px solid #125687;
}

.btnBlue:hover {
  background-color: #fff;
  border-color: #125687;
  border: 1px solid #125687;
  color: #125687;
}

.btnLab {
  width: 100%;
  background-color: #21b8d7;
  border: 1px solid #21b8d7;
}

.btnLab:hover {
  color: #21b8d7;
  border: 1px solid #21b8d7;
}

iframe[name=google_conversion_frame] {
  position: absolute;
  bottom: 0;
}

.scroll {
  -webkit-animation-name: yurayura;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: yurayura;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
}

@-webkit-keyframes yurayura {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

@-moz-keyframes yurayura {
  0% {
    -moz-transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}

.glovalNav {
  height: 75px;
  width: 100%;
  position: fixed;
  z-index: 100;
}

.glovalNav h1 {
  float: left;
  margin-top: 17px;
}

.glovalNav .wrap {
  border-bottom: 1px solid #4c4c4c;
}

.glovalNav .navigation {
  float: right;
}

.glovalNav .navigation:after {
  display: block;
  clear: both;
  content: "";
}

.glovalNav .navigation li {
  line-height: 74px;
  float: left;
  color: #404040;
}

.glovalNav .navigation li a {
  padding: 0 40px;
  border-left: 1px solid #4c4c4c;
}

.glovalNav .navigation li a:hover {
  color: #999;
}

.glovalNav .navigation li:last-child {
  position: relative;
}

.glovalNav .navigation li:last-child a:hover {
  padding-bottom: 0;
  border-bottom: 1px solid #5dcb26;
  color: #5dcb26;
}

.glovalNav .navigation li .btn {
  padding: 0 0 0 20px;
  border-left: 1px solid #5dcb26;
  width: 240px;
}

.glovalNav span {
  font-size: 19px;
  font-weight: bold;
  position: absolute;
  line-height: 1;
  background: yellow;
  width: 54px;
  height: 54px;
  border-radius: 32px;
  top: 10px;
  left: -20px;
}

.glovalNav span span {
  position: relative;
  top: 16px;
  left: 8px;
  color: #125687;
  font-size: 17px;
}

.glovalNav span span small {
  font-size: 12px;
}

.glovalNav.header-scroll {
  background: #125687;
  color: #fff;
  top: -75px;
}

.glovalNav.header-scroll li a {
  color: #fff;
  border-left: 1px solid #fff;
}

.glovalNav.header-scroll li a:hover {
  color: #ccc;
}

.glovalNav.header-scroll li a.btn:hover {
  color: #5dcb26;
}

.mainVisual {
  text-align: center;
  padding: 75px 0 55px;
  height: 527px;
  color: #fff;
  background: url("img/bgMain.jpg") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.mainVisual h1 {
  width: 860px;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.3;
  margin: 120px auto 74px;
  text-shadow: 0 0 8px #000;
}

.mainVisual ul {
  width: 885px;
  margin: 50px auto;
  font-size: 21px;
}

.mainVisual ul:after {
  content: "";
  display: block;
  clear: both;
}

.mainVisual ul li {
  width: 249px;
  height: 249px;
  float: left;
  background: url("img/bgMainPoint_01.png") no-repeat;
  -webkit-background-size: 215px 217px;
  -o-background-size: cover;
  background-size: cover;
}

.mainVisual ul li:nth-child(2) {
  background: url("img/bgMainPoint_02.png") no-repeat;
  margin: 0 69px;
}

.mainVisual ul li:nth-child(3) {
  background: url("img/bgMainPoint_03.png") no-repeat;
}

.mainVisual ul li:nth-child(3) span {
  font-size: 20px;
  letter-spacing: -2px;
}

.mainVisual ul li span {
  width: 249px;
  height: 249px;
  display: table-cell;
  vertical-align: middle;
}

.mainVisual .btnWhite {
  text-shadow: none;
}

.mainVisual p {
  position: relative;
}

.mainVisual p .scroll {
  text-align: center;
  margin: 45px 0;
  position: absolute;
  left: 48%;
}

.refuelWrap {
  background: #f7f7f7;
  padding: 20px 0;
}

.refuelWrap .wrap {
  width: 670px;
}

.refuelWrap h1 {
  float: left;
}

.refuelWrap p {
  text-align: left;
  font-size: 21px;
  margin: 10px 0 auto 20px;
  height: 80px;
  float: left;
  line-height: 1.6;
}

.refuelWrap p:first-child {
  margin: 0 0 auto 20px;
}

.whatWrap {
  padding: 70px 0 90px 0;
  background: url("img/bgWhat.png") no-repeat right 50px, url("img/bgMarketing.jpg") no-repeat 0 637px;
}

.whatWrap .whatsInsta .left {
  width: 543px;
}

.whatWrap .whatsInsta .left .headLine2 {
  background: url("img/iconWhats.png") no-repeat 0 2px;
  padding-left: 40px;
  line-height: 1.8;
}

.whatWrap .marketingInsta {
  margin-top: 110px;
}

.whatWrap .marketingInsta .right {
  width: 604px;
  margin-top: 40px;
}

.whatWrap .marketingInsta .right .headLine2 {
  background: url("img/iconMarketing.png") no-repeat;
  padding-left: 60px;
  letter-spacing: -0.7px;
  line-height: 1.8;
}

.whatWrap .marketingInsta .right .headLine3 {
  text-align: right;
}

.whatWrap .marketingInsta .right p {
  width: 543px;
  margin-left: 65px;
}

.documentWrap {
  background: url("img/bgDocument.png") no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.documentWrap .headLine2,
.documentWrap .headLine3 {
  font-weight: bold;
  color: #003F6C;
  text-shadow: 0 0 10px #fff, 0 0 7px #fff, 0 0 8px #fff;
}

.documentWrap .left {
  width: 643px;
}

.documentWrap .left p {
  color: #003F6C;
  text-shadow: 0 0 10px #fff, 0 0 7px #fff, 0 0 8px #fff;
  font-weight: bold;
  width: 550px;
}

.documentWrap > p {
  text-align: center;
  position: relative;
  width: 472px;
  margin: 20px auto 0;
}

.documentWrap > p span {
  font-size: 19px;
  font-weight: bold;
  position: absolute;
  line-height: 1;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: yellow;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  top: -25px;
  left: -20px;
}

.documentWrap > p span span {
  position: relative;
  top: 13px;
  left: 0;
}

.documentWrap > p span span small {
  font-size: 12px;
}

.documentWrap .btn {
  padding: 0 40px;
  box-shadow: 2px 2px 11px 0px white, -2px -2px 9px 0px white;
}

.documentWrap .btn:hover {
  padding: 0 40px;
  box-shadow: none;
}

.solutionWrap {
  padding: 70px 0 90px 0;
}

.solutionWrap .btn {
  margin: 40px 0 0 0;
  padding: 0px 80px;
}

.solutionWrap .socialIn {
  padding: 0 0 50px 0;
  border-bottom: 1px solid #ddd;
}

.solutionWrap .socialIn .headLine2 {
  background: url("img/iconPromotion.png") no-repeat 0 11px;
  padding-left: 55px;
  letter-spacing: -0.6px;
}

.solutionWrap .socialIn .left {
  width: 674px;
}

.solutionWrap .socialIn .left p {
  width: 550px;
}

.solutionWrap .socialIn .socialInLite {
  clear: both;
  border-top: 1px dotted #ccc;
  margin-top: 50px;
  padding-top: 40px;
}

.solutionWrap .socialIn .socialInLite .headLine2 {
  padding-left: 0;
  letter-spacing: -0.6px;
  background: none;
  text-align: center;
  font-weight: bold;
}

.solutionWrap .socialIn .socialInLite p {
  text-align: center;
  margin-bottom: 30px;
}

.solutionWrap .socialIn .socialInLite p small {
  display: block;
}

.solutionWrap .socialIn .socialInLite img {
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

.solutionWrap .socialIn .socailInLiteTitle {
  text-align: center;
  font-size: 21px;
  margin-bottom: 10px;
}

.solutionWrap .socialIn .socailInLiteTitle strong {
  font-weight: bold;
}

.solutionWrap .socialIn .-socialInLite.btn {
  margin-top: 0;
  display: block;
  margin: auto;
  width: 300px;
  margin-bottom: 10px;
}

.solutionWrap .adu {
  padding-top: 60px;
}

.solutionWrap .adu .headLine2 {
  text-align: right;
  background: url("img/iconAd.png") no-repeat 111px 11px;
  padding-left: 77px;
}

.solutionWrap .adu .right {
  width: 538px;
}

.solutionWrap .adu .right p:last-child {
  text-align: right;
}

.troubleWrap {
  text-align: center;
}

.troubleWrap .wrap {
  padding: 90px 0 100px;
}

.troubleWrap h1 {
  color: #305097;
  text-align: center;
  font-size: 3rem;
  position: relative;
  top: -1px;
  min-width: 566px;
  margin: 0 auto;
  padding: 50px 0 0;
}

.troubleWrap ul {
  width: 1007px;
  margin: 0 auto;
}

.troubleWrap ul:after {
  content: "";
  display: block;
  clear: both;
}

.troubleWrap ul li {
  float: left;
  font-size: 18px;
}

.troubleWrap ul li:nth-child(2) {
  margin: 0 150px;
}

.troubleWrap ul li p {
  margin-top: 20px;
}

.attractWrap .wrap {
  padding: 100px 0;
}

.attractWrap .left {
  width: 630px;
}

.attractWrap .clientWrap {
  background-color: #f4f4f6;
  text-align: center;
  padding: 40px 0 60px;
}

.attractWrap .clientWrap .wrap {
  padding: 0;
}

.attractWrap .clientWrap h1 {
  font-size: 2.1rem;
  color: #313131;
  padding: 0 0 23px 0;
}

.attractWrap .clientWrap ul li {
  float: left;
  margin-left: 100px;
}

.attractWrap .clientWrap ul li:first-child {
  margin-left: 0;
}

.adWrap .wrap {
  padding: 100px 0;
}

.adWrap .headLine {
  background: linear-gradient(75deg, #2f4e9a, #2667a3 90%);
  background: -webkit-linear-gradient(75deg, #2f4e9a, #2667a3 90%);
  margin-top: 0;
}

.adWrap .headLine:after {
  border-top: 40px #2A5B9E solid;
}

.adWrap .datail {
  text-align: left;
  margin: 15px 0 40px;
  padding-left: 31px;
  letter-spacing: -0.3px;
}

.adWrap .right {
  text-align: right;
  width: 682px;
}

.adWrap h2 {
  width: 682px;
  font-size: 2.4rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #305097;
  position: relative;
}

.adWrap h2 span {
  display: block;
}

.adWrap h2 span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  border-bottom: 1px solid #305097;
  position: absolute;
  top: 99px;
  left: 0;
  transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
}

.pageWrap .wrap {
  padding: 100px 0;
}

.pageWrap .headLine2 {
  width: 600px;
}

.pageWrap .left {
  width: 560px;
}

.pageWrap .datail {
  margin: 15px 0 58px;
}

.contactWrap {
  background: url("img/bgContact.jpg") no-repeat;
  background-size: cover;
  text-align: center;
  padding: 50px 0;
}

.contactWrap h1 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.contactWrap .tel {
  font-size: 1.4rem;
  margin-top: 20px;
  line-height: 2.4;
}

.contactWrap .tel a {
  color: #fff;
}

.contactWrap .tel span {
  font-size: 2.8rem;
  background: url("img/iconTel.png") no-repeat;
  padding-left: 38px;
  line-height: 29px;
  display: inline-block;
  font-family: 'Work Sans', sans-serif;
  font-weight: bold;
}

.infoWrap {
  background: url("img/bgInfo.png") no-repeat center;
  background-size: cover;
  padding: 100px 0;
  height: 474px;
}

.infoWrap ul {
  text-align: center;
}

.infoWrap ul li {
  float: left;
  width: 436px;
  height: 344px;
  margin-left: 56px;
  padding: 50px 45px 80px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 2px 2px 9px -3px #ddd, -2px -2px 9px -3px #ddd;
}

.infoWrap ul li .btn {
  line-height: 87px;
  height: 87px;
}

.infoWrap ul li:first-child {
  margin-left: 0;
}

.infoWrap ul li h2 {
  text-align: center;
  font-size: 2rem;
  border-bottom: 1px solid #305097;
  padding-bottom: 30px;
}

.infoWrap ul li p {
  margin: 34px 0 34px;
  text-align: left;
  line-height: 1.7;
}

footer {
  background-color: #f2f2f3;
  font-size: 1.3rem;
}

footer a {
  color: #305097;
}

footer a:hover {
  text-decoration: underline;
}

footer small {
  padding-top: 40px;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 2px;
}

footer ul li {
  display: inline-block;
  margin-right: 20px;
}

footer .iso {
  padding: 20px 0;
}

footer .relatedSite {
  padding: 40px 0;
  background-color: #125687;
}

footer .relatedSite h1 {
  float: left;
  color: #FFF;
}

footer .relatedSite ul {
  margin-left: 100px;
}

footer .relatedSite ul li {
  padding-right: 38px;
  border-right: 1px solid #fff;
  line-height: 0.8;
}

footer .relatedSite ul li a {
  color: #FFF;
}
