@charset "UTF-8";
/* CSS Document */

/* -----------------------------------
    ヘッダー
   ----------------------------------- */
h1 .navbar-brand {
	width: 270px;
	position: absolute;
	z-index: 1000;
}
h1 .navbar-brand img {
	width: 100%;
	padding-top: 4px;
}
#navbar-back {
	background-color: #FFFFFF;
	width: 100%;
	filter: alpha(opacity=50);
	opacity: 0.5;
	height: 50px;
	position: absolute;
	top: 0px;
}

@media screen and (max-width:768px) {
h1 .navbar-brand {
	width: 40%;
	padding-top: 1%;
	padding-left: 5px;
}
#navbar-back {
	display: none;
}
}

@media screen and (max-width:500px) {
h1 .navbar-brand {
	width: 70%;
}
}
.navbar {
	position: absolute;
	top: 0px;
	width: 100%;
}

/* -----------------------------------
    メインビジュアル
   ----------------------------------- */
@-webkit-keyframes rotateh {
0% {-webkit-transform:rotate(0deg);}
100% {-webkit-transform:rotate(360deg);}
}
@-moz-keyframes rotateh { 
0% {transform:rotate(0deg);}
100% {transform:rotate(360deg);} 
}
@-ms-keyframes rotateh { 
0% {transform:rotate(0deg);}
100% {transform:rotate(360deg);} 
}
@-o-keyframes rotateh { 
0% {transform:rotate(0deg);}
100% {transform:rotate(360deg);} 
}
@keyframes rotateh { 
0% {transform:rotate(0deg);}
100% {transform:rotate(360deg);} 
}

.sl-slider-wrapper {
	width: 100%;
	height: 100vh;
}

/* Custom navigation arrows */
.nav-arrows span {
position:absolute;
z-index:2000;
top:50%;
width:40px;
height:40px;
border:8px solid #ddd;
border:8px solid rgba(255,255,255,0.8);
text-indent:-90000px;
margin-top:-40px;
cursor:pointer;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
transform:rotate(45deg);
}
.nav-arrows span:hover {
border-color:rgba(150,150,150,0.9);
}
.nav-arrows span.nav-arrow-prev {
left:5%;
border-right:none;
border-top:none;
}
.nav-arrows span.nav-arrow-next {
right:5%;
border-left:none;
border-bottom:none;
}


/* Custom navigation dots */
.nav-dots {
text-align:center;
position:absolute;
bottom:2%;
height:30px;
width:100%;
left:0;
z-index:1000;
}
.nav-dots span {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #ddd;
	background: rgba(255,255,255,0.3);
	cursor: pointer;
}
.nav-dots span.nav-dot-current:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	background-color: #e68e00;
}

.bg-1 .sl-slide-inner,
.bg-2 .sl-slide-inner,
.bg-3 .sl-slide-inner,
.bg-4 .sl-slide-inner,
.bg-5 .sl-slide-inner,
.bg-6 .sl-slide-inner{
	background-image: url(../images/header/carousel_1.jpg);
	background-size: cover;
	background-position: center center;
	width: 100vw;
	height: auto;
	min-height: 100vh;
}
.bg-2 .sl-slide-inner {
	background-image: url(../images/header/carousel_2.jpg);
}
.bg-3 .sl-slide-inner {
	background-image: url(../images/header/carousel_3.jpg);
}
.bg-4 .sl-slide-inner {
	background-image: url(../images/header/carousel_4.jpg);
}
.bg-5 .sl-slide-inner {
	background-image: url(../images/header/carousel_5.jpg);
}

#contents-copy {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 70%;
	height: 13em;
}
#contents-copy h2,
#contents-copy p{
	text-align: center!important;
    text-shadow: -1px -1px 10px rgba(0, 0, 0, 1), 1px -1px 10px rgba(0, 0, 0, 1), -1px 1px 10px rgba(0, 0, 0, 1), 1px 1px 10px rgba(0, 0, 0, 1);
    color: #ffffff;
}
#contents-copy h2 {
    font-size: 60px;
    font-family: "秀英明朝 B JIS2004", DNPShueiMinPr6N-B, "秀英明朝 M JIS2004", "DNPShueiMinPr6N-M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1
}
#contents-copy p {
    font-size: 20px;
    margin-top: 30px
}



/* -----------------------------------
    メインカラム
   ----------------------------------- */
#wrapper-index {
	text-align: justify;
	text-justify: inter-ideograph;
	background-color: #e9eff4;
	border-top-color: #FFFFFF;
}
@media screen and (max-width:667px) {
#wrapper-index {
	padding-bottom: 20px;
}
}

#container-main {
    padding-bottom: 0px;
}


/* -----------------------------------
    グローバルナビゲーション
   ----------------------------------- */
#container-header {
    display: none;
}
@media screen and (max-width:768px) {
#container-header {
    display: block;
}    
}

#global-navi {
    display: none
}
#global-navi-index {
	background-color: rgba(255,255,255,0.75);
	position: relative;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	z-index: 100
}
#global-navi-index ul {
	width: 940px;
	display: flex;
    justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}
#global-navi-index ul li {
	height: 50px;
	line-height: 50px;
}
#global-navi-index ul li a {
	color: #00539c;
	display: block;
	padding-left: 6px;
	padding-right: 6px;
}
#global-navi-index ul li h1{
    width: 210px;
    margin-right: 60px;
}
#global-navi-index ul li h1 img{
	width: 100%;
	vertical-align: bottom;
}
#global-navi-index ul li a:hover {
    background-color: #00539c;
    color: #ffffff;
}
#global-navi-index ul li h1 a:hover{
    background-color: transparent;
}
@media screen and (max-width:900px) {
#global-navi-index ul {
	width: 98%;
}
}
@media screen and (max-width:860px) {
#global-navi-index ul li h1{
    width: 180px;
    margin-right: 10px;
}
}
@media screen and (max-width:768px) {
#global-navi {
    display: block;
	min-height: auto;
}
#global-navi-index {
    display: none;
}
}


