@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* ===================================================================
     BASE CSS
=================================================================== */
html {
	font-size: 62.5%;
}
body {
	/*-webkit-text-size-adjust: 100%;*/
}
body {
	color: #fff;
	font-size: 180%;
	font-family:  "Noto Sans CJK JP",sans-serif;
	line-height: 2;
	position: relative;
	letter-spacing: .04em;
}
a {
	color: #007DC5;
	text-decoration: none;
	transition: opacity .1s ease-in-out;
}
a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 767px) {
body {
	font-size: 140%;
}
}


/* -----------------------------------------------------------
	汎用
----------------------------------------------------------- */

.scroll-fade{
	opacity: 0;
	transition: all 3s/*処理にかかる時間*/;
}
.scroll-up{
	opacity: 0;
	transform: translateY(25px)/*スクロールアップする距離*/;
	transition: all 0.5s/*処理にかかる時間*/;
}

.scroll-up.done,
.scroll-fade.done{
	opacity : 1;
	transform : translate(0, 0);
}
.load-fade {
	opacity : 0;
	transition : all 1s/*処理にかかる時間*/;}
.load-up{
	opacity: 0;
	transform: translateY(100px)/*スクロールアップする距離*/;
	transition: all 2s/*処理にかかる時間*/;
}
.load-up2{
	opacity: 0;
	transform: translateY(100px)/*スクロールアップする距離*/;
	transition: all 2s/*処理にかかる時間*/;
	-moz-transition-delay:300ms;
	-webkit-transition-delay:300ms;
	-o-transition-delay:300ms;
	-ms-transition-delay:300ms;
}

.load-up.done,
.load-up2.done,
.load-fade.done{
	opacity : 1;
	transform : translate(0, 0);
}

table {
	width: 100%;
}
/* ---------------------
	general_table
---------------------- */
.general_table {
	width: 100%;
	text-align:left;
}
.general_table th,
.general_table td {
	border: 12px solid #fff;
	padding: 18px;
}
.general_table th {
	background: #D9D9D9;
	font-weight: normal;
}
.general_table td {
	background: #f2f2f2;
}
@media screen and (max-width: 767px) {
.general_table th,
.general_table td {
	border: 4px solid #fff;
	padding: 4px 10px;
}
}


.common_inner{
	max-width:1200px;
	margin:0 auto;
}
@media screen and (max-width: 1200px) {
.common_inner{
	width:94%;
}
}
@media screen and (max-width: 767px) {
.common_inner{
	width:92%;
}
}

/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
header{
    position: fixed;
    width: 100%;
    z-index: 3;
	height: 60px;
	background: #c90100;
	height:80px;
	}
.wrapper {
	z-index: 4;
    margin: 0 auto;
    position: relative;
	max-width: 1240px;
	}
.wrapper h1{
	width: 70px;
	display: inline-block;
	float:left;
	padding-top: 13px;
	margin-right:14px;
	}
@media screen and (max-width:1280px) {
.wrapper {
	width:98%;
	}
}
@media screen and (max-width:1000px) {
.wrapper h1 {
	width: 50px;
	padding-top: 22px;
	}
}

@media screen and (max-width:767px) {
.wrapper {
	width:92%;
	}
.wrapper h1 {
	width: 70px;
	padding-top: 14px;
	}
}


/*言語ボタン*/
.language {
    position: absolute;
    right: 0;
    top: 25px;
    font-size: 17px;
	line-height:1.1em;
	background: #fff;
	color:#c90100;
	padding:6px 20px;
	font-family: "DIN Condensed",sans-serif;
	letter-spacing: .14em;
}
.language a {
    color:#c90100;
}
.language a:hover{
	opacity:0.8;
	}

@media screen and (max-width:1000px) {
.language {
    font-size: 12px;
	top: 28px;
	}
}
@media screen and (max-width:767px) {
.language {
    right: 55px;
    top: 21px;
	 font-size: 15px;
	padding: 14px 20px 0 20px;
	line-height: 1em;
	height:39px;
	}

}


