@charset "UTF-8";
/* line 5, ../../../../../../../../Library/Ruby/Gems/2.0.0/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, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

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

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

/* line 28, ../../../../../../../../Library/Ruby/Gems/2.0.0/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, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

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

/* line 116, ../../../../../../../../Library/Ruby/Gems/2.0.0/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 6, ../sass/style.sass */
body {
  font-size: 20px;
  width: 100%;
}

/* line 10, ../sass/style.sass */
.header-top {
  width: 100%;
  border-bottom: 3px solid #A68A1B;
  background-image: url("../images/common/bg.png");
}
/* line 15, ../sass/style.sass */
.header-top .inner {
  width: 980px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 0px !important;
}

/* line 21, ../sass/style.sass */
header {
  width: 100%;
  background-image: url("../images/mv/bg.png");
  background-position: center;
}
/* line 25, ../sass/style.sass */
header .inner {
  width: 980px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 30px;
}

/* line 32, ../sass/style.sass */
.header-bottom {
  width: 100%;
  padding-top: 30px;
  background-image: url("../images/common/bg.png");
  border-top: 3px solid #A68A1B;
  border-bottom: 3px solid #A68A1B;
  margin-top: -30px;
    padding-top: 40px;
}
/* line 38, ../sass/style.sass */
.header-bottom .inner {
  width: 980px;
  margin: 0 auto;
  padding-top: 10px;
}

/* line 44, ../sass/style.sass */
.profile {
  width: 100%;
}
/* line 47, ../sass/style.sass */
.profile .pr-inner {
  background-color: #E6E6E6;
  margin-top: 40px;
  padding-bottom: 50px;
}
/* line 52, ../sass/style.sass */
.profile .pr-inner .profile-left {
  width: 400px;
  padding: 10px;
  text-align: justify;
  float: left;
  margin-right: 20px;
  margin-left: 40px;
}
/* line 60, ../sass/style.sass */
.profile .pr-inner .profile-right {
  width: 380px;
  float: left;
  margin-top: 20px;
}
/* line 64, ../sass/style.sass */
.profile .pr-inner .bottom {
  clear: both;
}

/* line 67, ../sass/style.sass */
.container {
  background-color: #00023A;
}
/* line 69, ../sass/style.sass */
.container .inner {
  font-size: 19px;
  line-height: 35px;
  width: 900px;
  margin: 0 auto;
  padding: 60px;
  background-color: #fff;
  border-top: 6px solid #A68A1B;
}
/* line 78, ../sass/style.sass */
.container .inner .record {
  width: 100%;
}
/* line 81, ../sass/style.sass */
.container .inner .record .movie {
  width: 400px;
  float: left;
  margin-right: 40px;
  clear: both;
}
/* line 87, ../sass/style.sass */
.container .inner .record .profile {
  width: 450px;
  float: left;
  text-align: justify;
  margin-bottom: 40px;
}
/* line 94, ../sass/style.sass */
.container .inner .record .user-voice {
  clear: both;
  border: 1px solid black;
  padding: 40px;
  text-align: justify;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 40px;
}

/* line 105, ../sass/style.sass */
.reason {
  font-size: 17px;
}
/* line 108, ../sass/style.sass */
.reason .box {
  font-size: 17px;
  line-height: 26px;
  margin-top: 40px;
  border: 23px solid #FFBF07;
  clear: both;
  padding: 50px;
  background-color: white;
  font-weight: normal;
  background-image: url("../images/common/subtle_white_feathers.png");
}
/* line 119, ../sass/style.sass */
.reason .box .left {
  float: left;
  margin-right: 30px;
  text-align: justify;
  margin-top: 30px;
  width: 100%;
}
/* line 126, ../sass/style.sass */
.reason .box .bottom {
  clear: both;
}

/* line 133, ../sass/style.sass */
.mv {
  width: 100%;
  background-image: url("../images/mv/bg.png");
}
/* line 136, ../sass/style.sass */
.mv .inner {
  font-size: 19px;
  line-height: 35px;
  width: 980px;
  margin: 0 auto;
}

