@charset "UTF-8";

/* ----------------
common
------------------ */
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
/* Windows */
@font-face {
	font-family: YuGothicM;
	font-weight: normal;
	src: local("YuGothic-Medium"), local("Yu Gothic Medium"),
	local("YuGothic-Regular");
}
@font-face {
	font-family: YuGothicM;
	font-weight: bold;
	src: local("YoGothic-Bold"), local("Yu Gothic");
}
/* Icon */
@font-face {
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: 900;
	src: url("../font/fa-solid-900.eot");
	src: url("../font/fa-solid-900-.eot.html#iefix") format("embedded-opentype"),
	url("../font/fa-solid-900.woff2") format("woff2"),
	url("../font/fa-solid-900.woff") format("woff"),
	url("../font/fa-solid-900.ttf") format("truetype"),
	url("../font/fa-solid-900.svg#fontawesome") format("svg");
}

/* Type */
p {
	font-size: 16px;
	color: #000;
}
p.note {
	font-size: 13px;
	margin-bottom: 30px;
	color: #666;
}
section p {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
	font-size: 16px;
	color: #000;
    line-height: 2.2;
}

@media screen and (max-width: 767px) {
section p {
	font-size: 14px;
}
}
strong {
	padding: 0 0.5em;
	background: linear-gradient(transparent 40%, #ccdfef 40%);
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
}

/* Space */
@media (min-width: 1200px) {
	.container {
		max-width: 910px;
	}
}

.pb-l {
	padding-bottom: 30px !important;
}
@media screen and (min-width: 992px) {
	.pb-l {
		padding-bottom: 60px !important;
	}
}

@media screen and (max-width: 600px) {
	.pc_break {
		display: none;
	}
}

.sp {
    display: none;
}
.pc {
    display: block;
}
@media screen and (max-width: 767px) {
.sp {
    display: block;
}
.pc {
    display: none;
}
}

/* Background */
#about,
#rate,
#advantage,
#service {
	margin-bottom: 0;
	padding-top: 70px;
}

#service .mark-free .heading-2 span {
	position: relative;
}
#service .mark-free .heading-2 span::before {
	content: "無料";
	position: absolute;
	left: -67px;
	top: -3px;
	padding: 5px;
	font-size: 0.8em;
	background: #0060b0;
	color: white;
	font-weight: normal;
}

#faq {
	margin-bottom: 0;
	padding: 60px 0;
	background: url("../img/features/service_bg.png.html") center center / cover no-repeat;
}
.container-fluid .inner {
	padding: 50px 15px;
	text-align: center;
}
.container-fluid .bg {
	height: 150px;
	margin-bottom: 20px;
	background: url("../img/features/desc_img.png.html") right center / contain no-repeat;
}
@media screen and (max-width: 992px) {
	.container-fluid .bg {
		background: url("../img/features/desc_img.png.html") center center / contain
		no-repeat;
	}
}
#rate .bg {
	background-image: url("../img/img_rate.jpg.html");
}
#service .bg {
	background-image: url("../img/img_service.jpg.html");
}
#contact {
	padding: 50px 15px;
	background: #000 url("../img/features/contact_bg.png") center center no-repeat;
	background-size: cover;
}
#message {
	background: #fff url("../img/features/message_bg.png.html") top center / cover
	no-repeat;
	padding-top: 30px;
	padding-bottom: 596px;
}
#message .inner {
	border: 1px solid #c6c4b3;
	background: #fff;
	padding: 20px 50px;
}
#message h2 {
	margin: 30px 0 40px;
	line-height: 1.4;
	text-align: center;
	color: #817e67;
}
#message p {
	margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
	#message {
		padding: 30px 0 130px;
	}
	#message .inner {
		padding: 10px;
	}
	#message h2 {
		font-size: 20px;
		margin: 15px 0;
	}
	#message p {
		margin-bottom: 15px;
	}
}

#history {
	position: relative;
	background: url("../img/features/history_bg.png.html") center center / cover no-repeat;
}
.history-title {
	width: 100%;
	padding: 30px;
	color: white;
	text-align: center;
	font-size: 30; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
			to right,
			rgba(0, 123, 174, 0.81) 0%,
			rgba(31, 44, 94, 0.82) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf007bae', endColorstr='#d11f2c5e',GradientType=1 ); /* IE6-9 */
}
.history-content {
	text-align: center;
	padding: 25px 10px 30px;
}
.history-content p {
	display: block;
	margin: 0 auto;
	max-width: 1120px;
	color: white;
	padding: 20px;
	background: url("../img/features/history_content_bg.png.html") center center / cover
	no-repeat;
}
@media screen and (max-width: 600px) {
	.history-title {
		font-size: 16px;
		padding: 20px;
	}
}
.faq-signin {
	display: block;
	max-width: 100%;
	width: 750px;
	margin: -5px auto 50px;
}
.faq-signin img {
	width: 100%;
	display: none;
}
@media screen and (min-width: 601px) {
	.faq-signin img.pc {
		display: block;
	}
}
@media screen and (max-width: 600px) {
	.faq-signin {
		max-width: calc(100% - 20px);
	}
	.faq-signin img.sp {
		display: block;
	}
}

.faq-title {
	padding: 10px;
	font-size: 30px;
	text-align: center;
	color: white;
	background: url("../img/features/service-title.png.html");
	backgrouund-size: cover;
	margin-bottom: 20px;
}
.faq-content {
	border: 1px solid #c2c2c2;
	padding: 30px 40px;
	background: white;
	margin-bottom: 60px;
}
.faq-content small {
	display: block;
}
.faq-center {
	text-align: center;
	margin: 30px 0;
}
#faq .card h3 .btn {
	padding: 15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
#faq .card h3 .btn::after {
	margin-left: 10px;
}
@media screen and (max-width: 991px) {
	.faq-title {
		font-size: 18px;
	}
	#advantage {
		background-size: 1700px;
	}
}
@media screen and (min-width: 992px) {
	#about,
	#rate,
	#service {
		margin-bottom: 70px;
	}
	.container-fluid .inner {
		padding: 100px 40px;
		text-align: left;
	}
	.container-fluid .bg {
		height: auto;
		margin-bottom: 0;
	}
	#contact {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#advantage,
	#contact {
		background-attachment: fixed;
	}
	#advantage .inner {
		padding: 60px 150px;
	}
}

