@charset "utf-8";
.main_visual {
  position:relative;
}
.main_visual  h2 {
  position:absolute;
  top:30%;
  left:0;
  right:0;
  z-index: 2;
  width:100%;
  padding:0 5%;
}
.main_visual h2 img{
  position:absolute;
  z-index: 3;
  width: 90%;
	
}
.main_visual .owl-theme .owl-controls {
    text-align: center;
}
.main_visual .owl-dot {
    display: inline-block;
}
.main_visual .owl-dots, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.main_visual .owl-dot.active span,.main_visual .owl-dot:hover span {
    background: #000;
}
.main_visual .owl-dot span {
  background: #fff;
  border-radius: 10px;
  display: block;
  height: 9px;
  margin: 0 3px;
  width: 9px;
}
.owl-controls {
  position: absolute;
  bottom:1%;
  left:0;
  right:0;
  width:100%;
}

.item{
	position: relative;
	z-index: 1;
}
.catchphrase{
	position: absolute;
	color: white;
    top: 67%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 14px;
    /*text-shadow: 2px 2px 2px black;*/
    z-index: 100;

    font-weight: bold;
    text-shadow: 0 0 5px black;
}



.sg_header {
  margin:0 0 5% 0;
}
/*TOP01.********************/
.top01 {
  background:#080795;
  padding:4% 2%;
}
.top01_box {
  background:#fff;
  padding:3% 2%;
}
.top01 h3 {
  position: relative;
}
.top01 h3 span {
  position: absolute;
  right:0;
  top:2%;
  width:15%;
}
.top01_box dl {
  border-bottom: 1px dotted #c0c0e7;
  padding:0 0 2% 0;
  margin:0 0 2% 0;
}
.top01_box dl dt a {
  color:#333;
  text-decoration: underline;;
}
/*TOP02.********************/
.top02 {
  background:#000 url(../images/bg01.jpg) no-repeat center top;
  padding:5% 2%;
  background-size: 100% auto;
}
.text01_top02 {
  padding:0 10%;
}

.btn01_top02 {
  text-align: left;
  margin:0 auto;
  width:283px;
}
.btn01_top02 a {
  color:#fff;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}
.btn01_top02 a {
  background: url(../common_img/arr02.png) no-repeat 95% center;
  background-size: 11px auto;
  border:1px solid #fff;
  width:283px;
  display:block;
  padding:12px 20px;
}