@charset "UTF-8";
/* line 5, ../../../../.rvm/gems/ruby-2.0.0-p598/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../.rvm/gems/ruby-2.0.0-p598/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../.rvm/gems/ruby-2.0.0-p598/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../.rvm/gems/ruby-2.0.0-p598/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../.rvm/gems/ruby-2.0.0-p598/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../.rvm/gems/ruby-2.0.0-p598/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../.rvm/gems/ruby-2.0.0-p598/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../.rvm/gems/ruby-2.0.0-p598/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../.rvm/gems/ruby-2.0.0-p598/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 4, ../sass/style.scss */
* {
  box-sizing: border-box;
}

/* line 7, ../sass/style.scss */
.clearfix {
  *zoom: 1;
}

/* line 10, ../sass/style.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 16, ../sass/style.scss */
.clearfix:after {
  clear: both;
}

/* line 20, ../sass/style.scss */
body {
  background-color: #fff;
  color: #555;
  font-family: "Open sans", "ヒラギノ角ゴ ProN W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 87.5%;
  /* = 14px/16px */
  letter-spacing: 0.5px;
  line-height: 1.8;
}

/* line 30, ../sass/style.scss */
a {
  text-decoration: none;
  color: #555;
}
/* line 33, ../sass/style.scss */
a:hover, a:active {
  opacity: 0.7;
  transition: 0.3s;
}

/* line 39, ../sass/style.scss */
header.header {
  height: 668px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

/* line 46, ../sass/style.scss */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 23px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
/* line 55, ../sass/style.scss */
#nav-toggle div {
  position: relative;
}
/* line 58, ../sass/style.scss */
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

/* line 70, ../sass/style.scss */
#nav-toggle span:nth-child(1) {
  top: 0;
}

/* line 73, ../sass/style.scss */
#nav-toggle span:nth-child(2) {
  top: 11px;
}

/* line 76, ../sass/style.scss */
#nav-toggle span:nth-child(3) {
  top: 22px;
}

/* line 80, ../sass/style.scss */
.header-menu {
  width: 100%;
  height: 68px;
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
  position: fixed;
  z-index: 9999;
}
/* line 87, ../sass/style.scss */
.header-menu .header-inner {
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  padding: 10px 0;
}
/* line 93, ../sass/style.scss */
.header-menu .tagline {
  font-size: 10px;
}
/* line 96, ../sass/style.scss */
.header-menu .site-logo, .header-menu .site-logo-black {
  display: block;
}
/* line 99, ../sass/style.scss */
.header-menu .hide {
  display: none;
}
/* line 102, ../sass/style.scss */
.header-menu .logo-unit {
  width: 200px;
  float: left;
}
/* line 105, ../sass/style.scss */
.header-menu .logo-unit img {
  width: 150px;
}
/* line 109, ../sass/style.scss */
.header-menu .g-menu {
  display: table;
  position: absolute;
  right: 0;
}

/* line 115, ../sass/style.scss */
.g-menu-item {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 10px 6px;
}
/* line 120, ../sass/style.scss */
.g-menu-item a {
  display: block;
  color: white;
}
/* line 124, ../sass/style.scss */
.g-menu-item a.register-link {
  padding: 2px 14px;
  border: solid 1px white;
  border-radius: 3px;
}
/* line 128, ../sass/style.scss */
.g-menu-item a.register-link:hover {
  background-color: #ED464D;
  color: white;
  opacity: 1;
  border: 1px solid #ED464D;
}

/* line 136, ../sass/style.scss */
.header-menu.scrolled {
  background-color: white;
  color: #555;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.25);
}
/* line 140, ../sass/style.scss */
.header-menu.scrolled a {
  color: #555;
}
/* line 143, ../sass/style.scss */
.header-menu.scrolled a.register-link {
  border: solid 1px #ED464D;
  color: #ED464D;
}
/* line 146, ../sass/style.scss */
.header-menu.scrolled a.register-link:hover {
  background-color: #ED464D;
  color: white;
}

/* line 153, ../sass/style.scss */
.middle {
  overflow: hidden;
}

/* line 157, ../sass/style.scss */
.top {
  position: relative;
  top: 68px;
  max-width: 520px;
  margin: 0 auto;
}

/* line 164, ../sass/style.scss */
.biggest {
  position: absolute;
  top: 55px;
  left: 330px;
  max-width: 306px;
}

/* line 170, ../sass/style.scss */
.sp-biggest {
  display: none;
}