/* ----------------
layout
------------------ */

/* header */

.hBg {
	background-color: #fff;
}

#header {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic",
	"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
	Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#header .logo01 {
	background-color: #333;
	width: 200px;
	height: 200px;
	display: table;
	float: left;
	margin-left: 20px;
}
#header .logo_small {
	display: none;
}
#header .logo01 .h1Ttl {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	color: #fff;
}
#header .logo01 .h1Ttl img {
	width: 150px;
}
#header .upper {
	padding: 0 20px 0 240px;
}
@media screen and (min-width: 1025px) {
	#header .logo {
		height: 200px;
	}
	#header .upper {
		margin-bottom: 8px;
	}
	#header .upper .inner .division {
		padding-top: 53px;
		float: left;
	}
	#header .upper .inner .UpperContact a {
		padding-bottom: 7px;
		width: 120px;
		float: right;
		margin-top: 20px;
		background: #fff;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
		border: 1px solid #eee;
		box-sizing: border-box;
	}
	#header .upper .inner .UpperContact a img {
		width: 100%;
	}

	#header .navigation {
		padding: 0 26px 0 220px;
		margin-top: -100px;
	}
}
@media screen and (max-width: 767px) {
	#header .logo01 {
		height: 160px;
	}
	#header .upper {
	}
	#header .upper .inner .division {
		float: left;
		width: 70%;
		padding-top: 60px;
	}
	#header .upper .inner .UpperContact {
		float: right;
		width: 30%;
		max-width: 120px;
		padding-top: 40px;
	}
	#header .upper .inner .UpperContact a {
		width: 120px;
		margin-top: 30px;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
	}
}
#header .upper .inner .division p {
	font-size: 12.6px;
	letter-spacing: 0.1em;
	float: left;
	margin-right: 30px;
}
#header .upper .inner .division p a {
	font-size: 100%;
	text-decoration: none;
	color: #ccc;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#header .upper .inner .division a:hover {
	color: #333;
}
#header .upper .inner .UpperContact a:hover {
	background: #eee;
}
/**/
#header .navigation .inner {
	width: 100%;
	height: 100px;
	height: 100px;
}
#header .navigation .inner ul {
	width: 100%;
	border-top: 1px solid #eee;
	height: 60px;
	border-bottom: 1px solid #eee;
	padding: 0;
}
#header .navigation .inner ul li {
	float: left;
	width: 14.285714%;
	height: 60px;
	overflow: hidden;
}
#header .navigation li a,
#header .navigation li em {
	display: block;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	/* transition */
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none;
}
#header .navigation li a span {
	display: block;
	width: 100%;
	color: #ccc;
	font-size: 15.5px;
	line-height: 18px;
	text-align: center;
	padding: 21px 0 14px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#header .navigation li em span {
	display: block;
	width: 100%;
	color: #e8e8e8;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	padding: 20px 0 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#header .navigation li a span.ov {
	display: none;
}
#header .navigation li a:hover,
#header .navigation li.on a {
	border-top: 5px solid #4e4e4e;
}
#header .navigation li a:hover span,
#header .navigation li.on a span {
	color: #4e4e4e;
}
#header .navigation li.btSp,
#header .navigation li.btSitemap {
	display: none;
}
#hNav {
	display: none;
}
#header .navigation li img {
	width: 20px;
}

#bread {
	max-width: 1200px;
	margin: -38px auto -1px;
	box-sizing: border-box;
	z-index: 1;
}
@media screen and (min-width: 1001px) {
	#bread {
		padding-left: 230px;
	}
}
@media screen and (max-width: 1000px) {
	#bread {
		margin-bottom: 20px;
	}
}
#bread ul {
	margin: -40px auto 0;
	padding: 0 20px;
	list-style: none;
	margin: 8px 0 0 0;
	z-index: 1;
	position: relative;
}
#bread li {
	float: left;
	color: #4a6e89;
	font-size: 13px;
}
#bread li a {
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
#bread li a:hover {
	text-decoration: underline;
	color: #333;
}
#bread li::after {
	content: ">";
	color: #333;
	margin: 0 8px;
}
#bread li:last-child:after {
	content: none;
}

