@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------------
/* 共通
-------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, fieldset, form, label, legend, b, u, i, center, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 16px;
	color: #000;
	vertical-align: baseline;
	background: transparent;
}
body, table, input, textarea, select, option {
	/*font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;*/
	/*font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7;
}
html, body {
	/*height: 100%;*/
	color: #000;
	background-color: #fff;
	width:100%;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
	transition : all 0.5s ease-in-out;
}
a img {
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.inner {
	max-width: 1080px;
	margin: 0 auto;
	width: 90%;
}
.innerIn {
	width: 800px;
	margin: 0 auto;
	}

#wrapper {}

.wrapContents { overflow: hidden;}

.sp {
  display: none;
}
.pc {
  display: block;
}


/** PC **/
@media only screen and (min-width: 769px) {
.wrapContents { padding-top: 76px;}	
}

/** SP **/
@media only screen and (max-width: 768px) {
	
.pc {
	display: none;
}
.sp {
	display: block;
}
img {
	max-width:100%; 
}
.inner {
    width: 90%;
    margin: 0 auto;
}
.innerIn {
	width: 96%;
	margin: 0 auto;
}		

.wrapContents { padding-top: 60px;} 	
	
}



/* --------------------------------------------------------------------
/* header
-------------------------------------------------------------------- */

header {
	width: 100%;
	overflow: hidden;
	/* padding: 10px 0; */
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
	box-shadow: 0 5px 30px rgba(102, 102, 102, 0.2);
}

header .inner {
    width: 100%;
    padding: 20px 40px;
    box-sizing: border-box;
    max-width: none;	
}
header .__area {}
header .__area .__area1 {
    float: left;	
}
header .__area .__area1 .__logo {}
header .__area .__area1 .__logo img {}
header .__area .__area2 {}
header #menulist {}
header #menulist ul {}
header #menulist ul li {
    padding: 0 20px;
	position: relative;
}
header #menulist ul li a {}
header #menulist ul li a span {font-weight: bold;}
header #menulist .__contactbtn {
    width: 130px;
    margin-left: 20px;
}
header #menulist .__contactbtn a {
    padding: 10px;
    background-color: #01cab6;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    box-sizing: border-box;
}

/** PC **/
@media only screen and (min-width: 769px) {

header #menulist ul li::after {
	content: "";
    border-bottom: 5px solid #0076c0;
    position: absolute;
    bottom: -23px;
    left: 10%;
    right: 10%;
    opacity: 0;
    transition: all .5s ease-in-out;	
}	
	
header #menulist ul li:hover::after {
	opacity: 1;
}	
	
header #menulist ul li.active::after {
	opacity: 1;
}	
	
header #menulist {
    float: right;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 7px;
}
header #menulist ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
}
/** SP **/
@media only screen and (max-width: 768px) {
	
header h1 {
    float: left;
} 
header .inner {
	padding: 3vmin;	
}	
header .__area .__area2 {}
header .__area .menu {
	float: right;
    z-index: 3;
    position: absolute;
    right: 3vmin;
}
header .__area .menu i {
    font-size: 8vmin;
}
header .__area .menu i.fa-times {
	color: #fff;
}	
header #menulist {
    display: none;
    position: fixed;
    z-index: 2;
    background-color: #0076c0;
    top: 0;
    left: 0;
    right: 0;
    padding: 25vmin 0;
}

header #menulist ul {
    width: 84%;
    margin: auto;
}	
header #menulist ul li {
    padding: 0;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}	
header #menulist ul li a {
    padding: 6vmin 3vmin;
    display: block;
    color: #fff;
	position: relative;
}
header #menulist ul li a::after {
    content: url(../img/arrow_hover.png);
    position: absolute;
    display: inline-block;
    right: 3vmin;
    margin: auto;
}	
header #menulist ul li a span {
	color: #fff;
}
	
header #menulist .__contactbtn {
    margin-left: 0;
    text-align: center;
    margin: 3vmin auto;
    width: 80%;	
	}	
header #menulist .__contactbtn a {}	
	
}
		


/* --------------------------------------------------------------------
/* 共通
-------------------------------------------------------------------- */


.title01 {
    font-size: 32px;
    margin-bottom: 35px;
}
.title01 .en {
    display: block;
    color: #0076c0;
    font-family: 'Poppins', sans-serif;
}

.title01 + p.txt {
	font-weight: bold;
    margin-bottom: 30px;	
}

.btn_type01 {
    background-color: #fff;
    color: #fff;
    border: 1px solid #0076c0;
    display: inline-block;
    width: 180px;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 60px;
    position: relative;
    text-align: left;
}
.btn_type01::after {
    content: url(../img/arrow.png);
    position: absolute;
    top: 17%;
    display: inline-block;
    right: 30px;
    margin: auto;
}

.btn_type01 span {
    color: #0076c0;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.btn_type01:hover {
    background-color: #0076c0;
}
.btn_type01:hover::after {
	content: url(../img/arrow_hover.png);
}
.btn_type01:hover span {
	color: #fff;
}

/** PC **/
@media only screen and (min-width: 769px) {}

/** SP **/
@media only screen and (max-width: 768px) {
	
.title01 {
    font-size: 9vmin;
    margin-bottom: 9vmin;
    text-align: center;	
}
.title01 .en {
    font-size: 4vmin;	
}

.title01 + p.txt {
	margin-bottom: 7vmin;	
}	

.btn_type01 {}
.btn_type01::after {}	
	
}

