*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body{
	background: #fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
	line-height:160%;
}

.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

hr {
	border-top: 2px dashed #41436E;
	margin-top:13px;
	margin-bottom:18px;
}

a {
text-decoration: none;
}
a {
link-decoration: none;
}
a{
  transition: color 0.3s;
}
a:hover{
  color : #31aae2;
}

header{
	position: relative;
	height: 184vh;
	max-height: 500px;
	overflow: hidden;
	background: url(images/hero-m.gif) center / cover;
}

.header-link{
  position: relative;
  display: inline-block;
  transition: .3s;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.alpha a:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=70)";
}

  h1 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 2em;
    text-align: center;
    transform: translateY(-50%);
  }

 h2 {
    position: absolute;
    top: 55%;
    left: 10;
    width: 20%;
    text-align: left;
    transform: translateY(-50%);
  }


h3 {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 2em;
    text-align: center;
    transform: translateY(-50%);
  }

div.gazo-box {
    float: left;
    padding-right: 20px;
  }

.site-header{
	background: #74c3ed;
	display: flex;
	padding: 30px;
	position: absolute;
	justify-content: space-between;
	transition: .8s;
	width: 100%;
}

.site-header-02{
	background: #3C4174;
	display: flex;
	padding: 21px;
	position: fixed;
	justify-content: space-between;
	width: 100%;
}

.site-header.fixed{
	position: fixed;
	padding: 18px;
	top: 0;
}

.site-logo img{
	height: 30px;
	width: auto;
}

.main-logo img{
	height: auto;
	width: 60%;	
}

.main-logo-02 img{
	height: 160px;
	width: auto;	
}




.menu{
	margin: auto;
	padding-top: 0px;
	width: 800px;
	
}

.gnav__menu{
	display: flex;
}
.gnav__menu__item{
	margin-left: 20px;
}
.gnav__menu__item a{
	color: #333;
	text-decoration: none;
}
.hero{
	max-height: 500px;
	overflow: hidden;
}
.hero img{

	height: auto;
	width: 100%;
}


.content{
	line-height: 1.6;
	margin: 0 auto;
	padding-top: 120px;
	width: 800px;
}

.content-02{
	line-height: 1.6;
	margin: 0 auto;
	padding-top: 30px;
	width: 800px;
}

.content name01{
	font-size:22px;color:#41436E;
	font-weight:700;
	line-height:180%;
	margin-bottom:5px;
	
}

.content name02{
	font-size:18px;color:#41436E;
	line-height:180%;
	margin-bottom: 5px;
}




.content link{
	font-size:20px;color:#41436E;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height:180%;
	margin-bottom: 5px;
	align-items: center;
}



.content p{
	margin-bottom: 30px;
}

.content div{
	margin-top: 20px;
	margin-bottom: 20px;
}



.wrapper{
    min-height: 100vh;
    position: relative;/*←相対位置*/
    padding-bottom: 120px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}


footer{
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 30px 0;
	position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}

.copyright{
	color: #fff;
	font-size: 12px;
	text-align: left;
}

.footer-link{
  position: relative;
  display: inline-block;
  transition: .3s;
  color: #fff;
  font-size: 12px;
}


/* Page */

html {
    box-sizing: border-box;
}

*, 
*:before, 
*:after {
    box-sizing: inherit;
}


.nav {
    width: 800px;
    margin: 10px auto 0 auto;
    text-align: center;
}

/* Navigation */

.nav {
     font-size: 15px;
}

.nav-items {
    padding: 0;
    list-style: none;
	text-align: right;
}

.nav-item {
    display: inline-block;
    margin-right: 25px;
}

.nav-item:last-child {
    margin-right: 0;
}

.nav-link,
.nav-link:link, 
.nav-link:visited, 
.nav-link:active,
.submenu-link,
.submenu-link:link, 
.submenu-link:visited, 
.submenu-link:active {
    display: block;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.nav-link,
.nav-link:link, 
.nav-link:visited, 
.nav-link:active {
    color: #fff;
    font-weight: bold;
}

.nav-link::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(0,0,40,0.42);
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.nav-link:hover::before,
.nav-link:hover::before {
    opacity: 1;
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
}



.dropdown {
    position: relative;
}

.dropdown .nav-link {
    padding-right: 15px;
    height: 17px;
    line-height: 17px;
}

.dropdown .nav-link::after {
    content: "";
    position:absolute;
    top: 6px;
    right: 0;
    border: 5px solid transparent;
    border-top-color: #fff;
}

.submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 100;
    width: 200px;
    margin-left: -100px;
    background: #fff;
    border-radius: 3px;
    line-height: 1.46667;
    margin-top: -5px;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    opacity:0;
    -webkit-transform: translate(0, 0) scale(.85);
    transform: translate(0, 0)scale(.85);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    pointer-events: none;
}

.submenu::after, 
.submenu::before {
    content: ""; 
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    height: 0;
}

.submenu::after {
    border-bottom-color: #fff;
}

.submenu::before {
    margin-left: -13px;
    border: 13px solid transparent;
    border-bottom-color: rgba(0,0,0,.1);
    -webkit-filter:blur(1px);
    filter:blur(1px);
}

.submenu-items {
    list-style: none;
    padding: 10px 0;
}

.submenu-item {
    display: block;
    text-align: left;
}

.submenu-link,
.submenu-link:link, 
.submenu-link:visited, 
.submenu-link:active {
    color: #3498db;
    padding: 10px 20px;
}

.submenu-link:hover {
    text-decoration: underline;
}

.submenu-seperator {
    height: 0;
    margin: 12px 10px;
    border-top: 1px solid #eee;
}

.show-submenu .submenu {
    opacity: 1;
    -webkit-transform: translate(0, 25px) scale(1);
    transform: translate(0, 25px) scale(1);
    pointer-events: auto;
}




