@charset "utf-8";
* {
margin: 0;
padding: 0;
box-sizing: border-box;
word-break: break-all;
word-wrap: break-word;
}
html {
font-family: sans-serif;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-size: 14px;
line-height: 1.3;
}
body {
padding: 0;
margin: 0;
background: #fff;
color: #333;
font-size: 100%;
font-family: 'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック'!important;
width: 100%;
height: 100%;
}
li{
list-style: none;
}
#wrap .area a {
color: #2680EB;
text-decoration: underline;
}
/* wrap
-------------------------------------------------------*/
#wrap {
min-width: 320px;
padding-top: 80px;
}
#wrap * {
box-sizing: border-box;
}
#wrap .area img {
vertical-align: top;
width: 100%;
}
#wrap .area {
position: relative;
clear: both;
display: block;
padding-left: 20px;
padding-right: 20px;
}
#wrap .area_in {
position: relative;
clear: both;
margin: 0 auto;
padding: 0 10px;
width: 100%;
max-width: 1000px;
min-width: 320px;
}
	@media screen and (max-width: 768px) {
	#wrap {
	padding-top: 60px;
	}
	}
/* header
-------------------------------------------------------*/
#header {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 80px;
z-index: 1;
background: #fff;
box-shadow: 0 2px 10px rgba(0,0,0,0.15);
z-index: 999;
}
#header .area_in {
height: 100%;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: stretch;
}
#header .branding {
position: relative;
flex: 1 0 0;
align-self: center;
}
#header .logo {
align-self: center;
display: flex;
align-items: center;
}
#header .logo a {
display: flex;
padding: 10px;
}
#header .logo img {
max-width: 325px;
}
/*
#header .logo a:first-child img {
max-width: 260px;
}
*/
	@media screen and (max-width: 768px) {
	#header .branding {
	padding-right: 50px;
	}
	}
	@media screen and (max-width: 768px) {
	#header {
	height: 60px;
	}
	}
	@media screen and (max-width: 420px) {
	}
/* menu
-------------------------------------------------------*/
#menubtn {
display: none;
position: absolute;
z-index: 99999;
width: 30px;
height: 24px;
right: 13px;
top: 17px;
cursor: pointer;
}
#menubtn {
transition: all .2s;
box-sizing: border-box;
}
#menubtn span {
display: inline-block;
transition: all .2s;
box-sizing: border-box;
}
#menubtn span {
position: absolute;
left: 0;
width: 100%;
height: 4px;
background-color: #ccc;
border-radius: 4px;
}
#menubtn span:nth-of-type(1) {
top: 0;
}
#menubtn span:nth-of-type(2) {
top: 10px;
}
#menubtn span:nth-of-type(3) {
bottom: 0;
}
#menubtn.active span {
background: #fff;
}
#menubtn.active span:nth-of-type(1) {
-webkit-transform: translateY(10px) rotate(-45deg);
transform: translateY(10px) rotate(-45deg);
}
#menubtn.active span:nth-of-type(2) {
opacity: 0;
}
#menubtn.active span:nth-of-type(3) {
-webkit-transform: translateY(-10px) rotate(45deg);
transform: translateY(-10px) rotate(45deg);
}
	@media screen and (max-width: 768px) {
	#menubtn {
	display: block;
	}
	}
#menu {
flex: 0 1 450px;
}
#menu ul {
display: flex;
flex-flow: row wrap;
align-items: center;
height: 100%;
max-width: 600px;
}
#menu ul li {
}
#menu ul li a {
color: #111;
text-decoration: none;
display: inline-block;
padding: 0 10px;
line-height: 1;
}
#menu li:not(:last-child) a {
border-right: 1px solid #ddd;
}
#menu li a:hover {
color: #2680EB;
}
	@media screen and (max-width: 800px) {
	#menu ul {
	max-width: 500px;
	}
	}
	@media screen and (max-width: 768px) {
	#menu {
	position: fixed;
	left: 100%;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 60px 0 0 0;
	transition: all 0.3s linear;
	z-index: 100;
	border-right: none;
	height: 100%;
	background: #2680EB;
	}
	#menu.active {
	left: 0;
	}
	#menu ul {
	border: none;
	display: block;
	width: 100%;
	max-width: 100%;
	}
	#menu ul li {
	display: block;
	}
	#menu ul li a {
	border: none;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	}
	#menu li > a > * {
	padding: 20px;
	color: #fff;
	display: block;
	}
	}
