@charset "UTF-8";
/* Reset Style */
body {
  color: #333;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.opacity, .slider .slick-arrow:hover {
  opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
}

#outline .bgbox:after, #footer .cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#outline .bgbox, #footer .cf {
  display: inline-block;
}

#wrapper {
  background: #f3f3f3;
}

.inner {
  max-width: 960px;
  margin: 0 auto;
}

.read {
  font-size: 108%;
  line-height: 1.6;
  letter-spacing: 0.07em;
}

.responsive {
  width: 100%;
  height: auto;
}

.tableBox {
  display: table;
}
.tableBox .cell {
  display: table-cell;
  vertical-align: middle;
}

#about, #outline, #advatage, #program, #service, #flow {
  margin-top: -150px;
  padding-top: 150px;
}

h2 {
  text-align: center;
  font-weight: bold;
  color: #0f1154;
  font-size: 216%;
}
h2 span {
  display: block;
  margin-top: 10px;
  text-align: center;
}

header {
  border-top: 15px solid #0f1154;
}
header .kvbox {
  background: url(../img/bg_kv.png);
  background-size: cover;
  background-position: center;
  max-width: 100%;
  height: 515px;
  overflow: hidden;
}
header .kvbox .kv {
  position: relative;
  display: block;
  width: 960px;
  margin: 0 auto;
}
header .kvbox .kv .left h1 {
  margin: 60px 0 30px;
}
header .kvbox .kv .right {
  position: absolute;
  bottom: -75px;
  right: -20px;
  width: 459px;
  height: 507px;
}
header .kvbox .kv .right .slider {
  width: 100%;
}
header .kvbox .kv .right .slider .slick-slide {
  margin: 0px 0px;
}
header .kvbox .kv .copy {
  position: absolute;
  top: 100px;
  right: 370px;
  width: 154px;
  height: 132px;
  z-index: 1000;
}

nav {
  background-color: #0f1154;
}
nav div {
  text-align: center;
}
nav div ul {
  display: inline-block;
  vertical-align: middle;
}
nav div ul li {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  padding: 20px 0;
}
nav div ul li.scrolladd {
  display: none;
}
nav div ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  width: 100%;
  border-right: 1px solid #404296;
  font-size: 100%;
  font-weight: bold;
}
nav div ul li a span br {
  display: none;
}
nav div ul li a span.en {
  display: block;
  color: #404296;
}
nav div ul li:first-child a {
  border-left: 1px solid #404296;
}
nav div ul li:hover {
  background: url(../img/nav_bar_.png) no-repeat center bottom;
}
nav div ul li:hover a {
  color: #b9a713;
}
nav div ul li:hover a span.en {
  color: #b9a713;
}
nav.overray {
  position: fixed;
  top: 0;
  z-index: 1001;
  width: 100%;
}
nav.overray div ul li.scrolladd {
  display: inline-block;
  background-color: #4ea82e;
}
nav.overray div ul li.scrolladd a {
  border-right: 0px solid #404296;
}
nav.overray div ul li.scrolladd:hover {
  background: #3b8023;
}
nav.overray div ul li.scrolladd:hover a {
  color: #fff;
}
nav.overray div ul li.removeborder a {
  border-right: 0px solid #404296;
}
nav.overray div ul li a {
  display: block;
}
nav.overray div ul li a span.en {
  display: none;
}
@media only screen and (max-width: 1280px) {
  nav.overray div ul {
    display: table;
    width: 100%;
  }
  nav.overray div ul li {
    display: table-cell;
    width: 11%;
    height: 60px;
    padding: 0px 0;
  }
  nav.overray div ul li a span br {
    display: block;
  }
  nav.overray div ul li.scrolladd {
    display: table-cell;
  }
}

#about {
  margin-bottom: 100px;
}
#about h2 {
  margin-top: 100px;
}
#about .imgBox {
  text-align: center;
}
#about .tableBox {
  max-width: 774px;
  margin: 20px auto;
}
#about .tableBox .cell {
  vertical-align: top;
}
#about .tableBox p.cell {
  padding-left: 20px;
}
#about .over {
  display: block;
  background-color: #0f1154;
  text-align: center;
  padding: 1em 2em;
  color: #fff;
  text-decoration: none;
  width: 400px;
  margin: 40px auto 0;
}
#about .over img {
  margin-left: 3em;
}