@media screen and (max-width: 767px) {
	/*====================================

  header

  ====================================*/
	.header {
		position: fixed;
		top: 50px;
		left: 0;
		width: 100%;
		z-index: 1;
	}
}
@media screen and (max-width: 1024px) {
	.hBg {
		margin-bottom: 0;
	}
	#header {
		background: rgba(0, 0, 0, 0.8);
		max-width: 1024px;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
	}
	#header .logo01 {
		display: none;
	}
	#header .upper {
		display: none;
	}
	#header .logo_small {
		display: block;
		width: 260px;
		position: absolute;
		top: 16px;
		left: 20px;
	}
	#header .logo_small img {
		width: 100%;
	}
	#header .navigation {
		padding: 0;
		margin-top: 0;
		height: auto;
	}
	#header #hNav {
		display: block;
	}
	#header #hNav #pull {
		display: block;
		cursor: pointer;
		position: absolute;
		top: 5px;
		right: 10px;
		width: 40px;
		height: 40px;
		text-align: center;
	}
	#header #hNav #pull span {
		height: 44px;
		font-size: 28px;
		line-height: 44px;
		color: #fff;
	}
	#header #hNav #pull span.icon-sp {
		display: block !important;
	}
	#header #hNav #pull span.icon-batsu {
		display: none !important;
	}

	#header #hNav #pull.on span.icon-sp {
		display: none !important;
	}
	#header #hNav #pull.on span.icon-batsu {
		display: block !important;
	}
	#header .navigation {
		position: absolute;
		top: 50px;
		left: 0px;
		width: 100%;
		height: 0;
		overflow: hidden;
		background-color: transparent;
		transition: height 0.3s;
	}
	#header .navigation.on {
		height: 100vh;
	}
	#header .navigation .inner {
		height: auto;
	}
	#header .navigation .inner ul {
		height: auto;
		border: none;
	}
	#header .navigation .inner ul li {
		width: 50%;
		height: auto;
		float: left;
	}
	#header .navigation .inner ul li a {
		border-top: none;
	}
	#header .navigation .inner ul li.nav_home {
		width: 100%;
	}
	#header .navigation .inner ul li a,
	#header .navigation .inner ul li em {
		text-decoration: none;
		display: block;
		width: 100%;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		background: #474342;
		overflow: hidden;
	}
	#header .navigation .inner ul li:not(.btSp) a,
	#header .navigation .inner ul li:not(.btSp) em {
		height: 65px;
	}
	#header .navigation .inner ul li a span {
		display: block !important;
		padding: 0;
		width: 100%;
		line-height: 65px;
		text-align: center;
		color: #fff;
		font-size: 12px;
	}
	#header .navigation .inner ul li.nav_home .icon_home {
		display: none !important;
	}

	#header .navigation .inner ul li em span {
		display: block;
		width: 100%;
		line-height: 65px;
		text-align: center;
		color: #888;
		font-size: 12px;
	}
	#header .navigation li.nav_home a span:first-of-type {
		display: none;
	}
	#header .navigation .inner ul li.btSp {
		float: none;
		width: 100%;
		display: block;
	}
	#header .navigation .inner ul li.btSp a {
		background-color: #5a5756;
		color: #fff;
		padding: 15px 20px;
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0;
	}
	#header .navigation .inner ul li.btSp a span {
		display: inline-block !important;
		width: auto;
		padding: 5px;
		width: 20px;
		height: 20px;
		margin-right: 10px;
		background-color: #fff;
		font-size: 10px;
		line-height: 10px;
		color: #5a5756;
	}
	#header .navigation .inner ul li a:hover,
	#header .navigation .inner ul li.on a {
		background-color: #94a3ab;
		color: #5a5756;
	}

	@font-face {
		font-family: "IcoMoon-Free";
		src: url("../font/IcoMoon-Free.ttf") format("truetype");
		font-weight: normal;
		font-style: normal;
	}
	.icon {
		font-family: "IcoMoon-Free";
		speak: none;
		font-style: normal;
		font-weight: 100;
		font-variant: normal;
		text-transform: none;
		display: inline-block;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;

		/* Enable Ligatures ================ */
		-webkit-font-feature-settings: "liga";
		-moz-font-feature-settings: "liga=1";
		-moz-font-feature-settings: "liga";
		-ms-font-feature-settings: "liga" 1;
		-o-font-feature-settings: "liga";
		font-feature-settings: "liga";

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	body #hNav #pull span.icon-sp {
		background-color: transparent;
		background-image: url("../img/common/icon-sp.png");
		background-repeat: no-repeat;
		background-position: center center;
		width: 40px;
		height: 40px;
	}
	body #hNav #pull.on span.icon-sp {
		display: none;
	}

	.icon-arrow-up-right2:before {
		content: "\ea3b";
	}

	/*====================================

      bread

      ====================================*/
	#bread {
		display: none;
	}

	#gHeader {
		padding-top: 70px;
	}
}

@media screen and (max-width: 767px) {
	/*------------------------------------------------------------
      ヘッダー
  ------------------------------------------------------------*/
	#gHeader {
		padding: 70px 10px 20px;
	}

	#gHeader .hBox {
		width: auto;
	}

	#gHeader .logo {
		margin: 0 40px 15px 0;
		display: inline-block;
		width: auto;
		float: none;
	}

	#gHeader .logo img {
		width: 230px;
	}

	#gHeader h1,
	#gHeader p {
		margin: 0;
		width: auto;
		float: none;
		display: block;
		font-size: 14px;
		line-height: 1.5;
		text-align: center;
	}

	#gHeader p .sm {
		margin-top: 10px;
		display: block;
		font-size: 12px;
		line-height: 1.3;
	}

	#gHeader .hMark {
		margin-left: 100px;
		padding: 2px;
		width: 50px;
		height: 50px;
		right: auto;
		left: 50%;
		font-size: 12px;
	}

	#gHeader .hMark:before {
		width: 44px;
		height: 44px;
		left: 2px;
		top: 2px;
		border: 1px solid #fff;
	}

	#gHeader .hMark:after {
		position: absolute;
		right: 5px;
		top: 8px;
		font-size: 0.65rem;

		content: "※";
	}
}

/* footer */
/*====================================

Footer

====================================*/

#Footer {
	color: #fff;
	border: 0;
	padding: 0;
	line-height: 1.7;
	font-size: 14px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	text-align: center;
	width: 100%;
	padding: 2em 0;
	margin: 0 auto -28px;
    background: #333;
}
#Footer .sinble p {
    margin-bottom: 5px;
}
#Footer .sinble img {
    max-width: 240px;
}
#Footer .copy p {
    color: #e6e6e6;
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}
#Footer .copy p small {
	font-size: smaller;
	margin-bottom: 20px;
	font-weight: 400;
    color: #e6e6e6;
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
	#Footer {
		width: 100%;
        padding: 16px 0 1px;
		margin: 0 auto 38px;
	}
#Footer .sinble img {
    width: 34%;
}
}
/*====================================

DONE: SP Footer
800px以下で中央寄せ、コピーライトを改行する。

====================================*/
@media screen and (max-width: 767px) {
	#Footer {
		width: 100%;
        padding: 16px 0 1px;
		margin: 0 auto 50px;
	}
	#Footer .sinble p {
		width: 100%;
	}
	#Footer .copy p {
		color: #fff !important;
		font-size: 0.5rem;
		line-height: 1.7;
		letter-spacing: 0.1em;
		font-family: ‘Metrophobic’, Arial, serif;
		font-weight: 400;
	}
    #Footer .sinble img {
    width: 60%;
}
}

/* ----------------
component
------------------ */
/* hero */
#hero {
	position: relative;
	padding-bottom: 1px;
	background: url("../img/lp/new/main_bg.jpg") center center / cover no-repeat;
    height: 360px;
		z-index: 0;
		display: none;
}
#hero::before {
  content: '';
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.4);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}