/* btn
-------------------------------------------------------*/
.btn_box {
text-align: center;
padding: 50px 20px;
}
.btn_box .btn_txt {
display: block;
text-align: center;
padding-top: 10px;
}
#wrap .area .btn {
position: relative;
max-width: 320px;
margin: 0 auto;
background: #2680EB;
display: flex;
justify-content: center;
align-items: center;
height: 60px;
box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
color: #fff!important;
text-decoration: none;
transition: all 0.3s linear;
font-size: 150%;
padding-left: 20px;
text-decoration: none;
}
.btn:before {
content: "";
position: absolute;
left: 20px;
top: 50%;
width: 8px;
height: 8px;
margin-top: -9px;
border-bottom: 3px solid #fff;
border-right: 3px solid #fff;
transform: rotate(-45deg) translateY(5px);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
#wrap .area .btn.type_b:before {
transform: rotate(45deg);
}
.btn:hover {
opacity: 0.7;
}
@media screen and (max-width: 768px) {
	.btn_box {
	padding: 20px 0;
	}
}
/* visual
-------------------------------------------------------*/
#visual {
position: relative;
background: url("../images/visual_bg.png") no-repeat right center / auto 100% #2680EB;
}
#visual .area_in {
position: relative;
z-index: 10;
padding: 30px 0;
text-align: left;
}
#visual .area_in img {
max-width: 960px;
margin: 0 auto;
transform: translate(0,0);
transition: all 0.1s linear;
}
#visual .btn_box {
padding: 20px;
}
#wrap #visual.area .btn {
background: #fff;
color: #2680EB!important;
}
#visual .btn:before {
border-bottom: 3px solid #2680EB;
border-right: 3px solid #2680EB;
}
	@media screen and (max-width: 1200px) {
	#visual .area_in img {
	transform: translate(0,0);
	}
	}
	@media screen and (max-width: 1000px) {
	#visual .area_in {
	text-align: center;
	padding: 30px 10px;
	}
	}

/* lead
-------------------------------------------------------*/
#lead_area {
clear: both;
padding-top: 50px;
}
#lead_area .text {
font-size: 110%;
padding: 0;
margin: 0 auto;
line-height: 1.6;
text-align: center;
}
#lead_area .text b {
font-size: 120%;
}
@media screen and (max-width: 768px) {
    #lead_area {
    padding-top: 20px;
    }
	#lead_area .text {
	padding: 20px 10px;
	}
}
/* service_area
-------------------------------------------------------*/
.service_box {
border: 2px solid #ddd;
padding: 30px;
margin-bottom: 50px;
}
.service_box .service_bar {
display: flex;
align-items: center;
border-bottom: 1px solid #333;
color: #333;
font-size: 20px;
padding-bottom: 10px;
margin-bottom: 30px;
font-weight: bold;
}
.service_box .service_bar > span {
display: flex;
align-items: center;
}
.service_box .service_bar span.bar_logo {
display: inline-block;
margin-right: 10px;
padding-bottom: 10px;
}
.service_box .service_bar img {
width: auto;
max-width: 220px;
}
@media screen and (max-width: 768px) {
	.service_box {
	padding: 20px;
	margin-bottom: 20px;
	}
	.service_box .service_bar {
	display: block;
	text-align: center;
	}
	.service_box .service_bar > span {
	justify-content: center;
	}
}
@media screen and (max-width: 480px) {
	.service_box .service_bar span {
	display: block!important;
	}
}
.service_list dl {
display: flex;
padding: 20px 0;
}
.service_list dl:not(:last-child) {
border-bottom: 1px solid #ddd;
margin-bottom: 0px;
}
.service_list dl dt {
flex: 0 1 35%;
padding-right: 20px;
font-weight: bold;
}
.service_list dl dd {
flex: 1 0 0;
}
@media screen and (max-width: 768px) {
	.service_list dl {
	display: block;
	padding: 10px 0;
	}
	.service_list dl:not(:last-child) {
	margin-bottom: 10px;
	}
	.service_list dl dt {
	padding-right: 0;
	}
}
.service_list dl.type_logo {
display: block;
}
.service_list dl.type_logo dt {
margin-bottom: 10px;
}
.service_list dl.type_logo .layout {
display: flex;
}
.service_list dl.type_logo .layout .image img {
height: 60px;
width: auto!important;
max-width: inherit;
}
.service_list dl.type_logo .layout .info {
flex: 1 0 0;
padding-left: 20px;
}
@media screen and (max-width: 500px) {
	.service_list dl.type_logo dt {
	text-align: center;
	}
	.service_list dl.type_logo .layout {
	display: block;
	}
	.service_list dl.type_logo .layout .image {
	text-align: center;
	padding-bottom: 10px;
	}
	.service_list dl.type_logo .layout .info {
	padding-left: 0;
	}
}
.service_table table {
border: 1px solid #ddd;
border-collapse: collapse;
table-layout: fixed;
width: 100%;
}
.service_table table th {
padding: 10px;
border: 1px solid #ddd;
font-weight: bold;
}
.service_table table thead th {
background: #E9F2FD;
}
.service_table table tbody tr:nth-child(odd) th {
background: #eee;
}
.service_table table td {
padding: 10px;
border: 1px solid #ddd;
text-align: center;
}
.service_table table tr:nth-child(odd) td {
background: #f5f5f5;
}
@media screen and (max-width: 768px) {
	.service_table table {
	font-size: 90%;
	}
	.service_table table td,
	.service_table table th {
	padding: 5px;
	}
}
@media screen and (max-width: 420px) {
	.service_table {
	overflow-x: scroll;
	}
	.service_table table {
	width: 600px;
	}
}
/* about_area
-------------------------------------------------------*/
#about_area {
padding-bottom: 50px;
}
/* footer
-------------------------------------------------------*/
#footer {
background: #2680EB;
color: #fff;
padding: 30px 0;
}
#footer .text {
text-align: center;
}
#footer .copy {
text-align: center;
font-size: 90%;
padding: 20px;
}
#nav {
clear: both;
padding: 20px;
}
#nav ul {
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: stretch;
line-height: 1;
}
#nav ul li {
border-right: 1px solid #fff;
}
#nav ul li:last-child {
border-right: none;
}
#nav ul li a {
color: #fff;
display: inline-block;
padding: 0 20px;
}
	@media screen and (max-width: 768px) {
    #nav {
    padding: 0 0 20px 0;
    }
    #nav ul {
    flex-flow: column wrap;
    justify-content: flex-start;
    }
    #nav ul li {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    #nav ul li:last-child {
    }
    #nav ul li a {
    display: block;
    padding: 20px;
    text-decoration: none;
    }
    }
