@charset "UTF-8";
/*=============================================================
 02_base
=============================================================*/
/* 02_base
================================================ */
html {
	overflow: auto;
}
body {
	min-width: 320px;
	height: auto !important;
	line-height: 1.61538;
	overflow: hidden;
	background: url(../img/common/bg_pattern01.png) 50% 0;
	background-size: 40px;
	color: #333;
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.3rem;
	letter-spacing: .05em;
}

@media all and (min-width: 600px) {
	body {
		min-width: 1100px;
		line-height: 1.875;
		background-size: auto;
		font-size: 1.6rem;
	}
}
.ubuntu {
	font-family: "Ubuntu", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
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, input, select, textarea {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
}
a {
	color: #333;
}

@media all and (min-width: 600px) {
	a.alpha {
		display: block;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	a.alpha:hover {
		opacity: .7;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}
}
img {
	width: 100%;
	height: auto;
}
.cf:after {
	display: block;
	clear: both;
	content: "";
}
.viewPc {
	display: none;
}

@media all and (min-width: 600px) {
	.viewSp {
		display: none;
	}
	.viewPc {
		display: block;
	}
}
/*! media判定用
---------------------------------------- */
.mediaquery {
	display: none;
	font-family: "sp";
}

@media all and (min-width: 600px) {
	.mediaquery {
		font-family: "pc";
	}
}
/* layout
--------------------------------------- */
/*=============================================================
 03_layout
=============================================================*/
/* #gHeader
================================================ */
#gHeader {
	position: absolute;
	z-index: 10;
	width: 100%;
	min-width: 320px;
	height: 60px;
}
#gHeader .meta {
	display: table;
	height: 60px;
	padding: 0 75px 0 15px;
	table-layout: fixed;
}
#gHeader .meta .logo {
	display: table-cell;
	width: 106px;
	vertical-align: middle;
}
#gHeader .meta .logo a {
	display: block;
}
#gHeader .meta .logo a img {
	display: block;
}
#gHeader .meta .txt {
	display: table-cell;
	line-height: 1.2;
	padding-left: 15px;
	color: #fff;
	font-size: 1rem;
	vertical-align: middle;
}
#gHeader .btnGnav {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: rgba(0, 56, 73, .5);
	cursor: pointer;
}
#gHeader .btnGnav span {
	position: absolute;
	left: 18px;
	width: 24px;
	height: 3px;
	background: #fff;
	content: "";
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#gHeader .btnGnav span:nth-child(1) {
	top: 20px;
}
#gHeader .btnGnav span:nth-child(2) {
	top: 28px;
}
#gHeader .btnGnav span:nth-child(3) {
	top: 36px;
}
#gHeader .btnGnav.is_open span:nth-child(1) {
	top: 28px;
	-webkit-transform: rotate(-405deg);
	transform: rotate(-405deg);
}
#gHeader .btnGnav.is_open span:nth-child(2) {
	opacity: 0;
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#gHeader .btnGnav.is_open span:nth-child(3) {
	top: 28px;
	-webkit-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

