@charset "utf-8";
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:14px;
    vertical-align:baseline;
    background:transparent;
}
ul,li,ol{
	list-style: none;
}

body {
    line-height:1;
	font-family: 'Noto Sans JP', sans-serif;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
  outline: 0;
  box-shadow: none;
}
.clearfix::after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	width: 0;
}
/*-------------------------------------------------------------------------*/
.pc_cnt{
	display: none !important;
}
.sp_cnt{
	display: block!important;
}
body{
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
}
.font_roboto{
	font-family: 'Roboto Condensed', sans-serif;
}
.arrow_left{
	padding-left: 15px;
	position: relative;
}
.arrow_left::before {
	content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50% - 3px);
}
/*-------------------------------------------------------------------------
header
*/
header{
	padding: 1px 0;
	position: fixed;
	top: 0;
	z-index: 2;
	background-color: #ffffff;
	width: 100%;
}

header .inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 10px 10px 15px;
}
.logo-img{
	max-width: 80%;
    font-size: 1.1rem;
	margin-top: 10px;
}
.logo-img a{
	color: #041a2f;
	text-decoration: none;
}

/*-------------------------------------------------------------------------
footer
*/
.footer_
.footer_inn{
	max-width: 1100px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}
#copy{
	background-color: #5e5e5e;
	color: #ffffff;
	text-align: center;
	padding: 15px 0;
	font-size: 0.8rem;
	letter-spacing: -0.5px;
}
/*-------------------------------------------------------------------------
下層MV
*/
.mv_underlayer{
background: #0f3963; /* Old browsers */
background: -moz-linear-gradient(left,  #0f3963 0%, #245688 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0f3963 0%,#245688 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0f3963 0%,#245688 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f3963', endColorstr='#245688',GradientType=1 ); /* IE6-9 */
	padding: 1px;
	margin-top: 60px;
	position: relative;
}
.mv_underlayer h1{
	max-width: 1100px;
	margin: 50px 10px 70px;
	color: #ffffff;
	font-weight: 600;
	font-size: 1.4rem;
	text-align: center;
	position: relative;
}
.mv_underlayer h1::before{
    position: absolute;
    content: "";
    width: 150px;
    height: 2px;
    left: calc(50% - 75px);
    bottom: -15px; 
	background-color: #ffffff;
}
.mv_underlayer h1:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid #e6faf6;
    left: calc(50% - 2px);
    bottom: -25px;
    transform: rotate(90deg);
}

/*-------------------------------------------------------------------------
ボタン
*/
.btn01{
	text-align: center;
}
.btn01 a{
	background-color: #ffffff;
    color: #304d33;
    padding: 10px 20px;
    border-radius: 100px;
	text-decoration: none;
	width: 200px;
	display: block;
	margin: 0 auto;
	font-weight: bold;
  transition: all 0.3s ease 0s;
	font-size: 1.1rem;
	position: relative;
}
.btn01 a:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.3em);
}
.btn01 a::before {
	content: "";
    position: absolute;
    right: 20px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #304d33;
    border-right: 2px solid #304d33;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50% - 3px);
}


/*-------------------------------------------------------------------------
ナビゲーション
*/

#nav-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  height: 20px;
  cursor: pointer;
}
#nav-toggle > div {
  position: relative;
  width: 25px;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
	border-radius: 100px;
  display: block;
  background: #0f3963;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
  transition: top .5s ease, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .5s ease;
  transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
  /* #nav-toggle close */
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 7px;
}
#nav-toggle span:nth-child(3) {
  top: 14px;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #ffffff;
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #ffffff;
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav nav {
  z-index: 999;
	position: relative;
}

#gloval-nav {
  background-image: linear-gradient(-45deg, #0f3963, #245688);
  color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 29px;
  padding-left: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

}

.open #gloval-nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#gloval-nav a {
  display: inline-block;
	color: #ffffff;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
}
#gloval-nav ul {
    margin-top: 20%;
    text-align: center;
}
#gloval-nav ul li {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  position: relative;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 20px 0;
}

#gloval-nav ul li:nth-child(2) {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}
#gloval-nav ul li:nth-child(3) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
#gloval-nav ul li:nth-child(4) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
#gloval-nav ul li:nth-child(5) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
#gloval-nav ul li:nth-child(6) {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
#gloval-nav ul li:nth-child(7) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.open #gloval-nav li {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.nav-bg {
  opacity: 0;
  background-image: linear-gradient(-45deg, #0f3963, #245688);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.nav-bg.active {
  opacity: 1;
}