/* pagetop
-------------------------------------------------------*/
#pagetop {
position: fixed;
right: 10px;
bottom: -100px;
transition: all 0.3s linear;
opacity: 0;
}
#pagetop.active {
bottom: 10px;
opacity: 0.9;
}
#pagetop:hover {
opacity: 0.6;
}
#pagetop a {
display: block;
width: 60px;
height: 60px;
border-radius: 30px;
background: #2680EB;
text-indent: -9999px;
}
#pagetop a:before {
content: "";
position: absolute;
right: 50%;
top: 50%;
width: 15px;
height: 15px;
margin: -6px -9px 0 0;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
transform: rotate(-45deg);
}
	@media screen and (max-width: 768px) {
	#pagetop.active,
	#pagetop:hover {
	opacity: 0.8;
	}
	#pagetop a {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	}
	#pagetop a:before {
	width: 10px;
	height: 10px;
	margin: -4px -6px 0 0;
	}
	}

/* bar
-------------------------------------------------------*/
.base_title {
font-size: 240%;
text-align: center;
color: #FF9C00;
font-weight: normal;
padding: 40px 0;
line-height: 1.2;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
line-height: 1;
}
.base_title > span {
display: block;
padding: 0 20px;
}
.base_title:before,
.base_title:after {
content: "";
height: 1px;
display: block;
background: #FF9C00;
flex: 1 0 auto;
}
.base_bar {
padding: 30px 0 10px 0;
margin-bottom: 30px;
border-bottom: 1px solid #333;
color: #333;
font-size: 20px;
font-weight: bold;
}
.base_bar > b > span {
display: inline-block;
}
.base_text {
line-height: 1.6;
margin-bottom: 1.6em;
}
	@media screen and (max-width: 420px) {
	.base_title {
	font-size: 180%;
	padding: 20px 0;
	}
	}
/* popup
-------------------------------------------------------*/
.popup_contents {
display: none;
}
.mfp-content {
max-width: 700px!important;
}
.mfp-close {
position: fixed!important;
top: 15px!important;
right: 15px!important;
width: 30px!important;
height: 30px!important;
opacity: 1!important;
text-indent: -9999px;
position: relative;
}
.mfp-close:before,
.mfp-close:after {
position: absolute;
left: 0;
top: 50%;
content: "";
width: 30px;
height: 2px;
background: #fff;
}
.mfp-close:before {
transform: rotate(45deg);
}
.mfp-close:after {
transform: rotate(-45deg);
}
.mfp-close:hover {
opacity: 0.7!important;
}
.popup_box {
background: #fff;
border-radius: 5px;
padding: 20px;
margin: 60px 10px 10px 10px;
}
.popup_box .time {
display: inline-block;
background: #FF9C00;
color: #fff;
padding: 0 10px;
}

