@charset "UTF-8";
/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
@import url(//fonts.googleapis.com/css?family=Open+Sans:100,300,400,400italic,600,600italic,700,700italic);
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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #442387;
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 10px;
  font-size: 1.0rem;
  -webkit-text-size-adjust: 100%;
  line-height: 1.75em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.att0 {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.att {
  padding-left: 1em;
  text-indent: -1em;
}

.att02 {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.att03 {
  padding-left: 1.48em;
  text-indent: -1.48em;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

/*
Flaticon icon font: Flaticon
Creation date: 24/07/2016 03:51
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ul, li {
  list-style: none;
}

ul.normal_list {
  margin: 12px 0;
  background: #efefef;
  padding: 1em;
}
ul.normal_list li {
  padding: 0 0 0 20px;
  position: relative;
}
ul.normal_list li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-family: FontAwesome;
  padding-right: 10px;
  content: "\f111";
  color: #254aa2;
}

.unborder::after {
  content: '';
  display: block;
  margin: 8px auto 8px auto;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #ccc;
}

#menuButton {
  display: block;
  width: 42px;
  height: 42px;
  position: fixed;
  top: 15px;
  right: 10px;
  z-index: 3;
}

#menuButton span {
  display: block;
  background: #666;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 9px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

#menuButton span:first-child {
  top: 12px;
}

#menuButton span:nth-child(2) {
  margin-top: -1px;
  top: 50%;
}

#menuButton span:last-child {
  bottom: 12px;
}

#menuButton.active span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

#menuButton.active span:nth-child(2) {
  opacity: 0;
}

#menuButton.active span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.item_top {
  top: -50px;
  padding-right: 0px;
  opacity: 0;
  position: relative;
}

.item_bottom {
  bottom: -50px;
  padding-right: 0px;
  opacity: 0;
  position: relative;
}

.item_left {
  left: -80px;
  padding-right: 0px;
  opacity: 0;
  position: relative;
}

.item_right {
  right: -100px;
  padding-left: 0px;
  opacity: 0;
  position: relative;
}

.item_fade_in {
  opacity: 0;
  position: relative;
  padding-left: 0px;
  right: 0px;
}

body {
  font-size: 1.4rem;
  color: #333;
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 00px;
  padding: 0;
  *zoom: 1;
  clear: both;
  width: 90%;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*
  	-moz-box-shadow: 0 0 5px #ccc;
  	-webkit-box-shadow: 0 0 5px #ccc;
  	box-shadow: 0 0 5px #ccc;
  	border: solid #fff 5px;
  */
  left: -5px;
  background: #fff;
  position: relative;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -4rem;
  right: 0;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  /*
  	min-height: 50px;
  	background: url(../img/bx_loader.gif) center center no-repeat #fff;
  	height: 100%;
  	width: 100%;
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 2000;
  */
}

/* PAGER */
.bx-wrapper .bx-pager {
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #8f021d;
  filter: alpha(opacity=70);
  -moz-opacity: 0.5;
  opacity: 0.3;
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  outline: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  filter: alpha(opacity=100);
  -moz-opacity: 10;
  opacity: 10;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  position: absolute;
  left: -22px;
}

.bx-wrapper .bx-prev::after {
  position: absolute;
  font-family: 'ionIcons';
  top: 0%;
  left: 0;
  line-height: 1;
  content: "\f3cf";
  font-size: 30px;
  font-size: 3rem;
  color: #999;
  max-width: 100%;
  z-index: 8888;
  padding: 0;
}

.bx-wrapper .bx-next {
  position: absolute;
  right: 0;
}

.bx-wrapper .bx-next:after {
  position: absolute;
  font-family: 'ionIcons';
  top: 0%;
  right: 0;
  line-height: 1;
  content: "\f3d1";
  font-size: 30px;
  font-size: 3rem;
  color: #999;
  max-width: 100%;
  z-index: 8888;
  padding: 0;
}

.bx-wrapper .bx-prev:hover:after {
  color: #555;
}

.bx-wrapper .bx-next:hover:after {
  color: #555;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/bx_controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../img/bx_controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #666 \9;
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  text-align: center;
}

.bx-wrapper .bx-caption span {
  color: #000;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*! Version: 2.0.73 (12-Oct-2012) */
.mc-hide-scrolls {
  overflow: hidden;
}

body .mc-cycle {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

div.mc-image {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.mc-old-browser .mc-image {
  overflow: hidden;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 40px;
  margin-right: 30px;
  margin-left: 30px;
  background: #fafafa;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  border: 1px solid #8f021d;
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -32px;
  background: url(../img/modal-assets/prev.png) no-repeat top left;
  width: 40px;
  height: 40px;
  background-size: cover;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -32px;
  background: url(../img/modal-assets/next.png) no-repeat top right;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-size: cover;
}

#cboxNext:hover {
  background-position: bottom right;
}

#cboxClose {
  position: absolute;
  top: -30px;
  right: -30px;
  display: block;
  background: url("../img/modal-assets/close.png") no-repeat 0 0;
  width: 60px;
  height: 60px;
  background-size: cover;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('../../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('../../fonts/slick.eot');
  src: url('../../fonts/slick.eot?#iefix') format("embedded-opentype"), url('../../fonts/slick.woff') format("woff"), url('../../fonts/slick.ttf') format("truetype"), url('../../fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  color: #8f021d;
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: 5%;
  margin-top: -0.55em;
  line-height: 1.2;
  content: "\f124";
  font-size: 30px;
  font-size: 3rem;
  z-index: 999;
}
[dir="rtl"] .slick-prev:before {
  color: #8f021d;
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: 5%;
  margin-top: -0.55em;
  line-height: 1.2;
  content: "\f124";
  font-size: 30px;
  font-size: 3rem;
  z-index: 999;
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  color: #8f021d;
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: 5%;
  margin-top: -0.55em;
  line-height: 1.2;
  content: "\f125";
  font-size: 30px;
  font-size: 3rem;
  z-index: 999;
}
[dir="rtl"] .slick-next:before {
  color: #8f021d;
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: 5%;
  margin-top: -0.55em;
  line-height: 1.2;
  content: "\f125";
  font-size: 30px;
  font-size: 3rem;
  z-index: 999;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body {
  background: #fff;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

#contents {
  overflow: hidden;
}

.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

a:hover {
  text-decoration: none;
}

header {
  position: absolute;
  width: 100%;
  *zoom: 1;
  z-index: 9999;
}
header:after {
  content: "";
  display: table;
  clear: both;
}
header #logoarea {
  *zoom: 1;
  height: 68px;
  float: left;
  width: 50%;
}
header #logoarea:after {
  content: "";
  display: table;
  clear: both;
}
header #logoarea h1#logo {
  float: left;
  background: #fff;
  height: 68px;
  line-height: 68px;
  margin: 0;
  padding: 1rem 2rem 0 2rem;
}
header #logoarea h1#logo img {
  line-height: 68px;
  width: 100%;
}
header #logoarea p {
  line-height: 68px;
  float: left;
  background: #8f021d;
  color: #ffffff;
  padding: 0 2rem;
  font-family: 'lato','Opensans',sans-serif;
  text-align: center;
  font-weight: 500;
}
header nav#gnav {
  width: 50%;
  float: right;
  padding: 0 2rem 0 0;
}
header nav#gnav ul {
  text-align: right;
}
header nav#gnav ul li {
  display: inline-block;
}
header nav#gnav ul li a {
  display: block;
  color: #ffffff;
  line-height: 68px;
  margin-right: 1.2rem;
  font-family: 'lato','Opensans',sans-serif;
  text-align: center;
  font-weight: 600;
}
header nav#gnav ul li a:hover {
  color: #8f021d;
}

