@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');
/* load reset.css */
*, ::before, ::after {
	box-sizing: inherit;
	background-repeat: no-repeat;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 47.066326530612245%; /* 738/980*62.5 */
	box-sizing: border-box;
}
@media screen and (min-width: 1012px), print {
	html {
		font-size: 62.5%;/* 980 */
	}
}
body {
	font-size: 1.7rem;
	line-height: 1.5;
	font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 768px), print {
	body {
		font-size: 1.6rem;
		line-height: 1.7;
	}
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
li {
	list-style-type: none;
}
address {
	margin: 0 0 1.5em;
	font-style: normal;
}
strong, em {
	font-weight: 600;
	font-style: normal;
}
sub {
	font-size: 70%;
	position: relative;
	top: -0.25em;
}
/* Link, Focus,Selection */
a {
	outline: none;
	text-decoration: none;
	color: #79b22f;
}
@media screen and (min-width: 1012px), print {
	a {
		transition: all .15s ease;
	}
	a:hover {
		text-decoration: none;
	}
}
a:focus {
	outline: none;
}
::-moz-selection {
	background-color: #b3d4fc;
	color: #000000;
	text-shadow: none;
}
::selection {
	background-color: #b3d4fc;
	color: #000000;
	text-shadow: none;
}
/* Form */
[type="radio"], [type="checkbox"] {
	margin-right: .25em;
}
[type="text"], [type="email"], [type="tel"], [type="url"], [type="password"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #b3b3b3;
	border-radius: 0;
	padding: 5px;
	width: 100%;
	font-size: 16px;
	vertical-align: bottom;
}
textarea {
	height: 180px;
	line-height: 1.4;
}
[type="submit"], [type="reset"], [type="button"], button, .button {
	-webkit-appearance: button;
	appearance: button;
	cursor: pointer;
	background: #fff;
	color: #0087D8;
	opacity: 1.0;
	padding: 10px 20px;
	transition: 0.3s;
	border: none;
	border-radius: 5px;
}
input:focus, textarea:focus {
	outline: none;
}
@media screen and (min-width: 1012px), print {
	[type="text"], [type="email"], [type="tel"], [type="url"], [type="password"], textarea {
		padding: 10px;
	}
	[type="submit"], [type="reset"], [type="button"], button, .button {
		transition: 300ms;
	}
	[type="submit"]:hover, [type="reset"]:hover, [type="button"]:hover, button:hover, .button:hover {
		background: #0087D8;
		color: #fff;
	}
}
/* ============================== */
/*  Contents */
/* ============================== */
h1 {
	font-size: 2.4rem;
	margin-bottom: 25px;
}
h2 {
	font-size: 2.1rem;
	margin-bottom: 25px;
}
h3 {
	font-size: 1.7rem;
	margin-bottom: 15px;
}
h4 {
	font-size: 1.6rem;
	margin-bottom: 25px;
}
h5 {
	font-size: 1.4rem;
	margin-bottom: 0.5em;
}
h6 {
	font-size: 1.2rem;
	margin-bottom: 0.5em;
}
p + p {
	margin-top: 1em;
}
@media screen and (min-width: 768px), print {
	h1 {
		font-size: 3.0rem;
	}
	h2 {
		font-size: 2.2rem;
	}
	h3 {
		font-size: 1.7rem;
	}
	h4 {
		font-size: 1.6rem;
	}
	h5 {
		font-size: 1.4rem;
	}
}
th, td {
	padding: 0.5em 1em;
	border: 1px solid #dcdcdc;
	text-align: left;
	vertical-align: middle;
}
th {
	font-weight: 600;
	background-color: #fafafa;
}
caption {
	color: #444;
	text-align: center;
}
img {
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
figure {
	margin: 0;
}
figure img {
	width: 100%;
}
/* ============================== */
/*  Layout */
/* ============================== */
@media screen and (max-width: 767px) {
	.only-pc {
		display: none;
	}
}
@media screen and (min-width: 768px), print {
	.only-sp {
		display: none;
	}
}
.row {
	margin: 0 10px;
	position: relative;
}
@media screen and (min-width: 768px), print {
	.row {
		margin: 0 15px;
	}
}
@media screen and (min-width: 1012px), print {
	.row {
		margin: 0 auto;
		width: 980px;
	}
}
@media screen and (min-width: 1132px), print {
	.row {
		width: 1100px;
	}
}
.a-section {
	padding: 30px 0;
	position: relative;
}
.a-section h2 {
	margin: 0 0 20px;
	font-weight: bold;
}
@media screen and (min-width: 768px), print {
	.a-section {
		font-size: 1.6rem;
		padding: 3em 0;
	}
	.a-section h2 {
		font-size: 2.2rem;
		margin: 0 0 1.772727272727273em;
	}
}
/* ============================== */
/*  Page Top */
/* ============================== */
#go-pagetop a {
	display: block;
	position: fixed;
	bottom: -80px;
	right: 10px;
	z-index: 500;
	text-indent: -9999px;
	overflow: hidden;
	background-color: rgba(0, 135, 216, 0.4);
	background-size: 44px;
	width: 40px;
	height: 40px;
	transition: 0.2s ease;
	opacity: 0;
	border:1px solid rgba(255,255,255,0.5);
}
#go-pagetop a.js-view {
	opacity: 1;
	bottom: 20px;
}
#go-pagetop a::before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: calc(50% - 5px);
	top: calc(50% - 3px);
	display: block;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(-45deg);
}
@media screen and (min-width: 768px), print {
	#go-pagetop a {
		right: 20px;
	}
	#go-pagetop a.js-view {
		bottom: 54px;
	}
}
@media screen and (min-width: 1012px), print {
	#go-pagetop a {
		right: 50px;
		width: 60px;
		height: 60px;
	}
	#go-pagetop a.js-view {
		bottom: 68px;
	}
	#go-pagetop a:hover {
		background-color: #0087D8;
	}
}
/* ============================== */
/*  Global-Header */
/* ============================== */
.global-header {
	position: fixed;
	z-index: 990;
	width: 100%;
	background: #0087D8;
}
.site-id {
	margin: 0;
}
.site-id a {
	color: #fff;
	display: flex;
	align-items: center;
	height: 50px;
}
.site-id .sub {
	display: none;
}
.site-id .brand-logo {
	width: 120px;
	vertical-align: middle;
	line-height: 1;
	position: relative;
}
.global-header + * {
	padding-top: 50px;
}
@media screen and (min-width: 768px) {
	.site-id a {
		height: 56px;
	}
	.site-id .sub {
		font-size: 1.0rem;
		line-height: 1.3;
		padding-right: 1em;
		display: block;
	}
	.site-id .brand-logo {
		width: 128px;
		top: -0.1em;
	}
	.global-header + * {
		padding-top: 50px;
	}
}
@media screen and (min-width: 1012px) {
	.site-id a {
		height: 70px;
	}
	.site-id .brand-logo {
		width: 160px;
	}
	.global-header + * {
		padding-top: 70px;
	}
}
/* ============================== */
/*  Global-NAV TABLET/PC */
/* ============================== */
@media screen and (min-width: 768px) {
	#global-menu {
		display: block !important;
	}
	.site-nav {
		position: absolute;
		right: 0;
		top: 0;
	}
	.main-menu {
		display: table;
	}
	.main-menu li {
		display: table-cell;
		padding: 0 0 0 1em;
		font-size:1.5rem;
	}
	.main-menu > li > a {
		position: relative;
		width: 100%;
		display: block;
		text-align: center;
		padding: 18px 5px 6px;
		text-decoration: none;
		color: #fff;
	}
}
@media screen and (min-width: 1012px) {
	.main-menu li {
		padding: 0 0 0 2em;
	}
	.main-menu li a {
		padding: 24px 5px 10px;
	}
	.main-menu > li > a::after {
		content: "";
		background-color: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transition: 0.15s ease-out;
		transition: 0.15s ease-out;
		width: 100%;
		height: 0px;
		background:url("../images/arr_wh-d01.svg") no-repeat center bottom;
		background-size:1px;
		border-top:1px solid transparent;
	}
	.main-menu > li > a:hover::after {
		height: 8px;
		background:url("../images/arr_wh-d01.svg") no-repeat center bottom;
		background-size:10px;
		border-top-color: rgba(255,255,255,0.8)
	}
}
/* ============================== */
/*  Global-NAV SP */
/* ============================== */
@media screen and (max-width: 767px) {
	#global-menu {
		position: fixed;
		top: 0;
		right: -180px;
		z-index: 998;
		width: 180px;
		height: 100vh;
		opacity: 1;
	}
	#global-menu {
		content: "";
		position: fixed;
		top: 0;
		height: 100vh;
		background: #222;
		transition: all 200ms ease;
		transition-delay: 100ms;
	}
	.js-show-menu #global-menu {
		right: 0;
		opacity: 1;
	}
	.global-menu-inner {
		opacity: 1.0;
		transition-delay: 0.2s;
		position: absolute;
		top: 50%;
		width: 100%;
		left: 0;
		transform: translateY(-50%);
	}
	.site-nav li {
		padding-left:10px;
		margin:15px 0;
		font-size: 1.75rem;
	}

	.site-nav li a {
		padding: 10px 0 10px 18px;
		color: #ddd;
		background: url("../images/arr_bl-l01.svg") no-repeat center left;
		background-size:15px;
	}
	.global-header.js-show-menu::after{
		content:"";
		position: fixed;
		width:100%;
		height: 100vh;
		top:0;
		left:0;
		background: rgba(0,0,0,0.5);
	}
}
/* ============================== */
/*  Toggle Menu */
/* ============================== */
#toggle-menu {
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	position: fixed;
	z-index: 999;
}
@media screen and (min-width: 768px), print {
	#toggle-menu {
		display: none;
		position: relative;
	}
}
#toggle-menu .menu-icon {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 26px;
	height: 2px;
	background-color: #fff;
	transition: 0.3s;
}
#toggle-menu .menu-icon::before, #toggle-menu .menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #fff;
	right: 0;
	transition: 0.3s;
}
#toggle-menu .menu-icon::before {
	top: -7px;
}
#toggle-menu .menu-icon::after {
	top: 7px;
}
/* --ToggleMenu IsClicked-- */
#toggle-menu.is-clicked .menu-icon {
	width:23px;
	left:65%;
	background-color: #fff;
}