.hero-inner {
	/*
      background: url("../img/img_hero.png.html") right bottom no-repeat;
      background-size: contain;
      */
}
.hero-inner .inner {
	background: none;
}
.img-hero {
	margin-top: 30px;
	text-align: right;
}
.img-fade img {
	margin: 0 0 0 auto;
}
.logo-hero {
	margin: 0;
	padding: 160px 0 0 0;
}
.logo-hero h1 {
    display: inline-block;
    background: rgba(255,255,255,0.7);
    border: 2px solid #fff;
    padding: 23px 45px 22px;
    position: relative;
    z-index: 9999;
}
.logo-hero h1 span {
	display: block;
	width: 511px;
	height: 107px;
	max-width: calc(100% - 30px);
	text-indent: -9999px;
	background: url("../img/features/logo_hero.png") center center / contain no-repeat;
	margin: 0 auto;
}
.hero-catch {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
}
.hero-catch .circle {
    background: #fff;
    border-radius: 44px;
    width: 88px;
    height: 88px;
    text-align: center;
    padding: 30px 0 0 8px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.hero-catch .circle p {
	font-size: 20px;
	color: #232323;
	line-height: 1;
    display: inline-block;
    margin-bottom: 0;
}
.hero-catch .circle pre {
	font-size: 10px;
	color: #232323;
	line-height: 1;
    display: inline-block;
    margin-bottom: 8px;
    margin-left: -.3em;
    overflow: hidden;
    vertical-align: top;
}
.hero-catch .catch-copy{
	font-size: 31px;
	color: #fff;
    display: inline-block;
    font-weight: 400;
    vertical-align: middle;
    line-height: 1;
    letter-spacing: .2em;
    text-shadow:1px 1px 0 black;
}
.hero-catch .catch-copy span {
	font-size: 50px;
    
}
.hero-txt {
	text-align: right;
	width: 100%;
	/*margin: 450px auto 20px;*/
    margin: 330px auto 20px;
}
.hero-txt p {
    font-size: 12px;
    color: #fff;
}

@media screen and (max-width: 1024px) {
	#hero {
		margin-top: 0;
	}
}

@media screen and (max-width: 676px) {
#hero {
	position: relative;
	padding-bottom: 1px;
	background: url("../img/features/main_bg_sp.jpg") center bottom / cover no-repeat;
    background-size: 100% auto;
    padding-top: 55%;
    height: auto;
}
.logo-hero,
.hero-catch {
    display: none;
}
.hero-txt {
	text-align: right;
	width: 100%;
	margin: 0 auto 0;
}
.hero-txt p {
    font-size: 10px;
    color: #fff;
    margin-bottom: 0px;
}
}

@media screen and (max-width: 991px) {
	#hero {
		margin-top: 0px;
	}
	.navbar-brand img {
		width: 166px;
		height: auto;
	}
	.hero-inner {
		background-position: top right;
	}
	.img-fluid {
		max-width: 300px;
	}
}
@media screen and (min-width: 992px) {
	.heading-en {
		font-size: 24px;
	}
}
.font-yu-mincho {
	font-family: "Yu Mincho", "YuMincho", serif;
}

