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

body {
	margin: 0;
	padding: 0;
	position: relative;
	font-weight: 400;
	font-family: "Noto Sans Japanese";
	color: #222;
	animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-ms-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

h1,h2,h3,h4,p,ul,dl { margin: 0; }

main { display: block; }


/*========= header =========*/

#header {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding: 15px 50px;
	box-sizing: border-box;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
	background: #fff;
}

#header .logo { width: 350px; }
#header .logo h1 { line-height: 0; }

#header .contact { width: 440px; margin-right: 0; margin-left: auto; }
#header .contact ul { list-style: none; padding: 0; display: flex; display: -webkit-flex; justify-content: space-between; }
#header .contact ul li { width: 47%; border-radius: 4px; border: 2px #0550bf solid; text-align: center; }
#header .contact ul li a {
	display: block;
	font-weight: 500;
	font-size: .9em;
	color: #0550bf;
	text-decoration: none;
	line-height: 35px;
	box-sizing: border-box;
	padding-left: 10px;
	position: relative;
}
#header .contact ul li:nth-child(2) a { color: #fff; background: #0550bf; }

#header .contact ul li a:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 11px;
	left: 10px;
    width: 14px;
    height: 14px;
	background: url(../img/common/arrow_icon01.png) no-repeat;
	background-size: cover;
}
#header .contact ul li:nth-child(2) a:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 11px;
	left: 10px;
    width: 14px;
    height: 14px;
	background: url(../img/common/arrow_icon02.png) no-repeat;
	background-size: cover;
}



/*========= slide =========*/

#top_mv { width: 100%; height: 600px; position: relative; }
#top_mv .txt { position: absolute; top: 36%; left: 230px; color: #fff; line-height: 3em; z-index: 100; }
#top_mv .txt h2 { font-size: 1.5em; }
#top_mv .txt h2 span { font-size: 1.8em; font-weight: 600; }
#top_mv .img { position: absolute; bottom: 0; right: 230px; line-height: 0; z-index: 100; }

#slide_wrapp {
	width: 100%;
	height: 600px;
	position: relative;
	overflow: hidden;
	padding: 0;
}
#slide_wrapp .slide_item {
	height: 100%;
	opacity: 0;
	transform: scale(1);
	transition: opacity 2s linear, transform 7.5s linear;
	-webkit-transition: opacity 2s linear, transform 7.5s linear;
	-ms-transition: opacity 2s linear, transform 7.5s linear;
	position: relative;
}
#slide_wrapp .slide_item:not(:first-child) {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
#slide_wrapp .slide_item.show_ { opacity: 1; }
#slide_wrapp .slide_item.zoom_ { transform: scale(1.1); }
#slide_wrapp .slide_item img { display: block; width: 100%; }

#slide_wrapp .slide_img:nth-child(1) {
	background: url(../img/common/mv_sample03.jpg) no-repeat;
	background-size: cover;
}
#slide_wrapp .slide_img:nth-child(2) {
	background: url(../img/common/mv_sample04.jpg) no-repeat;
	background-size: cover;
}
#slide_wrapp .slide_img:nth-child(3) {
	background: url(../img/common/mv_sample05.jpg) no-repeat;
	background-size: cover;
}



/*========= nav =========*/

#gnav { width: 100%; background: #0550bf; }
#gnav .inner { width: 100%; max-width: 1200px; margin: 0 auto; }
.gnav {
	list-style: none;
	padding: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.gnav li { width: 20%; font-weight: 500; text-align: center; }
.gnav li a {
	display: block;
	color: #fff;
	line-height: 60px;
	text-decoration: none;
	-webkit-transition: all .3s;
    transition: all .3s;
}
.gnav li a:hover { background: #2871d7; }



/*========= sp_menu =========*/

#header_sp  { display: none; }
#nav-toggle { display: none; }
#gloval-nav { display: none; }



/*========= footer =========*/

#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	background: #065fe3;
}
#footer .inner {
	width: 100%;
	max-width: 1200px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding: 100px 0;
	margin: 0 auto;
}
#footer .inner .company { width: 650px; color: #fff; -webkit-box-ordinal-group: 1; -ms-flex-order: 1; -webkit-order: 1; order: 1; }
#footer .inner .company span { font-size: 1.4em; font-weight: 600; font-family: 'Roboto', sans-serif; }
#footer .inner .company div:nth-child(1) { font-size: 1.5em; font-weight: 600; }
#footer .inner .company div:nth-child(2) { margin-bottom: 30px; font-size: .9em; line-height: 1.8em; }
#footer .inner .company div:nth-child(3) { margin-bottom: 30px; font-size: .9em; line-height: 1.8em; letter-spacing: 1px; }
#footer .inner .company div:nth-child(4) { font-size: .8em; }


