@charset "UTF-8";
/*===============================================
●sp.css  画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px){
html {
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
img {
	max-width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
}
table {
	width: 100%;
}
html, body{
	width: 100%;
	height:100%;
	font-size:62.5%;
}
body {
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans Japanese',   sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #171919;
	text-align: left;
}
/*=========================
▼▼共通▼▼
===========================*/
.main_img {
	width: 100%;
    clear: both;
    background-color: #f9f9f9;
    background-image: url(../img/main_img.jpg);
    background-repeat: no-repeat;
    background-position: right 30% center;;
    background-size: cover;
}

.sp_none{
    display: none;
}
.vadodara {
 font-family: 'Hind Vadodara', sans-serif;
}
.auto {
    width: 90%;
	margin: 0 auto;
}
.link_btn {
    width: 232px;
    margin: 0 auto;
}
.link_btn a {
    display: block;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	color: #ffffff;
    text-decoration: none;
	background-color: #081225;
    padding: 16px 22px 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.link_btn a .arrow {
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -5px;
}
.link_btn a:hover .arrow {
	animation: arrow_01 .6s;
}
@keyframes arrow_01 {
  50% {
    right: -2.5em;
  }
  100% {
    right: -15px;
  }
}
.link_btn a .arrow img {
	display: block;
}

/*=========================
▲▲共通▲▲
===========================*/
/*=========================
▼▼ローディング▼▼
===========================*/
#loader_bg {
	width: 100%;
	height: 120vh;
	position: absolute;
	overflow: hidden;
    background-color: #000;
    z-index: 100;
}
#loader {
	position: absolute;
	top: 46%;
	left: 50%;
	transform: translate(-46%, -50%);
}

#loading_over {
	height: 120vh;
	width: 100%;
	background-color: rgba(100, 100, 100, 0.18);
	overflow: hidden;
	position: absolute;
	top:0; 
	left: -100vw;
	z-index: 100;
}
.ball-scale-ripple-multiple {
    position: relative;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px)
}

.ball-scale-ripple-multiple > div:nth-child(0) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.ball-scale-ripple-multiple > div:nth-child(1) {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.ball-scale-ripple-multiple > div:nth-child(2) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.ball-scale-ripple-multiple > div:nth-child(3) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.ball-scale-ripple-multiple > div {
    position: absolute;
    top: -2px;
    left: -26px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8);
    animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8)
}
@-webkit-keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}

@keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}
/*=========================
▲▲ローディング▲▲
===========================*/
#container {
	width: 100%;
	clear: both;
	background-image: url(../img/share/bg_line.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 90%;
}
header {
	width: 100%;
	padding-top: 0;
    padding-bottom: 4px;
	z-index: 99;
    position: fixed;
	top: 0;background-color: rgba(255, 255, 255, 0.9);
	text-align: center;
}
header .main_logo {
    width: 250px;
	margin: auto;
}
header .main_logo a {
	width: 100%;
	display: block;
}

header .wow,
#hamburgler.wow
 {
	visibility: visible !important;
}

#main_image_bg {
    width: 100%;
	height: 300px;
	float: left;
	clear: both;
	position: relative;
	margin-top: 76px;
}
#main_image_bg::before {
    content: "";
	width: 95%;
	height: 222px;
	position: absolute;
	right: 0;
	bottom: 54px;
	z-index: 0;
	background-color: #f9f9f9;
}
#main_image_bg .main_img_wrapper {
    width: 90%;
	height: 170px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
#main_image_bg .main_img_wrapper .slide_in_image {
    width: 100%;
    height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    opacity: 0;
    overflow: hidden;
}
.isPlay {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}

/*//isPlayの疑似要素にマスクとマスクを外すアニメーションを設定 */
.isPlay:before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient( 109.6deg,  rgba(23,30,99,1) 11.2%, rgba(6,98,171,1) 91.1% );
}
/*//「slide_in_image」をスライドインする*/
@keyframes play {
  from {
    transform: translateX(-100%);
  }
  
  to {
    transform: translateX(0);
  }
}

/*//マスク要素をスライドアウトする*/
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}
#movie_bg {
	height: 100vh;
	width: 100%;
	overflow: hidden;
}
	
.h2_box {
	padding: 10vw 2vw;
    text-align: center;
    border: 3px solid #333;
    margin: 6vw auto;
    display: table;
	width: 200px;
}	
.h2_box h2 {
	font-size: 5vw;
    margin: 0 auto 2vw;
}	
.blue_bg {
	background: #d2ebf9
}
.gray_bg {
	background: #f6f6f6
}
.yellow_bg {
	background: #fff8d1
}
.green_bg {
	background: #e2f7e6
}
.sec {
	width: 100%;
}
.title_inner {
	position: relative;
}
.title_img {
	width: 100%;
	margin: auto;
}
.title_img img {
	width: 100%;
}
.title_box {
	width: 48%;
	float: left;
	position: absolute;
	border-bottom: 3px solid #000;
	text-align: right;
	bottom: 40%;
}
.sec:nth-child(odd) .title_box {
	right:0;
}
.title_box_inner {
	width: 180px;
    text-align: left;
    float: right;
}
.sec:nth-child(odd) .title_box_inner {
	float: left;
}
.sec:last-of-type .title_box_inner {
	width: 185px;
}
.title_sub_text {
	font-size: 1.1vw;
}
.title_box h3 {
	font-size: 4vw;
	line-height: 1.4;
    padding-bottom: 2vw;
}
.sec_text {
	width: 90%;
    margin: 3vw auto;
}
.img_box {
	width: 90%;
	margin: 4vw auto 0;
	padding-bottom: 6vw;
	display: table;
}
.img_box img {
	width: 46%;
    margin-right: 8%;
	float: left;
}
.img_box img:last-child {
	margin-right: 0;
}
.map {
	width: 90%;
    margin: 0 auto 3vw;
}
.map iframe {
	width: 100%;
	height: 350px;
}
.add {
	text-align: center;
	margin-bottom: 4vw;
	font-size: 3vw;
}


footer {
	width: 100%;
    clear: both;
    text-align: center;
    background-color: #f2f2f2;
    padding-top: 12px;
}
footer img {
	width: 200px;
    margin: auto;
    padding: 15px 0 0;
}
.copy {
	font-size: 12px;
	text-align: center;
}
}

