#outline {
  margin-bottom: 100px;
}
#outline .bgbox {
  width: 100%;
  background-color: #0f1154;
}
#outline .inner {
  display: table;
}
#outline .inner .inner_half {
  display: table-cell;
  color: #fff;
  vertical-align: top;
}
#outline .inner .inner_half .bk_image {
  margin-left: -130px;
}
#outline .inner .inner_half .bk_image img {
  display: block;
}
#outline .inner .inner_half h2 {
  color: #fff;
  margin-top: 20px;
  text-align: left;
}
#outline .inner .inner_half h2 span {
  text-align: left;
}
#outline .inner .inner_half .mintyo {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 139%;
  margin-top: 20px;
}
#outline .inner .inner_half .read {
  margin-top: 20px;
  color: #B1B3F6;
}
#outline .inner .inner_half dl {
  margin-top: 20px;
}
#outline .inner .inner_half dl dt {
  color: #b9a713;
  font-size: 139%;
}
#outline .inner .inner_half dl dt span {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 185%;
  margin-right: 0.5em;
}
#outline .inner .inner_half dl dd.read {
  margin-top: 5px;
  color: #fff;
}
#outline .inner .inner_half:first-child {
  padding-right: 30px;
}

#advatage .colum01, #advatage .colum02 {
  width: 960px;
  height: 451px;
  background: url(../img/img_advantage01.png) no-repeat center;
  text-align: center;
  margin-top: 60px;
  padding-top: 300px;
}
#advatage .colum01 dl, #advatage .colum02 dl {
  display: inline-block;
}
#advatage .colum01 dl dt, #advatage .colum02 dl dt {
  margin-bottom: 30px;
}
#advatage .colum01 dl dd, #advatage .colum02 dl dd {
  margin-top: 10px;
  text-align: left;
}
#advatage .colum02 {
  background: url(../img/img_advantage02.png) no-repeat center;
  height: 523px;
  margin-bottom: 100px;
}
#advatage .fullsize {
  background: url(../img/img_advantage_arrow.gif) no-repeat center top #fff;
}
#advatage .fullsize .inner {
  padding: 100px 0;
  text-align: center;
}

#program {
  margin-bottom: 100px;
}
#program h2 {
  padding-top: 60px;
}
#program .sliderArea {
  margin-top: 60px;
  background-color: #0f1154;
  padding-bottom: 60px;
}
#program .sliderArea section {
  padding-top: 0px;
}
#program .sliderArea h3 {
  font-size: 216%;
  font-weight: bold;
  color: #b9a713;
  text-align: center;
  padding-top: 60px;
  margin: 0px 0 90px;
}

