@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;
}
/*=========================
▼▼共通▼▼
===========================*/
.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: #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 .6s;
}
@keyframes arrow {
  50% {
    right: -2.5em;
  }
  100% {
    right: -15px;
  }
}
/*=========================
▲▲共通▲▲
===========================*/
/*=========================
▼▼ローディング▼▼
===========================*/
#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
    }
}
/*=========================
▲▲ローディング▲▲
===========================*/

#container {
	width: 100%;
	clear: both;
	float: left;
    position: relative;
	background-image: url(../images/share/bg_line.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 1201px;
}

.loading header {
	display: none;
}
.loading .arrowInner {
	display: none;
}
header {
	width: 100%;
	height: 101px;
	padding-top: 27px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	z-index: 99;
	top: 0;
	float: left;
	clear: both;
}
header .main_logo {
	width: 244px;
	float: left;
}
header .main_logo a {
	width: 100%;
	display: block;
    padding-left: 40px;
}
header nav {
	width: 711px;
	float: right;
    padding-top: 7px;
}
header nav ul {
	width: 100%;
	text-align: center;
	font-size: 10px;
    line-height: 20px;
	letter-spacing: -.4em;
}
header nav ul li {
    display: inline-block;
	letter-spacing: .05em;
	vertical-align: top;
	margin-right: 40px;
}
header nav ul li:last-of-type {
	margin-right: 0;
}
header nav ul li a {
    width: 100%;
    text-decoration: none;
    color: #8e8e8e !important;
    position: relative;
    display: inline-block;
    text-decoration: none;
}
header nav ul li a:hover {
    text-decoration: none;
}
header nav ul li a::after {
  position: absolute;
  bottom: -25px;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
header nav ul li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
header nav ul .top a {
    color: #fff !important;
}
header nav ul .top a::after {
    color: #fff !important;
    background: #fff;
}
header nav ul li a span.eng {
	font-size: 15px;
	font-weight: bold;
    color: #000000 !important;
}
#main_image_bg {
    width: 100%;
	height: 580px;
	float: left;
	clear: both;
	position: relative;
	margin-top: 101px;
}
#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%);
  }
}
#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;
}


#contents {
	width: 100%;
	clear: both;
	float: left;
}

#conts_common {
	width: 100%;
	float: left;
	clear: both;
	padding-top: 100px;
    margin-bottom: 75px;
}
#conts_common .auto {
	width: 870px;
}
#conts_common .wrapper {
	width: 202px;
    padding-top: 49px;
    float: left;
}
#conts_common h3 {
	width: 100%;
	font-size: 39px;
	line-height: 1;
	font-weight: bold;
    margin-bottom: 4px;
	position: relative;
}
#conts_common h3 span.border {
	position: absolute;
	right: -85px;
	top: 49%;
}
#conts_common h3 span.border img {
	display: block;
}
#conts_common .sub_title {
	width: 100%;
	font-size: 12px;
    line-height: 1.5;
	color: #075ea6;
    margin-bottom: 29px;
}
#conts_common .link_img {
	width: 605px;
	height: 180px;
	float: right;
	background-image: url(../images/index/img_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	box-shadow:3px 3px 20px 12px rgba(0,0,0,0.05);
}
#conts_common .link_img a {
	display: block;
    width: 100%;
    height: 100%;
}