#toggle-menu.is-clicked .menu-icon::before {
	top: -4px;
	transform: rotate(45deg);
	width:13px;
	right:-3px;
	background-color: #fff;
}
#toggle-menu.is-clicked .menu-icon::after {
	top: 4px;
	transform: rotate(-45deg);
	width:13px;
	right:-3px
}
#toggle-menu::before{
	content:"CLOSE";
	font-size:10px;
	line-height: 1;
	color:#fff;
	position: absolute;
	top:calc(50% - 5px);
	right:26px;
	opacity:0;
	transition:300ms;
	
}
#toggle-menu.is-clicked::before{
	opacity:1;
	right:35px;
}
/* ============================== */
/*  GLOBAL FOOTER */
/* ============================== */
.global-footer {
	background: #000;
	padding: 30px 0;
}
@media screen and (min-width: 768px), print {
	.global-footer {
		padding: 48px 0;
	}
}
@media screen and (min-width: 1012px), print {
	.global-footer {
		padding: 60px 0;
	}
}
.footer-logo {
	width: 128px;
	margin: 0 0 0.5em;
}
.global-footer address {
	font-size: 1.5rem;
	line-height: 1.7;
	color: #ddd;
}
.global-footer .company-name {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 0.5em;
}
.global-footer .location {
	margin: 0;
}
.copyright {
	color: #bbb;
	font-size: 10px;
	padding: 30px 0 0;
}

