@charset "utf-8";

/* reset */
html, body, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: middle;
	background: transparent;
}
body {
	line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-decoration: none;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select {
	vertical-align: middle;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 100;
}
@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 200;
}

html {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
@media all and (-ms-high-contrast: none) {
	html {
		font-family: Verdana, Meiryo, sans-serif;
	}
}
@media all and (-ms-high-contrast: active) {
	html {
		font-family: Verdana, Meiryo, sans-serif;
	}
}

body {
	background-color: #f4f5f7;
	color: #376282;
}
strong {
	font-weight: bold;
}

/* common class */
.c-red {
	font-weight: bold;
	color: #eb5651;
	font-size: 150%;
}
.yg-marker {
	background: -webkit-linear-gradient(transparent 50%, #dbff00 0%);
	background: linear-gradient(transparent 50%, #dbff00 0%);
}

/* header */
header {
	width: 100%;
	background-color: #376282;
}
header #head-wrapper {
	width: 1140px;
	color: #fff;
	margin: 0 auto;
}
@media screen and (max-width: 1140px) {
	header #head-wrapper {
		width: 100%;
	}
}
#head-wrapper .head-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#head-wrapper #header-logo {
	line-height: 1.5;
}
@media screen and (max-width: 1000px) {
	#head-wrapper .head-flex {
		justify-content: center;
	}
	#head-wrapper #header-logo {
		width: 100%;
		text-align: center;
	}
}
#head-wrapper #header-logo h1 {
	margin-bottom: 5px;
}
#head-wrapper .head-flex svg {
	height: 30px;
}
#head-wrapper .head-flex nav {
	display: flex;
	justify-content: flex-end;
	white-space: nowrap;
	overflow: hidden;
	height: 66px;
}
#head-wrapper .head-flex nav .nav-mask {
	height: 90px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
#head-wrapper .head-flex nav a {
	color: #fff;
}
#head-wrapper .head-flex nav ul {
	display: flex;
	align-items: center;
	margin-right: 20px;
}
#head-wrapper .head-flex nav ul li a {
	display: block;
	text-align: center;
	padding: 10px 20px;
	line-height: 1.5;
}
#head-wrapper .head-flex nav ul li a .nav-title {
	display: block;
	font-size: 113%;
}
#head-wrapper .head-flex nav ul li a span {
	display: block;
	font-size: 83%;
}
#head-wrapper #head-nav-contact {
	display: inline-block;
	text-align: center;
	font-size: 83%;
	line-height: 1.5;
	padding: 10px;
	background-color: #82A4D7;
}
#head-wrapper #head-nav-contact::before {
	display: block;
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	font-size: 246%;
	font-weight: 900;
	line-height: 1;
}

/* main */
main {
	width: 1140px;
	margin: 20px auto;
}
@media screen and (max-width: 1140px) {
	main {
		width: 100%;
	}
}

/* top main contents */
.top-contents-article {
	margin-bottom: 40px;
}
#top-contents-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
#top-contents-header a {
	position: relative;
	display: block;
}
#top-contents-header img {
	width: 560px;
	height: 360px;
}
#top-contents-header a div {
	position: absolute;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	top: 310px;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	line-height: 1.5;
	-webkit-transition:	all 0.4s ease;
	transition:	all 0.4s ease;
}
#top-contents-header a:hover div {
	top: 0;
}
#top-contents-header h2 {
	font-size: 138%;
	font-weight: 500;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: right;
}
#top-contents-header p {
	margin-top: 10px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
}
@media screen and (max-width: 1140px) {
	#top-contents-header {
		justify-content: center;
	}
	#top-contents-header a {
		width: 560px;
		margin: 0 auto;
	}
	#top-contents-header a:not(:first-of-type) {
		margin-top: 20px;
	}
	#top-contents-header a div {
		top: calc(100% - 50px);
	}
	#top-contents-header a:hover div {
		top: 0;
	}
}
@media screen and (max-width: 560px) {
	#top-contents-header a {
		width: 100%;
	}
	#top-contents-header img {
		width: 100%;
		height: auto;
	}
}