/* line 174, ../sass/style.scss */
.message {
  margin: 0 auto 20px;
  display: block;
  padding: 120px 0 0;
  max-width: 100%;
}

/* line 181, ../sass/style.scss */
.cv-area-top {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}

/* line 186, ../sass/style.scss */
.tagline2 {
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin-bottom: 30px;
}

/* line 192, ../sass/style.scss */
.register-btn {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
  display: block;
  text-align: center;
  padding: 10px 0;
  color: white;
  max-width: 300px;
  margin: 0 auto;
  background-color: #ED464D;
  border-radius: 8px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.25);
}
/* line 205, ../sass/style.scss */
.register-btn:hover {
  background-color: #e85359;
  opacity: 1;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.33);
}

/* line 212, ../sass/style.scss */
.sec-why {
  background-color: #EEE9E3;
  padding: 80px 0;
}

/* line 217, ../sass/style.scss */
.sec-cont {
  padding: 40px 12px 0;
  max-width: 900px;
  margin: 0 auto;
  background-color: white;
  border-radius: 8px;
}
/* line 223, ../sass/style.scss */
.sec-cont .why-title {
  width: 100%;
  display: block;
  margin: 0 auto 40px;
}
/* line 228, ../sass/style.scss */
.sec-cont .why-card-unit {
  margin: 0 auto;
  max-width: 848px;
}
/* line 232, ../sass/style.scss */
.sec-cont .why-card {
  width: 270px;
  margin-right: 18px;
  float: left;
  margin-bottom: 40px;
}
/* line 237, ../sass/style.scss */
.sec-cont .why-card:last-child {
  margin-right: 0;
}
/* line 241, ../sass/style.scss */
.sec-cont .why-img {
  width: 270px;
}
/* line 244, ../sass/style.scss */
.sec-cont .why-card-title {
  font-size: 20px;
  font-weight: bold;
}
/* line 248, ../sass/style.scss */
.sec-cont .why-text {
  font-size: 14px;
}
/* line 250, ../sass/style.scss */
.sec-cont .why-text span {
  font-weight: bold;
}

/* line 256, ../sass/style.scss */
.sec-registration {
  height: 282px;
  background-image: url(../img/beach_taketomishima_cvarea.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0 0;
}
/* line 263, ../sass/style.scss */
.sec-registration .cv-area-cont {
  max-width: 370px;
  margin: 0 auto;
  color: white;
  text-align: center;
}

/* line 270, ../sass/style.scss */
.intro-statement {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}

/* line 276, ../sass/style.scss */
.sec-title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin: 0 auto 40px;
  max-width: 380px;
}

/* line 284, ../sass/style.scss */
.sec-ex {
  background-color: #FFEF75;
  padding: 80px 0 100px;
}
/* line 287, ../sass/style.scss */
.sec-ex .attention {
  font-weight: bold;
  text-align: center;
}
/* line 291, ../sass/style.scss */
.sec-ex .ex-card {
  max-width: 840px;
  margin: 0 auto 60px;
  position: relative;
}
/* line 295, ../sass/style.scss */
.sec-ex .ex-card .ex-card-cont {
  max-width: 400px;
  float: right;
}
/* line 299, ../sass/style.scss */
.sec-ex .ex-card .ex-img {
  max-width: 400px;
  width: 100%;
  margin-right: 40px;
}
/* line 304, ../sass/style.scss */
.sec-ex .ex-card .ex-title {
  font-size: 18px;
  font-weight: bold;
  color: #DED450;
}
/* line 309, ../sass/style.scss */
.sec-ex .ex-card .ex-text {
  font-size: 14px;
}
/* line 311, ../sass/style.scss */
.sec-ex .ex-card .ex-text .red {
  color: #ed464d;
}
/* line 315, ../sass/style.scss */
.sec-ex .ex-card .ex-text-bottom {
  border-top: 1px dashed #ccc;
  padding: 20px 0 0;
  position: absolute;
  bottom: 8px;
}
/* line 320, ../sass/style.scss */
.sec-ex .ex-card .ex-text-bottom .yellow {
  color: #DED450;
}
/* line 325, ../sass/style.scss */
.sec-ex .ex-card.last {
  margin-bottom: 30px;
}