@media all and (min-width: 600px) {
	#gHeader {
		position: absolute;
		width: 100%;
		min-width: 1100px;
		height: 136px;
	}
	#gHeader .meta {
		height: 136px;
		padding: 0 0 0 40px;
	}
	#gHeader .meta .logo {
		width: 252px;
	}
	#gHeader .meta .txt {
		padding-left: 27px;
		font-size: 1.3rem;
	}
	#gHeader .merit {
		display: none;
		position: absolute;
		top: 16px;
		right: 297px;
		width: 160px;
	}
	#gHeader .merit a {
		display: block;
		line-height: 1.6;
		padding: 11px 0 9px;
		border-radius: 22px;
		background: #e0f2f9;
		font-size: 1.5rem;
		text-decoration: none;
		text-align: center;
	}
	#gHeader .contact {
		position: absolute;
		top: 40px;
		right: 40px;
		color: #fff;
		text-align: right;
	}
	#gHeader .contact .tel {
		position: relative;
		line-height: 1.2;
		padding-left: 30px;
		background: url(../img/common/ico_tel01.png) no-repeat 0 50%;
		background-size: 22px auto;
		font-weight: 700;
		font-size: 3rem;
	}
	#gHeader .contact .time {
		line-height: 1.125;
	}
	#gHeader.is_fixed {
		position: fixed;
		top: -136px;
		left: 0;
		height: 80px;
		background: #fff;
		-webkit-transition: top .3s ease-in-out;
		transition: top .3s ease-in-out;
	}
	#gHeader.is_fixed .meta {
		height: 80px;
		padding-left: 30px;
	}
	#gHeader.is_fixed .meta .logo {
		width: 162px;
	}
	#gHeader.is_fixed .meta .logo a {
		width: 100%;
		height: 48px;
		overflow: hidden;
		background: url(../img/common/logo02.png) no-repeat;
	}
	#gHeader.is_fixed .meta .logo a img {
		margin-left: 100%;
	}
	#gHeader.is_fixed .meta .txt {
		padding-left: 19px;
		color: #2e414f;
	}
	#gHeader.is_fixed .merit {
		display: block;
	}
	#gHeader.is_fixed .contact {
		top: 9px;
		right: 30px;
		color: #148cb8;
	}
	#gHeader.is_fixed .contact .tel {
		background-image: url(../img/common/ico_tel01_blue.png);
	}
	#gHeader.is_fixed.is_show {
		top: 0;
	}
}
/* #gNav
================================================ */
#gNav {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 100;
	box-sizing: border-box;
	width: 100%;
	min-width: 320px;
	padding: 30px 15px 40px;
	background: url(../img/common/bg_pattern02.png) 50% 0;
	background-size: 40px;
}
#gNav .list {
	margin-bottom: 25px;
	border-top: 1px solid #4d92a7;
}
#gNav .list .item {
	border-bottom: 1px solid #4d92a7;
}
#gNav .list .item a {
	display: block;
	position: relative;
	padding: 14px 10px;
	color: #fff;
	text-decoration: none;
}
#gNav .list .item a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 12px;
	height: 5px;
	margin-top: -2px;
	background: url(../img/common/ico_arrow01.png) no-repeat;
	background-size: cover;
	content: "";
}
#gNav .contact {
	width: 80%;
	min-width: 290px;
	margin: 0 auto;
}
#gNav .contact a {
	display: block;
	padding: 10px 0 12px;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#gNav .contact a .tel {
	display: inline-block;
	line-height: 1.08824;
	padding-left: 27px;
	background: url(../img/common/ico_tel01.png) no-repeat 0 50%;
	background-size: 22px;
	font-weight: 700;
	font-size: 3.4rem;
}
#gNav .contact a .time {
	line-height: 1.5;
	font-size: 1.2rem;
}

@media all and (min-width: 600px) {
	#gNav {
		display: none !important;
	}
}
/* #mainVisual index
================================================ */
#mainVisual .inner {
	padding: 70px 16px 0;
}
#mainVisual .copy {
	margin: 0 -4px 16px;
}
#mainVisual .chat {
	position: relative;
	float: right;
	z-index: 5;
	width: 48%;
	max-width: 180px;
	margin: 0 -6px -15px 5px;
}
#mainVisual .chat .balloons {
	margin-bottom: 7px;
}
#mainVisual .chat .balloons .balloon {
	padding-bottom: 3px;
	text-align: right;
}
#mainVisual .chat .balloons .balloon:nth-child(2) ,#mainVisual .chat .balloons .balloon:nth-child(4){
	text-align: left;
}
#mainVisual .chat .balloons .balloon img {
	width: 122px;
}
#mainVisual .chat .device {
	width: 128px;
	padding-left: 10%;
}
#mainVisual .txt {
	margin-bottom: 20px;
	color: #fff;
}
#mainVisual .btn {
	display: inline-block;
}
#mainVisual .btn a {
	display: block;
	position: relative;
	line-height: 1.33333;
	padding: 15px 30px 15px 15px;
	background: #2ed799;
	color: #fff;
	font-weight: 700;
	font-size: 1.4rem;
	text-decoration: none;
	box-shadow: 6px 8px 15px 0 rgba(4, 0, 0, .15);
}
#mainVisual .btn a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 12px;
	height: 5px;
	margin-top: -2px;
	background: url(../img/common/ico_arrow01.png) no-repeat;
	background-size: cover;
	content: "";
}

@media all and (min-width: 600px) {
	#mainVisual .inner {
		position: relative;
		height: 684px;
		padding: 156px 0 0;
	}
	#mainVisual .copy {
		width: 580px;
		height: 311px;
		overflow: hidden;
		margin: 0 0 16px;
	}
	#mainVisual .chat {
		position: absolute;
		/*top: 108px;*/
		top: 0;
		right: -17px;
		float: none;
		width: 500px;
		max-width: none;
		margin: 0;
		height: 100%;
		/*z-index: -1;*/
		z-index: 1;
	}
	#mainVisual .chat .balloons {
		/*margin-bottom: 22px;*/
		position: absolute;
		width: 500px;
		height: 100%;
	}
	#mainVisual .chat .balloons .balloon {
		/*padding-bottom: 6px;*/
		position: absolute;
		width: 500px;
		bottom: 120px;
		opacity: 0;
	}
	
	/*メインビジュアル　アニメ部(1)*/
	#mainVisual .chat .balloons .balloon:first-child{
		animation-name: upBaloon01;
		animation-duration: 10s;
		animation-iteration-count: infinite;
		animation-timing-function: linear;
		animation-delay: 0s;
	}
	#mainVisual .chat .balloons .balloon:nth-child(2){
		animation-name: upBaloon02;
		animation-duration: 10s;
		animation-iteration-count: infinite;
		animation-timing-function: linear;
		animation-delay: 2.5s;
	}
	#mainVisual .chat .balloons .balloon:nth-child(3){
		animation-name: upBaloon03;
		animation-duration: 10s;
		animation-iteration-count: infinite;
		animation-timing-function: linear;
		animation-delay: 5s;
	}
	#mainVisual .chat .balloons .balloon:last-child{
		animation-name: upBaloon04;
		animation-duration: 10s;
		animation-iteration-count: infinite;
		animation-timing-function: linear;
		animation-delay: 7.5s;
	}
	/*メインビジュアル　アニメ部(1)*/
	
	#mainVisual .chat .balloons .balloon img {
		width: 350px;
	}
	#mainVisual .chat .device {
		width: 366px;
		padding-left: 99px;
		position: absolute;
		bottom: -30px;
	}
	#mainVisual .txt {
		line-height: 1.77778;
		margin-bottom: 40px;
		font-size: 1.8rem;
	}
	#mainVisual .btn {
		display: block;
		width: 360px;
	}
	#mainVisual .btn a {
		line-height: 1.45833;
		padding: 20px;
		font-size: 2.4rem;
		text-align: center;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		box-shadow: 12px 16px 30px 0 rgba(4, 0, 0, .15);
	}
	#mainVisual .btn a:after {
		right: 28px;
		width: 24px;
		height: 10px;
		margin-top: -5px;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	#mainVisual .btn a:hover {
		background: #00b4a9;
		box-shadow: 12px 16px 30px 0 rgba(4, 0, 0, 0);
	}
	#mainVisual .btn a:hover:after {
		right: 23px;
	}
}