#top-service,
#top-price,
#top-flow,
#top-concept {
	text-align: center;
	line-height: 2;
	font-size: 115%;
	color: #376282;
	margin-bottom: 40px;
}
#top-service h2,
#top-price h2,
#top-flow h2,
#top-concept h2 {
	position: relative;
	display: inline-block;
	padding: 0 55px;
	font-size: 200%;
	font-weight: 700;
	margin: 20px auto;
	line-height: 0.6;
}
#top-service h2 span,
#top-price h2 span,
#top-flow h2 span,
#top-concept h2 span {
	font-size: 50%;
}
#top-service h2::before,
#top-service h2::after,
#top-price h2::before,
#top-price h2::after,
#top-flow h2::before,
#top-flow h2::after,
#top-concept h2::before,
#top-concept h2::after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: #376282;
}
#top-service h2::before,
#top-price h2::before,
#top-flow h2::before,
#top-concept h2::before {
	left: 0;
}
#top-service h2::after,
#top-price h2::after,
#top-flow h2::after,
#top-concept h2::after {
	right: 0;
}
#top-service h3 {
	color: #376282;
	font-size: 150%;
}
#top-service section:not(:first-of-type) h3 {
	margin-top: 60px;
}
.icon-responsive {
	width: 620px;
	display: flex;
	justify-content: space-around;
	margin: 20px auto;
}
.icon-responsive img,
.icon-seo img {
	width: 100px;
	height: 100px;
}
.top-service-img {
	display: block;
	margin: 20px auto;
	width: 50%;
	height: 50%;
}
.icon-seo {
	width: 460px;
	display: flex;
	justify-content: space-around;
	margin: 20px auto;
}
@media screen and (max-width: 620px) {
	.icon-responsive {
		width: 100%;
	}
	.icon-responsive img,
	.icon-seo img {
		width: 60px;
		height: 60px;
	}
}
@media screen and (max-width: 560px) {
	.top-contents-article {
		margin-right: 10px;
		margin-left: 10px;
	}
	#top-service h3 {
		font-size: 120%;
	}
	.top-service-img {
		width: 100%;
	}
}
@media screen and (max-width: 460px) {
	.icon-seo {
		width: 100%;
	}
}

#price-tbl table {
	width: 1040px;
	margin: 40px auto 0 auto;
	text-align: center;
}
#price-tbl tr th {
	width: 240px;
	padding: 20px 10px 10px 10px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}
#price-tbl tr th:not(:first-of-type) {
	border-left: 5px solid #f4f5f7;
}
#price-tbl tr th a {
	display: block;
	background-color: #fff;
	border-radius: 5px;
	margin-top: 20px;
	padding: 8px 20px 5px 20px;
	font-size: 85%;
	color: #376282;
}
#price-tbl .lite-plan {
	background-color: #cddc39;
}
#price-tbl .standard-plan {
	background-color: #4caf50;
}
#price-tbl .premium-plan {
	background-color: #009688;
}
#price-tbl tr td {
	font-weight: bold;
}
#price-tbl tr:nth-of-type(odd) td {
	background-color: #fff;
}
#price-tbl tr td:nth-of-type(1) {
	width: 180px;
}
#price-tbl tr td:nth-of-type(2) {
	color: #cddc39;
}
#price-tbl tr td:nth-of-type(3) {
	color: #4caf50;
}
#price-tbl tr td:nth-of-type(4) {
	color: #009688;
}
@media screen and (max-width: 1140px) {
	#price-tbl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
}

#flow-chart ul {
	width: 1140px;
	display: flex;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
}
#flow-chart ul li {
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	writing-mode: vertical-rl;
	background-color: #1b98e0;
	text-align: left;
	margin-top: 40px;
	padding: 20px 20px 80px 20px;
}
#flow-chart ul li:not(:last-of-type)::after {
	content: "";
	border-top: 10px solid transparent;
	border-left: 10px solid #1b98e0;
	border-bottom: 10px solid transparent;
	position: absolute;
	right: -10px;
	top: calc(50% - 35px);
}
#flow-chart ul li i {
	font-size: 200%;
	margin-bottom: 20px;
}
#flow-chart ul li div {
	width: 100%;
	height: 60px;
	position: absolute;
	right: 0;
	background-color: #f4f5f7;
	bottom: 0;
	left: 0;
}
#flow-chart ul li div span {
	width: 100%;
	position: absolute;
}
#flow-chart ul li div span.flow-lite {
	border-bottom: 10px solid #cddc39;
	top: 10px;
}
#flow-chart ul li div span.flow-standard {
	border-bottom: 10px solid #4caf50;
	top: 30px;
}
#flow-chart ul li div span.flow-premium {
	border-bottom: 10px solid #009688;
	bottom: 0;
}
@media screen and (max-width: 1140px) {
	#flow-chart {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
}
#top-flow p {
	line-height: 1.5;
	font-size: 85%;
}
.notice-lite {
	margin-top: 10px;
}
.notice-lite::before,
.notice-standard::before,
.notice-premium::before {
	content: "■";
	margin-right: 5px;
}
.notice-lite::before {
	color: #cddc39;
}
.notice-standard::before {
	color: #4caf50;
}
.notice-premium::before {
	color: #009688;
}