nav {
	float:left;
	}
nav ul.dropmenu {
   padding-top: 25px;
}
nav ul.dropmenu li{
	float:left;
	position: relative;
	}

nav ul.dropmenu li a{
	border-right: 1px solid #fff;
	color:#fff;
	font-size: 20px;
	letter-spacing: .17em;
	}
nav ul.dropmenu li:last-child a {
    border-right: 0;
}

nav ul.dropmenu li.submenu a{
    border-right: none;
	}

ul.dropmenu li a{
  display: block;
  margin: 0;
  padding: 4px 14px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
ul.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
  padding-top: 20px;
  white-space: nowrap;
}
ul.dropmenu li ul li{
  width: 100%;

}
ul.dropmenu li ul li a{
	padding: 13px;
	color:#333;
	background: rgba(238,238,238,0.9);
}

ul.dropmenu li ul li a:hover{
	background: rgba(102,102,102,0.9);
	color:#fff;
	}
ul.dropmenu li:hover ul{
  visibility: visible;
  opacity: 1;
}
ul.dropmenu li a:hover{
	color:#999;
}

/*英語*/
.en_page nav ul.dropmenu li a{
	border-right: 1px solid #fff;
	color:#fff;
	font-size: 18px;
	letter-spacing: 0em;
	}

@media screen and (max-width:1280px) {
nav ul.dropmenu li a {
    font-size: 16px;
}
ul.dropmenu li a {
	padding: 4px 10px;
	}
/*英語*/
.en_page nav ul.dropmenu li a {
    font-size: 15px;
}
}
@media screen and (max-width:1000px) {
nav ul.dropmenu li a {
    font-size: 13px;
}
ul.dropmenu li a {
    padding: 4px 4px;
}
nav ul.dropmenu {
    padding-top: 30px;
}
/*英語*/
.en_page nav ul.dropmenu li a {
    font-size: 12px;
}
}
@media screen and (max-width:767px) {
/*ナビボタン*/
.menu-trigger {
  display: inline-block;
  width: 40px;
  height: 24px;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 21px;
  right: 0;
  z-index: 100;
  transform: translateX(0);
  transition: transform .5s;
 }
.menu-trigger p{
	font-size: 10px;
	position: absolute;
	bottom: -22px;
	font-weight:bold;
	width: 39px;
	text-align: center;
	}
 .menu-trigger span{
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 1px;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(15px) rotate(-45deg);
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: -1px;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
  bottom: -5px;
}

nav {
  width: 300px;
  height: 100%;
  padding: 100px 30px 0 30px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(300px);
  transition: all .5s;
  
background: rgb(0,0,0);
filter:alpha(opacity=80); 
background: rgba(0,0,0,0.8);
}

nav ul{
		padding:24px 0 24px 0;
		border-top:1px solid rgb(255,255,255);
		border-top:1px solid alpha(opacity=30);
		border-top:1px solid rgba(255,255,255,0.3);
		
		position: static;
    width: auto;
    top: auto;
	}
nav ul:first-child{
		padding-top:0;
		border-top:0;
	}

nav.open {
  transform: translateZ(0);
}
nav li {
  color: #fff;
  text-align: left;
  
  width:auto;
	float:none;
	border-right:0;
}
nav li.mainmenu{
	padding:0 0 0 10px;
	font-size:18px;
	line-height: 1.3em;
	}
nav li.submenu{
	font-size: 14px;
	margin-left:13px;
	}
nav li.submenu_1{
	margin-top:10px;
	}


nav li a{
  color: #fff;
}

* {
  box-sizing: border-box;
}
ul {
  list-style: none;
}

.type-1 span{
    transition: all 0.5s;
    transform: rotate(0deg);
  }
.type-1 span .top {
    transform: translateY(-17px);
  }
.type-1 span .bottom {
    transform: translateY(17px);
  }


nav {
	height: 100vh;
	box-sizing: border-box;
	overflow-y: scroll;
 	}
	

.menu-trigger p{
 font-size: 8px;
	color: #fff;
 }

nav{
	padding: 80px 30px 100px 30px;
	}
	
nav li.mainmenu{
	font-size:20px;
	}
nav li.submenu{
	font-size: 17px;
	line-height: 2em;
	}
nav li.submenu_1{
	margin-top:20px;
	}
}
/* -----------------------------------------------------------
	main
----------------------------------------------------------- */
main {
	text-align: center;
	font-size: 30px;

}
.main_content {
	padding-top: 90px;
}
.cont_wrap {
	
}
.cont_wrap.bg {
	background: #f0f2f3;
}
.cont_inner {
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.main_content {
	padding-top: 50px;
}
.cont_inner {
	max-width: 94%;
}
}
@media screen and (max-width: 767px) {
main {
	/*padding-top: 54px;*/
}
.main_content {
	padding-top: 40px;
}
.cont_inner {
	max-width: 94%;
}
}