/* common */
.wrap {
    max-width: 880px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.sec-tit {
    background: linear-gradient(90deg, #008CD6 0%, #005FB0 100%) no-repeat ;
    padding: 20px;
    line-height: 1;
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 3px;
}
.tab {
    display: none;
}

@media screen and (max-width: 1024px) {
.wrap {
    width: 100%;
    padding: 0 20px;
}
}
@media screen and (max-width: 767px) {
.sec-tit {
    line-height: 1.2;
    font-size: 22px;
    padding: 10px;
}
}

/* sec01 */
.sec01 {
    background: #e6e9ef;
    padding: 100px 0 88px;
}
.sec01 .wrap{
	max-width: 925px;
}
.sec01 h2 {
    color: #0060b1;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 50px;
}
.sec01 h2 span {
    display: inline-block;
    vertical-align: middle;
}
.sec01 h2::before {
    display: inline-block;
    content: '';
    width: 46px;
    height: 1px;
    background: #0060b1;
    vertical-align: middle;
		margin-right: 12px;
		display: none;
}
.sec01 p {
    letter-spacing: -0.02rem;
}
.sec01 p span {
    font-size: 12px;
}
@media screen and (max-width: 1024px) {
.sec01 h2 {
    font-size: 30px;
}
}
@media screen and (max-width: 767px) {
.sec01 {
    padding: 75px 0;
}
.sec01 h2 {
    font-size: 27px;
    line-height: 1.6;
    margin-bottom: 25px;
}
.sec01 h2::before {
    display: none;
		margin-bottom: 25px;
}
.sec01 p span {
    font-size: 10px;
}
}

/* sec02 */
.sec02 {
    background: url("../img/features/sec02-bg.png") no-repeat top center;
    background-size: cover;
    padding: 80px 0 347px;
}
.sec02 .inner {
}
.sec02 .sec02-list {
    padding: 33px 40px;
    background: #d9e7f3;
}
.sec02 .sec02-list ul {
    padding-inline-start: 0;
}
.sec02 .sec02-list ul li {
    display: inline-block;
    width: 49.5%;
    margin-bottom: 33px;
    line-height: 1;
    vertical-align: middle;
}
.sec02 .sec02-list ul li::before {
    content: '';
    background: url("../img/features/sec02-check.png") no-repeat top left;
    background-size: 33px 25px;
    width: 33px;
    height: 25px;
    margin-right: 13px;
    display: inline-block;
    vertical-align: middle;
}
.sec02 .sec02-list ul li:last-child {
    display: block;
    width: 100%;
    margin-bottom: 0;
}
.sec02 .arrow {
    text-align: center;
    padding: 51px 0;
}
.sec02 .arrow img {
    width: 45px;
}
.sec02 .bottom-box {
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    width: 587px;
}
.sec02 .bottom-box h3 {
    font-size: 35px;
    color: #0060b1;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    margin-bottom: 26px;
    font-weight: 500;
}
.sec02 .bottom-box h3::before {
    content: '';
    background: url("../img/features/sec02-catch-left.png") no-repeat top left;
    background-size: 29px 48px;
    width: 29px;
    height: 48px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
}
.sec02 .bottom-box h3::after {
    content: '';
    background: url("../img/features/sec02-catch-right.png") no-repeat top left;
    background-size: 29px 48px;
    width: 29px;
    height: 48px;
    margin-left: 30px;
    display: inline-block;
    vertical-align: middle;
}
.sec02 .bottom-box .bottom-inner {
    background: rgba(255,255,255,0.5);
    border: 2px solid #0060b1;
    padding: 40px 30px;
}
.sec02 .bottom-box .bottom-inner h4 {
    font-size: 30px;
    text-align: center;
    line-height: 1.4;
    font-weight: 500;
}
.sec02 .bottom-box .bottom-inner h4 span {
    font-size: 38px;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
.sec02 {
    background: url("../img/features/sec02-bg_sp.png") no-repeat top center;
    background-size: cover;
    padding: 40px 0 160px;
}
.sec02 .sec02-list {
    padding: 16px 20px;
}
.sec02 .sec02-list ul li {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    line-height: 1.6;
}
.sec02 .sec02-list ul li span {
    width: calc(100% - 29px);
    display: inline-block;
    vertical-align: top;
}
.sec02 .sec02-list ul li::before {
    background-size: 23.1px 17.5px;
    width: 23.1px;
    height: 17.5px;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 4px;
}
.sec02 .arrow {
    text-align: center;
    padding: 25px 0;
}
.sec02 .bottom-box {
    width: 80%;
    margin: 0 auto;
}
.sec02 .bottom-box h3 {
    font-size: 22px;
    margin-bottom: 13px;
}
.sec02 .bottom-box h3::before {
    background-size: 16.5px 28.5px;
    width: 16.5px;
    height: 28.5px;
    margin-right: 15px;
}
.sec02 .bottom-box h3::after {
    background-size: 16.5px 28.5px;
    width: 16.5px;
    height: 28.5px;
    margin-left: 15px;
}
.sec02 .bottom-box .bottom-inner {
    padding: 20px 15px;
}
.sec02 .bottom-box .bottom-inner h4 {
    font-size: 15px;
    margin-bottom: 0;
}
.sec02 .bottom-box .bottom-inner h4 span {
    font-size: 19px;
    font-weight: 600;
}
}

/* sec03 */
.sec03 {
    background: url("../img/features/sec03-bg.png") no-repeat top center;
    background-size: cover;
    padding: 60px 0;
    text-align: center;
    z-index: 2;
}
.sec03 img {
    width: 590px;
}
@media screen and (max-width: 767px) {
.sec03 img {
    width: 90%;
}
}

/* sec04 */
.sec04 {
    background: #e6e9ef;
    padding: 72px 0 70px;
}
@media screen and (max-width: 767px) {
.sec04 {
    padding: 30px 0;
}
}

/* contact-sec */
.contact-sec {
    background: linear-gradient(-90deg, #177fb1 0%, #2a3f70 100%) no-repeat ;
    padding: 50px 0;
}
.contact-sec h2 {
    font-size: 36px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    margin-bottom: 15px;
}
.contact-sec h2::before {
    content: '';
    background: url("../img/features/contact-catch-left.png") no-repeat top left;
    background-size: 27px 63px;
    width: 27px;
    height: 63px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
}
.contact-sec h2::after {
    content: '';
    background: url("../img/features/contact-catch-right.png") no-repeat top left;
    background-size: 27px 63px;
    width: 27px;
    height: 63px;
    margin-left: 30px;
    display: inline-block;
    vertical-align: middle;
}
.contact-sec a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.contact-sec a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
}
.contact-sec a img {
    width: 880px;
}
@media screen and (max-width: 1024px) {
.contact-sec a img {
    width: 81.747066%;
    margin: 0 auto;
}
}
@media screen and (max-width: 767px) {
.contact-sec {
    padding: 20px 0;
}
.contact-sec .wrap {
    padding: 0;
}
.contact-sec h2 {
    font-size: 20px;
}
.contact-sec h2::before {
    background-size: 14px 37px;
    width: 14px;
    height: 37px;
    margin-right: 10px;
}
.contact-sec h2::after {
    background-size: 14px 37px;
    width: 14px;
    height: 37px;
    margin-left: 10px;
}
}

/* sec05 */
.sec05 {
    background: #e6e9ef;
    padding: 100px 0 88px;
}
.sec05 h2 {
    color: #0060b1;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 50px;
}
.sec05 h2 span {
    display: inline-block;
    vertical-align: middle;
}
.sec05 h2::before {
    display: inline-block;
    content: '';
    width: 46px;
    height: 1px;
    background: #0060b1;
    vertical-align: middle;
    margin-right: 12px;
}
.sec05 .block.first {
    margin-bottom: 50px;
}
.sec05 .block.second p {
    letter-spacing: -.02em;
}
.sec05 .inner {
    padding: 40px 60px;
    background: #fff;
}
.sec05 .inner p {
    margin-bottom: 50px;
}
.sec05 .inner img {
    width: 100%;
}
@media screen and (max-width: 1024px) {
.sec05 h2 {
    font-size: 30px;
}
}
@media screen and (max-width: 767px) {
.sec05 {
    padding: 75px 0;
}
.sec05 h2 {
    font-size: 27px;
    line-height: 1.6;
    margin-bottom: 25px;
}
.sec05 h2::before {
    display: block;
    margin-bottom: 25px;
}
.sec05 .block.first {
    margin-bottom: 25px;
}
.sec05 .inner {
    padding: 15px 20px;
}
.sec05 .inner p {
    margin-bottom: 10px;
}
}

/* point */
#point img {
	max-width: 100%;
	vertical-align: bottom;
}
#point {
	padding: 110px 0 70px;
	background: url("../img/features/sec06-bg.png") no-repeat top center;
    background-size: 100% auto;
}
.point h2 {
    color: #0060b1;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 50px;
}
.point h2 span {
    display: inline-block;
    vertical-align: middle;
}
.point h2::before {
    display: inline-block;
    content: '';
    width: 46px;
    height: 1px;
    background: #0060b1;
    vertical-align: middle;
    margin-right: 12px;
}
.point-list img {
	width: 194px;
}
.point-list .btn:active,
.point-list .btn {
	padding: 20px 0;
	text-decoration: none;
	border-radius: 0;
	width: 100%;
	color: #fff;
	background: linear-gradient(90deg, #008CD6 0%, #005FB0 100%) no-repeat ;
	font-size: 30px;
    position: relative;
    border: none;
}
.point-list .btn h3 {
	color: #fff;
	font-size: 30px;
	margin: 0;
    text-align: center;
}
.point-list .btn h3 span {
	font-size: 25px;
}
.point-list .btn .fa {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 20px;
}
.point-list {
	margin-top: 35px;
}
.point-content {
	background: #d9e7f3;
}
.point-content .inner {
    padding: 40px;
}
.point-content img {
	margin-bottom: 45px;
}
.point-content.collapse,
.case-content.collapse {
    display: block;
}
@media screen and (max-width: 1024px) {
.point-list .btn h3 span {
	font-size: 17px;
}
.point h2 {
    font-size: 30px;
}
}
@media screen and (max-width: 767px) {
#point {
    padding: 75px 0;
	background: url("../img/features/sec06-bg_sp.png") no-repeat top center;
    background-size: 100% auto;
}
.point h2 {
    font-size: 27px;
    line-height: 1.6;
    margin-bottom: 25px;
}
.point h2::before {
    display: block;
    margin-bottom: 25px;
}
.point-list img {
	width: 38.070404%;
}
.point-list .btn h3 {
	font-size: 22px;
}
.point-list .btn:active, .point-list .btn {
    padding: 10px 0;
}
.point-content .inner {
    padding: 20px;
}
.point-content img {
    margin-bottom: 22px;
}
.btn {
    position: relative;
}
.btn.collapsed::after {
    content: '';
    background: url("../img/features/btn-arrow.png") no-repeat top center;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.btn::after {
    content: '';
    background: url("../img/features/btn-arrow-back.png") no-repeat top center;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.point-content.collapse,
.case-content.collapse {
    display: none;
}
.point-content.collapse.show,
.case-content.collapse.show {
    display: block;
}
}


/* case */
#case img {
	max-width: 100%;
	vertical-align: bottom;
}
#case {
	padding: 110px 0 70px;
	background: url("../img/features/sec07-bg.png") no-repeat top center;
    background-size: 100% auto;
    background-color: rgba(35,24,21,0.1);
}
.case h2 {
    color: #0060b1;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 50px;
}
.case h2 span {
    display: inline-block;
    vertical-align: middle;
}
.case h2::before {
    display: inline-block;
    content: '';
    width: 46px;
    height: 1px;
    background: #0060b1;
    vertical-align: middle;
    margin-right: 12px;
}
.case-list img {
	width: 194px;
}
.case-list .btn:active,
.case-list .btn {
	padding: 20px 0;
	text-decoration: none;
	border-radius: 0;
	width: 100%;
	color: #fff;
	background: linear-gradient(90deg, #008CD6 0%, #005FB0 100%) no-repeat ;
	font-size: 30px;
    position: relative;
    border: none;
}
.case-list .btn h3 {
	color: #fff;
	font-size: 30px;
	margin: 0;
    text-align: center;
}
.case-list .btn .fa {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 20px;
}
.case-list {
	margin-top: 35px;
}
.case-content {
	background: #fff;
}
.case-content .inner {
    padding: 40px;
}
.case-content img {
	margin-bottom: 40px;
}
.case-content p:not(:last-child) {
	margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
.case h2 {
    font-size: 30px;
}
}
@media screen and (max-width: 767px) {
#case {
    padding: 75px 0;
	background: url("../img/features/sec07-bg_sp.png") no-repeat top center;
    background-size: 100% auto;
    background-color: rgba(35,24,21,0.1);
}
.case h2 {
    font-size: 27px;
    line-height: 1.6;
    margin-bottom: 25px;
}
.case h2::before {
    display: block;
    margin-bottom: 25px;
}
.case-list img {
	width: 38.070404%;
}
.case-list .btn h3 {
	font-size: 22px;
}
.case-list .btn:active, .case-list .btn {
    padding: 10px 0;
}
.case-content .inner {
    padding: 20px;
}

.case-content img {
	margin-bottom: 22px;
}
.case-content p:not(:last-child) {
	margin-bottom: 22px;
}
}


/* heading */
.heading-hero {
	color: #0060b0;
	font-size: 21px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
}
.heading-en {
	display: block;
	color: #0060b0;
	font-family: "Roboto Slab", sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
}
.heading-2 {
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#advantage .heading-2,
#advantage .heading-en {
	width: 100%;
}
.heading-icon {
	padding: 15px 0 15px 40px;
	color: #0060b0;
	font-weight: bold;
	font-size: 20px;
	background: url("../img/bg_1.png.html") left center no-repeat;
	background-size: auto 91px;
}
.heading-lead {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}
.heading-note {
	font-size: 18px;
	color: #666;
}

@media screen and (min-width: 992px) {
	.heading-hero {
		font-size: 32px;
		text-align: left;
	}
	.heading-en {
		font-size: 24px;
	}
	.heading-2 {
		font-size: 28px;
	}
}

/* list */
.icon-list {
	list-style: none;
	padding-left: 1em;
}
.icon-list li {
	position: relative;
	padding-left: 1.4em;
	margin-bottom: 10px;
	font-size: 14px;
}
.icon-list li:before {
	position: absolute;
	left: 0;
	font-family: FontAwesome;
	content: "\f00c";
	color: #0060b0;
}

/* btn */
.btn-lp {
	font-size: 18px;
	padding: 20px 50px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.btn-primary {
	background: #0060b0;
}
@media screen and (max-width: 991px) {
	.btn-lp {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

/* ----------------
project
------------------ */
/* advantage */
#advantage .text-center {
	padding: 0 20px;
	text-shadow: 0 0 5px #fff;
}
.inner-icon {
	padding-top: 120px;
}
.ad01 {
	background: url("../img/ico_ink.svg.html") top center no-repeat;
	background-size: 106px 120px;
}
.ad02 {
	background: url("../img/ico_ai.svg.html") top center no-repeat;
	background-size: 104px 120px;
}
.ad02 .heading-icon {
	background-image: url("../img/bg_2.png.html");
}
.ad03 {
	background: url("../img/ico_document.svg.html") top center no-repeat;
	background-size: 93px 120px;
}
.ad03 .heading-icon {
	background-image: url("../img/bg_3.png.html");
}
.ad04 {
	background: url("../img/ico_figure.svg.html") top center no-repeat;
	background-size: 120px 120px;
}
.ad04 .heading-icon {
	background-image: url("../img/bg_4.png.html");
}
.ad05 {
	background: url("../img/ico_call.svg.html") top center no-repeat;
	background-size: 94px 120px;
}
.ad05 .heading-icon {
	background-image: url("../img/bg_5.png.html");
}
@media screen and (min-width: 992px) {
	.heading-icon {
		padding: 20px 0 20px 40px;
	}
	.inner-icon {
		margin-bottom: 80px;
		padding: 0 180px 0 0;
		background-position: right center;
	}
	.ad02,
	.ad04 {
		padding: 0 0 0 180px;
		background-position: left center;
	}
}

/* rate */
.rate-num {
	font-size: 64px;
	color: #0060b0;
	font-family: "Roboto Slab", sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
}
.rate-num span {
	font-size: 40px;
}

/* contact */
#contact {
	color: #0d4094;
	text-align: center;
}
.contact-signup {
	margin-bottom: 40px;
}
.contact-signup img {
	max-width: 100%;
	display: none;
	margin: 0 auto;
}
@media screen and (min-width: 601px) {
	.contact-signup img.pc {
		display: block;
		width: 750px;
	}
}
@media screen and (max-width: 600px) {
	.contact-signup img.sp {
		display: block;
	}
}
.contact-title {
	font-size: 30px;
	margin-bottom: 20px;
}
.contact-comment {
	margin-bottom: 30px;
}
.contact-flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
}
.contact-left,
.contact-right {
	width: calc(50% - 10px);
}
.contact-left button {
	margin-top: 16px;
	width: 300px;
	max-width: 100%;
}
.contact-left small {
	display: block;
	margin-top: 7px;
}
.contact-form-modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.contact-form-modal.open {
	display: -ms-flexbox;
	display: flex;
}
.contact-form-bg {
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.contact-form-content {
	position: relative;
	margin: 150px auto 0;
	width: 500px;
	height: 430px;
	max-width: calc(100% - 20px);
	background: white;
	padding: 20px;
	box-sizing: border-box;
}
.contact-form-content h3 {
	text-align: center;
	font-size: 21px;
	color: #0d4094;
}
@media screen and (min-width: 800px) {
	.contact-form-content h3 br {
		display: none;
	}
}
.contact-form-open {
	background: #0d4094;
	color: white;
	padding: 15px;
	border-radius: 5px;
	text-align: center;
	font-size: 18px;
	z-index: 1;
}
@media screen and (max-width: 600px) {
	.contact-form-content {
		padding: 10px;
		margin: 100px auto 50px;
		height: auto;
	}
	.contact-form-content h3 {
		font-size: 20px;
	}
}

.contact-left-flex span {
	font-size: 48px;
	line-height: 1;
	font-weight: bold;
}
.contact-left-flex span a {
	color: #0d4094;
}
.contact-flex p {
	font-size: 18px;
	margin-bottom: 8px;
	color: #0d4094;
	font-weight: bold;
}
.contact-flex small {
	font-weight: bold;
}
.contact-flex img {
	max-width: 100%;
}

.contact-bototm {
	margin: 80px 0 0;
	padding: 15px 0;
	background: rgba(244, 246, 249, 0.8);
}
.contact-bototm b {
	color: #231916;
}
.contact-bototm address {
	font-style: normal;
	color: #231916;
}
.contact-address {
	font-size: 14px;
	margin: 10px 0 0;
}
.contact-license {
	font-size: 10px;
	margin: 0;
}
#contact p.tel {
	margin-bottom: 0;
	padding-left: 40px;
	color: #f0f8ff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
	Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 700;
	font-size: 36px;
	background: url("../img/ico_tel.svg.html") left center no-repeat;
	line-height: 1;
}
#contact p.tel a {
	color: #333 !important;
}
#contact p.note {
	margin-bottom: 0;
}