.flow-plan {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
.flow-plan li {
	width: 24%;
	padding: 20px 10px 10px 10px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}
.flow-plan li a {
	display: block;
	background-color: #fff;
	border-radius: 5px;
	margin-top: 20px;
	padding: 8px 20px 5px 20px;
	font-size: 85%;
	color: #376282;
}
.flow-plan li.flow-lite {
	background-color: #cddc39;
}
.flow-plan li.flow-standard {
	background-color: #4caf50;
}
.flow-plan li.flow-premium {
	background-color: #009688;
}
.flow-plan li.flow-all {
	background-color: #1b98e0;
}
@media screen and (max-width: 960px) {
	.flow-plan li {
		width: 49%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 420px) {
	.flow-plan li {
		width: 100%;
	}
}

/* footer */
footer {
	background-color: #376282;
	color: #fff;
	margin-top: 80px;
}
#footer-contact {
	background-image: url(../images/footer-contact.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0;
}
#footer-contact a {
	display: block;
	width: 50%;
	font-size: 200%;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	background-color: rgba(0, 0, 0, .7);
	margin: 0 auto;
	padding: 20px 40px;
	transition: all .4s ease;
}
#footer-contact a:hover {
	background-color: rgba(255, 255, 255, .7);
	color: #333;
}
#footer-contact a i {
	display: block;
	font-size: 200%;
	margin-top: 10px;
}
#footer-contact a span {
	display: block;
	font-size: 50%;
}
@media screen and (max-width: 840px) {
	#footer-contact a {
		width: 75%;
	}
}
#footer-wrap {
	width: 1140px;
	margin: 0 auto;
	padding: 20px 0;
}
#footer-wrap a {
	color: #fff;
}
#footer-nav ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#footer-nav ul li svg {
	width: 240px;
}
#footer-nav ul li address {
	font-style: normal;
	margin-top: 20px;
}
#footer-nav ul li p.mail {
	margin-top: 20px;
}
#footer-nav ul li address::before,
#footer-nav ul li p.mail::before {
	display: inline-block;
	width: 20px;
	text-align: center;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	margin-right: 5px;
}
#footer-nav ul li address::before {
	content: "\f2bb";
}
#footer-nav ul li p.mail::before {
	content: "\f0e0";
}
#footer-nav nav {
	width: 880px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#footer-nav nav dl dt a {
	display: block;
	width: 205px;
	margin-bottom: 10px;
	padding: 5px 10px;
	text-align: center;
	background-color: #82A4D7;
}
#footer-nav nav dl dd {
	line-height: 1.5;
	text-align: center;
}
.footer-subnav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
.footer-subnav li:not(:first-of-type) {
	border-left: 1px solid #ccc;
}
.footer-subnav li a {
	padding: 5px 20px;
}
#copyright {
	text-align: right;
	font-size: 85%;
}
@media screen and (max-width: 1140px) {
	#footer-wrap {
		width: 100%;
		padding: 20px 10px;
	}
	#footer-nav ul li {
		margin-bottom: 20px;
		text-align: center;
	}
	#footer-nav ul li,
	#footer-nav ul li nav {
		width: 100%;
	}
}
@media screen and (max-width: 920px) {
	#footer-nav nav dl {
		width: calc(50% - 10px);
		margin-top: 20px;
	}
	#footer-nav nav dl dt a {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	#footer-nav nav dl {
		width: 100%;
	}
}

/* page */
#page {
	line-height: 2;
}
.page-title {
	font-size: 200%;
	font-weight: 500;
	text-align: center;
	margin-bottom: 40px;
}
#contact-tbl {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	box-sizing: border-box;
}
#contact-tbl dt {
	width: 240px;
	text-align: center;
	padding: 10px;
	font-weight: 500;
}
#contact-tbl dd {
	width: calc(100% - 240px);
}
#contact-tbl dt,
#contact-tbl dd {
	padding: 10px;
}
#contact-tbl dd input,
#contact-tbl dd select,
#contact-tbl dd textarea {
	width: 100%;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #999;
	box-sizing: border-box;
}
.wpcf7-submit {
	display: block;
	margin: 20px auto;
	padding: 10px 80px;
	border-radius: 5px;
	background-color: #376282;
	color: #fff;
	border: none;
	font-size: 120%;
}
#contact-tbl dd .wpcf7-not-valid-tip {
	margin-top: 10px;
	font-size: 85%;
	font-weight: bold;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: none;
	text-align: center;
	color: #f00;
	font-weight: bold;
}
div.wpcf7-mail-sent-ok {
	border: none;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 840px) {
	#contact-tbl dt,
	#contact-tbl dd {
		width: 100%;
	}
}

#page #privacy-content h3 {
	font-size: 150%;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
	border-top: none;
	border-bottom: none;
	border-left: 5px solid #376282;
	padding: 0 15px;
}

.i-envelope {
	display: flex;
	align-items: center;
}
.i-envelope::before {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	margin-right: 5px;
	content: "\f0e0";
}

#about-tbl {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#about-tbl dt,
#about-tbl dd {
	padding: 20px;
	border-top: 1px solid #376282;
	box-sizing: border-box;
}
#about-tbl dt:last-of-type,
#about-tbl dd:last-of-type {
	border-bottom: 1px solid #376282;
}
#about-tbl dt {
	width: 240px;
	font-weight: bold;
	text-align: center;
}
#about-tbl dd {
	width: calc(100% - 240px);
}
@media screen and (max-width: 640px) {
	#about-tbl dt,
	#about-tbl dd {
		width: 100%;
	}
	#about-tbl dd {
		border: none;
		text-align: center;
	}
	#about-tbl dt {
		border-bottom: 1px solid #376282;
	}
	#about-tbl dd:last-of-type {
		border-bottom: 1px solid #376282;
	}
}

#page h3 {
	padding: 10px;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #376282;
	border-bottom: 1px solid #376282;
}
