@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px){
body{
	background-size: 100%;
	color: #000000;
	font-family: 'Noto Sans Japanese',   sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	line-height: 29px;
	min-width: 1200px;
	overflow: hidden;
}
img {
	display: block;
}
#back-top {
    display: none;
    bottom: 80px;
    right: 60px;
    clear: both;
    float: left;
    position: fixed;
    width: 62px;
    z-index: 99;
}
#back-top img {	
	display: block;
	height: auto;
	width: 100%;
}
/*=========================
▼▼共通▼▼
===========================*/
.pc_none{
    display: none;
}
input[type="image"],
input[type="submit"],
input[type="button"],
button {
 cursor: pointer;
}
.vadodara {
 font-family: 'Hind Vadodara', sans-serif;
}
.auto {
    width: 1200px;
	margin: 0 auto;
}

.link_btn {
    width: 232px;
}
.link_btn a {
    display: block;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	color: #ffffff;
    text-decoration: none;
	background-color: #123dc6;
    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 .6s;
}
@keyframes arrow {
  50% {
    right: -2.5em;
  }
  100% {
    right: -15px;
  }
}
	
.menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: 0 auto;
}

.menu > li {
    float: left;
    width: 25%; /* グローバルナビ4つの場合 */
    height: 50px;
    line-height: 50px;
    background: rgb(29, 33, 19);
}

.menu > li a {
    display: block;
    color: #fff;
}

.menu > li a:hover {
    color: #999;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #eee;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}
.menu__second-level li a {
	padding: 15px 0;
}
.menu__second-level li a:hover {
    background: #eee;
	
}
header nav ul li .menu__second-level li a::after {
    display: none;
}
header nav ul .menu__single a::after {
	display: none;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}
	
.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 100px;
    width: 200px;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 100px;
    visibility: visible;
    opacity: 1;
}
li.menu__single ul.menu__second-level li {
	display: table;
	width: 100%;
	font-size: 0.7vw;
}
/*=========================
▲▲共通▲▲
===========================*/
/*=========================
▼▼ローディング▼▼
===========================*/
#loader_bg {
	width: 100%;
	height: 100vh;
	position: absolute;
	overflow: hidden;
    background-color: #000;
    z-index: 100;
}
#loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#loading_over {
	height: 100vh;
	width: 100%;
	background-color: rgba(100, 100, 100, 0.18);
	position: absolute;
	top:0; 
	left: -100vw;
	overflow: hidden;
	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
    }
}
/*=========================
▲▲ローディング▲▲
===========================*/


header {
	width: 100%;
    height: 75px;
    padding-top: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99;
    top: 0;
    background: #fff;
    text-align: center;
}
header .main_logo img {
	width: 300px;
	margin: auto;
}

#main_image_bg::before {
    content: "";
	width: 70%;
	min-width: 900px;
	height: 532px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-color: #f9f9f9;
}

#main_image_bg .main_img_wrapper {
	width: 90%;
	min-width: 1200px;
	height: 513px;
	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%);
  }
}
	#top_movie {
		width: 100%;
	}
#main_image_bg .main_title {
    width: 31%;
	min-width: 316px;
	height: 256px;
	background-color: #ffffff;
	position: absolute;
	right: 0;
	bottom: 34px;
	display: table;
	box-shadow:3px 3px 20px 12px rgba(0,0,0,0.05);
}
#main_image_bg .main_title .text_box {
    width: 316px;
	padding: 0 29px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#main_image_bg .main_title h2 {
    width: 100%;
	font-size: 39px;
	line-height: 1;
	font-weight: bold;
    margin-bottom: 8px;
}
#main_image_bg .main_title .sub_title {
    width: 100%;
	font-size: 12px;
	line-height: 1.5;
	color: #075ea6;
}
#main_image_bg .breadcrumbs {
    width: 1200px;
	padding-top: 513px;
	margin: 0 auto;
}
#main_image_bg .breadcrumbs ul {
    width: 300px;
    line-height: 1.5;
    padding-top: 11px;
}
#main_image_bg .breadcrumbs li {
	display: inline;
    vertical-align: middle;
    padding-right: 2px;
	font-size: 11px;
	color: #8e8e8e;
}
#main_image_bg .breadcrumbs li::before {
	content: ">";
	font-size: 11px;
	color: #8e8e8e;	
    display: inline;
    padding-right: 6px;
    vertical-align: middle;
}
#main_image_bg .breadcrumbs li:first-of-type::before {
	content: "";
    padding-right: 0px;
}
#main_image_bg .breadcrumbs li a {
	display: inline;
	width: 100%;
	font-size: 11px;
	color: #8e8e8e;
}
	
.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;
}
	
.h2_box {
	padding: 60px 30px;
    text-align: center;
    border: 3px solid #333;
    margin: 60px auto;
    display: table;
}	
.h2_box h2 {
	font-size: 30px;
	margin: 0 auto 20px;
}	
.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: 1000px;
	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: 330px;
    text-align: left;
    float: right;
}
.sec:nth-child(odd) .title_box_inner {
	float: left;
}
.sec:last-of-type .title_box_inner {
	width: 400px;
}
.title_sub_text {
	font-size: 17px;
}
.title_box h3 {
	font-size: 36px;
	line-height: 1.4;
    padding-bottom: 10px;
}
.sec_text {
	width: 1000px;
	margin: 40px auto;
}
.img_box {
	width: 1000px;
	margin: 40px auto 0;
	padding-bottom: 80px;
	display: flex;
}
.img_box img {
	width: 46%;
    margin-right: 8%;
}
.img_box img:last-child {
	margin-right: 0;
}
.map {
	width: 1000px;
	margin: 0 auto 20px;
}
.map iframe {
	width: 100%;
	height: 500px;
}
.add {
	text-align: center;
	margin-bottom: 40px;
}
footer {
	background:  #f2f2f2;
	padding: 20px 0;
	display: table;
	width: 100%;
}
footer img {
	width: 240px;
	margin: auto;
	padding: 20px 0;
}
.copy {
	font-size: 12px;
	text-align: center;
}
