header.active {
  background: rgba(255, 255, 255, 0);
}
header.active nav#gnav ul li a {
  color: #333;
}
header.active nav#gnav ul li a:hover {
  color: #8f021d;
}

#visual {
  position: relative;
  width: 100%;
  height: 100%;
}
#visual #vision_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -182px;
  margin-top: -160px;
}
#visual .scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  margin-left: -22px;
  cursor: pointer;
  transition: all .3s;
}
#visual .scroll:hover {
  opacity: 0.7;
}

#maximage {
  position: relative !important;
}

.title_box {
  padding: 5rem 0;
  position: relative;
  z-index: 999;
}
.title_box h3 {
  font-family: 'lato','Opensans',sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  color: #ffffff;
  background: #8f021d;
  text-align: center;
  width: 240px;
  margin: auto;
  text-align: center;
  line-height: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
.title_box p {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
  padding: 3rem 0 0 0;
}
.title_box p.two {
  line-height: 1.5;
}
.title_box p.lead {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  width: 900px;
  letter-spacing: normal;
  margin: auto;
  text-align: center;
}

#message {
  background: url("../img/top-assets/message_bg.jpg") no-repeat 0 0;
  background-size: cover;
  padding: 4rem 0;
}
#message h2#meesage_title {
  text-align: center;
  font-family: 'lato','Opensans',sans-serif;
  font-size: 6vw;
  line-height: 1;
  color: #8f021d;
  font-weight: 300;
  letter-spacing: 0.045em;
}
#message h2#meesage_title span {
  display: block;
  font-size: 14.5vw;
  line-height: 0.8;
  font-weight: 300;
  letter-spacing: normal;
}
#message .message_box {
  *zoom: 1;
}
#message .message_box:after {
  content: "";
  display: table;
  clear: both;
}
#message .message_box h4 {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: #8f021d;
  margin-bottom: 1rem;
  font-weight: 600;
}
#message .message_box .m_left {
  width: 50%;
  float: left;
  padding: 0rem 3rem;
}
#message .message_box .m_left p {
  margin: 0 0 2rem 0;
  line-height: 2;
}
#message .message_box .m_right {
  width: 50%;
  float: left;
  padding: 0 3rem;
}
#message .message_box .m_right p {
  margin: 0 0 2rem 0;
  line-height: 2;
}