/* line 142, ../sass/style.sass */
.cv {
  width: 100%;
  margin: 0 auto;
  background: #ECECEC;
  padding-top: 50px;
  padding-bottom: 50px;
}
/* line 148, ../sass/style.sass */
.cv .inner {
  width: 980px;
  margin: 0 auto;
}
/* line 151, ../sass/style.sass */
.cv .inner p {
  line-height: 40px;
  text-align: justify;
  color: black;
}

/* line 157, ../sass/style.sass */
.feature {
  width: 100%;
  margin: 0 auto;
  background: #ECECEC;
  padding-bottom: 40px;
}
/* line 162, ../sass/style.sass */
.feature .inner {
  width: 980px;
  margin: 0 auto;
}

/* line 166, ../sass/style.sass */
.day {
  width: 100%;
  background-color: #00023A;
  text-align: center;
  color: white;
  font-size: 30px;
  padding-bottom: 50px;
  padding-top: 10px;
}
/* line 174, ../sass/style.sass */
.day .inner {
  width: 980px;
  margin: 0 auto;
}
/* line 177, ../sass/style.sass */
.day .inner .box {
  font-size: 25px;
  margin-top: 30px;
  line-height: 45px;
  color: yellow;
}

/* line 183, ../sass/style.sass */
.h2-green {
  width: 100%;
  background-color: #009C45;
}