@media screen and (max-width: 600px) {
	.contact-flex {
		display: block;
	}
	.contact-left {
		margin-bottom: 20px;
	}
	.contact-left,
	.contact-right {
		width: 100%;
		text-align: center;
	}
	.contact-left-flex {
		-ms-flex-pack: center;
		justify-content: center;
	}
	.contact-left-flex span {
		font-size: 24px;
	}
	.contact-bototm {
		margin-top: 40px;
	}
}

/* faq */
.card {
	margin-bottom: 20px;
}
.card h3 .btn {
	display: block;
	width: 100%;
	padding: 15px 10px 0 10px;
	background: #0060b0;
	color: #fff;
	text-align: left;
	border-radius: 0;
	white-space: normal;
}
.card h3 .btn:after {
	font-family: FontAwesome;
	content: "\f106";
	color: #fff;
}
.card h3 .btn.collapsed:after {
	content: "\f107";
}
.card h3 .btn:hover,
.card h3 .btn:active,
.card h3 .btn:focus {
	text-decoration: none;
}

@media screen and (max-width: 991px) {
	.list-btn-container {
		width: 100%;
	}
	.card h3 .btn:after {
		display: block;
		text-align: center;
	}
	#contact p.note {
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 992px) {
	#contact p.tel {
		margin-right: 20px;
	}
}

/* 追加 */
.margin-center {
	margin: 0 auto;
}

#support {
	margin: 60px auto;
}

#support a {
	color: rgb(51, 51, 51);
	font-size: 80%;
	text-align: left;
}
#support li {
	list-style-type: disc;
	margin: 0 !important;
	padding: 0 !important;
}
#support li a {
	font-size: 14px;
}
.support-left-text {
	line-height: 1.7;
}