/* product
-------------------------------------------------------*/
#product {
}
.product_box {
border: 2px solid #ddd;
padding: 38px;
margin-bottom: 30px;
}
.product_bar {
padding: 0 0 10px 0;
margin-bottom: 20px;
border-bottom: 1px solid #333;
color: #333;
font-size: 20px;
font-weight: bold;
}
.product_box .image {
margin-bottom: 20px;
}
.product_box .service_table {
margin-bottom: 20px;
}
.product_box .service_table td {
background: #fff!important;
}
.product_box .product_point {
background: #F5F5F5;
border-radius: 5px;
padding: 20px;
}
.product_box .product_point .tit {
border-bottom: 1px solid #ccc;
display: flex;
align-items: center;
font-size: 20px;
font-weight: bold;
padding-bottom: 10px;
margin-bottom: 30px;
}
.product_box .product_point .tit::before {
content: "";
width: 60px;
height: 60px;
margin-right: 10px;
display: inline-block;
background: url("../images/check_icon.png") no-repeat center center / contain;
}
.product_box ul.point {
margin-bottom: 20px;
}
.product_box ul.point li {
font-size: 16px;
font-weight: bold;
color: #009DE8;
margin-bottom: 10px;
}
	@media screen and (max-width: 768px) {
	.product_box {
	padding: 20px;
	margin-bottom: 20px;
	}
	}