/* line 186, ../sass/style.sass */
.h2-inner {
  width: 980px;
  margin: 0 auto;
  font-size: 50px;
  font-weight: bold;
  color: white;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 196, ../sass/style.sass */
.h2-blue {
  width: 100%;
  background-color: #00023A;
}

/* line 201, ../sass/style.sass */
.h2-red {
  width: 100%;
  background-color: #FF3D28;
}

/* line 206, ../sass/style.sass */
.button {
  text-align: center;
  width: 700px;
  height: 167px;
  margin: 0 auto;
}

/* line 212, ../sass/style.sass */
.button:hover {
  width: 700px;
  display: block;
  height: 167px;
  text-indent: -9999px;
  background-image: url("../images/common/button-hover.png");
}

/* line 222, ../sass/style.sass */
.feature div {
  margin-bottom: 20px;
}
/* line 225, ../sass/style.sass */
.feature p span {
  background-color: yellow;
}

/* line 228, ../sass/style.sass */
.images {
  margin-top: 60px;
  margin-bottom: 30px;
}

/* line 233, ../sass/style.sass */
.fl-wtbk {
  width: 100%;
  background-image: url("../images/common/subtle_white_feathers.png");
}
/* line 237, ../sass/style.sass */
.fl-wtbk .fl-inner {
  width: 880px;
  padding: 40px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 35px;
}
/* line 244, ../sass/style.sass */
.fl-wtbk .fl-inner-goal {
  width: 850px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 35px;
}

/* line 250, ../sass/style.sass */
.curriculum1 {
  width: 955px;
  margin-bottom: -50px;
  background-image: url("../images/service/curriculum_1month.png");
  background-repeat: no-repeat;
}
/* line 255, ../sass/style.sass */
.curriculum1 .text {
  font-size: 18px;
  line-height: 35px;
  color: black;
  width: 720px;
  text-align: justify;
  padding-top: 200px;
  padding-left: 200px;
  font-weight: normal;
}

/* line 266, ../sass/style.sass */
.curriculum2 {
  width: 955px;
  margin-bottom: -50px;
  background-image: url("../images/service/curriculum_2month.png");
  background-repeat: no-repeat;
}
/* line 271, ../sass/style.sass */
.curriculum2 .text {
  font-size: 18px;
  line-height: 35px;
  color: black;
  width: 720px;
  text-align: justify;
  padding-top: 200px;
  padding-left: 200px;
  font-weight: normal;
}

/* line 282, ../sass/style.sass */
.curriculum3 {
  width: 970px;
  margin-bottom: -50px;
  background-image: url("../images/service/curriculum_3month.png");
  background-repeat: no-repeat;
}
/* line 287, ../sass/style.sass */
.curriculum3 .text {
  font-size: 18px;
  line-height: 35px;
  color: black;
  width: 720px;
  text-align: justify;
  padding-top: 200px;
  padding-left: 200px;
  font-weight: normal;
}

/* line 298, ../sass/style.sass */
.curriculum4 {
  width: 970px;
  background-image: url("../images/service/curriculum_4month.png");
  background-repeat: no-repeat;
}
/* line 302, ../sass/style.sass */
.curriculum4 .text {
  font-size: 18px;
  line-height: 35px;
  color: black;
  width: 720px;
  text-align: justify;
  padding-top: 200px;
  padding-left: 200px;
  font-weight: normal;
}

/* line 312, ../sass/style.sass */
.container2 {
  background-color: #33B897;
}
/* line 314, ../sass/style.sass */
.container2 .inner {
  font-size: 19px;
  line-height: 35px;
  width: 900px;
  margin: 0 auto;
  box-shadow: 0px 5px 18px 3px #007155;
  padding: 60px;
  background-color: #fff;
}

/* line 327, ../sass/style.sass */
.container3 {
  background-color: #FFAB3E;
}
/* line 329, ../sass/style.sass */
.container3 .inner {
  font-size: 19px;
  line-height: 35px;
  width: 900px;
  margin: 0 auto;
  box-shadow: 0px 7px 18px 3px #CC7300;
  padding: 60px;
  background-color: #fff;
}

/* line 339, ../sass/style.sass */
.container4 {
  background-color: white;
}
/* line 341, ../sass/style.sass */
.container4 .inner {
  font-size: 19px;
  line-height: 35px;
  width: 900px;
  margin: 0 auto;
  box-shadow: 0px 8px 18px 3px #ABABAB;
  padding: 60px;
  background-color: #fff;
}
/* line 352, ../sass/style.sass */
.container4 .inner .question {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  line-height: 30px;
}
/* line 357, ../sass/style.sass */
.container4 .inner .question .h3 {
  font-size: 20px;
}

/* line 360, ../sass/style.sass */
.footer {
  width: 100%;
  background-color: black;
}
/* line 364, ../sass/style.sass */
.footer .footer-inner {
  width: 940px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 30px;
  padding: 30px;
  color: white;
}
/* line 371, ../sass/style.sass */
.footer .footer-inner a {
  color: white;
  text-decoration: none;
}

/* line 374, ../sass/style.sass */
.mark {
  background-color: yellow;
}

/* line 377, ../sass/style.sass */
.float {
  float: right;
  margin-left: 30px;
}

/* line 381, ../sass/style.sass */
.impact {
  color: red;
  font-weight: bold;
  line-height: 30px;
  font-size: 24px;
}

/* line 387, ../sass/style.sass */
.box {
  font-size: 20px;
  color: black;
  padding: 30px;
  border: 16px solid #D0D0D0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

/* line 396, ../sass/style.sass */
.box-day {
  font-size: 22px;
  color: black;
  padding: 30px;
  border: 16px solid #D0D0D0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 40px;
}

/* line 407, ../sass/style.sass */
.point {
  font-size: 16px;
  color: black;
  padding: 30px;
  border: 3px solid #D0D0D0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  background-color: #F4F4F4;
}

/* line 417, ../sass/style.sass */
.question {
  padding: 20px;
  border: 1px solid black;
  margin-bottom: 50px;
  font-size: 15px;
}
/* line 423, ../sass/style.sass */
.question h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  color: #FF7500;
}
/* line 428, ../sass/style.sass */
.question p {
  font-size: 15px;
  margin-top: 15px;
  line-height: 30px;
}

/* line 437, ../sass/style.sass */
table {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  border: none;
}
/* line 444, ../sass/style.sass */
table th {
  text-align: center;
  padding: 0.6em 20px;
  font-size: 21px;
  border: 1px solid #dbdde2;
  color: #00238c;
  white-space: nowrap;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 2px;
}
/* line 455, ../sass/style.sass */
table td {
  padding: 17px 15px;
  border: 1px solid #000000;
  font-size: 16px;
  white-space: nowrap;
  color: black;
  line-height: 60px;
}

/* line 464, ../sass/style.sass */
input[type="submit"] {
  width: 800px;
  height: 100px;
  background-color: orange;
  border-radius: 10px;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  box-shadow: 4px 5px 9px 2px #004A2E;
  border: 5px solid #000000;
}

/* line 476, ../sass/style.sass */
input[type="submit"]:hover {
  background-color: #FFD88F;
}

/* line 480, ../sass/style.sass */
input[type="radio"] {
  padding: 15px;
  width: 17px;
  height: 21px;
  vertical-align: inherit;
}
