@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=PT+Sans);
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: -apple-system,"Lucida Grande","Helvetica Neue","Hiragino Kaku Gothic ProN","游ゴシック","メイリオ",meiryo,sans-serif;
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
  color: #7f8c99;
  background: #f5f7f7;
}

h2,
h3,
h4 {
  color: #354b60;
}

p {
  line-height: 170%;
}

a {
  text-decoration: underline;
  color: #7f8c99;
}
a:active, a:visited {
  color: #354b60;
}
a:hover {
  text-decoration: none;
}

.clG {
  background: #f5f7f7;
}

.clW {
  background: #fff;
}

.clB {
  background: #2f6cc6;
}

.inner {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
}

.lpHeader {
  background: #fff;
}
.lpHeader .inner {
  height: 88px;
}
.lpHeader .logo,
.lpHeader .siteLink {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.lpHeader .logo {
  left: 10px;
}
.lpHeader .siteLink {
  right: 0;
}
.lpHeader .siteLink a {
  text-decoration: none;
}
.lpHeader .siteLink a:hover {
  text-decoration: underline;
}

.btnRegi a {
  display: inline-block;
  border-radius: 8px;
  background: #17afe8;
  border: 2px solid #17afe8;
  color: #fff;
  padding: 11px 33px;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.6rem;
}
.btnRegi a:hover {
  background: #fff;
  color: #17afe8;
}

.btnLogin {
  padding-top: 18px;
  text-align: center;
}
.btnLogin a {
  text-decoration: none;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$n100)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}
.btnLogin a:hover {
  text-decoration: underline;
}

.mainVisual {
  padding-top: 52px;
  padding-bottom: 42px;
}
.mainVisual .inner {
  zoom: 1;
}
.mainVisual .inner:before, .mainVisual .inner:after {
  content: "";
  display: table;
}
.mainVisual .inner:after {
  clear: both;
}
.mainVisual .imgCard {
  padding: 60px 0 0 87px;
  float: left;
}
.mainVisual .txtArea {
  float: right;
}
.mainVisual .txtArea h2 {
  color: #17afe8;
  font-size: 3.1rem;
  border-bottom: 1px solid #17afe8;
  line-height: 150%;
  font-weight: 600;
}
.mainVisual .txtArea h2 span {
  font-family: 'PT Sans', sans-serif;
  display: inline-block;
  padding-right: 20px;
  font-size: 5.9rem;
}
.mainVisual .txtArea p {
  color: #2980b9;
  padding-top: 18px;
  line-height: 180%;
}
.mainVisual .txtArea p.sub {
  color: #17afe8;
  font-size: 3.1rem;
  font-weight: 600;
  padding-top: 14px;
  line-height: 140%;
}
.mainVisual .txtArea ul {
  padding-top: 30px;
  display: inline-block;
}

.section h2 {
  text-align: center;
  font-size: 2.6rem;
  padding-bottom: 31px;
}
.section p.sub {
  text-align: center;
}

.about {
  padding-top: 53px;
}
.about ul {
  font-size: 0;
  text-align: center;
  padding-top: 88px;
  padding-bottom: 97px;
}
.about li {
  width: 33.3%;
  display: inline-block;
  vertical-align: top;
}
.about li h3 {
  font-size: 2rem;
  padding: 40px 5px;
}
.about li p {
  font-size: 1.4rem;
  padding: 0 5px;
}

.regi {
  padding-top: 63px;
  padding-bottom: 62px;
}
.regi .btnRegi {
  text-align: center;
}

