@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;
}
/*-------------------------------------------------------------------------*/
.sp_cnt{
	display: none !important;
}
.pc_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;
	border-top: 5px solid #0f3963;
}
header .inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 15px auto;
}
.logo-img{
	max-width: 350px;
    font-size: 1.6rem;
}
.logo-img a{
	color: #041a2f;
	text-decoration: none;
}
header nav ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
header nav ul li{
	margin: 0 20px;
}
header nav ul li a{
	color: #333333;
	text-decoration: none;
	transition: all 0.3s ease 0s;
		  display: inline-block;
	  position: relative;
}
header nav ul li a::after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #333333;
  transition: all 0.3s ease 0s;
}
header nav ul li a:hover {
  cursor: pointer;
}
header nav ul li a:hover::after {
  width: 100%;
  left: 0;
}
header nav ul li:nth-child(6) a:hover::after {
  width: 0;
  left: 0;
}
header nav ul li:nth-child(6) a:hover{
	opacity: 0.6;
}
header nav ul li a span{
	background-color: #269d16;
	color: #ffffff;
	padding: 3px 20px;
	border-radius: 100px;
}
/*-------------------------------------------------------------------------
footer
*/
.footer_inn{
	max-width: 1100px;
    margin: 40px auto 20px;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
#copy{
	background-color: #5e5e5e;
	color: #ffffff;
	text-align: center;
	padding: 15px 0;
	font-size: 0.9rem;
}
/*-------------------------------------------------------------------------
下層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;
	position: relative;
}
.mv_underlayer h1{
	max-width: 1100px;
	margin: 130px auto;
	color: #ffffff;
	font-size: 2.5rem;
	font-weight: 600;
	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);
}