/* line 329, ../sass/style.scss */
.sec-what {
  background-color: #ed464d;
  position: relative;
  padding: 80px 0;
  font-weight: bold;
  color: white;
}
/* line 335, ../sass/style.scss */
.sec-what:before {
  background-image: url(../img/shape_wave.png);
  background-size: contain;
  z-index: 10;
  position: absolute;
  left: 0;
  top: -32px;
  display: block;
  width: 100%;
  height: 34px;
  content: "";
}
/* line 349, ../sass/style.scss */
.sec-what .sec-title {
  color: white;
  margin-bottom: 30px;
}
/* line 352, ../sass/style.scss */
.sec-what .sec-title:after {
  border-bottom: 5px solid white;
  content: "";
  height: 5px;
  display: block;
  width: 100px;
  margin: 16px auto 0;
}
/* line 361, ../sass/style.scss */
.sec-what .sec-subtitle {
  font-size: 20px;
  text-align: center;
}
/* line 365, ../sass/style.scss */
.sec-what .sec-what-text {
  font-size: 18px;
  max-width: 840px;
  margin: 30px auto 0;
}

/* line 372, ../sass/style.scss */
.sec-process {
  background-color: #EEE9E3;
  padding: 80px 0;
}

/* line 376, ../sass/style.scss */
.process-card {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 60px;
}
/* line 380, ../sass/style.scss */
.process-card:last-child {
  margin-bottom: 0;
}