#footer .inner .menu { width: 550px; -webkit-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2; }
#footer .inner .menu ul {
	list-style: none;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	color: #fff;
}
#footer .inner .menu ul li a { color: #fff; text-decoration: none; }


#footer_contact { width: 100%; background: #0550bf; }
#footer_contact .inner {
	width: 100%;
	max-width: 870px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding: 30px 0;
	margin: 0 auto;
}
#footer_contact .txt { color: #fff; font-size: 1.2em; }
#footer_contact .contact { display: block; margin-top: 3px; }
#footer_contact .contact a {
	text-decoration: none;
    background: #fff;
    color: #0550bf;
    font-size: 1em;
    font-weight: 600;
	padding: .7em 4.5em;
    text-align: center;
    border-radius: 90px;
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
	transition: .2s linear;
	-webkit-transition: .2s linear;
}
#footer_contact .contact a:hover { opacity: 0.6; }
#footer_contact .contact a::after {
    content: "\f105";
    font-family: 'FontAwesome';
	font-size: 1.2em;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    right: 20px;
}



/*========= top =========*/

#top_contents01 { width: 100%; padding: 80px 0; background: #EDF4F8; position: relative; }
#top_contents01:before {
    content: "INTRODUCTION";
    font-size: 7em;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: .8em;
    display: inline-block;
    position: absolute;
    color: rgba(200,200,200,0.3);
    right: 0;
    top: 0;
}
#top_contents01 .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
#top_contents01 .inner .l_box { width: 220px; }
#top_contents01 .inner .r_box { width: 920px; padding-top: 20px; }
#top_contents01 .inner .en {
	margin-bottom: 15px;
	font-size: 1.1em;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	background: #f4e434;
	padding: .2em .5em;
	width: 170px;
	text-align: center;
	border-radius: 4px;
}
#top_contents01 .inner .ttl {
	margin-bottom: 15px;
	padding: .3em .6em .4em;
	font-size: 1em;
	color: #fff;
	background: #0550bf;
	border-radius: 4px;
}
#top_contents01 .inner .txt { line-height: 1.8em; }

/*
#top_contents02 { width: 100%; padding: 100px 0; position: relative; }
#top_contents02 .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
#top_contents02 .btn01 { width: 200px; margin-top: 45px; text-align: center; }
#top_contents02 .btn01 a {
	display: block;
	font-weight: 500;
	font-size: .9em;
	color: #fff;
	text-decoration: none;
	line-height: 40px;
	background: #0550bf;
	border-radius: 4px;
	box-sizing: border-box;
	padding-left: 10px;
	position: relative;
}
#top_contents02 .btn01 a:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 13px;
	left: 10px;
    width: 14px;
    height: 14px;
	background: url(../img/common/arrow_icon02.png) no-repeat;
	background-size: cover;
}
*/

#top_contents02 { width: 100%; padding: 80px 0; position: relative; }
#top_contents02 .inner { width: 100%; max-width: 1200px; margin: 0 auto; }
#top_contents02 .inner .ttl {
	margin-bottom: 20px;
	padding: .3em .6em .4em;
	font-size: 1em;
	color: #fff;
	background: #0550bf;
	border-radius: 4px;
}
#top_contents02 .inner .txt { line-height: 1.8em; }
#top_contents02 .inner .txt span { display: block; font-size: .9em; color: #666; }

#top_contents03 { width: 100%; padding: 80px 0; background: #EDF4F8; }
#top_contents03 .inner { width: 100%; max-width: 1200px; margin: 0 auto; }
#top_contents03 .inner .ttl {
	margin-bottom: 70px;
	padding: .3em .6em .4em;
	font-size: 1em;
	color: #fff;
	background: #0550bf;
	border-radius: 4px;
}
#top_contents03 .inner ul {
	list-style: none;
	padding: 0;
	line-height: 1.8em;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
#top_contents03 .inner ul li {
	width: 31%;
	margin-bottom: 20px;
	padding: 4.5em 1.5em 3em;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	border-radius: 6px;
	box-sizing: border-box;
	background: #fff;
	position: relative;
}
#top_contents03 .inner ul li .point {
	text-align: center;
	padding: 1.4em 1.5em;
	border-radius: 90px;
	background: #0550bf;
	color: #fff;
	line-height: 1.5em;
	position: absolute;
	top: -45px;
	left: 130px;
}
#top_contents03 .inner ul li h4 { font-size: 1.2em; margin-bottom: 15px; color: #0550bf; }
#top_contents03 .inner .blue_btn { width: 280px; margin: 30px auto 0 auto; text-align: center; }
#top_contents03 .inner .blue_btn a {
	display: block;
	position: relative;
	padding: .5em;
	background: #0550bf;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .3s;
    transition: all .3s;
}
#top_contents03 .inner .blue_btn a:after {
	content: "";
	position: absolute;
    z-index: 2;
    top: 40%;
    right: 16px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: white;
    background-image: url(../img/common/ico_arrow_naked-blue.svg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
#top_contents03 .inner .blue_btn a:hover { opacity: .8; }


#top_contents04 { width: 100%; padding: 80px 0; position: relative; }
#top_contents04 .inner { width: 100%; max-width: 1200px; margin: 0 auto; }
#top_contents04 .inner .ttl {
	margin-bottom: 20px;
	padding: .3em .6em .4em;
	font-size: 1em;
	color: #fff;
	background: #0550bf;
	border-radius: 4px;
}
#top_contents04 .inner .txt { line-height: 1.8em; }