/* -----------------------------------
    事業内容
   ----------------------------------- */
#column-reinetu {
    margin-top: 30px;
    background-color: #00539c;
}
.block{
	display: flex;
	height: 280px;
}
.block-text {
	width: 38%;
	color: #FFFFFF;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
    position: relative
}
.block-text:after {
    content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 280px 0 0 140px;
	border-color: transparent transparent transparent #00539c;
	position: absolute;
    right: -140px;
    bottom: 0;
    z-index: 10
}
.block-text h2{
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.5;
	text-align: right;
	margin-top: 15px;
	border-bottom: 1px dotted #FFFFFF;
}
.block-text p{
    font-size: 16px;
    line-height: 1.7
}
.block-photo {
    width: 62%;
    position: relative;
    overflow: hidden;
}
.block-photo img {
	width: 100%;
	position: absolute;
	top: -50%;
	bottom: -50%;
	right: -50%;
	left: -50%;
	margin: auto;
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.block-reverse {
  flex-flow: row-reverse;
}
.block-reverse .block-text:after {
    content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 280px 140px;
	border-color: transparent transparent #00539c transparent;
	position: absolute;
    left: -140px;
    bottom: 0;
    z-index: 10
}
.block-reverse .block-text,
.block-reverse .block-text h2{
    text-align: left;
}   
.btn-link {
	color: #FFFFFF;
	border: 1px solid #ffffff;
	display: inline-block;
	padding: 4px 15px 1px;
	margin-top: 15px;
}
.btn-link:before {
    font-family: 'FontAwesome';
    content: "\f08e";
    padding-right: 5px;
}
#column-reinetu a:hover .block{
    cursor: pointer;
    background-color: #e68e00;
}
#column-reinetu a:hover .block-text:after {
    border-color: transparent transparent transparent #e68e00;
}
#column-reinetu a:hover .block-reverse .block-text:after {
    border-color: transparent transparent #e68e00 transparent;
}
#column-reinetu a .block:hover img {
     cursor: pointer;
    -webkit-transform: scale(1.3);
	transform: scale(1.3);
}
#column-reinetu a:hover .btn-link{
    background-color: #ffffff;
    color: #e68e00;
}
@media screen and (max-width:768px) {
.block {
    height: 220px;
}
.block-text {
	width: 40%;
}
.block-photo {
    width: 60%;
}    
.block-text:after {
	border-width: 220px 0 0 80px;
    right: -80px;
}
.block-reverse .block-text:after {
	border-width: 0 0 220px 80px;
    left: -80px;
}
.block-text h2{
	font-size: 18px;
    margin-top: 0;
}
.block-text p{
    font-size: 15px;
    line-height: 1.4
}    
}
@media screen and (max-width:640px) {
.block {
    height: 180px;
}
.block-text {
	width: 55%;
}
.block-photo {
    width: 45%;
} 
.block-text:after {
	border-width: 180px 0 0 80px;
}
.block-reverse .block-text:after {
	border-width: 0 0 180px 80px;
}    
.block-text h2{
	font-size: 18px!important;
}    
}
@media screen and (max-width:520px) {
.block {
    height: 180px;
}
.block-text {
	width: 50%;
    margin-right: 15px;
    margin-left: 15px
}
.block-photo {
    width: 40%;
} 
.block-photo img {
    position: relative;
    top: 20px;
    bottom: 0;
    right: 0;
    left: 0;
}
.block-text:after,
.block-reverse .block-text:after {
	display: none
}   
.block-text h2{
	font-size: 18px!important;
    margin-bottom: 5px;
}
.block-text p {
    font-size: 14px;
}
.block-reverse .block-text {
     margin-left: 15px   
}
.btn-link {
	margin-top: 5px;
} 
.block-reverse {
  background-color: #037bd4
}    
}


/* -----------------------------------
    写真表示
   ----------------------------------- */
#container-indexFrame  {
	background-color: #FFFFFF;
	padding: 15px 0px 15px;
	width: 900px;
	margin: 50px auto;
}
#container-indexFrame h3 {
	font-size: 20px;
	color: #FFFFFF;
	display: block;
	background-color: #e68e00;
	padding: 8px 0px 5px 30px;
	text-align: left;
	margin-top: 0px;
}
#indexFrame-inner {
	padding: 0px 30px;
    display: flex;
    justify-content: space-between
}
#indexFrame-inner > div {
    width: 35%;
}
#indexFrame-inner > div#indexFrame-photo {
    width: 20%;
}
#indexFrame-inner > div#indexFrame-photo img {
    width: 100%;
}
#container-indexFrame h4 {
	font-size: 15px;
	color: #666666;
	border-bottom: 1px solid #666666;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 20px;
}
#container-indexFrame h4:before {
	font-family: 'FontAwesome';
	content: "\f0d7";
	font-size: 18px;
	padding-right: 4px;
}

@media screen and (max-width: 768px) {
#container-indexFrame  {
    width: 90%;
}
}
@media screen and (max-width: 640px) {
#container-indexFrame  {
	padding: 10px 0px 10px;
}
#container-indexFrame h3 {
	font-size: 18px;
	padding: 8px 0px 5px 20px;
}
#indexFrame-inner {
	padding: 0px 20px;
    display: block;
}
#indexFrame-inner > div {
    width: 95%;
} 
#indexFrame-inner > div#indexFrame-photo {
	width: 40%;
	margin: 20px auto 30px;
}    
}