.use {
  padding-top: 72px;
  padding-bottom: 100px;
}
.use h2 {
  color: #17afe8;
  padding-bottom: 53px;
}
.use ul {
  font-size: 0;
  text-align: center;
}
.use li {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.use li:first-child {
  width: 19%;
}
.use li h3 {
  font-size: 2.6rem;
  padding-bottom: 20px;
}
.use li p {
  font-size: 1.4rem;
}

.faq {
  padding-top: 55px;
  padding-bottom: 65px;
}
.faq .faqContent {
  background: #fff;
  padding: 30px;
}
.faq .faqContent h2 {
  color: #17afe8;
  font-size: 2.6rem;
}
.faq .faqContent h3 {
  font-size: 2.4rem;
}
.faq .faqContent h3:before {
  content: "Q.";
  color: #17afe8;
  font-weight: normal;
  margin-right: 10px;
}
.faq .faqContent dl {
  padding-top: 40px;
}
.faq .faqContent dt {
  padding-bottom: 22px;
}
.faq .faqContent dd {
  padding-bottom: 60px;
}

.join {
  padding-top: 75px;
  padding-bottom: 83px;
}
.join ul {
  font-size: 0;
}
.join li {
  width: 66%;
  display: inline-block;
  vertical-align: middle;
}
.join li:first-child {
  width: 34%;
  text-align: center;
}
.join li h2 {
  padding-bottom: 24px;
  font-size: 2.6rem;
  text-align: left;
}

.footAbout {
  padding-top: 38px;
  padding-bottom: 181px;
}
.footAbout h2 {
  font-size: 1.8rem;
  padding-bottom: 36px;
  color: #fff;
  text-align: left;
}
.footAbout p {
  color: #fff;
}

.lpFooter {
  padding-top: 37px;
  padding-bottom: 40px;
  background: #383b41;
  color: #fff;
}
.lpFooter .inner {
  zoom: 1;
}
.lpFooter .inner:before, .lpFooter .inner:after {
  content: "";
  display: table;
}
.lpFooter .inner:after {
  clear: both;
}
.lpFooter .copy {
  float: left;
}
.lpFooter ul {
  float: right;
}
.lpFooter li {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #fff;
}
.lpFooter li a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
}
.lpFooter li:first-child {
  border-left: none;
}

@media screen and (max-width: 1040px) {
  .lpHeader .inner {
    height: 44px;
  }

  .inner {
    max-width: 100%;
    margin-right: 15px;
    margin-left: 15px;
  }

  .mainVisual .imgCard {
    padding-left: 0;
  }
}
@media screen and (max-width: 820px) {
  .mainVisual .imgCard {
    display: none;
  }
  .mainVisual .txtArea {
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .section h2 {
    text-align: center;
    font-size: 2.6rem;
    padding-bottom: 14px;
  }
  .section p.sub {
    text-align: center;
  }

  .about {
    padding-top: 33px;
  }
  .about ul {
    padding-top: 40px;
    padding-bottom: 27px;
  }
  .about li {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }
  .about li h3 {
    padding: 16px 5px;
  }

  .regi {
    padding-top: 33px;
    padding-bottom: 32px;
  }

  .use {
    padding-top: 32px;
    padding-bottom: 30px;
  }
  .use li {
    width: 100%;
    display: block;
    text-align: center;
  }
  .use li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  .use li h3 {
    padding-bottom: 10px;
  }

  .faq {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .faq .faqContent {
    padding: 15px;
  }
  .faq .faqContent dl {
    padding-top: 20px;
  }
  .faq .faqContent dt {
    padding-bottom: 12px;
  }
  .faq .faqContent dd {
    padding-bottom: 30px;
  }

  .join {
    padding-top: 35px;
    padding-bottom: 33px;
  }
  .join ul {
    font-size: 0;
  }
  .join li {
    width: 100%;
    display: block;
    text-align: center;
  }
  .join li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  .join li h2 {
    padding-bottom: 20px;
    font-size: 2.6rem;
    text-align: center;
  }

  .footAbout {
    padding-top: 28px;
    padding-bottom: 40px;
  }
  .footAbout h2 {
    padding-bottom: 26px;
    text-align: left;
    font-size: 1.8rem;
  }
  .footAbout p {
    color: #fff;
  }

  .lpFooter {
    padding-top: 37px;
    padding-bottom: 40px;
    text-align: center;
  }
  .lpFooter .copy {
    float: none;
    padding-top: 20px;
  }
  .lpFooter ul {
    float: none;
  }
}
@media screen and (max-width: 720px) {
  body {
    font-size: 1.3rem;
  }

  .section h2 {
    font-size: 2rem;
  }
  .section p {
    font-size: 1.3rem;
  }

  .mainVisual .txtArea h2 {
    font-size: 2rem;
  }
  .mainVisual .txtArea h2 span {
    font-size: 3rem;
  }
  .mainVisual .txtArea p.sub {
    font-size: 1.8rem;
  }

  .about li h3 {
    font-size: 1.6rem;
  }
  .about li p {
    font-size: 1.3rem;
  }
  .about li p br {
    display: none;
  }

  .use li h3 {
    font-size: 2rem;
  }
  .use li p br {
    display: none;
  }

  .faq .faqContent h2 {
    font-size: 2rem;
  }
  .faq .faqContent h3 {
    font-size: 2rem;
  }

  .lpFooter {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