@keyframes upBaloon01 {
	0% {
		opacity: 0;
		display: none;
		transform: translateY(0%);
	}
	1%{
		display: block;
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(-400%);
	}
}
@keyframes upBaloon02 {
	0% {
		opacity: 0;
		display: none;
		transform: translateY(0%);
	}
	1%{
		display: block;
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(-400%);
	}
}
@keyframes upBaloon03 {
	0% {
		opacity: 0;
		display: none;
		transform: translateY(0%);
	}
	1%{
		display: block;
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(-400%);
	}
}
@keyframes upBaloon04 {
	0% {
		opacity: 0;
		display: none;
		transform: translateY(0%);
	}
	1%{
		display: block;
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(-400%);
	}
}

/* #mainImg 下層
================================================ */
#mainImg {
	padding: 102px 20px 50px;
}
#mainImg .mainTit {
	color: #fff;
	font-weight: bold;
	font-size: 3.0rem;
}
#mainImg .label {
	display: none;
}

@media all and (min-width: 600px) {
	#mainImg {
		padding: 0;
	}
	#mainImg .mainIn {
		position: relative;
		width: 1100px;
		margin: 0 auto;
		padding: 162px 0 65px;
	}
	#mainImg .mainTit {
		font-size: 5.0rem;
	}
	#mainImg .label {
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
	}
}
/* #breadcrumb
================================================ */
#breadcrumb {
	display: none;
}

@media all and (min-width: 600px) {
	#breadcrumb {
		display: block;
		background: #fff;
	}
	#breadcrumb .list {
		width: 1100px;
		margin: 0 auto;
		padding: 5px 0;
	}
	#breadcrumb .list li {
		display: inline-block;
		margin-right: 5px;
		font-weight: 500;
		font-size: 14px;
	}
	#breadcrumb .list li > a {
		color: #2e414f;
		text-decoration: none;
	}
	#breadcrumb .list li > a:hover {
		text-decoration: underline;
	}
	#breadcrumb .list li:not(:last-of-type):after {
		display: inline-block;
		width: 8px;
		height: 9px;
		margin-left: 5px;
		background: url(../img/common/ico_breadcrumb01.png) center no-repeat;
		background-size: cover;
		content: "";
	}
}
/* #sidebar
================================================ */
/* #gFooter
================================================ */
#gFooter .ftContact {
	padding: 40px 0 0;
	background: url(../img/common/bg_footer01_sp.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
}
#gFooter .ftContact .tit {
	margin-bottom: 20px;
	text-align: center;
}
#gFooter .ftContact .tit span {
	display: inline-block;
	border-bottom: 2px solid #fff955;
	font-weight: bold;
	font-size: 1.9rem;
}
#gFooter .ftContact .ftContactInfo {
	width: 300px;
	margin: 25px auto 0;
	border: 1px solid #fff;
	border-radius: 5px;
	text-align: center;
}
#gFooter .ftContact .ftContactInfo a {
	display: block;
	line-height: 1;
	padding: 10px 0 14px;
	color: #fff;
	text-decoration: none;
}
#gFooter .ftContact .ftContactInfo .img {
	display: inline-block;
	width: 22px;
	margin-right: 1.8%;
	vertical-align: text-bottom;
}
#gFooter .ftContact .ftContactInfo .img img {
	vertical-align: top;
}
#gFooter .ftContact .ftContactInfo .num {
	position: relative;
	line-height: 1;
	padding: 0 0 0 27px;
	font-weight: bold;
	font-size: 3.4rem;
}
#gFooter .ftContact .ftContactInfo .num:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 23px;
	margin-top: -12px;
	background: url(../img/common/ico_tel01.png) no-repeat;
	background-size: 100%;
	content: "";
}
#gFooter .ftContact .ftContactInfo .txt {
	display: block;
	padding: 5px 0 0;
	font-weight: normal;
	font-size: 1.2rem;
}
#gFooter .ftContact .ftContactPic {
	display: block;
	width: 65%;
	margin: 25px auto 0;
}
#gFooter .ftInfo {
	padding: 30px 0 20px;
	background: #2e414f;
}
#gFooter .ftInfo .ftInfoLogo {
	float: left;
	width: 36%;
	margin-right: 4%;
}
#gFooter .ftInfo .txt {
	color: #adbac3;
}
#gFooter .ftInfo .txt .tit {
	font-weight: bold;
}
#gFooter .ftInfoPrivacy {
	display: block;
	width: 120px;
	margin: 25px auto 0;
}
#gFooter .ftLink {
	padding: 20px 0;
	background: #253846;
	color: #adbac3;
	text-align: center;
}
#gFooter .ftLink .ftLinkLogo {
	display: block;
	width: 120px;
	margin: 0 auto;
}
#gFooter .ftLink .ftNav {
	margin-top: 15px;
}
#gFooter .ftLink .ftNav li {
	display: inline-block;
	margin-right: 4%;
	padding-right: 4%;
	border-right: 1px solid #67747e;
}
#gFooter .ftLink .ftNav li:first-child {
	padding-left: 4%;
	border-left: 1px solid #67747e;
}
#gFooter .ftLink .ftNav a {
	color: #adbac3;
	text-decoration: none;
}
#gFooter .ftLink .copyright {
	margin-top: 20px;
	font-size: 1.0rem;
	text-align: center;
}