/* line 384, ../sass/style.scss */
.process-img {
  width: 50%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* line 389, ../sass/style.scss */
.process-card-cont {
  width: 50%;
  height: 260px;
  background-color: white;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  float: right;
  padding: 40px 30px;
}
/* line 397, ../sass/style.scss */
.process-card-cont .register-btn {
  max-width: 100%;
  background-color: transparent;
  border: 2px solid #ED464D;
  box-shadow: none;
  color: #ED464D;
  font-weight: normal;
}
/* line 404, ../sass/style.scss */
.process-card-cont .register-btn:hover {
  background-color: #ED464D;
  color: white;
}

/* line 410, ../sass/style.scss */
.process-card-title {
  color: #4B8EA8;
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: 500;
}

/* line 416, ../sass/style.scss */
.process-card-text {
  margin-bottom: 32px;
}

/* line 420, ../sass/style.scss */
.sec-faq {
  background-color: #FFEF75;
  padding: 80px 0;
}
/* line 423, ../sass/style.scss */
.sec-faq .sec-cont {
  padding-right: 40px;
  padding-left: 40px;
}

/* line 428, ../sass/style.scss */
.qa {
  border-bottom: 2px dotted #ddd;
  padding: 24px 0;
  font-size: 18px;
  font-weight: bold;
}
/* line 433, ../sass/style.scss */
.qa span {
  font-family: "Avenir Next";
}

/* line 438, ../sass/style.scss */
.question span {
  color: #4B8EA8;
}

/* line 443, ../sass/style.scss */
.answer span {
  color: #ED464D;
}

/* line 447, ../sass/style.scss */
.contact-area {
  margin: 32px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

/* line 454, ../sass/style.scss */
.sec-registrationform {
  background-color: #ED464D;
  padding: 80px 0;
}

/* line 458, ../sass/style.scss */
.cv-area-cont {
  max-width: 900px;
  margin: 0 auto;
}
/* line 461, ../sass/style.scss */
.cv-area-cont .intro-statement {
  text-align: center;
  color: white;
}

/* line 466, ../sass/style.scss */
.google-form {
  max-width: 900px;
  width: 100%;
}
/* line 469, ../sass/style.scss */
.google-form iframe {
  width: 100%;
  height: 2800px;
}

/* line 474, ../sass/style.scss */
.form-des {
  text-align: center !important;
  margin: 20px auto !important;
  font-weight: bold !important;
}

/* line 480, ../sass/style.scss */
.mc-field-group label, .mc-field-group strong {
  font-size: 18px !important;
}
/* line 483, ../sass/style.scss */
.mc-field-group p {
  font-size: 14px !important;
}
/* line 487, ../sass/style.scss */
.mc-field-group li label {
  font-size: 14px !important;
}

/* line 492, ../sass/style.scss */
#mc_embed_signup .button {
  background-color: #4285f4 !important;
  height: 38px !important;
  padding: 0 28px !important;
}

/* line 497, ../sass/style.scss */
.freebirdLightBackground {
  overflow: hidden;
}

/* line 501, ../sass/style.scss */
footer.footer {
  background-color: #3F5760;
}

/* line 504, ../sass/style.scss */
.footer-cont {
  padding: 80px 0 20px;
  color: white;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
/* line 510, ../sass/style.scss */
.footer-cont .copyright {
  font-size: 12px;
}
/* line 513, ../sass/style.scss */
.footer-cont p.copyright {
  font-size: 9px;
}
/* line 516, ../sass/style.scss */
.footer-cont .clearfix {
  padding-bottom: 40px;
}
/* line 519, ../sass/style.scss */
.footer-cont .left {
  padding: 0 20px;
  float: left;
}
/* line 523, ../sass/style.scss */
.footer-cont .right {
  padding: 0 20px;
  float: right;
}
/* line 527, ../sass/style.scss */
.footer-cont .company-info {
  text-align: left;
}

@media screen and (max-width: 640px) {
  /* line 536, ../sass/style.scss */
  #nav-toggle {
    display: block;
  }

  /* line 539, ../sass/style.scss */
  .header-menu {
    background-color: rgba(255, 255, 255, 0.15);
  }
  /* line 541, ../sass/style.scss */
  .header-menu .logo-unit {
    position: relative;
    left: 12px;
  }

  /* line 546, ../sass/style.scss */
  .g-menu {
    position: absolute;
    display: none !important;
    top: -50px;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  /* line 557, ../sass/style.scss */
  .g-menu ul {
    position: static;
    right: 0;
    bottom: 0;
  }
  /* line 561, ../sass/style.scss */
  .g-menu ul li {
    display: list-item;
    position: static;
  }

  /* line 570, ../sass/style.scss */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    transform: rotate(135deg);
  }
  /* line 574, ../sass/style.scss */
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  /* line 578, ../sass/style.scss */
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    transform: rotate(-135deg);
  }
  /* line 584, ../sass/style.scss */
  .open .header-menu {
    background-color: rgba(0, 0, 0, 0.8);
  }
  /* line 587, ../sass/style.scss */
  .open .g-menu {
    top: 68px;
    display: block !important;
  }

  /* line 593, ../sass/style.scss */
  .header-menu.scrolled {
    background: white;
  }
  /* line 596, ../sass/style.scss */
  .header-menu.scrolled #nav-toggle span {
    background: #555;
  }
  /* line 600, ../sass/style.scss */
  .header-menu.scrolled .g-menu {
    background: white;
  }

  /* line 606, ../sass/style.scss */
  .biggest {
    display: none;
  }

  /* line 610, ../sass/style.scss */
  .sp-biggest {
    display: block;
    max-width: 250px;
    margin: 0px auto;
    padding: 70px 0 0;
  }

  /* line 616, ../sass/style.scss */
  .cv-area-top {
    padding: 0 12px;
  }

  /* line 619, ../sass/style.scss */
  .message {
    padding: 15px 0 0;
  }

  /* line 623, ../sass/style.scss */
  .side-pad {
    padding-right: 12px;
    padding-left: 12px;
  }

  /* line 629, ../sass/style.scss */
  .sec-cont .why-card {
    width: 100%;
    margin-right: 0;
  }
  /* line 633, ../sass/style.scss */
  .sec-cont .why-img {
    width: 100%;
    margin: 0 auto 10px;
    display: block;
  }

  /* line 640, ../sass/style.scss */
  .intro-statement {
    font-size: 14px;
  }

  /* line 646, ../sass/style.scss */
  .sec-ex .ex-card .ex-text-bottom {
    position: static;
    padding-top: 10px;
    margin-top: 10px;
  }
  /* line 652, ../sass/style.scss */
  .sec-ex .attention {
    font-size: 11px;
    padding-bottom: 20px;
  }

  /* line 659, ../sass/style.scss */
  .sec-what .sec-what-text {
    font-size: 14px;
  }

  /* line 665, ../sass/style.scss */
  .process-card .process-img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }
  /* line 671, ../sass/style.scss */
  .process-card .process-card-cont {
    float: none;
    width: 100%;
    margin-top: -8px;
    padding: 12px 20px 20px;
    height: auto;
    text-align: justify;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  /* line 684, ../sass/style.scss */
  .sec-faq .sec-cont {
    padding-left: 12px;
    padding-right: 12px;
  }

  /* line 689, ../sass/style.scss */
  .qa {
    font-size: 16px;
  }
  /* line 691, ../sass/style.scss */
  .qa:first-child {
    padding-top: 0;
  }
  /* line 694, ../sass/style.scss */
  .qa:last-child {
    border-bottom: none;
  }

  /* line 700, ../sass/style.scss */
  .footer-cont .left, .footer-cont .right {
    float: none;
  }
  /* line 703, ../sass/style.scss */
  .footer-cont .company-info {
    text-align: center;
  }
}