footer {
	width: 100%;
	clear: both;
	float: left;
	background-color: #f2f2f2;
	padding-top: 72px;
	padding-bottom: 32px;
}
footer .link_list {
	width: 100%;
	letter-spacing: -.4em;
    padding-bottom: 50px;
    border-bottom: 1px solid #e9e8e8;
	margin-bottom: 47px;
}
footer .link_list li {
	width: 228px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin-right: 15px;
}
footer .link_list li:last-of-type {
	margin-right: 0;
}
footer .link_list li a {
	width: 100%;
	display: block;
}
footer .link_list li .link_img img {
	width: 100%;
	display: block;
}
footer .link_list li .name {
	display: inline-block;
	font-size: 10px;
    line-height: 1.5;
	font-weight: bold;
	padding-right: 13px;
	background-image: url(../images/share/icon_footer_01.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 8px;
}
footer .footer_body {
	width: 100%;
	float: left;
	clear: both;
}
footer .footer_body .left_box {
	width: 386px;
	float: left;
}
footer .footer_body .left_box h2 {
	width: 244px;
	margin-bottom: 18px;
}
footer .footer_body .left_box h2 a {
	width: 100%;
	display: block;
}
footer .footer_body .left_box h2 img {
	width: 100%;
	display: block;
}
footer .footer_body .left_box .address {
	font-size: 14px;
	line-height: 25px;
    margin-bottom: 19px;
}
footer .footer_body .left_box .tel {
	font-size: 23px;
	font-weight: bold;
	line-height: 1.2;
    margin-bottom: 8px;
}
footer .footer_body .left_box .tel .tel-link {
	font-weight: bold;
}
footer .footer_body .left_box .time {
	font-size: 11px;
	line-height: 1.5;
}
footer .footer_body .right_box {
	width: 793px;
	float: right;
}
footer .footer_body .right_box .footer_nav {
	width: 100%;
	float: left;
	clear: both;
    padding-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 246px;
    margin-bottom: 22px;
	position: relative;
}
footer .footer_body .right_box .footer_nav li {
	width: 170px;
	float: left;
    margin-bottom: 11px;
}
footer .footer_body .right_box .footer_nav li:nth-of-type(2n) {
	width: 170px;
}
footer .footer_body .right_box .footer_nav li:nth-of-type(3n), footer .footer_body .right_box .footer_nav li:nth-of-type(5n) {
	width: 201px;
}
footer .footer_body .right_box .footer_nav li:last-of-type {
	width: 232px;
	position: absolute;
	right: 14px;
	top: 13px;
}
footer .footer_body .right_box .footer_nav li:last-of-type a {
	display: block;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
    text-decoration: none;
	background: none;
	background-color: #ffffff;
    padding: 22px 22px 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
footer .footer_body .right_box .footer_nav li:last-of-type a .arrow {
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -5px;
}
.footer_nav li a:hover .arrow {
	animation: arrow_02 .6s;
}
@keyframes arrow_02 {
  50% {
    right: -2.5em;
  }
  100% {
    right: -15px;
  }
}
footer .footer_body .right_box .footer_nav li a {
	display: inline-block;
	color: #000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 11px;
	background-image: url(../images/share/icon_footer_02.png);
	background-repeat: no-repeat;
	background-position: left 11px;
	background-size: 5px;
	text-decoration: none;
	position: relative;
}
footer .footer_body .right_box .footer_nav li a .hover_animation {
	font-weight: bold;
}
footer .footer_body .right_box .footer_nav li a .hover_animation::after {
    position: absolute;
    bottom: 0;
    left: 11px;
    content: '';
    width: calc(100% - 11px);
    height: 2px;
	background: #000000;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
footer .footer_body .right_box .footer_nav li a .hover_animation:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}

footer .footer_body .right_box .footer_nav li dl dd a {
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	padding-left: 25px;
	background-position: 13px center;
	background-size: 6px;
	position: relative;
}
footer .footer_body .right_box .footer_nav li dl dd a .hover_animation::after {
    position: absolute;
    bottom: 0;
    left: 25px;
    content: '';
    width: calc(100% - 25px);
    height: 2px;
	background: #000000;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
footer .footer_body .right_box .footer_nav li dl dd a .hover_animation:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}
footer .footer_body .copy {
	font-size: 11px;
    letter-spacing: .1em;
	float: right;
}

#back-top {
	display: none;
	bottom: 80px;
	right: 60px;
	clear: both;
	float: left;
	position: fixed;
	width: 62px;
	z-index: 99;
}
#back-top a {
	display: block;
}
#back-top a img {
	display: block;
    width: 100%;
    height: auto;
}
}




