.btn-light-blue {
	background-color: #9fd5ff;
	color: #0060b0 !important;
}

.mt-20 {
	margin-top: 20px;
}

.ml-20 {
	margin-left: 20px;
}


@media screen and (min-width: 992px) {
	.container-fluid .inner {
		position: relative;
		top: -5px;
		padding: 0 40px 0;
	}
}

.blue-text {
	color: #1e77c2;
	font-weight: bold;
}

/* Nav */

.navbar.bg-light {
	background: #fff;
}
.nav-link {
	color: #666 !important;
	text-align: center;
}
.nav-login .nav-link {
	color: #0060b0 !important;
	background: #c0dff7;
}
.nav-register .nav-link {
	color: #fff !important;
	background: #0060b0;
}
@media screen and (max-width: 991px) {
	.nav-login,
	.nav-register {
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 992px) {
	.padding-div{
		width: 100%;
		height: 62px;
		background-color: #f8f9fa!important;
	}
	.navbar.bg-light {
		padding: 0;
	}
	.navbar-brand {
		padding: 12px 20px;
	}
	.nav-link {
		padding: 16px 15px !important;
	}
}

/* ヘッダーSticky */
.top-header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 10;
}

/* スマホフッター */
.sp-footer {
	display: none;
}
@media screen and (max-width: 1024px) {
	.sp-footer {
		display: block;
		position: fixed;
		width: 100%;
		max-width: 1024px;
		background: #333333;
		bottom: 0px;
		padding: 10px;
		margin: 0px;
		line-height: 30px;
		z-index: 100000;
	}
	.sp-footer ul {
		display: flex;
		justify-content: space-between;
		margin: 0px;
		padding: 0px;
	}
	.sp-footer .nav-item {
		list-style-type: none;
		width: 50%;
		margin: 0 5px 0 5px;
	}
}

/* news */
#news {
	text-align: center;
	margin: 60px auto -20px;
}
.news-title {
	padding: 10px;
	font-size: 30px;
	text-align: center;
	color: white;
	background: url("../img/features/service-title.png.html");
	background-size: cover;
	margin-bottom: 20px;
}
.news-content {
	border: 1px solid #c2c2c2;
	padding: 30px;
	background: white;
	margin-bottom: 22px;
	text-align: center;
}
.news-content p {
	display: inline-block;
	text-align: left;
	margin: 0;
}
@media screen and (max-width: 800px) {
	.news-title {
		font-size: 20px;
	}
	.news-content {
		padding: 20px;
	}
	.news-content p .pc {
		display: none;
	}
}

#supervisedTaxAccountant.box-supervision {
	width: 930px;
	height: 137px;
	margin: -540px auto 600px;
	background: url("../img/common/bg_toyoda.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

#supervisedTaxAccountant.box-supervision .image-sp {
	display: none;
}

#supervisedTaxAccountant.box-supervision .shoulder {
	background: none;
	padding: 0;
	font-size: 18px;
	text-align: left;
	width: 280px;
	line-height: 1.5;
}
#supervisedTaxAccountant.box-supervision .desc-spv {
	display: inline-block;
	padding: 10px 0 0 5px;
	background: none;
	font-size: 12px;
}
#supervisedTaxAccountant.box-supervision .name {
	display: inline-block;
	line-height: 24px;
	vertical-align: 5px;
	margin-left: 20px;
	font-size: 32px;
}
#supervisedTaxAccountant.box-supervision .profile {
	clear: both;
	font-size: 14px;
	margin: 5px 0 0 5px;
}

@media screen and (min-width: 992px) {
	#supervisedTaxAccountant.box-supervision {
		width: 880px;
		height: 130px;
	}
}

@media screen and (max-width: 767px) {
	#supervisedTaxAccountant.box-supervision {
		width: calc(100% - 30px);
		height: auto;
		margin: 0 15px 100px;
		padding: 0;
		border: 1px solid #eee;
		background: none;
	}
	#supervisedTaxAccountant.box-supervision .desc-spv {
		padding: 10px 8px;
		font-size: 11px;
	}
	#supervisedTaxAccountant.box-supervision .shoulder {
		font-size: 14px;
	}
	#supervisedTaxAccountant.box-supervision .name {
		margin: 0;
	}
	#supervisedTaxAccountant.box-supervision .profile {
		margin: 0 8px 10px;
	}
	#supervisedTaxAccountant.box-supervision .image-sp {
		display: block;
		max-width: 100%;
		margin-bottom: 5px;
	}
}

/* 吹き出し本体 */
.balloon1{
	position: relative;
	padding: 20px;
	border-radius: 10px;
	background-color: #EEE;
	margin-left: 110px;          /* 左に余白を設ける */
	margin-bottom: 20px;
}

/* 画像 - 絶対配置で左上に配置 */
.balloon1 .icon{
	position: absolute;
	left: -110px;
	top: 0;
}
/* 三角アイコン */
.balloon1::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -15px;
	top: 20px;
	border-right: 15px solid #EEE;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}

@media screen and (max-width: 1024px) {
	.balloon1{
	margin-left: 0;
	margin-top: 125px;
	}
	.balloon1 .icon{
	left: 0;
	top: -120px;
	}
.balloon1::before{
	top: -30px;
	left: 35px;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-bottom: 15px solid #EEE;
}
}

/* 吹き出し本体 */
.balloon2{
	position: relative;
	padding: 20px;
	border-radius: 10px;
	color: #ffffff;
	background-color: #EEE;
	margin-right: 110px;          /* 右に余白を設ける */
	margin-bottom: 20px;
}
/* 画像 - 絶対配置で右上に配置 */
.balloon2 .icon{
	position: absolute;
	right: -110px;
	top: 0;
	op: 0;
}
/* 三角アイコン */
.balloon2::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -15px;
	top: 20px;
	border-left: 15px solid #EEE;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}

.features-cv-btn-description {
	display: inline-block;
	font-size: 12px;
	margin-top: 10px;
	color: #fff;
	text-align: left;

	@media screen and (max-width: 767px) {
		font-size: 10px;
		margin: 10px 10%;
	}	
}