overview@charset "UTF-8";

@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSansCJKjp-regular.eot');
    src: local('Noto Sans CJK JP Regular'), 
         url('../fonts/NotoSansCJKjp-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NotoSansCJKjp-regular.woff') format('woff'),
         url('../fonts/NotoSansCJKjp-regular.otf') format('opentype')
}
@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/NotoSansCJKjp-Bold.eot');
    src: local('Noto Sans CJK JP Bold'), 
         url('../fonts/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NotoSansCJKjp-Bold.woff') format('woff'),
         url('../fonts/NotoSansCJKjp-Bold.otf') format('opentype')
}


/* CSS Document */
/* ------------------------------------------------------------------------- *
 *  Reset - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
 * ------------------------------------------------------------------------- */
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, img, ins, kbd, q, s, 
samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, 
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, 
section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


/* -----------common------------- */
body {
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 18px;
	font-weight: normal;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
body * {
	box-sizing: border-box;
}
html,body,header,section {
	width: 100%;
}
.row{
	width: 1120px;
	min-width: 1120px;
	margin: auto;
	position: relative;
}
section {
	display: block;
	clear: both;
	float: none;
	padding: 80px 0;
}
main .pt0 {
	padding-top: 0!important;
}
main .pb0 {
	padding-bottom: 0!important;
}
section p {
	margin-bottom: 25px;
}
section strong {
	font-weight: bold;
}



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

header {
	height: 100px;
	position: relative;
	z-index: 100;
	background: rgba(255,255,255,1);
	border-top: 5px solid #d51519;
	box-shadow: 0px 0px 10px 0px rgba(10, 2, 4, 0.45);
}
header .logo {
	display: inline-block;
	text-align: center;
}
header .logo span {
	font-size: 15px;
	font-weight: bold;
	color: #085078;
	text-align: center;
}
header .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
header img {
}
header .head-tel {
}
header p {
    margin: 0;
    font-weight: bold;
    font-size: 15px;
}
header .call-num {
    color: #085078;
    font-size: 20px;
    line-height: 1.5;
}
header .call-num i {
	margin-right: 5px;
}
header .call-time {
    font-size: 12px;
    display: block;
    line-height: 1.5;
	text-align: right;
}

/*.intro {
	position: relative;
	background: url(../img/top-img.jpg) no-repeat center center;
	background-size: cover;
	height: 680px;
	padding: 0;
	overflow: hidden;
}
.intro::before {
	content:" ";
	background: url(../img/overlay.png) repeat;
	height: 680px;
	width: 100%;
	position: absolute;
}
.intro .intro-wrap {
	width: 100%;
	text-align: center;
}
.intro img.logo {
	width: 450px;
	height: auto;
	margin: 35px auto 10px;
}
.intro h1 {
	font-size: 63px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.4;
	margin: 0;
	font-family: "NotoSansCJKjp", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "sans-serif";
}
.intro h1 span {
	color: #f9ff00;
}*/

/* -----------intro------------- */
#particles-js {
	background: #085078; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #085078, #85d8ce); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #085078, #85d8ce); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

	height: 600px;
	position: relative;
}
section#intro {
	color: #FFF;
	padding-top: 0;
	padding-bottom: 0;
}
section#intro .row{
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#intro img.media {
	position: absolute;
	right: 0;
	bottom: 65px;
	width: 550px;
	height: auto;
	z-index: 99999;
}
#intro h1 {
	font-size: 48px;
	line-height: 1.6;
	letter-spacing: 3px;
	font-weight: bold;
	text-align: center;
}
#intro h1 span {
	display: inline-block;
	transform: rotate(15deg);
}
#intro h2{
	display: inline-block;
	font-size: 26px;
	padding: 5px 10px;
	margin-top: 50px;
	border: 2px solid #FFF;
}
#intro img.cp-logo {
	width: 480px;
	height: auto;
}
.intro-wrap {
	position: absolute;
	margin-top: 35px;
}　
#intro-btn {
	height: 85px;
}
#intro-btn .row {
	position: relative;
}
#intro-btn img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.btn {
	font-size: 15px;
	color: #FFF;
	margin: 15px 0;
	text-align: center;
}
.btn a {
	display: inline-block;
	border-radius: 6px;
	background: #FFF;
	padding: 15px 25px;
	font-weight: bold;
	font-size: 18px;
	color: #085078;
	text-decoration: none;
	transition: 0.3s;
	margin: 5px auto;
	min-width: 450px;
}
.btn.btn-dl a {
	background: #085078; /* fallback for old browsers */
	/*background: -webkit-linear-gradient(to right, #085078, #85d8ce);*/ /* Chrome 10-25, Safari 5.1-6 */
	/*background: linear-gradient(to right, #085078, #85d8ce);*/ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #FFF;
}
.btn.btn-gray a {
	background: #ddd;
	color: #333;
}
.btn.btn-blue a {
	background: #085078; /* fallback for old browsers */
	background: -webkit-linear-gradient(45deg, #085078 0%, #85d8ce 50%, #085078 100%); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(45deg, #085078 0%, #85d8ce 50%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background-size: 200% auto;
	color: #FFF;
	font-size: 30px;
	width: 600px;
	animation: grdAnime 5s infinite linear;
}
@-webkit-keyframes grdAnime{
    0%{
        background-position: 0 0;
    }
    50%{
        background-position: 50% 0;
    }
	100%{
        background-position: 0 0;
    }
}
@keyframes grdAnime{
    0%{
        background-position: 0 0;
    }
    50%{
        background-position: 50% 0;
    }
    100%{
        background-position: 0 0;
    }
}
.btn a::after {
	content: "\f138";
	font-family: Fontawesome;
	padding-left: 10px;
}
.btn a:hover {
	transition: 0.3s;
	opacity: 0.8;
}
/*.tilt {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 100vw 0 0;
	border-color: rgba(247,247,247,0) rgba(247,247,247,1) transparent transparent;
	position: absolute;
	bottom: 0;
}*/
.tilt {
	width: 115%;
	transform: rotate(-6deg);
	background: #FFF;
	height: 300px;
	position: absolute;
	bottom: -220px;
	left: -10%;
	right: 0;
	margin: auto;
}

section.gray {
	background: #fff;
}
section.blue {
	background: #fff;
}
.h-box {
	text-align: center;
}
.h-box img {
	width: 245px;
	height: auto;
}
h2 {
	font-size: 50px;
	font-weight: bold;
	position: relative;
	margin-bottom: 70px;
	
	background: #085078; /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #085078, #85d8ce); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #085078, #85d8ce); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none) { /* IE10,11用 */
    h2 {
        background: none;
    }
}
h2::after {
	content: " ";
	width: 450px;
	height: 8px;
	background: #085078; /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #085078, #85d8ce); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #085078, #85d8ce); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	margin: auto;
}
.about h2 {
}
/*.privilege h3 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
	color: #085078;
}*/
.privilege h3 {
	text-align: center;
}
.privilege h3 span {
  	background-size: 8px 8px;
	font-size: 36px;
	font-weight: bold;
	display: inline-block;
	padding: 5px 100px;
	margin: 0 auto;
	color: #085078;
}

.disc {
	width: 80%;
	margin: auto;
	text-align: center;
}
.flex {
	display: flex;
	justify-content: space-between;
}
.privilege .item {
	width: 24%;
	text-align: center;
}
.privilege .item img {
	width: auto;
	height: 150px;
	margin: 15px auto;
}
.privilege .item p {
	font-size: 15px;
	padding: 0 15px;
	text-align: left;
}
.privilege .item .balloon {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 7px 10px;
 	width: 90%;
 	color: #FFF;
	font-size: 16px;
	background: #085078;
	border-radius: 6px;
	text-align: center;
}

.privilege .item .balloon:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #085078;
}

.privilege .item .balloon p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.flow {
	margin-top: 50px;
	text-align: center;
}
.flow .flow-h {
	background-image: linear-gradient(
	-45deg,
	#fff 25%,
	#f9ff00 25%, #f9ff00 50%,
	#fff 50%, #fff 75%,
	#f9ff00 75%, #f9ff00
	);
  	background-size: 8px 8px;
	font-size: 26px;
	font-weight: bold;
	display: inline-block;
	padding: 15px 100px;
	margin: 0 auto 25px;
}
.flow .flow-h p {
	margin: 0;
}
.flow .who {
	margin-bottom: 40px;
	margin-top: 30px;
}
.flow .who p {
	display: inline-block;
	margin: 0 15px 0;
	padding: 3px 20px;
	font-size: 15px;
}
.flow .who p.customer {
	background: #85d8ce;
}
.flow .who p.gi {
	background: #d9d9d9;
}
.flow .item {
	width: 16%;
	text-align: center;
	position: relative;
	background: #FFF;
	height: 115px;
}
.flow .item.c {
	border-bottom: 10px solid #85d8ce;
}
.flow .item.g {
	border-bottom: 10px solid #d9d9d9;
}
.flow .item p {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 0;
	padding: 45px 0;
}
.flow .item.line02 p {
	padding: 35px 0;
}
.flow .item.line03 p {
	padding: 20px 0;
}
.flow .item span {
	position: absolute;
	top: -25px;
	left: 40%;
	font-style: italic;
	font-weight: bold;
	font-size: 21px;
	display: inline;
	border-radius: 50px;
	padding: 2px 12px 2px 8px;
	border: 3px solid #FFF;
}
.flow .item.c span {
	background: #85d8ce;
}
.flow .item.g span {
	background: #d9d9d9;
}
.flow .flex {
	margin-bottom: 25px;
}
.flow .flex .item::after {
    content: "\f105";
    font-family: Fontawesome;
    position: absolute;
    right: -35px;
    top: 37%;
    font-weight: bold;
    font-size: 30px;
}
.flow .flex .item:last-child::after {
    content: none;
}
.flow p.note {
	font-size: 16px;
}
.flow .at-box {
	background: #eeeeee;
	padding: 15px;
	text-align: center;
}
.flow .at-box p {
	margin: 0;
}
.about .separater {
	background: #fff;
}
.about .separater.w {
	background: #FFF;
}
.about .img-box {
	width: 555px;
	text-align: center;
}
.about .img-box img {
	text-align: center;
}
.about .img-box p, .about .text-box .note {
	font-size: 70%;
	margin-bottom: 0;
}
.about .text-box {
	width: 525px;
}
.about .item {
	padding: 60px 0 30px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.about .w .item {
	flex-direction: row-reverse;
	color: #000;
}
.about .item h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 135px;
	background-repeat: no-repeat;
	background-size: contain;
	color: #085078;
}
.about .item h3.ico01 {
	background-image: url(../img/ico-h01.png);
	padding-left: 100px;
}
.about .item h3.ico02 {
	background-image: url(../img/ico-h02.png);
}
.about .item h3.ico03 {
	background-image: url(../img/ico-h03.png);
	padding-left: 120px;
}
.about .item p {
	margin: 0;
}
.company {
	position: relative;
	overflow: hidden;
}
.company .com-list {
	flex-wrap: wrap;
	margin-bottom: 0;
}
.company .com-list img {
	margin: 20px;
}
.overview {
}
.overview p.note {
	font-size: 75%;
	text-align: center;
}

.overview table {
	width: 100%;
	margin-bottom: 40px;
}
.overview tr {
	border: 3px solid #085078;
	margin-bottom: 5px;
	display: block;
	background: #FFF;
}
.overview th {
	background: #085078;
	width: 200px;
	color: #FFF;
	font-weight: bold;
	white-space: nowrap;
	padding: 25px 40px 25px 10px;
	text-align: left;
}
.overview td {
	background: #FFF;
	padding: 25px 40px;
}
.overview td strong {
	color: #085078;
	margin-top: 25px;
}
.overview td strong:first-child {
	margin-top: 0;
}
.overview td p {
	margin-bottom: 10px;
	font-weight: bold;
}
.overview td p:last-child {
	margin-bottom: 0;
}
.overview td span {
	display: block;
	font-size: 75%;
	padding-left: 1.5em;
	margin-bottom: 5px;
	font-weight: normal;
}

/* -----------footer------------- */
footer {
	background: #ce0900;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}

	br.pc {
		display: inherit;
	}
	br.sp {
		display: none;
	}

@media screen and (max-width: 767px) {
	br.pc {
		display: none;
	}
	br.sp {
		display: inherit;
	}
	body {
		font-size: 16px;
	}
	.row {
		width: 100%;
		min-width: auto;
		height: 100%;
		padding: 0 15px;
	}
	.row img {
		max-width: 100%;
		height: auto;
	}
	header {
		height: 75px;
	}
	header .row {
		padding: 0 15px;
	}
	header .row img {
		width: 150px;
		height: auto;
	}
	header p{
		font-size: 10px;
	}
	header .logo span {
		font-size: 12px;
	}
	header .call-num {
		font-size: 15px;
	}
	.intro-wrap {
		position: relative;
		text-align: center;
	}
	#intro h1 {
		font-size: 8vw;
	}
	.intro {
		height: 500px;
	}
	.intro img {
		width: 300px;
		height: auto;
	}
	.intro h1 {
		font-size: 30px;
		line-height: 1.4;
		margin: 10px 0;
	}
	#intro img.media {
		display: none;
	}
	.btn a {
		width: 100%;
		max-width: 400px;
		min-width: inherit;
		font-size: 14px;
	}
	.btn.btn-blue a {
		font-size: inherit;
		width: 100%;
	}
	section {
		padding: 50px 0;
	}
	.tilt {
		width: 115%;
		height: 280px;
	}
	.h-box img {
		width: 200px;
	}
	h2 {
		font-size: 30px;
		margin-bottom: 55px;
	}
	.disc {
		width: 100%;
		margin: auto;
		text-align: left;
	}
	.flex {
		display: block;
	}
	.company .com-list::after{
		content:"";
		display: block;
		width:33.3333%;
	}
	.company .com-list img {
		padding: 5px;
	}
	h2::after {
		width: 90%;
	}
	.privilege .item {
		width: 100%;
	}
	.privilege .item .balloon {
		margin: 1em 0;
	}
	.privilege .item img {
		height: 120px;
		margin: 5px auto;
	}
	.privilege h3 {
		font-size: 26px;
	}
	.flow .flow-h,.privilege h3 span {
		font-size: 18px;
		padding: 15px 25px 0;
		width: 100%;
		margin: 0 auto;
	}
	.flow .who {
		margin-bottom: 20px;
	}
	.flow .item {
		height: auto;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
		padding: 0 50px;
	}
	.flow .item p {
		font-size: 16px;
		padding: 20px 0!important;
		display: inline-block;
	}
	.flow .item span {
    	position: absolute;
		font-size: 16px;
		padding: 3px 12px 3px 8px;
		top: 13px;
		left: 10px;
	}
	.flow .flex .item::after {
		content: "\f107";
		font-size: 40px;
		top: auto;
		left: 0;
		right: 0;
		bottom: -50px;
	}
	.flow .at-box p {
		font-size: 14px;
	}
	.flow .at-box p:first-child {
		margin-bottom: 15px;
	}
	.about .item {
		display: block;
		padding: 30px 0;
	}
	.about .item h3 {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 15px;
		padding-left: 135px;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.about .item h3 {
		padding-left: 95px;
		background-size: auto 60px;
	}
	.about .item h3.ico01 {
		padding-left: 75px;
	}
	.about .item h3.ico03 {
		padding-left: 80px;
	}
	.about .img-box {
		width: 100%;
	}
	.about .img-box img {
		max-width: 100%;
	}
	.about .text-box {
		width: 100%;
	}
	.about .item p {
		margin-bottom: 20px;
	}
	.company .com-list {
		display: flex;
		margin-bottom: 0;
	}
	.company .com-list img {
		margin: 0;
		width: 33.3333%;
		height: 100%;
	}
	.overview table {
		margin-bottom: 25px;
	}
	.overview th {
		width: 100%;
		padding: 5px 5px 8px;
		display: block;
	}
	.overview td {
		padding: 15px;
	}
	.overview td p {
		font-size: 14px;
	}
	
	
	
}



.lp02 header .logo span,.lp02 header .call-num,.lp02 .privilege h3 span,.lp02 .about .item h3,.lp02 .overview td strong {
    color: #27718d;
}
.lp02 .privilege .item .balloon,.lp02 .btn.btn-dl a,.lp02 .overview th {
    background: #27718d;
}
.lp02 .privilege .item .balloon::before {
    border-top: 10px solid #27718d;
}
.lp02 .overview tr {
    border: 3px solid #27718d;
}

.lp02 .flow .item.c {
    border-bottom: 10px solid #f9ff00;
}
.lp02 .flow .item.c span {
    background: #f9ff00;
}
.lp02 .flow .who p.customer {
    background: #f9ff00;
}

.lp03 .btn.btn-dl a,.lp03 .overview th {
    background: #7f8891;
}
.lp03 .overview tr {
    border: 3px solid #7f8891;
}
.lp03 .btn.btn-gray a {
    background: #7f8891;
    color: #FFF;
}