@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700&subset=japanese');

/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/


/*reset-------------------------------------------------*/
body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  vertical-align: top;
}

header,section,article,aside,footer,nav {
 display: block;
}

/*-------------------------------------------------reset*/


/*common-------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  display: block;
}

ul,li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

address {
  font-style: normal;
}

.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  display: inline-table;
}

/* mac \*/
* html .clear {
  height: 1%;
}

.clear {
  display: block;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px;
}



/*-------------------------------------------------common*/


/*--------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------*/
.top-page {
  width: 100%;
  /*height: 670px;*/
		height: 600px;
  background: url(../image/bg-header-top.png) no-repeat center top;
  background-size: cover;
}

.page {
  width: 100%;
  margin-top: 100px;
  background: #f7f7f7;
}

.page2 {
  width: 100%;
  background: #f7f7f7;
}

.header-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
		height: 100px;
		-webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all  0.4s ease;
}

.header-top h1 {
	width: 303px;
	margin: 24px 0 0;
	float:left;
}

.header-top nav {
	width: 740px;
	float: right;
}

.header-top ul {
}

.header-top ul li {
	float: left;
	/*display: table;*/
	margin-right: 20px;
}

.header-top ul li:last-child {
	margin: 0;
}

.header-top ul li a {
	/*display: table-cell;*/
  width: 100px;
  /*height: 100px;*/
  color: #fff;
  font-size: 16px;
  font-weight: 600;
		vertical-align: middle;
		text-align: center;
}

.header-top ul li:nth-child(5) a {
	height: 24px;
}

.header-top ul li:last-child a {
	width: 130px;
}

.header-top ul li a span {
	width: 100px;
	text-align: center;
}

.header-top ul li:last-child a span {
	width: 130px;
}

.header-fixed .header-top {
  background: #fff;
		-webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all  0.4s ease;
}

.header-fixed nav li a {
  color: #3d3d3d;
}

.header-fixed nav li:last-child a {
  margin-right: 0;
}

/*Add*/
 nav li {
	height: 100px;
	padding-bottom: 30px;
	padding-top: 35px;
	pointer-events : none;
 }

 nav li:hover {
		background: url(../image/h_line.gif) repeat-x 0 100%;
	}

 nav li:last-child:hover {
		background: url(../image/h_line-02.gif) repeat-x 0 100%;
	}
 
 nav li a {
  overflow: hidden;
  position: relative;
  display: inline-block;
		pointer-events : auto;
}

 nav li a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

 nav li a span::before {
	position: absolute;
	top: 100%;
	width: 100px;
	left:0;
	right: 0;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

nav li:last-child a span::before {
	width: 130px;
}

nav li a:hover,
nav li a:focus {
 position: relative;
 color: #002878;
	text-align: center;
 outline: none;
}

nav li:last-child a:hover,
nav li:last-child a:focus {
 color: #749A1F;
}

.header-fixed nav li:nth-child(5) a:hover,
.header-fixed nav li:nth-child(5) a:focus {
	color: #fff;
}

 nav li a:hover span,
 nav li a:focus span,
nav li:nth-child(5):hover span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	cursor: pointer;
}

.header-fixed nav li:nth-child(5):hover span {
	cursor: pointer;
 font-size: 12px;
	line-height: 20px;
}

.header-fixed nav li:nth-child(5)/*,
nav li:last-child:hover*/ {
  background: #012778;
  padding-bottom: 0;
  padding-top: 18px;
}

.header-fixed nav li:nth-child(5) a span {
  color: #FFF !important;
		font-size: 12px;
}

nav li:nth-child(5) {
  position: relative;
}

.header-fixed nav li:nth-child(5)::after/*,
nav li:last-child:hover::after*/ {
	position: absolute;
  content: url(../image/icon-mail_h.png);
  top: 50px;
  left: 34px;
}

/*End add */

.logo-fixed {
	display: none;
}


/*------------------------------------------------------------------------------------------------
  content
--------------------------------------------------------------------------------------------------*/
.container {
  width: 1080px;
  margin: 0 auto;
  padding: 0;
}

.cont-960 {
  width: 960px;
  margin: 0 auto;
}

.fl-left {
  float:left;
}

.fl-right {
  float:right;
}

.fl-none {
  float: none;
}

.al-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.al-right {
  text-align: right;
}

.al-left {
  text-align: left;
}

.flex {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;   
}

.position {
  position: relative;
}

.table {
  display: table;
}

.table .row {
  display: table-row;
}

.table .cell {
  display: table-cell;
  vertical-align: top;
}

input[type='text'],
textarea,
input[type='tel'] {
  width: 290px;
  height: 40px;
  padding: 15px;
  background: #f7f7f7;
  /*color: #9a9a9a;*/
  border: none;
  font-size: 14px;
}

textarea {
  width: 100%;
  height: 155px;
}

p {
  line-height: 24px;
}

.font-red {
  color: #e74c4c;
}

.font-blue {
  color: #6e8fd3;
}

.font-blue2 {
  color: #002878;
}

.font-white {
  color: #fff;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.btn::before,
.btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btn,
.btn::before,
.btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn {
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  width: 260px;
  display: inline-block;
  font-weight: 700;
}

.btn-black {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.btn-black:hover {
  color: #000;
  background: #fff;
}

.nobtn {
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  border-radius: 0;
  width: 210px;
  display: inline-block;
  font-weight: 700;
  background: #EEE;
  color: #000;
  border: 1px solid #AAA;
}

.btn-white {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}

.btn-white:hover {
  color: #fff;
  background: #000;
  border: 1px solid #fff;
}

.top-page .banner {
  position: relative;
  /*top: 250px;*/
		top: 160px;
}

.box {
  padding: 45px 0 60px 0;
}

h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

h2.line span {
  padding: 0 50px;
  position: relative;
}

h2.line .intro::before,
h2.line .intro::after {
  width: 0;
  height: 0;
}

h2.line span::before,
h2.line span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 1.1px;
  background: #d2d2d2;
}

h2.line span::before {
  left: -100px;
}

h2.line span::after {
  right: -100px;
}

h2 .intro {
  font-size: 20px;
  display: block;
}

.page h2 {
  font-size: 50px;
  margin-top: 35px;
  margin-bottom: 50px;
}

.page .banner {
  height: 227px;
  width: 100%;
}

@-webkit-keyframes imgoverlayleft {
 0% {
  right:100%;
  left:0;
  top:0;
  bottom:0
 }
 50% {
  right:0%;
  left:0%;
  bottom:0;
  top:0
 }
 to {
  right:0;
  left:100%;
  top:0;
  bottom:0
 }
}
@keyframes imgoverlayleft {
 0% {
  right:100%;
  left:0;
  top:0;
  bottom:0
 }
 50% {
  right:0%;
  left:0%;
  bottom:0;
  top:0
 }
 to {
  right:0;
  left:100%;
  top:0;
  bottom:0
 }
}

@-webkit-keyframes imgoverlayright {
 0% {
  left:100%;
  right:0;
  top:0;
  bottom:0
 }
 50% {
  left:0%;
  right:0%;
  bottom:0;
  top:0
 }
 to {
  left:0;
  right:100%;
  top:0;
  bottom:0
 }
}
@keyframes imgoverlayright {
 0% {
  left:100%;
  right:0;
  top:0;
  bottom:0
 }
 50% {
  left:0%;
  right:0%;
  bottom:0;
  top:0
 }
 to {
  left:0;
  right:100%;
  top:0;
  bottom:0
 }
}

@-webkit-keyframes imgshow {
 0% {
  opacity:0
 }
 49.99% {
  opacity:0
 }
 50% {
  opacity:1
 }
 to {
  opacity:1
 }
}
@keyframes imgshow {
 0% {
  opacity:0
 }
 49.99% {
  opacity:0
 }
 50% {
  opacity:1
 }
 to {
  opacity:1
 }
}
/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
footer .info-contact {
  background: #000;
}

footer .info-contact .text {
  justify-content: center;
  ms-justify-content: center;
}

footer .info-contact .info,
#world-box04  .info-contact .info-mail {
  width: 380px;
  height: 110px;
  background: #fff;
  align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  margin: 0 40px;
  font-weight: bold;
}

footer .info-contact .info-phone { 
  flex-direction: column;
  -ms-flex-direction: column;
}

footer .info-contact .phone {
  font-size: 24px;
}

footer .info-contact .phone img {
  margin-right: 5px;
  padding-top: 7px;
}

footer .info-contact .info-mail,
#world-box04  .info-contact .info-mail {
  font-size: 20px;
}

footer .info-contact .info-mail img,
#world-box04  .info-contact .info-mail img {
  margin-right: 10px;
}

footer .coppy-right {
  padding: 20px 0;
  text-align: center;
}

footer .logo-footer {
  margin-top: 5px;
}

footer  .info-detail {
  padding: 55px 0 45px 0;
  background: #e4e4e4;
}

footer .info-detail .address {
  margin: 0 50px 0 45px;
}

footer .info-detail ul {
  width: 413px;
  margin-top: 10px;
}

footer .info-detail ul li {
  display: inline-block;
  margin: 5px 0 15px 0;
  width: 140px;
}

footer .info-detail ul li:nth-child(3),
footer .info-detail ul li:nth-child(6) {
  width: auto;
}

footer .info-detail ul li a {
  font-size: 16px;
  font-weight: bold;
}