#actionplan {
  background: #eee9e4;
  position: relative;
  padding: 5rem 0 10rem 0;
}
#actionplan .mark {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#actionplan #action_box {
  z-index: 999;
  position: relative;
  width: 90%;
  margin: auto;
  border: 1px solid #ccc;
  *zoom: 1;
}
#actionplan #action_box:after {
  content: "";
  display: table;
  clear: both;
}
#actionplan #action_box .action {
  width: 33.333333%;
  float: left;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 3rem;
  text-align: center;
}
#actionplan #action_box .action.al {
  border-right: none;
}
#actionplan #action_box .action.ab {
  border-bottom: none;
}
#actionplan #action_box .action.last {
  background: #fff;
  padding: 1rem 1rem 0rem 1rem;
}
#actionplan #action_box .action.last .detail {
  font-weight: 700;
  border-bottom: 5px solid #8f021d;
  color: #8f021d;
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 1rem;
}
#actionplan #action_box .action.last .book {
  *zoom: 1;
  border: 1px solid #ccc;
  background: #fff;
  margin: 4rem 0 4rem 0;
}
#actionplan #action_box .action.last .book:after {
  content: "";
  display: table;
  clear: both;
}
#actionplan #action_box .action.last .book .bicon {
  width: 70%;
  margin: auto;
  text-align: center;
  padding: 2rem;
}
#actionplan #action_box .action.last .book .txt {
  padding: 4rem 0 0 0;
  font-weight: bold;
}
#actionplan #action_box .btn a {
  border: 1px solid #8f021d;
  background: #ffffff;
  padding: 1rem 0;
  width: 100%;
  display: block;
  margin: auto;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  font-weight: 600;
  margin: 2rem 0;
  transition: all .3s;
  position: relative;
}
#actionplan #action_box .btn a:hover {
  background: #8f021d;
  color: #ffffff;
}
#actionplan #action_box .btn a:focus {
  outline: none;
}
#actionplan #action_box .btn a:after {
  color: #8f021d;
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: 5%;
  margin-top: -0.55em;
  line-height: 1.2;
  content: "\f3d6";
  font-size: 20px;
  font-size: 2rem;
  z-index: 999;
  transition: all .3s ease;
}
#actionplan #action_box .btn a:hover:after {
  color: #ffffff;
  right: 4%;
}
#actionplan #action_box p {
  text-align: left;
}

.in_box .in_up {
  *zoom: 1;
  border-bottom: 1px solid #8f021d;
}
.in_box .in_up:after {
  content: "";
  display: table;
  clear: both;
}
.in_box .in_up .in_left {
  float: left;
  *zoom: 1;
}
.in_box .in_up .in_left:after {
  content: "";
  display: table;
  clear: both;
}
.in_box .in_up .in_left .icon {
  float: left;
}
.in_box .in_up .in_left .title {
  float: left;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 70px;
  margin-left: -3rem;
}
.in_box .in_up .in_right {
  font-family: 'lato','Opensans',sans-serif;
  float: right;
  text-align: right;
  padding: 1rem 2rem 0 0;
  color: #999;
}
.in_box .in_down {
  padding: 2rem 2rem 2rem 2rem;
  *zoom: 1;
}
.in_box .in_down:after {
  content: "";
  display: table;
  clear: both;
}
.in_box .in_down h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 2rem 0 1rem 0;
  margin-bottom: 2rem;
  color: #000;
  border-bottom: 1px solid #eee;
}
.in_box .in_down h5 {
  color: #8f021d;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  background: #fafafa;
}
.in_box .in_down p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