/* temp
-------------------------------------------------------*/
.base_pcdin { display: inline!important;}
.base_pcdinb { display: inline-block!important;}
.base_pcdblock { display: block!important;}
.base_pcdno {display: none!important;}
@media screen and (max-width: 768px) {
	.base_spdin { display: inline!important;}
	.base_spdinb { display: inline-block!important;}
	.base_spdblock { display: block!important;}
	.base_spdno {display: none!important;}
}
.base_din { display: inline!important;}
.base_dinb { display: inline-block!important;}
.base_dblock { display: block!important;}
.cf:before { content:""; display:table;}
.cf:after { content:""; display:table; clear:both;}
.cf { zoom:1;}
.base_textstr { color: rgba(235,0,70,1);}
.base_texterr { color: rgba(235,0,70,1);}
.base_textem { color: #FF9C00;}
.base_textno { color: #ccc;}
.base_textmarker { background: #FFFF99;}
.base_sizess { font-size: 70%;}
.base_sizes { font-size: 80%;}
.base_sizem { font-size: 100%;}
.base_sizel { font-size: 120%;}
.base_sizell { font-size: 150%;}
.base_sizelll { font-size: 200%;}
.base_fl { float: left;}
.base_fr { float: right;}
.base_fn { float: none;}
.base_tl { text-align: left;}
.base_tr { text-align: right;}
.base_tc { text-align: center;}
.base_m0 { margin: 0!important;}
.base_m5 { margin: 5px!important;}
.base_m10 { margin: 10px!important;}
.base_m20 { margin: 20px!important;}
.base_m30 { margin: 30px!important;}
.base_m40 { margin: 40px!important;}
.base_m50 { margin: 50px!important;}
.base_mt0 { margin-top: 0!important;}
.base_mt5 { margin-top: 5px!important;}
.base_mt10 { margin-top: 10px!important;}
.base_mt20 { margin-top: 20px!important;}
.base_mt30 { margin-top: 30px!important;}
.base_mt40 { margin-top: 40px!important;}
.base_mt50 { margin-top: 50px!important;}
.base_mb0 { margin-bottom: 0!important;}
.base_mb5 { margin-bottom: 5px!important;}
.base_mb10 { margin-bottom: 10px!important;}
.base_mb20 { margin-bottom: 20px!important;}
.base_mb30 { margin-bottom: 30px!important;}
.base_mb40 { margin-bottom: 40px!important;}
.base_mb50 { margin-bottom: 50px!important;}
.base_ml0 { margin-left: 0!important;}
.base_ml5 { margin-left: 5px!important;}
.base_ml10 { margin-left: 10px!important;}
.base_ml20 { margin-left: 20px!important;}
.base_ml30 { margin-left: 30px!important;}
.base_ml40 { margin-left: 40px!important;}
.base_ml50 { margin-left: 50px!important;}
.base_mr0 { margin-right: 0!important;}
.base_mr5 { margin-right: 5px!important;}
.base_mr10 { margin-right: 10px!important;}
.base_mr20 { margin-right: 20px!important;}
.base_mr30 { margin-right: 30px!important;}
.base_mr40 { margin-right: 40px!important;}
.base_mr50 { margin-right: 50px!important;}
.base_p0 { padding: 0!important;}
.base_p5 { padding: 5px!important;}
.base_p10 { padding: 10px!important;}
.base_p20 { padding: 20px!important;}
.base_p30 { padding: 30px!important;}
.base_p40 { padding: 40px!important;}
.base_p50 { padding: 50px!important;}
.base_pt0 { padding-top: 0!important;}
.base_pt5 { padding-top: 5px!important;}
.base_pt10 { padding-top: 10px!important;}
.base_pt20 { padding-top: 20px!important;}
.base_pt30 { padding-top: 30px!important;}
.base_pt40 { padding-top: 40px!important;}
.base_pt50 { padding-top: 50px!important;}
.base_pb0 { padding-bottom: 0!important;}
.base_pb5 { padding-bottom: 5px!important;}
.base_pb10 { padding-bottom: 10px!important;}
.base_pb20 { padding-bottom: 20px!important;}
.base_pb30 { padding-bottom: 30px!important;}
.base_pb40 { padding-bottom: 40px!important;}
.base_pb50 { padding-bottom: 50px!important;}
.base_pl0 { padding-left: 0!important;}
.base_pl5 { padding-left: 5px!important;}
.base_pl10 { padding-left: 10px!important;}
.base_pl20 { padding-left: 20px!important;}
.base_pl30 { padding-left: 30px!important;}
.base_pl40 { padding-left: 40px!important;}
.base_pl50 { padding-left: 50px!important;}
.base_pr0 { padding-right: 0!important;}
.base_pr5 { padding-right: 5px!important;}
.base_pr10 { padding-right: 10px!important;}

.base_pr20 { padding-right: 20px!important;}
.base_pr30 { padding-right: 30px!important;}
.base_pr40 { padding-right: 40px!important;}
.base_pr50 { padding-right: 50px!important;}
.base_wa { width: auto!important;}
.base_w100p { width: 100%!important;}
.base_w98p { width: 98%!important;}
.base_w96p { width: 96%!important;}
.base_w90p { width: 90%!important;}
.base_w86p { width: 86%!important;}
.base_w80p { width: 80%!important;}
.base_w70p { width: 70%!important;}
.base_w60p { width: 60%!important;}
.base_w50p { width: 50%!important;}
.base_w40p { width: 40%!important;}
.base_w33p { width: 33.33%!important;}
.base_w30p { width: 30%!important;}
.base_w20p { width: 20%!important;}
.base_w10p { width: 10%!important;}
.base_w300 { width: 300px!important;}
.base_w250 { width: 250px!important;}
.base_w200 { width: 200px!important;}
.base_w150 { width: 150px!important;}
.base_w100 { width: 100px!important;}
.base_w80 { width: 70px!important;}
.base_w60 { width: 60px!important;}
.base_w50 { width: 50px!important;}
.base_w30 { width: 30px!important;}
.base_w10 { width: 10px!important;}
.base_ha { height: auto!important;}
.base_h100p { height: 100%!important;}
.base_h98p { height: 98%!important;}
.base_h96p { height: 96%!important;}
.base_h90p { height: 90%!important;}
.base_h86p { height: 86%!important;}
.base_h80p { height: 80%!important;}
.base_h70p { height: 70%!important;}
.base_h60p { height: 60%!important;}
.base_h50p { height: 50%!important;}
.base_h40p { height: 40%!important;}
.base_h33p { height: 33.33%!important;}
.base_h30p { height: 30%!important;}
.base_h20p { height: 20%!important;}
.base_h10p { height: 10%!important;}
.base_h300 { height: 300px!important;}
.base_h250 { height: 250px!important;}
.base_h200 { height: 200px!important;}
.base_h150 { height: 150px!important;}
.base_h100 { height: 100px!important;}
.base_h80 { height: 70px!important;}
.base_h60 { height: 60px!important;}
.base_h50 { height: 50px!important;}
.base_h30 { height: 30px!important;}
.base_h10 { height: 10px!important;}
	@media screen and (max-width: 768px) {
	.base_sp_p0 { padding: 0!important;}
	.base_sp_pb0 { padding-bottom: 0!important;}
	.base_sp_pt0 { padding-top: 0!important;}
	.base_sp_m0 { margin: 0!important;}
	.base_sp_mb0 { margin-bottom: 0!important;}
	.base_sp_mt0 { margin-top: 0!important;}
	}

.footerBottom_pagetop {
display: none!important;
}
.hbspt-form {
	background-color: aliceblue;
	padding-top: 10px;
	padding-left: 20px;
}