#top_contents05 { width: 100%; padding: 80px 0; position: relative; background: #f2f2f2; }
#top_contents05 .inner { width: 100%; max-width: 1200px; margin: 0 auto; }
#top_contents05 .inner .ttl {
	margin-bottom: 20px;
	padding: .3em .6em .4em;
	font-size: 1em;
	color: #fff;
	background: #0550bf;
	border-radius: 4px;
}
#top_contents05 .inner h4 { font-size: 1.2em; margin-bottom: 5px; color: #0550bf; }
#top_contents05 .inner .txt { line-height: 1.8em; margin-bottom: 20px; }
#top_contents05 .inner table { width: 100%; border-top: 1px #bbb solid; border-left: 1px #bbb solid; }
#top_contents05 .inner .td01 {
	padding: .8em;
	border-bottom: 1px #bbb solid;
	border-right: 1px #bbb solid;
	text-align: center;
}
#top_contents05 .inner .td02 {
	padding: .8em;
	border-bottom: 1px #bbb solid;
	border-right: 1px #bbb solid;
}


#top_contents06 { width: 100%; padding: 50px 0; position: relative; }
#top_contents06 .inner { width: 100%; max-width: 1000px; margin: 0 auto; }
#top_contents06 .inner ul {
	list-style: none;
	padding: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}



/*========= common =========*/

