/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

body, html {
  height: 100%;
}

.bg {
  background-image: url("../img/Background.png");
  background-repeat: round;
  background-position: top;
  background-size: cover;
}
@media (max-width: 1215px) {
  .bg {
    background-repeat: no-repeat;
  }
}
@media (max-width: 576px) {
  .bg {
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  .bg {
    background-repeat: round;
    background-attachment: fixed;
  }
}
@media (max-width: 650px) {
  .bg {
    background-repeat: no-repeat;
  }
}

.wrap {
  padding: 0 60px;
  padding-bottom: 160px;
}
@media (max-width: 768px) {
  .wrap {
    padding: 0 40px;
  }
}
@media (max-width: 576px) {
  .wrap {
    padding: 20px 20px;
  }
}
.wrap .header {
  position: relative;
  height: 200px;
}
@media (max-width: 768px) {
  .wrap .header {
    height: 170px;
  }
}
@media (max-width: 576px) {
  .wrap .header {
    height: 80px;
  }
}
.wrap .header img {
  height: 105px;
  position: absolute;
  top: 60px;
  left: 0px;
}
@media (max-width: 1280px) {
  .wrap .header img {
    height: 90px;
  }
}
@media (max-width: 768px) {
  .wrap .header img {
    height: 80px;
  }
}
@media (max-width: 576px) {
  .wrap .header img {
    height: 55px;
    top: 0;
  }
}
.wrap .container {
  max-width: 1290px;
  margin: 0 auto;
}
.wrap .container .section {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 53px;
}
@media (max-width: 576px) {
  .wrap .container .section {
    padding-top: 50px;
  }
}
.wrap .container .section .title {
  text-align: center;
  font-weight: 800;
  font-size: 73px;
  color: #003057;
}
@media (max-width: 1280px) {
  .wrap .container .section .title {
    font-size: 65px;
  }
}
@media (max-width: 768px) {
  .wrap .container .section .title {
    font-size: 55px;
  }
}
@media (max-width: 576px) {
  .wrap .container .section .title {
    font-size: 30px;
  }
}
.wrap .container .section .subtitle {
  color: #003057;
  font-weight: 700;
  font-size: 53px;
  padding-top: 80px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  line-height: 60px;
}
@media (max-width: 1280px) {
  .wrap .container .section .subtitle {
    font-size: 45px;
    padding-top: 60px;
  }
}
@media (max-width: 769px) {
  .wrap .container .section .subtitle {
    line-height: 45px;
    padding-top: 50px;
  }
}
@media (max-width: 576px) {
  .wrap .container .section .subtitle {
    font-size: 25px;
    line-height: 30px;
  }
}
.wrap .container .section .text {
  padding-top: 80px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  color: #003057;
  font-weight: 400;
  font-size: 33px;
  line-height: 40px;
}
@media (max-width: 1280px) {
  .wrap .container .section .text {
    font-size: 30px;
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .wrap .container .section .text {
    padding-top: 50px;
  }
}
@media (max-width: 576px) {
  .wrap .container .section .text {
    font-size: 21px;
    line-height: 30px;
    padding-top: 40px;
  }
}
.wrap .container .section .text .call-to-action {
  background-image: linear-gradient(to right, #0099D8 0%, #003057 51%, #0099D8 100%);
  border-radius: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 100px;
  display: block;
  max-width: 80%;
  margin: 80px auto;
}
@media (max-width: 1280px) {
  .wrap .container .section .text .call-to-action {
    margin: 60px auto;
    max-width: 70%;
  }
}
@media (max-width: 576px) {
  .wrap .container .section .text .call-to-action {
    max-width: 100%;
  }
}
@media (max-width: 390px) {
  .wrap .container .section .text .call-to-action.sp .txt {
    font-size: 22px;
  }
}
@media (max-width: 365px) {
  .wrap .container .section .text .call-to-action.sp .txt {
    font-size: 18px;
  }
}
@media (max-width: 365px) {
  .wrap .container .section .text .call-to-action.sp .sub {
    font-size: 18px;
  }
}
.wrap .container .section .text .call-to-action .txt {
  font-weight: 700;
}
@media (max-width: 768px) {
  .wrap .container .section .text .call-to-action .txt {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .wrap .container .section .text .call-to-action .txt {
    font-size: 24px;
  }
}
.wrap .container .section .text .call-to-action .sub {
  font-size: 26px;
}
@media (max-width: 768px) {
  .wrap .container .section .text .call-to-action .sub {
    font-size: 24px;
  }
}
@media (max-width: 768px) and (max-width: 576px) {
  .wrap .container .section .text .call-to-action .sub {
    font-size: 20px;
  }
}
.wrap .container .section .text .call-to-action:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
.wrap .boxes {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  max-width: 1290px;
  margin: 0 auto;
}
@media (max-width: 1170px) {
  .wrap .boxes {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .wrap .boxes {
    flex-direction: column;
  }
}
@media (max-width: 1170px) {
  .wrap .boxes .box-wrap {
    margin-bottom: 130px;
  }
}
.wrap .boxes .box-wrap .ico img {
  top: -70px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 9;
  height: 130px;
  width: auto;
}
.wrap .boxes .box-wrap .box {
  flex: 1;
  background-color: #fff;
  max-width: 320px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 100px 30px 30px 30px;
  height: 430px;
}
@media (max-width: 1280px) {
  .wrap .boxes .box-wrap .box {
    max-width: 280px;
  }
}
@media (max-width: 1170px) {
  .wrap .boxes .box-wrap .box {
    max-width: 100%;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .wrap .boxes .box-wrap .box {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .wrap .boxes .box-wrap .box {
    height: auto;
    padding: 80px 15px 30px 15px;
  }
}
.wrap .boxes .box-wrap .box .title {
  font-weight: 800;
  font-size: 22px;
  color: #003057;
  text-align: center;
  padding-bottom: 25px;
}
.wrap .boxes .box-wrap .box .description {
  padding-bottom: 45px;
  color: #003057;
  text-align: center;
  line-height: 22px;
  font-weight: 500;
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 1170px) {
  .wrap .boxes .box-wrap .box .description {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .wrap .boxes .box-wrap .box .description {
    padding-bottom: 80px;
  }
}
.wrap .boxes .box-wrap .box .button {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  right: 0;
  background-image: linear-gradient(to right, #3f96cf 0%, #1e3555 51%, #3f96cf 100%);
  border-radius: 50px;
  padding-top: 13px;
  padding-bottom: 13px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 100px;
  display: block;
  max-width: 80%;
  margin: 0px auto;
}
.wrap .boxes .box-wrap .box .button a {
  text-decoration: none;
  color: #fff;
  text-transform: none;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 365px) {
  .wrap .boxes .box-wrap .box .button a {
    font-size: 18px;
  }
}
.wrap .boxes .box-wrap .box .button:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.footer {
  height: 40px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #868686;
}
@media (max-width: 576px) {
  .footer {
    height: 70px;
    padding: 10px;
    padding-bottom: 20px;
    font-size: 14px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.footer a {
  color: #868686;
  padding: 10px;
  padding-left: 0;
}
.footer.privacy-footer {
  height: 70px;
}

/*bounce up animation for the subject*/
.bounce-up .subject {
  opacity: 0;
  -moz-transition: all 500ms ease-out;
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view .subject {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.privacy {
  color: #003057;
  font-size: 18px;
  line-height: 25px;
}
.privacy.container {
  padding: 60px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .privacy.container {
    padding: 20px;
    font-size: 16px;
  }
}
.privacy .header {
  position: relative;
  height: 155px;
}
@media (max-width: 768px) {
  .privacy .header {
    height: 170px;
  }
}
@media (max-width: 576px) {
  .privacy .header {
    height: 80px;
  }
}
.privacy .header img {
  height: 105px;
  position: absolute;
  top: 60px;
  left: 0px;
}
@media (max-width: 1280px) {
  .privacy .header img {
    height: 90px;
  }
}
@media (max-width: 768px) {
  .privacy .header img {
    height: 80px;
  }
}
@media (max-width: 576px) {
  .privacy .header img {
    height: 55px;
    top: 0;
  }
}
.privacy .title {
  text-align: center;
  padding-top: 80px;
  font-size: 36px;
  color: #003057;
  font-weight: 700;
  padding-bottom: 20px;
}
@media (max-width: 576px) {
  .privacy .title {
    font-size: 30px;
    padding-top: 40px;
  }
}
.privacy .content .section {
  padding-top: 30px;
}
@media (max-width: 576px) {
  .privacy .content .section {
    padding-top: 15px;
  }
}
.privacy .content .section .highlight {
  font-weight: 700;
}
.privacy .content .section .indent {
  margin-left: 50px;
  margin-top: 20px;
}
@media (max-width: 576px) {
  .privacy .content .section .indent {
    margin-left: 25px;
    margin-right: 15px;
  }
}
.privacy .content .section a {
  color: #0099D8;
  text-decoration: none;
  background: linear-gradient(currentColor, currentColor) bottom/0 0.1em no-repeat;
  transition: 0.35s background-size;
  background-position: left bottom;
  word-wrap: break-word;
}
.privacy .content .section a:hover {
  background-size: 100% 0.1em;
}
.privacy .content .section .default {
  background-color: white;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}
.privacy .content .section .default .column-one {
  width: 30%;
}
.privacy .content .section .default .column-two {
  width: 50%;
}
.privacy .content .section .default .column-three {
  width: 20%;
}
.privacy .content .section .default .fill {
  text-align: left;
}
.privacy .content .section .default .fill th {
  font-size: 16px;
  font-weight: 400;
  padding: 5px 5px;
  vertical-align: top;
}
@media (max-width: 576px) {
  .privacy .content .section .default .fill th {
    font-size: 13px;
  }
}
.privacy .content .section .default th {
  border: 2px solid #003057;
  height: 35px;
  font-size: 16px;
  padding: 5px 5px;
  font-weight: 600;
  vertical-align: middle;
}
@media (max-width: 576px) {
  .privacy .content .section .default th {
    font-size: 13px;
  }
}

/*# sourceMappingURL=style.css.map */