/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */
footer {
	background: #000;
	text-align: center;
	position: relative;
	color:#fff;
	padding: 80px 0 15px 0;
	font-size: 18px;
	background: url(../img/footer_bg.png) repeat-x;
}
footer .footer_inner {
	max-width:1280px;
	width:90%;
	margin:0 auto;
}

footer .mail{
	width:40px;
	margin:10px auto 15px;
}
footer .flex_box{
	position: relative;
	height: 82px;
    max-width: 760px;
	margin:0 auto 100px;
}
footer .flex_box .sankaku_left{
	position: absolute;
	left: 0;
	width:82px;
}
footer .flex_box .sankaku_right{
	position: absolute;
	right: 0;
	width:82px;
}
footer .contact{
	font-size: 32px;
	position: absolute;
	letter-spacing: .16em;
	left: 50%;
transform: translateX(-50%);
	width: 760px;
	    z-index: 1;
	top:5px;
}

footer .contact a{
	color:#fff;
}
footer .footer_logo {
	width:66px;
	margin:0 auto 20px;
}
footer .detail {
	font-size: 18px;
	margin-bottom:40px;
    
}
footer .detail a.tel{
	color:#fff;
    pointer-events: none;
}

footer .copy{
	font-size: 14px;
}
/*英語*/
.en_page footer .contact {
    font-size: 28px;
}
.en_page footer .contact a {
    font-size: 28px;
}

@media screen and (max-width: 1280px) {
footer .contact{
	font-size: 26px;
}
footer .flex_box {
    height: 57px;
    width: 600px;
}
footer .flex_box .sankaku_left{
	position: absolute;
	left: 0;
	width:57px;
}
footer .flex_box .sankaku_right{
	position: absolute;
	right: 0;
	width:57px;
	
}
footer .detail a.tel{
	pointer-events: all;
}


/*英語*/
.en_page footer .contact {
    font-size: 22px;
}
.en_page footer .contact a {
    font-size: 22px;
}
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 767px) {
footer .footer_logo {
    margin: 0 auto 10px;
}
footer .title {
	margin-bottom:20px;
}
footer .contact{
	font-size: 14px;
	width:100%;
	line-height: 1.4em;
	top: 10px;
}
footer .mail {
    width: 30px;
	margin:10px auto 25px;
}
footer .flex_box {
	width:90%;
    max-width: 327px;
	margin:0 auto 30px;
	height: 32px;
}
footer .flex_box .sankaku_left{
	width:32px;
}
footer .flex_box .sankaku_right{
	width:32px;
	
}
footer .detail {
	font-size: 12px;
	margin-bottom:30px;
	line-height: 1.8em;
}

footer .copy{
	font-size: 10px;
}
/*英語*/
.en_page footer .contact {
    font-size: 12px;
}
.en_page footer .contact a {
    font-size: 12px;
}
}



.fix_banner{
	    position: fixed;
    bottom: 0;
    width: 275px;
    height: 135px;
	right:0;
    z-index: 100;
}

@media screen and (max-width: 767px) {

.fix_banner{

    width: 180px;
    height: 88px;

}

}