@media all and (min-width: 600px) {
	#gFooter .ftContact {
		padding: 54px 0 0;
		background: url(../img/common/bg_footer01.jpg) center no-repeat;
		background-size: cover;
	}
	#gFooter .ftContact .ftContactRight {
		float: left;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin-top: 30px;
	}
	#gFooter .ftContact .tit {
		margin-bottom: 30px;
		text-align: left;
	}
	#gFooter .ftContact .tit span {
		border-bottom-width: 3px;
		font-size: 3.0rem;
	}
	#gFooter .ftContact .txt {
		font-size: 1.8rem;
	}
	#gFooter .ftContact .ftContactInfo {
		width: auto;
		margin: 35px 0 0;
		border: none;
		font-size: 4.8rem;
		text-align: left;
	}
	#gFooter .ftContact .ftContactInfo a {
		padding: 0;
	}
	#gFooter .ftContact .ftContactInfo .img {
		width: 34px;
		margin-right: 0;
		vertical-align: sub;
	}
	#gFooter .ftContact .ftContactInfo .num {
		padding: 0 0 0 44px;
		font-size: 4.8rem;
	}
	#gFooter .ftContact .ftContactInfo .num:before {
		width: 34px;
		height: 36px;
		margin-top: -18px;
	}
	#gFooter .ftContact .ftContactInfo .txt {
		padding: 10px 0 0;
		font-size: 1.5rem;
	}
	#gFooter .ftContact .ftContactPic {
		float: right;
		width: 492px;
		margin: 0;
	}
	#gFooter .ftInfo {
		padding: 60px 0 56px;
	}
	#gFooter .ftInfo .ftInfoIn {
		float: left;
	}
	#gFooter .ftInfo .ftInfoLogo {
		width: 200px;
		margin-right: 30px;
	}
	#gFooter .ftInfo .txt {
		float: left;
		line-height: 1.4;
		font-size: 1.4rem;
	}
	#gFooter .ftInfoPrivacy {
		float: right;
		width: 200px;
		margin: 0;
	}
	#gFooter .ftLink .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#gFooter .ftLink .ftLinkLogo {
		width: 166px;
		margin: 0;
	}
	#gFooter .ftLink .ftNav {
		width: 350px;
		margin: 0 0 0 44px;
		font-size: 1.4rem;
		text-align: left;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	#gFooter .ftLink .ftNav li {
		margin-right: 16px;
		padding-right: 16px;
	}
	#gFooter .ftLink .ftNav li:first-child {
		padding-left: 16px;
	}
	#gFooter .ftLink .copyright {
		margin: 0;
		font-size: 1.2rem;
		text-align: right;
	}
}
