@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: 1.5;
  font-size: 1.6rem;
  font-family: "游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  color: #305097;
  text-align: justify;
}

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

.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 {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  height: 144px;
  line-height: 144px;
  background: linear-gradient(75deg, #2667a3, #2f4e9a 90%);
  background-color: #2f4e9a;
  position: relative;
  top: -1px;
  min-width: 708px;
}

.headLine:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 70px solid transparent;
  border-top: 40px #2B5A9E solid;
  margin: 0 auto;
}

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

.headLine2:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  border-bottom: 1px solid #305097;
  transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  position: absolute;
  top: 99px;
  right: 0;
}

.headLine2 img {
  display: block;
  margin-bottom: 10px;
}

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

.left {
  float: left;
}

.right {
  float: right;
}

.btn {
  color: #fff;
  font-size: 2.4rem;
  line-height: 87px;
  width: 397px;
  height: 87px;
  background-color: #dd0033;
  display: inline-block;
  text-align: center;
  border: 1px solid;
}

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

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

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

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

.btnWhite {
  color: #305097;
  height: 80px;
  line-height: 80px;
  width: 300px;
  background-color: #fff;
  font-size: 2.1rem;
  box-shadow: 0 0 13px #244277;
  border: 1px solid #fff;
}

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

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

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

.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%;
  background: rgba(255, 255, 255, 0.85);
  position: fixed;
  z-index: 100;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

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

.glovalNav .navigation {
  float: right;
}

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

.glovalNav .navigation li {
  line-height: 75px;
  float: left;
  margin-left: 5rem;
  color: #404040;
}

.glovalNav .navigation li a:hover {
  padding-bottom: 10px;
  border-bottom: 1px solid #305097;
  transition: all 0ms ease-out;
}

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

.mainVisual {
  text-align: center;
  padding: 75px 0 55px;
  height: 633px;
  color: #fff;
  text-shadow: 0 0 13px #244277;
  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: left;
  line-height: 1.3;
  background: url("img/logoFacebook.png") no-repeat 0 -3px;
  padding-left: 95px;
  margin: 55px auto 0;
}

.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%;
}

.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;
}

.pageWrap .btn {
  width: 555px;
}

.pageWrap .attention {
  font-size: 1.6rem;
  color: #DD0033;
  font-weight: bold;
  margin-top: 0px;
  margin-top: 4px;
}

.contactWrap {
  color: #fff;
  text-align: center;
  background: linear-gradient(75deg, #2f4e9a, #2667a3 90%);
  background-color: #2667a3;
  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;
}

.infoWrap {
  background: url("img/bgInfo.jpg");
  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 60px;
  background: rgba(255, 255, 255, 0.7);
}

.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;
}

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

footer a {
  color: #305097;
}

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

footer small {
  padding-top: 50px;
  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: #e9eaed;
}

footer .relatedSite h1 {
  float: left;
}

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

footer .relatedSite ul li {
  padding-right: 20px;
  border-right: 1px solid #305097;
  line-height: 0.8;
  margin-bottom: 10px;
}