@media screen and (min-width: 768px), print {
	.footer-logo {
		width: 128px;
		margin: 0 0 0.5em;
	}
	.global-footer .contact {
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media screen and (min-width: 1012px), print {
	.footer-logo {
		width: 160px;
	}
	.global-footer address {
		font-size: 1.3rem;
	}
	.global-footer .company-name {
		font-size: 1.4rem;
	}
}
/* ============================== */
/*  トップページ */
/* ============================== */
/* ============================== */
/*  トップページ HERO IMAGE */
/* ============================== */
.hero-image {
	background: #111;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.hero-image .hi-photo {
	margin: 0 -10px;
}
.hero-image .hi-photo img {
	width: 100%;
}
.hero-image .caption {
	font-size: 1.4rem;
	color: #fff;
	padding: 1.85em 0;
}
.hero-image .tx1 {
	margin-bottom: 0.75em;
	font-size: 1.95rem;
}
.hero-image h1 {
	margin-bottom: 0.6em;
}
.hero-image li {
	font-size: 1.48rem;
	padding-left: 1.5em;
	margin-top: 1em;
	background: url(../images/arr_bl-r01.svg) no-repeat top 0.45em left;
	background-size: 1em;
}
@media screen and (min-width: 768px), print {
	.hero-image .row {
		display: flex;
		margin-left: auto;
		margin-right: auto;
	}
	.hero-image .hi-photo {
		margin: 0;
		width:47%;
	}
	.hero-image .caption {
		width:53%;
		padding: 1em 2em;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.hero-image h1 {
		font-size: 2.6rem;
	}
}
@media screen and (min-width: 1012px), print {
.hero-image li {
	font-size: 1.45rem;
}
}
/* ============================== */
/*  トップページ FEATURE */
/* ============================== */
#feature h2 {
	display: none;
}
#feature .lead{
	text-align: center;
	font-size:2.1rem;
}
.feature-list {
	font-size: 1.5rem;
}
.feature-list li {
	text-align: center;
}
.feature-list .icon {
	width: 120px;
	position: relative;
	display: flex;
	height: 120px;
	margin: 3em auto 2em;
	align-content: center;
	justify-content: center;
}
.feature-list .icon::after {
	content: "";
	width: 100%;
	height: 100%;
	background: #EAEAEA;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.feature-list .icon img {
	position: relative;
	z-index: 2;
	width: 80px;
}
.feature-list h3 {
	font-size: 1.8rem;
	margin: 0.9em 0 0.5em;
	font-weight: bold;
}
@media screen and (min-width: 768px), print {
	.feature-list {
		display: flex;
	}
	.feature-list li {
		width: 33.33333333%;
	}
	.feature-list h3 {
		font-size: 1.8rem;
		margin: 0.9em 0 0.5em;
		font-weight: bold;
	}
	.feature-list .icon {
		width: 10em;
		height: 10em;
	}
}
/* ============================== */
/*  トップページ EXAMPLE */
/* ============================== */
#example {
	background: #0087D8 url("../images/bg_strp01.svg");
	background-size: 7px 7px;
	color: #fff;
}
#example h2 {
	text-align: center;
	margin-bottom: 1em;
}
#example .lead {
	text-align: center;
	font-size: 1.55rem;
	position: relative;
	padding: 0.25em 0;
}
#example .lead::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: calc(50% - 14em);
	width: 2em;
	height: 100%;
	background: url(../images/prn_wh-l01.svg) no-repeat center center;
}
#example .lead::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: calc(50% - 14em);
	width: 2em;
	height: 100%;
	background: url(../images/prn_wh-r02.svg) no-repeat center center;
}
.example-list li {
	margin: 3em 0 0;
}
.example-list li h3 {
	margin: 1em 0 0.5em;
	font-weight: bold;
	font-size: 1.8rem;
}
.example-list li figure {
	margin: 1em 0 0.5em;
}
@media screen and (min-width: 768px), print {
	#example .example-list li {
		display: flex;
	}
	#example .example-list li:nth-child(odd) {
		flex-direction: row-reverse;
	}
	.example-list li figure {
		margin: 0;
		width: 45%;
	}
	.example-list li .caption {
		margin: 0;
		width: 55%;
		padding-right: 2em;
	}
	.example-list li:nth-child(odd) .caption {
		padding-right: 0;
		padding-left: 2em;
	}
	.example-list li h3 {
		margin: 0 0 0.5em;
	}
}
/* ============================== */
/*  トップページ ADVANTAGE */
/* ============================== */
#advantages {
	background: #DBFAFF;
}
#advantages h2 {
	text-align: center;
	color: #0087D8;
}
#advantages h3 {
	background: #0087D8;
	color: #fff;
	text-align: center;
	padding: 0.25em 1em;
	font-size: 1.8rem;
	position: relative;
}
#advantages .screen-image {
	margin: 2.5em 14% 2em;
}
#advantages h3::after {
	content: "";
	width: 1em;
	height: 0.5em;
	background: url(../images/arr_bl-d01.svg) no-repeat;
	position: absolute;
	bottom: -0.5em;
	left: calc(50% - 0.5em);
}
.advantage-arrow {
	font-size: 1.5rem;
	width: 1.3em;
	height: 2.6em;
	margin: 1em auto;
	background: url(../images/arr_bl-d02.svg) no-repeat center;
	background-size: 1.3em;
}
#advantages h4 {
	font-weight: bold;
	margin: 0 0 0.5em;
}
#advantages p + h4 {
	margin-top: 2em;
}
@media screen and (min-width: 768px), print {
	#advantages .section-wrapper {
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	#advantages .section-wrapper > section {
		width: 47%;
	}
	.advantage-arrow {
		font-size: 1.5rem;
		width: 2em;
		height: 2em;
		margin: 0;
		background: url(../images/arr_bl-r02.svg) no-repeat center;
		background-size: 0.8em;
		position: absolute;
		top: calc(50% - 1em);
		left: calc(50% - 1em);
	}
}
/* ============================== */
/*  トップページ PRICE */
/* ============================== */
#price {
	background: #0087D8 url("../images/bg_strp01.svg");
	background-size: 7px 7px;
}
#price h2 {
	text-align: center;
	color: #fff;
}
#price .price-list dl {
	background: #fff;
	display: flex;
	justify-content: center;
	padding: 1.5em 0;
	font-size: 1.8rem;
}
#price .price-list dl + dl {
	margin-top: 1em;
}
#price .price-list dt {
	margin-right: 0.5em;
}
@media screen and (min-width: 768px), print {
	#price .price-list {
		display: flex;
		justify-content: space-between;
	}
	#price .price-list dl {
		width: 48%;
		padding: 2.5em 0;
		font-size: 2.4rem;
	}
	#price .price-list dl + dl {
		margin-top: 0;
	}
}
/* ============================== */
/*  トップページ FAQ */
/* ============================== */
#faq {}
#faq h2 {
	text-align: center;
	color: #0087D8;
}
#faq .faq-list {}
#faq .faq-list dt {
	font-size: 1.6rem;
	margin-top: 1.6em;
	color: #0087D8;
	font-weight: bold;
	position: relative;
	padding-left: 2em;
}
#faq .faq-list dt::before {
	content: "Q";
	font-size: 1.4rem;
	width: 1.8em;
	height: 1.8em;
	border-radius: 50%;
	line-height: 1.8em;
	text-align: center;
	position: absolute;
	top: 0.1em;
	left: 0;
	background: #0087D8;
	color: #fff;
}
/* ============================== */
/*  トップページ CONTACT */
/* ============================== */
#contact {
	background: #f2f2f2;
}
#contact h2 {
	text-align: center;
	color: #0087D8;
}
#contact .contact-button {
	width: 80%;
	margin: 0 auto;
	display: block;
	text-align: center;
	border: 3px solid #0087D8;
	padding: 0.75em;
	color: #0087D8;
	transition:300ms;
	background-size: 0.6em;
	font-size: 1.9rem;
	background: #fff;
	position: relative;
}
#contact .contact-button::after {
	content:"";
    width:10px;
    height:10px;
    box-sizing:border-box;
    position: absolute;
    right:1em;
    top:calc(50% - 5px);
    display:block;
    border-top:solid 2px #0087D8;
    border-right:solid 2px #0087D8;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}