/* --------------------------------------------------------------------
/* ページtop
-------------------------------------------------------------------- */
#page-top {
	text-align: center;padding: 5em 0;
}
#page-top a {
   display: inline-block;
}
#page-top a:hover {
}

/** PC **/
@media only screen and (min-width: 769px) {}

/** SP **/
@media only screen and (max-width: 768px) {
	
#page-top {
	text-align: center;padding: 13vmin 0;
}	
}

/* --------------------------------------------------------------------
/* フッター
-------------------------------------------------------------------- */

footer {
    background-color: #1e2425;
    color: #fff;
}
footer .inner {
    padding: 30px 0;
    box-sizing: border-box;
}
footer .foot_list {
    float: left;
}
footer .foot_list li {
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 0 20px;
}
footer .foot_list li:last-child {
    border-right: none;
    padding: 0 20px;
}
footer .foot_list li a {
    color: #cccccc;
}
footer .foot_list li a span {
    color: #cccccc;
    font-size: 12px;
}
footer .foot_list li a:hover {
	text-decoration: underline;
}
footer .copyright {
    float: right;
    color: #fff;
}
footer .copyright small {
	color: #cccccc;
	font-size: 10px;
}


/** PC **/
@media only screen and (min-width: 769px) {}

/** SP **/
@media only screen and (max-width: 768px) {
footer {}
footer .inner {
    padding: 7vmin 0;
}
footer .foot_list {
    float: none;
}
footer .foot_list li {
    display: block;
    border-right: none;
    padding: 2vmin 0;
}
footer .foot_list li:last-child {
    padding: 2vmin 0;
}
footer .foot_list li a {}
footer .foot_list li a span {}
footer .copyright {
    float: none;
    padding-top: 5vmin;
}
footer .copyright small {}		
}

/* --------------------------------------------------------------------
/* 
-------------------------------------------------------------------- */
.w1200 {
	width:1200px;
	margin-left:auto;
	margin-right:auto; 
	}
.c_red {
	color: #f00;
}
.f_18 {
	font-size: 18px;
}
.ta_c {
	text-align: center;
}
.ta_l {
	text-align: left;
}
.ta_r {
	text-align: right;
}
.f_l {
	float: left;
}
.f_r {
	float: right;
}
.p_t10 {
	padding-top: 10px;
}
.p_t20 {
	padding-top: 20px;
}
.p_t25 {
	padding-top: 25px;
}
.p_t30 {
	padding-top: 30px;
}
.p_t40 {
	padding-top: 40px;
}
.p_t50 {
	padding-top: 50px;
}
.p_l10 {
	padding-left: 10px;
}
.p_l15 {
	padding-left: 15px;
}
.p_l20 {
	padding-left: 20px;
}
.p_r0 {
	padding-right: 0px !important;
}
.p_r10 {
	padding-right: 10px;
}
.p_r15 {
	padding-right: 15px;
}
.p_r20 {
	padding-right: 20px;
}
.m_b10 {
	margin-bottom: 10px;
}
.m_b20 {
	margin-bottom: 20px;
}
.m_b30 {
	margin-bottom: 30px;
}
.m_b40 {
	margin-bottom: 40px;
}
.f40 {
	font-size: 40px;
	font-weight: bold;
}
.f30 {
	font-size: 30px;
	font-weight: bold;
}
	

/* --------------------------------------------------------------------
/* 　下層共通
-------------------------------------------------------------------- */
#pageWrap {
	background-image: url(../img/mv2_pc.gif);
    background-position: center 78px;
    background-size: auto;
    background-repeat: no-repeat;	
}

#pageWrap header {
	box-shadow: 0 5px 30px rgba(102, 102, 102, 0.2);	
}	

#pageWrap .wrapContents {}
/*パンくず*/
.panWrap {
	padding: 20px 0;	
}
.panWrap ul {}
.panWrap ul li {
    font-size: 12px;
    display: inline-block;
    position: relative;
}
.panWrap ul li a {
    font-size: 12px;
    color: #0076c0;
    position: relative;
    padding-bottom: 5px;
}
.panWrap ul li a::after {
	content: "";
	border-bottom: 1px solid;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}
.panWrap ul li::after {
	content: ">";
	padding: 0 10px;
	display: inline-block;
}
.panWrap ul li:last-child::after {
	content: none;
}
/** main **/
#pageWrap .page_main {}
#pageWrap .page_main .lead {}
#pageWrap .page_main .lead h1 {
	font-size: 56px;
    margin-bottom: 2em;
    line-height: 1.3;
    padding-top: 20px;
    color: #0076c0;
	font-weight: 900;
}
#pageWrap .page_main .lead h1 .en {
    display: block;
    color: #23b2e8;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
}
#pageWrap .page_main .lead h1 + p.txt {
    line-height: 200%;
    color: #333333;	
}

/** PC **/
@media only screen and (min-width: 769px) {}

/** SP **/
@media only screen and (max-width: 768px) {
	
#pageWrap {
    background-image: url(../img/mv2_sp.gif);
    background-position: center 15px;
    background-size: contain;
    background-repeat: no-repeat;
}
	
/** main **/
#pageWrap .page_main {}
#pageWrap .page_main .lead {}
#pageWrap .page_main .lead h1 {
    font-size: 10vmin;
    padding-top: 14%;
    line-height: 1.4;
    margin-bottom: 28%;
}
#pageWrap .page_main .lead h1 .en {
    font-size: 5vmin;
}
#pageWrap .page_main .lead h1 + p.txt {}
	
	
}