#special {
  position: relative;
  margin: 5rem 0;
}
#special .mark {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
#special .zadankai {
  position: relative;
  width: 700px;
  margin: auto;
}
#special .zadankai img {
  width: 100%;
  margin-left: -3rem;
}
#special .zadankai a {
  transition: all .3s;
}
#special .zadankai a:hover {
  opacity: 0.7;
}
#special .zadankai .yaji {
  position: absolute;
  top: 48%;
  right: -24px;
  z-index: 999;
}

#minna {
  background: #e0bbbb;
  width: 100%;
  padding: 5rem 0;
}
#minna .inner {
  width: 960px;
  margin: auto;
}
#minna h3 {
  color: #ffffff;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
}
#minna p.lead {
  padding: 3rem;
  color: #ffffff;
  text-align: center;
}

/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
  color: #fff;
}

/*左右の矢印の位置を変える*/
.slick-next {
  right: -30px;
  z-index: 99;
}

.slick-prev {
  left: -30px;
  z-index: 100;
}

/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  color: #fff;
}

/*スライド画像の横幅可変*/
img {
  max-width: 100%;
  height: auto;
}

.slider {
  *zoom: 1;
  margin-left: 50px;
  margin-right: 50px;
}
.slider:after {
  content: "";
  display: table;
  clear: both;
}
.slider div {
  position: relative;
  width: 100%;
  float: left;
  margin: 0 0.3rem;
}
.slider div img {
  width: 100%;
  border: 5px solid #ffffff;
}

.imgRight {
  display: block;
  float: right;
  margin: 0 0 1rem 1rem;
  padding: 0rem 0 0 0;
  border-left: 20px solid #fff;
  border-bottom: 20px solid #fff;
  border-top: 20px solid #fff;
}

#special {
  max-width: 1300px;
  min-width: 1000px;
  margin: auto;
  padding: 15rem 3rem 10rem 3rem;
}

#visual_under {
  *zoom: 1;
}
#visual_under:after {
  content: "";
  display: table;
  clear: both;
}
#visual_under .v_box {
  *zoom: 1;
  background: #343434;
  padding: 0;
  line-height: 0;
}
#visual_under .v_box:after {
  content: "";
  display: table;
  clear: both;
}
#visual_under h2 {
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 40% 0 0 12%;
  line-height: 1.5;
}
#visual_under .h2_box {
  width: 40%;
  float: left;
  background: #343434;
}
#visual_under .photo {
  width: 60%;
  float: left;
}
#visual_under .photo img {
  width: 100%;
  line-height: 0;
}

#speciallead {
  background: url(../img/special-assets/lead_bg.png) 0 0;
  padding: 10rem;
}
#speciallead p {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.75;
}

.talk_box .t {
  margin: 5rem 0 1rem 0;
}
.talk_box .t02 {
  text-align: right;
  margin: 5rem 0 1rem 0;
}
.talk_box h3 {
  background: #fafafa;
  padding: 3rem 0;
}
.talk_box h3 span {
  background: #8f021d;
  color: #fff;
  padding: 3rem 5rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.talk_box h3.right {
  text-align: right;
}

.txt_box {
  *zoom: 1;
  margin: 2rem 0 5rem 0;
}
.txt_box:after {
  content: "";
  display: table;
  clear: both;
}
.txt_box h4 {
  color: #8f021d;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 3rem 0;
}
.txt_box .txt_left {
  width: 65%;
  float: left;
  padding: 5rem;
  margin-right: 5%;
  background: #efefef;
}
.txt_box .txt_right {
  width: 30%;
  float: left;
}
.txt_box .txt_left02 {
  width: 30%;
  float: left;
}
.txt_box .txt_right02 {
  width: 65%;
  float: left;
  padding: 5rem;
  margin-left: 5%;
  background: #efefef;
}
.txt_box p {
  margin-bottom: 2rem;
  color: #333;
}
.txt_box span {
  display: block;
  font-weight: bold;
}

.photo02 {
  margin: 3rem 0 0 0;
}

.prof {
  font-weight: bold;
  margin: 5rem 0 0 0;
}
.prof p {
  margin-bottom: 3rem;
  color: #333;
}

#pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  cursor: pointer;
  z-index: 9998;
}

footer .copyright {
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  padding: 3rem 0;
  font-family: 'lato','Opensans',sans-serif;
  letter-spacing: 0.1em;
  color: #555;
}

.caption1 {
  position: absolute;
  height: 70px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  left: 0;
  text-align: center;
  bottom: -60px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  padding: 10px;
  width: 100%;
}

.backbtn a {
  display: block;
  width: 400px;
  margin: auto;
  padding: 2rem 0;
  text-align: center;
  color: #fff;
  background: #555;
}
.backbtn a:hover {
  background: #8f021d;
}