.slider {
  margin: 0 auto;
}
.slider .slick-slide {
  margin: 0px 20px;
  opacity: 0.6;
}
.slider .slick-slide img {
  width: 100%;
  height: auto;
}
.slider .slick-slide.slick-center {
  opacity: 1;
}
.slider .slick-slide p.read {
  margin-top: 20px;
  color: #fff;
  text-align: center;
}
.slider .slick-arrow {
  position: absolute;
  top: -60px;
  z-index: 1;
  border: 0;
  text-indent: -9999px;
  width: 26px;
  height: 26px;
}
.slider .slick-arrow:hover {
  cursor: pointer;
}
.slider .slick-prev {
  left: 48%;
  background: url(../img/img_program_slider02.png) no-repeat;
}
.slider .slick-next {
  left: 51%;
  background: url(../img/img_program_slider01.png) no-repeat;
}
.slider .slick-dots {
  margin-top: 30px;
  text-align: center;
  height: 49px;
}
.slider .slick-dots li {
  display: inline-block;
  position: relative;
}
.slider .slick-dots li button {
  display: block;
  text-indent: -9999px;
  height: 49px;
  border: 0;
  background: none;
  outline: 0;
}
.slider .slick-dots li button:hover {
  cursor: pointer;
  background-position: 0 -49px;
}
.slider .slick-dots li#slick-slide00 {
  z-index: 8;
}
.slider .slick-dots li#slick-slide01 {
  z-index: 7;
}
.slider .slick-dots li#slick-slide02 {
  z-index: 6;
}
.slider .slick-dots li#slick-slide03 {
  z-index: 5;
}
.slider .slick-dots li#slick-slide04 {
  z-index: 4;
}
.slider .slick-dots li#slick-slide05 {
  z-index: 3;
}
.slider .slick-dots li#slick-slide06 {
  z-index: 2;
}
.slider .slick-dots li#slick-slide07 {
  z-index: 1;
}
.slider .slick-dots li.slick-active button {
  background-position: 0 -49px !important;
}
.slider .slick-dots li#slick-slide00 button {
  width: 135px;
  background: url(../img/img_program_slider03.png) no-repeat 0 0;
}
.slider .slick-dots li#slick-slide01 button {
  margin-left: -30px;
  width: 112px;
  background: url(../img/img_program_slider04.png) no-repeat 0 0;
}
.slider .slick-dots li#slick-slide02 button {
  margin-left: -30px;
  width: 135px;
  background: url(../img/img_program_slider05.png) no-repeat 0 0;
}
.slider .slick-dots li#slick-slide03 button {
  margin-left: -30px;
  width: 114px;
  background: url(../img/img_program_slider06.png) no-repeat 0 0;
}
.slider .slick-dots li#slick-slide04 button {
  margin-left: -40px;
  width: 135px;
  background: url(../img/img_program_slider07.png) no-repeat 0 0;
}
.slider .slick-dots li#slick-slide05 button {
  margin-left: -30px;
  width: 109px;
  background: url(../img/img_program_slider08.png) no-repeat 0 0;
}
.slider .slick-dots li#slick-slide06 button {
  margin-left: -30px;
  width: 117px;
  background: url(../img/img_program_slider09.png) no-repeat 0 0;
}
.slider .slick-dots li#slick-slide07 button {
  margin-left: -20px;
  width: 109px;
  background: url(../img/img_program_slider08.png) no-repeat 0 0;
}

#service {
  margin-bottom: 100px;
}
#service h2 + p {
  margin-top: 20px;
  text-align: center;
}
#service .serviceArea {
  background: url(../img/img_service_bk.png) no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 100%;
  height: 370px;
  margin-top: 30px;
  padding: 60px 0;
}
#service .serviceArea .inner {
  text-align: center;
}
#service .serviceArea .inner > div {
  display: inline-block;
  width: 300px;
}
#service .serviceArea .inner > div + div {
  margin: 0 0 0 15px;
}
#service .serviceArea .inner > div ul li {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 139%;
  font-weight: bold;
  border: 1px solid #fff;
  list-style-type: none;
  color: #0f1154;
  padding: 1.5em 0;
}
#service .serviceArea .inner > div ul li + li {
  margin: 15px 0;
}

#flow {
  margin-bottom: 100px;
}
#flow h2 + p {
  margin-top: 20px;
  text-align: center;
}
#flow .bg {
  width: 853px;
  height: 801px;
  margin: 60px auto 0;
  background: url(../img/img_flow.png) no-repeat center;
}
#flow .bg p {
  width: 330px;
}
#flow .bg .leftside, #flow .bg #voice .voiceArea .inner .rightside, #voice .voiceArea .inner #flow .bg .rightside {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
#flow .bg .leftside p:first-child, #flow .bg #voice .voiceArea .inner .rightside p:first-child, #voice .voiceArea .inner #flow .bg .rightside p:first-child {
  margin-top: 195px;
  margin-bottom: 270px;
}
#flow .bg .rightside {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
#flow .bg .rightside p {
  margin-left: 100px;
}
#flow .bg .rightside p:first-child {
  margin-top: 275px;
  margin-bottom: 290px;
}

#voice .voiceArea {
  background: #b9a713;
  padding: 60px 0;
  margin-top: 30px;
}
#voice .voiceArea .notice {
  width: 960px;
  margin: 0 auto;
  color: #2e2a05;
}
#voice .voiceArea .inner {
  display: table;
}
#voice .voiceArea .inner .leftside, #voice .voiceArea .inner .rightside {
  display: table-cell;
  vertical-align: middle;
}
#voice .voiceArea .inner .leftside .balloon, #voice .voiceArea .inner .rightside .balloon {
  width: 455px;
  padding: 2em 2em 0;
  height: 160px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  margin-bottom: 30px;
}
#voice .voiceArea .inner .leftside .balloon:before, #voice .voiceArea .inner .rightside .balloon:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 28px;
  height: 25px;
  z-index: 0;
  background: url(../img/img_voice01.png) no-repeat;
}
#voice .voiceArea .inner .rightside {
  padding-left: 30px;
}