.crumbs { margin: 20px 0 50px; font-size: .9em; position: relative; z-index: 1; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; text-align: right; letter-spacing: 1px; }
.container a { color: #333; }

.cate_list { margin-bottom: 60px; }
.cate01 {
	display: inline-block;
	padding: .2em 1em;
	margin-right: 5px;
	background: #f2f2f2;
	border-radius: 4px;
}
.cate02 {
	display: inline-block;
	padding: .2em 1em;
	background: #5b98ed;
	border-radius: 4px;
	color: #fff;
}

.contents01 { width: 100%; }
.contents01 .inner { width: 100%; max-width: 1200px; margin: 0 auto; }

.contents02 { width: 100%; background: #f2f2f2; }
.contents02 .inner { width: 100%; max-width: 1200px; margin: 0 auto; padding: 80px 0; }

.ttl { margin-bottom: 20px; }
.ttl h3 { font-size: 1.5em; }

.main_contents { width: 100%; }
.main_contents .inner { width: 100%; max-width: 1200px; margin: 0 auto 100px; }

.main_contents .inner h3 { font-size: 1.8em; margin-bottom: 15px; display: inline-block; }
.main_contents .inner h4 { font-size: 1.2em; margin-bottom: 10px; }

.page_header { width: 100%; background: #ddd; padding-top: 70px; }
.page_header .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 120px 0;
	position: relative;
	color: #fff;
	text-align: center;
}
.page_header .inner h2 { font-size: 2.3em; }
.page_header .inner span {
	display: block;
	padding: 10px 0;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 2px;
}

.page_mv01 { background: url(../img/common/mv_ud_img01.jpg) no-repeat; background-size: cover; background-position: center; position: relative; }
.page_mv02 { background: url(../img/common/mv_ud_img02.jpg) no-repeat; background-size: cover; background-position: center; position: relative; }
.page_mv03 { background: url(../img/common/mv_ud_img03.jpg) no-repeat; background-size: cover; background-position: center; position: relative; }
.page_mv04 { background: url(../img/common/mv_ud_img04.jpg) no-repeat; background-size: cover; background-position: center; position: relative; }

.page_mv01::before,
.page_mv02::before,
.page_mv03::before,
.page_mv04::before {
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}

.textarea01 { line-height: 2em; margin-bottom: 60px; }
.textarea02 { line-height: 2em; margin-bottom: 30px; }
.textarea03 { line-height: 2em; }

.textarea01 ol {
	padding: 1.5em 1.5em 1.5em 3em;
	background: #eff5ff;
	border-radius: 5px;
}

.line01 { border-bottom: 1px #999 dashed; margin-bottom: 60px; }



/*========= custom =========*/

.marker { position: relative; margin-bottom: 20px!important; }
.marker:before {
    position: absolute;
    z-index: -1;
    bottom: 2px;
    left: 0;
    display: block;
    width: 100%;
    height: 12px;
    background-color: #f4e434;
    content: "";
}

.blue { color: #0550bf; }
.bg_gray { padding: 1.5em; background: #f2f2f2; border-radius: 5px; }
.bg_gray02 {
	padding: 1.5em;
	margin-top: 1em;
	margin-bottom: 40px;
	background: #f2f2f2;
	border-radius: 5px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.bg_gray03 {
	padding: 1.5em;
	margin-top: 1em;
	margin-bottom: 40px;
	background: #f2f2f2;
	border-radius: 5px;
}
.bg_blue {
	padding: 1.5em;
	margin-top: 1em;
	margin-bottom: 40px;
	background: #eff5ff;
	border-radius: 5px;
}



/*========= topics =========*/

.list {}
.list ul { list-style: none; padding: 0; line-height: 1.8em; }
.list ul li { padding-bottom: 20px; font-weight: 500; }
.list ul li span {
	font-size: .8em;
	font-weight: normal;
	color: #888;
	padding: .2em 1em;
	margin-right: 15px;
	background: #d2e4ff;
	border-radius: 20px;
}



/*========= service =========*/

.sv_lbox { width: 250px; }
.sv_rbox { width: 800px; }



/*========= application =========*/

.app_ttl {
	font-size: 1.5em;
	margin-bottom: 20px!important;
	padding-left: 50px;
	color: #0550bf;
	line-height: 1.7em;
	background: url(../img/common/app_icon01.png) no-repeat;
	background-position: left center;
}

.app_box { margin-bottom: 70px; }
.app_box ul {
	list-style: none;
	padding: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.app_box ul li {
	width: 32%;
	text-align: center;
	line-height: 2em;
	margin-bottom: 20px;
}
.app_box ul li a {
	display: block;
	padding: 1em;
	font-weight: 500;
	color: #333;
	text-decoration: none;
	background: #d2e4ff;
	border-radius: 5px;
	box-sizing: border-box;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	position: relative;
}
.app_box ul li a:hover { background: #0550bf; color: #fff; }
.app_box ul li a::after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 1.2em;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    right: 15px;
}



/*========= privacy =========*/



/*========= contact =========*/

.toi_box { padding: 3em; line-height: 2em; background: #fff; }
.toi_box a { text-align: center; color: #009964; }

.tel_txt { }
.tel {
	margin-bottom: 80px;
	font-size: 1.5em;
	font-weight: 800;
	font-family: 'Roboto', sans-serif;
}

.toi_btn_l_01 { width: 200px; text-align: center; margin: 0 auto; }
.toi_btn_l_02 { width: 200px; text-align: center; margin-right: 30%; float: right; }
.toi_btn_r_01 { width: 200px; text-align: center; margin-left: 30%; float: left; }

.toi_box .btn01 {
	width: 200px;
	padding: .7em 1em;
	background: #333;
	border: none!important;
	font-size: 1em;
	font-family: "Noto Sans Japanese";
	color: #fff;
	margin-right: 30px;
	transition: .2s linear;
	-webkit-transition: .2s linear;
}
.toi_box .btn02 {
	width: 200px;
	padding: .7em 1em;
	background: #333;
	border: none!important;
	font-size: 1em;
	font-family: "Noto Sans Japanese";
	color: #fff;
	transition: .2s linear;
	-webkit-transition: .2s linear;
}
.toi_box .btn01:hover, .toi_box .btn02:hover {
    background: #0550bf;
}

.toi_box table {
	margin-bottom: 30px;
}
.toi_box th {
	border: 0;
    padding: 20px 0;
    text-align: left;
	border-bottom: 1px dashed #ccc;
}
.toi_box td {
	border: 0;
    padding: 20px 0;
    text-align: left;
	border-bottom: 1px dashed #ccc;
}
.toi_box tr:first-child th, .toi_box tr:first-child td {
	border-top: 1px dashed #ccc;
}

.toi_box .require {
    padding: 1px 4px;
    color: #222;
    font-size: .8em;
    font-style: normal;
	font-weight: 300;
    letter-spacing: 1px;
    margin: 0 0 0 10px;
    line-height: 9px;
    border-radius: 3px;
    zoom: normal;
    background: #ffd610;
}

.toi_input01 {
	height: 25px;
	float: left;
	border-color: #999;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
}

.from_text01 { padding: 10px; border: 1px #ccc solid; }
.from_text02 { padding: 10px; border: 1px #ccc solid; }
.from_text03 { padding: 10px; border: 1px #ccc solid; }

.t_from_text { padding: 5px; border: 1px #ccc solid; }