#contact .content-body:nth-child(n+2) .contact-button{
	margin-top:20px !important;
}

#faq .faq-list dt {
	font-size: 1.6rem;
	margin-top: 1.6em;
	color: #0087D8;
	font-weight: bold;
	position: relative;
	padding-left: 2em;
	margin-bottom:0.5em;
}
#faq .faq-list dt::before {
	content: "Q";
	font-size: 1.5rem;
	width: 1.8em;
	height: 1.8em;
	border-radius: 50%;
	line-height: 1.7em;
	text-align: center;
	position: absolute;
	top: 0.1em;
	left: 0;
	background: #0087D8;
	color: #fff;
}
#faq .faq-list dd{
	line-height: 1.5;
}
@media screen and (min-width: 1012px), print {
	#contact .contact-button:hover{
		background: #0087D8 url(../images/arr_wh-r01.svg) no-repeat right 0.25em center;
		color: #fff;
	}
	#contact .contact-button::after {
		content:"";
		width:13px;
		height:13px;
		box-sizing:border-box;
		position: absolute;
		right:1em;
		top:calc(50% - 6.5px);
		display:block;
		border-top:solid 3px #0087D8;
		border-right:solid 3px #0087D8;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		transition: 300ms;
	}
	#contact .contact-button:hover::after {
		right:0.7em;
		border-top:solid 3px #fff;
		border-right:solid 3px #fff;
	}
	}
/* ============================== */
/*  トップページ NEWS */
/* ============================== */
#news {}
#news h2 {
	color: #0087D8;
}
.news-list li {
	position: relative;
}
.news-list li time {
	letter-spacing: 0.1em;
	margin-right: 2em;
	display: block;
	margin-bottom: 0.25em;
}
.news-list li a {
	color: inherit;
}
@media screen and (min-width: 768px), print {
	#news .row {
		display: flex;
		align-items: center;
	}
	#news h2 {
		width: 8em;
		margin: 0;
	}
	.news-list li {
		margin-top: 0.2em;
	}
	.news-list li time {
		display: inline;
		margin-bottom: 0;
	}
}