.cv {
  padding: 2em 0;
  background: url(../img/bk_cv.png) repeat;
  text-align: center;
}

.footer_link {
  padding: 50px 0 60px;
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
.footer_link div {
  display: inline-block;
  width: 25%;
}
.footer_link div span {
  display: block;
  color: #666;
  font-size: 139%;
  font-weight: bold;
}

#footer {
  background-color: #fff;
}
#footer .cf {
  display: block;
}

#anchor {
  margin: 0px auto 0;
}
#anchor a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1em 0;
  color: #fff;
  text-decoration: none;
  background-color: #4c4c4c;
}
#anchor a:hover {
  background-color: #4d4d4d;
}
#anchor a .fa {
  margin-right: 0.5em;
}

/*---------------------*/
/*  clearfix 
/*---------------------*/
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/*=====================*/
/*  フッター 
/*=====================*/
#GlobalFooter {
  width: 1030px;
  margin: 15px auto 10px;
  padding-top: 8px;
  font-size: 12px;
  line-height: 1.5;
}

#FooterLogo {
  width: 100px;
  float: left;
  padding-top: 30px;
  text-align: center;
}

#FooterService {
  width: 920px;
  float: left;
  margin-left: 10px;
  display: inline;
  /* dobble margin bugfix for ie6 */
}

#FooterServiceHead {
  margin-bottom: 8px;
}

#GlobalFooter .FooterTitle {
  width: 500px;
  float: left;
  font-size: 117%;
  font-weight: bold;
  color: #333;
}
#GlobalFooter #FooterServiceHead p.FooterHeadLink {
  text-align: right;
}
#GlobalFooter #FooterServiceHead p.FooterHeadLink a {
  float: right;
  padding-right: 20px;
  color: #09F !important;
}
#GlobalFooter #FooterServiceHead p.FooterHeadLink img {
  vertical-align: text-top;
}

#FooterServiceCont dl {
  padding: 1px 0 0;
  background: url(/movication/images/cmn/fline_blue.gif) repeat-y 100px;
}
#FooterServiceCont dl dt {
  width: 100px;
  float: left;
  padding-bottom: 5px;
  margin-right: 15px;
  color: #2798e3;
}
#FooterServiceCont dl dt.pl {
  padding-bottom: 10px;
}
#FooterServiceCont dl dt.pl::after {
  clear: both;
  content: ".";
  display: block;
  color: #fff;
}
#FooterServiceCont dl dd {
  float: left;
  margin: 0 10px 3px 0;
  padding: 0 9px 0 0;
  border-right: 1px solid #999;
  white-space: nowrap;
}
#FooterServiceCont dl dd a:hover {
  text-decoration: underline;
}
#FooterServiceCont dl dd.last {
  border-right: none;
}

#FooterCorp {
  clear: both;
}

#FooterCorpInfo {
  float: left;
  width: 940px;
  margin: 10px 0 0 0;
  padding-top: 5px;
  border-top: 1px solid #2798e3;
  display: inline;
  /* dobble margin bugfix for ie6 */
}

#FooterCorpId {
  width: 300px;
  float: left;
}

#FooterCorpName {
  width: 100px;
  float: left;
  margin-top: 2px;
}

#copyright {
  width: 190px;
  float: left;
  margin: 3px 0 0 10px;
  font-size: 81.6%;
  color: #333;
  line-height: 1.2;
}

#FooterCorpLink {
  float: left;
}
#FooterCorpLink ul li {
  float: left;
  margin: 0px 10px 7px 0;
  padding: 3px 9px 0px 0;
  border-right: 1px solid #999;
  font-size: 93.3%;
  line-height: 1.2;
  list-style-type: none;
}
#FooterCorpLink ul li.last {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

#privacy {
  width: 50px;
  float: left;
  margin: -15px 0 10px 10px;
  display: inline;
  /* dobble margin bugfix for ie6 */
}

/*=====================*/
/*  フォント
/*=====================*/
#GlobalFooter a {
  color: #666666;
  text-decoration: none;
}
#GlobalFooter a:hover {
  color: #666666;
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */
