@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #212121;
	font-size: 16px;
	line-height: 2;
	letter-spacing: .07em;
	font-feature-settings : "palt";
	text-align: left;
	background-color: #fff;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;*/
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
@media screen\0 {
	body {
		letter-spacing: normal;
		font-family: "YakuHanJP", 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
@media print {
	body {
		zoom: 0.68;
		-webkit-print-color-adjust: exact;
	}
}
/* IE10以上 */
@media print and (-ms-high-contrast: none) {
	/* @pageの指定いらないかも */
	@page {
		size: A4;
		margin: 12.7mm 9.7mm;
	}

	body {
		zoom: 1.8;
		width: 1200px;
		transform: scale(0.5);
		transform-origin: 0 0;
	}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
main {
	display: block;
}
table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
input[type="radio"],input[type="checkbox"],label,button,input[type="submit"] {
	cursor: pointer;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
	height: 50px;
	padding: 5px 20px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
select {
	height: 50px;
	padding: 5px 10px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 150px;
	padding: 15px 20px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	vertical-align: top;
}
/* Webkit */
::-webkit-input-placeholder {
	color: #b8b8b8;
	opacity: 1;
}
/* Firefox 18 以前 */
:-moz-placeholder {
	color: #b8b8b8;
}
/* Firefox 19 以降 */
::-moz-placeholder {
	color: #b8b8b8;

	/* Firefox 19 以降のデフォルトでは */
	/* color ではなく opacity で色合いを調整しているため */
	/* 文字色を指定する場合、opacity を 1 にする必要がある */
	opacity: 1;
}
/* IE 10 以降 */
:-ms-input-placeholder {
	color: #b8b8b8 !important;
}
/* CSS4では以下のような名前の擬似クラスになるらしい */
/* おそらく今のところ対応ブラウザはない */
:placeholder-shown {
	color: #b8b8b8;
}
/* Android chrome対策 */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	max-height:100%;
}

.clear {
	clear: both;
}
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
a {
	text-decoration: none;
}
a:link {
	color: #212121;
}
a:visited {
	color: #212121;
}
a.normal:link {
	color: #212121;
}
a.normal:visited {
	color: #212121;
}
a:hover {
	text-decoration: none;
}
a:active {
}
a.noline {
	text-decoration: none;
}
a.reverse {
	text-decoration: none;
}
a.reverse:hover {
	text-decoration: underline;
}
.linkBox {
	cursor: pointer;
}
body {
	text-align: center;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}
a { /* FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
}
.ov {
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ov:hover {	
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.ovImg:hover img {	
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.nowrap {
	white-space: nowrap;
}
.mincho {
	font-family: "YakuHanMP", YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
}
@media screen\0 {
	.mincho {
		font-family: "YakuHanMP", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
	}
}
.gothic {
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen\0 {
	.gothic {
		font-family: "YakuHanJP", 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
.Lato {
	font-family: "YakuHanJP", 'Lato', sans-serif;
}
.Oswald {
	font-family: "YakuHanJP", 'Oswald', sans-serif;
}
* {
	box-sizing: border-box;
}


@media screen and (max-width:767px){
	body {
		font-size: 14px;
	}

	input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
		height: 44px;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
	select {
		height: 44px;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
	textarea {
		height: 34.6666666vw;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
}

/**********************************

 general

***********************************/
/* margin-bottom */
.mb5  {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.mb70 {margin-bottom: 70px;}
.mb75 {margin-bottom: 75px;}
.mb80 {margin-bottom: 80px;}
.mb85 {margin-bottom: 85px;}
.mb90 {margin-bottom: 90px;}
.mb95 {margin-bottom: 95px;}
.mb100 {margin-bottom: 100px;}
.mb110 {margin-bottom: 110px;}
.mb120 {margin-bottom: 120px;}
/* margin-top */
.mt5  {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
/* margin-left */
.ml5  {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}
/* margin-right */
.mr5  {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.mr40 {margin-right: 40px;}
.mr50 {margin-right: 50px;}
/* padding-top */
.pt5  {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt50 {padding-top: 50px;}
.pt60 {padding-top: 60px;}
.pt70 {padding-top: 70px;}
/* padding-bottom */
.pb5  {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pb55 {padding-bottom: 55px;}
.pb60 {padding-bottom: 60px;}
.pb70 {padding-bottom: 70px;}
/* width */
.w10   {width: 10px;}
.w20   {width: 20px;}
.w30   {width: 30px;}
.w40   {width: 40px;}
.w50   {width: 50px;}
.w60   {width: 60px;}
.w70   {width: 70px;}
.w80   {width: 80px;}
.w90   {width: 90px;}
.w100  {width: 100px;}
.w110  {width: 110px;}
.w120  {width: 120px;}
.w130  {width: 130px;}
.w140  {width: 140px;}
.w150  {width: 150px;}
.w200  {width: 200px;}
.w240  {width: 240px;}
.w250  {width: 250px;}
.w300  {width: 300px;}
.w350  {width: 350px;}
.w400  {width: 400px;}
.w450  {width: 450px;}
.w500  {width: 500px;}
.wfull {width: 100%;}
.imgMax {
	max-width: none;
	width: 100%;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.veralignT {
	vertical-align: top;
}
.veralignM {
	vertical-align: middle;
}
.veralignB {
	vertical-align: bottom;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.bold {
	font-weight: bold;
}
.red {
	color: #ff3f00;
}
.blue {
	color: #0b5fa5;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 60%, #ffdf00 60%);
}
@media screen\0 {
	.marker {
		font-family: "YakuHanJP", Lato, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
.underline {
	text-decoration: underline;
}
.large {
	font-size: 24px;
}
.large-x {
	font-size: 36px;
}
.small {
	font-size: 86%;
}
@media screen and (min-width:768px){
	.sp {
		display: none;
	}
}
@media screen and (max-width:767px){
	.pc {
		display: none;
	}
	.large {
		font-size: 15px;
	}
	.large-x {
		font-size: 18px;
	}
}

/**********************************

 parts

***********************************/
.define_wrap {
	padding: 0 50px;
}

.define_inner {
	max-width: 100%;
	width: 1000px;
	margin: 0 auto;
}


@media screen and (max-width:1099px){

	.define_wrap {
		padding: 0 4.545454545454545%;
	}
}


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

	.define_wrap {
		padding: 0 10%;
	}
}

/**********************************

 layout

***********************************/
body {
	height: auto !important;
}
body.is-fixed {
	position: fixed;
	width: 100%;
	/*height: 100%;*/
}
.l-wrap {
	position: relative;
	overflow: hidden;
}

.l-wrap.is-noneActive .l-main,
.l-wrap.is-noneActive .l-footer {
	pointer-events: none;
}

.l-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	background-color: rgba(11,95,165,.95);
	pointer-events: none;
	opacity: 0;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-cover.is-active {
	opacity: 1;
	pointer-events: auto;
}

.l-main {
}

.l-pageTop {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 5;
}

@media screen and (max-width:1023px){

	.l-pageTop {
		width: 60px;
		bottom: 24px;
		right: 24px;
	}
}

@media screen and (max-width:767px){
	.l-wrap {
		padding-bottom: 50px;
	}

	.l-pageTop {
		width: 32px;
		bottom: 15px;
		right: 4%;
	}
}


/**********************************

 l-humberger

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

	.l-humberger {
		width: 55px;
		height: 55px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 25;
	}

	.l-humberger a {
		display: block;
		width: 55px;
		height: 55px;
		/*background-color: #fff;*/
		overflow: visible;
		transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-humberger a.is-active {
		/*background-color: #000;*/
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 22px;
		height: 28px;
	}
	.menu-trigger span {
		position: absolute;
		left: 15px;
		width: 100%;
		height: 2px;
		background-color: #0b5fa5;
	}
	.menu-trigger.is-active span {
		background-color: #fff;
	}
	.menu-trigger span:nth-of-type(1) {
		width: 25px;
		top: 17px;
	}
	.menu-trigger span:nth-of-type(2) {
		width: 14px;
		top: 27px;
	}
	.menu-trigger span:nth-of-type(3) {
		width: 20px;
		bottom: 16px;
	}

	.menu-trigger.is-active span:nth-of-type(1) {
		width: 25px;
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu-trigger.is-active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.is-active span:nth-of-type(3) {
		width: 25px;
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
}


/**********************************

 l-drawerMenu

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

	.l-drawerMenu {
		display: block;
		width: 100%;
		height: 100vh;
		padding: 0 4.666666666666667%;
		/*background-color: rgba(0,0,0,.9);*/
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 20;
		/*transform: translateX(105%);*/
		/*-webkit-transform: translateX(105%);*/
		pointer-events: none;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-drawerMenu.is-active {
		opacity: 1;
		pointer-events: auto;
		/*transform: none;*/
		/*-webkit-transform: none;*/
	}

	.l-drawerMenu__inner {
		padding-top: 55px;
	}

	.l-drawerMenu__inner ul {
		border-top: 1px solid #ffffff;
	}

	.l-drawerMenu__inner ul li {
		font-weight: bold;
		border-bottom: 1px solid #ffffff;
	}

	.l-drawerMenu__inner ul li:last-child {
	}

	.l-drawerMenu__inner ul li a {
		display: block;
		padding: 14px 0;
		color: #fff;
		text-decoration: none;
	}
}



/**********************************

 l-header

***********************************/
.l-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
	background: #fff;
}

.l-header__logo {
	margin-left: 60px;
}

.l-header__navi {
	display: flex;
	align-items: center;
}

.l-header__navi ul {
	display: flex;
	align-items: center;
	margin-right: 50px;
	font-weight: bold;
}

.l-header__navi ul li {
	margin-right: 40px;
}

.l-header__navi ul li:last-child {
	margin-right: 0;
}

.l-header__navi .contact {
	font-weight: bold;
}

.l-header__navi .contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 100px;
	color: #fff;
	background-color: #05af64;
}

.l-header__navi .contact a span {
	padding-left: 34px;
	position: relative;
	z-index: 1;
}

.l-header__navi .contact a span:before {
	content: "";
	display: block;
	width: 22px;
	height: 18px;
	background: url(../images/icon_laptop01.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

@media screen and (max-width:1299px){

	.l-header__logo {
		margin-left: 3.846153846153846%;
	}
}

@media screen and (max-width:1099px){

	.l-header__navi ul {
		margin-right: 25px;
	}

	.l-header__navi ul li {
		margin-right: 20px;
	}

	.l-header__navi .contact a {
		width: 180px;
	}
}

@media screen and (max-width:1023px){

	.l-header__logo {
		width: 160px;
	}

	.l-header__navi ul {
		margin-right: 20px;
		font-size: 15px;
	}

	.l-header__navi ul li {
		margin-right: 15px;
	}

	.l-header__navi .contact a {
		width: 160px;
	}
}

@media screen and (max-width:767px){
	.l-header {
		height: 55px;
	}

	.l-header__logo {
		width: 147px;
		margin-left: 5.333333333333333%;
	}

	.l-header__navi {
		display: none;
	}
}

/**********************************

 l-fixedContent

***********************************/

@media screen and (min-width:768px){
	.l-fixedContent {
		display: none;
	}
}

@media screen and (max-width:767px){
	.l-fixedContent {
		display: block;
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10;
	}

	.l-fixedContent__btn {
		font-size: 15px;
		font-weight: bold;
	}

	.l-fixedContent__btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 50px;
		color: #fff;
		background-color: #05b265;
		position: relative;
		z-index: 1;
		overflow: visible;
	}

	.l-fixedContent__btn a span {
		padding-left: 33px;
		position: relative;
		z-index: 1;
	}

	.l-fixedContent__btn a span:before {
		content: "";
		display: block;
		width: 23px;
		height: 17px;
		background: url(../images/icon_laptop02.png) no-repeat center;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.l-fixedContent__btn a span:after {
		content: "";
		display: block;
		width: 58px;
		height: 58px;
		margin: -17% -41% 0 0;
		background: url(../images/fixed_balloon.png) no-repeat left top;
		background-size: contain;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}
}

@media screen and (max-width:374px){

	.l-fixedContent__btn {
		font-size: 4vw;
	}

	.l-fixedContent__btn a span {
		padding-left: 8.8vw;
	}

	.l-fixedContent__btn a span:before {
		width: 6.133vw;
		height: 4.533vw;
	}

	.l-fixedContent__btn a span:after {
		width: 15.467vw;
		height: 15.467vw;
	}

}

/**********************************

 l-footer

***********************************/
.l-footer {

}

.l-footer__inner {
	padding: 30px 0;
}

.l-footer__inner__link {
	margin-bottom: 30px;
	text-align: center;
}

.l-footer__inner__link a {
	padding-bottom: .2em;
	position: relative;
	z-index: 1;
}

.l-footer__inner__link a:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #727272;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-footer__inner__link a:hover:before {
	opacity: 0;
}

.l-footer__inner__copy {
	color: #b8b8b8;
	font-size: 12px;
	text-align: center;
}

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

	.l-footer__inner {
		padding: 15px 0;
	}

	.l-footer__inner__link {
		margin-bottom: 10px;
		font-size: 12px;
	}

	.l-footer__inner__link a {
		padding-bottom: .2em;
	}

	.l-footer__inner__copy {
		font-size: 9px;
	}
}

/**********************************

 c-bgStripe01

***********************************/
.c-bgStripe01 {
	background: url(../images/bg_stripe01.png) repeat;
}

@media screen and (max-width:767px){
	.c-bgStripe01 {
		background-size: 15px 15px;
	}
}

/**********************************

 c-bgStripe02

***********************************/
.c-bgStripe02 {
	background: url(../images/bg_stripe02.png) repeat;
}

@media screen and (max-width:767px){
	.c-bgStripe02 {
		background-size: 15px 15px;
	}
}

/**********************************

 c-title01

***********************************/
.c-title01 {
	margin: 0 -2em 60px;
}

.c-title01__txt01 {
	display: block;
	margin-bottom: .75em;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-title01__txt02 {
	display: block;
	color: #0b60a6;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .14em;
}

.c-title01__txt01.white,
.c-title01__txt02.white {
	color: #fff;
}

@media screen and (max-width:1099px){

	.c-title01__txt01 {
		font-size: 3.818vw;
	}

	.c-title01__txt02 {
		font-size: 1.182vw;
	}

}

@media screen and (max-width:767px){
	.c-title01 {
		margin-bottom: 30px;
	}

	.c-title01__txt01 {
		font-size: 21px;
	}

	.c-title01__txt02 {
		font-size: 9px;
	}
}

@media screen and (max-width:374px){

	.c-title01__txt01 {
		font-size: 5.6000000000000005vw;
	}

	.c-title01__txt02 {
		font-size: 2.4vw;
	}

}

/**********************************

 c-subHero

***********************************/
.c-subHero {
	background-color: #d1ff03;
}

.c-subHero__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
}

.c-subHero__inner__ttl {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.5;
}

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

	.c-subHero__inner {
		height: 150px;
	}

	.c-subHero__inner__ttl {
		font-size: 18px;
	}
}

/**********************************

 c-btn01

***********************************/
a.c-btn01 {
	display: block;
	width: 100%;
	padding: 20px 15px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 9px;
	box-shadow:0px 5px 0px 0px #802000;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff531a+0,f23d00+100 */
	background: rgb(255,83,26); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,83,26,1) 0%, rgba(242,61,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,83,26,1) 0%,rgba(242,61,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,83,26,1) 0%,rgba(242,61,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff531a', endColorstr='#f23d00',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


@media screen and (max-width:767px){
	a.c-btn01 {
		padding: 12px 15px;
		margin-bottom: 4px;
		font-size: 17px;
		border-radius: 6px;
		box-shadow:0px 4px 0px 0px #802000;
	}
}

/**********************************

 c-form

***********************************/
.c-form {
}

.c-form__content {
	margin-bottom: 55px;
}

.c-form__content dl {
	display: table;
	width: 100%;
	margin-bottom: 34px;
}

.c-form__content dl dt {
	display: table-cell;
	width: 330px;
	padding: 15px 20px 15px 25px;
	vertical-align: middle;
	background-color: #0054b0;
	box-shadow:0px 4px 0px 0px #a9c1db;
}

.c-form__content dl dt .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	line-height: 1.5;
}

.c-form__content dl dt .inner .name {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.c-form__content dl dt .inner .require {
	padding: 3px 5px;
	color: #ffff00;
	font-size: 12px;
	font-weight: bold;
	background-color: #ff3f00;
}

.c-form__content dl dt .inner .any {
	padding: 3px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #00bfff;
}

.c-form__content dl dd {
	display: table-cell;
	padding: 19px;
	line-height: 1.5;
	vertical-align: middle;
	background-color: #fff;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	box-shadow:0px 4px 0px 0px #d9d9d9;
}

.c-form__content dl dd .radio {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.c-form__content dl dd .radio input {
	margin-right: .5em;
}

.c-form__submit {
	width: 340px;
	max-width: 100%;
	margin: 0 auto;
}

.c-form__submit button,
.c-form__confirmBtn__btn .submit {
	display: block;
	width: 100%;
	padding: 20px 15px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 9px;
	box-shadow:0px 5px 0px 0px #802000;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff531a+0,f23d00+100 */
	background: rgb(255,83,26); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,83,26,1) 0%, rgba(242,61,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,83,26,1) 0%,rgba(242,61,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,83,26,1) 0%,rgba(242,61,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff531a', endColorstr='#f23d00',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.c-form__confirmBtn {
	display: flex;
	justify-content: center;
}

.c-form__confirmBtn__btn {
	width: 360px;
}

.c-form__confirmBtn__btn:first-child {
	margin-right: 30px;
}

.c-form__confirmBtn__btn .back {
	display: block;
	width: 100%;
	padding: 20px 15px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 9px;
	box-shadow:0px 5px 0px 0px #333333;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#666666+0,777777+100 */
	background: rgb(102,102,102); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(119,119,119,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

	.c-form__content {
		margin-bottom: 32px;
	}

	.c-form__content dl {
		display: block;
		width: auto;
		margin-bottom: 30px;
	}

	.c-form__content dl dt {
		display: block;
		width: auto;
		padding: 11px 15px;
		box-shadow: none;
	}

	.c-form__content dl dt .inner {
		display: block;
		width: auto;
		position: relative;
	}

	.c-form__content dl dt .inner .name {
		font-size: 16px;
		text-align: center;
	}

	.c-form__content dl dt .inner .require {
		padding: 3px 5px;
		font-size: 10px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-form__content dl dt .inner .any {
		padding: 3px 5px;
		font-size: 10px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-form__content dl dd {
		display: block;
		padding: 14px;
		border: 1px solid #dddddd;
		box-shadow: none;
	}

	.c-form__content dl dd .radio {
		margin-bottom: 10px;
		font-size: 15px;
	}

	.c-form__content dl dd .radio input {
		margin-right: .5em;
	}

	.c-form__submit {
		width: 240px;
	}

	.c-form__submit button,
	.c-form__confirmBtn__btn .submit {
		padding: 12px 15px;
		margin-bottom: 4px;
		font-size: 17px;
		border-radius: 6px;
		box-shadow:0px 4px 0px 0px #802000;
	}

	.c-form__confirmBtn {
		justify-content: space-between;
	}

	.c-form__confirmBtn__btn {
		width: 47.5%;
	}

	.c-form__confirmBtn__btn:first-child {
		margin-right: 0;
	}

	.c-form__confirmBtn__btn .back {
		padding: 12px 15px;
		margin-bottom: 4px;
		font-size: 17px;
		border-radius: 6px;
		box-shadow:0px 4px 0px 0px #333333;
	}

}


/**********************************

 c-faq

***********************************/
.c-faq {
}

.c-faq dl {
	margin-bottom: 63px;
}

.c-faq dl:last-child {
	margin-bottom: 0;
}

.c-faq dl dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 23px;
}

.c-faq dl dt .icon {
	width: 80px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	background-color: #0b5fa5;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
}

.c-faq dl dt .ttl {
	flex: 1;
	min-height: 80px;
	padding: 24px 30px;
	margin-left: 20px;
	color: #0b5fa5;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
}

.c-faq dl dd {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.c-faq dl dd .icon {
	width: 80px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	background-color: #222222;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
}

.c-faq dl dd .cont {
	flex: 1;
	min-height: 80px;
	padding: 25px 30px;
	margin-left: 20px;
	line-height: 1.8;
	font-size: 16px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
}

.c-faq dl dd .cont p {
	margin-right: -.1em;
}

.faqSec__inner__btn {
	width: 240px;
	margin: 0 auto;
}

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

	.c-faq {
	}

	.c-faq dl {
		margin-bottom: 33px;
	}

	.c-faq dl dt {
		margin-bottom: 12px;
	}

	.c-faq dl dt .icon {
		width: 40px;
		font-size: 14px;
		line-height: 40px;
		border-radius: 5px;
	}

	.c-faq dl dt .ttl {
		flex: 1;
		min-height: 40px;
		padding: 7px 12px;
		margin-left: 10px;
		font-size: 14px;
		border-radius: 5px;
	}

	.c-faq dl dd .icon {
		width: 40px;
		font-size: 14px;
		line-height: 40px;
		border-radius: 5px;
	}

	.c-faq dl dd .cont {
		min-height: 40px;
		padding: 7px 12px;
		margin-left: 10px;
		font-size: 14px;
		border-radius: 5px;
	}

	.c-faq dl dd .cont p {
	}

	.faqSec__inner__btn {
		width: 190px;
	}

}



/**********************************

 c-completeSec

***********************************/
.c-completeSec {

}

.c-completeSec__inner {
	padding: 120px 0;
}

.c-completeSec__inner .intro {
	margin-bottom: 60px;
	font-size: 18px;
	font-weight: bold;
}

.c-completeSec__inner .back {
	max-width: 430px;
	margin: 0 auto;
}


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

	.c-completeSec__inner {
		padding: 60px 0;
	}

	.c-completeSec__inner .intro {
		margin-bottom: 30px;
		font-size: 14px;
	}

	.c-completeSec__inner .back {
		max-width: 215px;
	}
}



/**********************************

 bg01

***********************************/
.bg01 {
	background: #fcfbf8 url(../images/trouble_bg01_pc.png) no-repeat center;
	background-size: cover;
}

@media screen and (max-width:767px){
	.bg01 {
		background: #fcfbf8 url(../images/trouble_bg01_sp.png) no-repeat center;
		background-size: cover;
	}
}


/**********************************

 heroSec

***********************************/
.heroSec {
	background: url(../images/hero_bg01_pc.png) no-repeat center bottom;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.heroSec:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/hero_bg02_pc.png) no-repeat center bottom;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	pointer-events: none;
}

.heroSec__inner {
	width: 1200px;
	height: 828px;
	padding: 40px 0 0 0;
}

.heroSec__inner__ttl {
	color: #fff;
}

.heroSec__inner__ttl .txt01 {
	display: block;
	margin-bottom: .2em;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
}

.heroSec__inner__ttl .txt02 {
	display: block;
	margin-left: -.15em;
	margin-bottom: .3em;
	font-size: 78px;
	font-weight: 900;
	line-height: 1.5;
}

.heroSec__inner__txt01 {
	margin-bottom: 2.777777777777778em;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
}

.heroSec__inner__feature {
	display: flex;
	margin-bottom: 70px;
}

.heroSec__inner__feature li {
	width: 13.333333333333333%;
	padding: 1em 0 .75em 0;
	margin-right: 1.75em;
	font-size: 20px;
	border: 3px solid #ffffff;
	border-radius: 5px;
	position: relative;
	z-index: 1;
}

.heroSec__inner__feature li:last-child {
	margin-right: 0;
}

.heroSec__inner__feature li .num {
	width: 32px;
	height: 32px;
	line-height: 32px;
	color: #0c6cb8;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	letter-spacing: normal;
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.heroSec__inner__feature li .txt01 {
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.heroSec__inner__feature li .txt01 span {
	color: #ffff00;
}

.heroSec__inner__feature li .txt01 .Oswald {
	font-size: 22px;
}

.heroSec__inner__btn {
	font-size: 24px;
	font-weight: bold;
}

.heroSec__inner__btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 390px;
	height: 80px;
	color: #fff;
	border-radius: 100px;
	box-shadow: 0px 0.208333333333333em 0px 0px #012f21;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#06d276+0,059e5b+100 */
	background: rgb(6,210,118); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(6,210,118,1) 0%, rgba(5,158,91,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(6,210,118,1) 0%,rgba(5,158,91,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(6,210,118,1) 0%,rgba(5,158,91,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06d276', endColorstr='#059e5b',GradientType=0 ); /* IE6-9 */
	overflow: visible;
	position: relative;
	z-index: 1;
}

.heroSec__inner__btn a:before {
	content: "";
	display: block;
	width: 3.75em;
	height: 3.75em;
	margin: -1.4em -3.9em 0 0;
	background: url(../images/cv_balloon_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.heroSec__inner__btn a span {
	padding-left: 2.083333333333333em;
	position: relative;
	z-index: 1;
}

.heroSec__inner__btn a span:before {
	content: "";
	display: block;
	width: 1.541666666666667em;
	height: 1.208333333333333em;
	background: url(../images/icon_laptop02.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

@media screen and (max-width:1299px){

	.heroSec {
		padding: 0 3.846153846153846%;
	}

	.heroSec__inner {
		width: 92.308vw;
		height: 63.692vw;
		padding: 3.077vw 0 0 0;
	}

	.heroSec__inner__ttl .txt01 {
		font-size: 1.846vw;
	}

	.heroSec__inner__ttl .txt02 {
		font-size: 6vw;
	}

	.heroSec__inner__txt01 {
		font-size: 1.385vw;
	}

	.heroSec__inner__feature {
		margin-bottom: 5.385vw;
	}

	.heroSec__inner__feature li {
		font-size: 1.538vw;
	}

	.heroSec__inner__feature li .num {
		width: 2.462vw;
		height: 2.462vw;
		line-height: 2.462vw;
		font-size: 1.154vw;
	}

	.heroSec__inner__feature li .txt01 .Oswald {
		font-size: 1.692vw;
	}

	.heroSec__inner__btn {
		font-size: 1.846vw;
	}

	.heroSec__inner__btn a {
		width: 30vw;
		height: 6.154vw;
	}
}

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

	.heroSec {
		padding: 0;
		background: url(../images/hero_bg01_sp.png) no-repeat center top;
		background-size: contain;
		position: relative;
		z-index: 1;
	}

	.heroSec:before {
		background: url(../images/hero_bg02_sp.png) no-repeat center top;
		background-size: contain;
	}

	.heroSec__inner {
		width: auto;
		height: 158.933vw;
		padding: 5.333vw 0 0 0;
		position: relative;
		z-index: 1;
	}

	.heroSec__inner__ttl {
		color: #fff;
	}

	.heroSec__inner__ttl .txt01 {
		margin-bottom: .8em;
		font-size: 3.733vw;
		text-align: center;
	}

	.heroSec__inner__ttl .txt02 {
		margin-left: -.15em;
		margin-bottom: .3em;
		font-size: 8.267vw;
		text-align: center;
	}

	.heroSec__inner__txt01 {
		margin-bottom: 2.5em;
		font-size: 3.2vw;
		font-weight: bold;
		line-height: 2.2;
		text-align: center;
	}

	.heroSec__inner__feature {
		display: flex;
		justify-content: space-between;
		padding: 0 5.333333333333333%;
		margin-bottom: 0;
	}

	.heroSec__inner__feature li {
		width: 29.850746268656716%;
		padding: 1em 0 .75em 0;
		margin-right: 0;
		font-size: 3.2vw;
		border: 2px solid #ffffff;
		border-radius: 0.667vw;
	}

	.heroSec__inner__feature li .num {
		width: 4.8vw;
		height: 4.8vw;
		line-height: 4.8vw;
		font-size: 2.4vw;
		border-radius: 0.667vw;
	}

	.heroSec__inner__feature li .txt01 .Oswald {
		font-size: 3.467vw;
	}

	.heroSec__inner__btn {
		margin-bottom: 0.667vw;
		font-size: 4.267vw;
		font-weight: bold;
		position: absolute;
		bottom: 0;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.heroSec__inner__btn a {
		width: 64vw;
		height: 13.6vw;
		color: #fff;
		box-shadow: 0px 0.15625em 0px 0px #012f21;
	}

	.heroSec__inner__btn a:before {
		width: 15.467vw;
		height: 15.467vw;
		margin: -1.7em -2.4em 0 0;
		background: url(../images/cv_balloon_sp.png) no-repeat left top;
		background-size: contain;
	}

	.heroSec__inner__btn a span {
		padding-left: 2.083333333333333em;
		position: relative;
		z-index: 1;
	}

	.heroSec__inner__btn a span:before {
		content: "";
		display: block;
		width: 1.541666666666667em;
		height: 1.208333333333333em;
		background: url(../images/icon_laptop02.png) no-repeat center;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}



/**********************************

 troubleSec

***********************************/
.troubleSec {

}

.troubleSec__inner {
	padding-bottom: 50px;
}

.troubleSec__inner__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 60px;
	margin-bottom: -120px;
}

.troubleSec__inner__list__sec {
	width: 47%;
	padding: 1px 3% 3%;
	margin-bottom: 120px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
	position: relative;
	z-index: 1;
}

.troubleSec__inner__list__sec .pic {
	margin-top: -14.935%;
	margin-bottom: 15px;
}

.troubleSec__inner__list__sec .head {
	display: flex;
	align-items: flex-start;
	padding-bottom: 18px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;
}

.troubleSec__inner__list__sec .head .num {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	color: #fff;
	font-weight: bold;
	letter-spacing: normal;
	text-align: center;
	border-radius: 8px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0e72bb+0,50bbdc+100 */
	background: rgb(14,114,187); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(14,114,187,1) 0%, rgba(80,187,220,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(14,114,187,1) 0%,rgba(80,187,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(14,114,187,1) 0%,rgba(80,187,220,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e72bb', endColorstr='#50bbdc',GradientType=1 ); /* IE6-9 */
}

.troubleSec__inner__list__sec .head .ttl {
	flex: 1;
	margin-top: .05em;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}

.troubleSec__inner__list__sec .body {
	margin-bottom: -.25em;
}

.troubleSec__inner__list__sec .body p {
	margin-right: -.5em;
}

.troubleSec__inner__risk {
	padding-bottom: 1em;
	margin-top: 70px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}

.troubleSec__inner__risk:before {
	content: "";
	display: block;
	width: 313px;
	height: 162px;
	background: url(../images/trouble_arr01_pc.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.troubleSec__inner__risk span {
	font-size: 38px;
}


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

	.troubleSec__inner {
		padding-top: 35px;
		padding-bottom: 30px;
	}

	.troubleSec__inner__list {
		display: block;
		padding-top: 17.333333333333333vw;
		margin-bottom: 0;
	}

	.troubleSec__inner__list__sec {
		width: auto;
		padding: 1px 6.666666666666667% 6.666666666666667%;
		margin-bottom: 98px;
		border-radius: 5px;
	}

	.troubleSec__inner__list__sec:last-child {
		margin-bottom: 0;
	}

	.troubleSec__inner__list__sec .pic {
		margin-top: -17.333333333333333vw;
		margin-bottom: 15px;
	}

	.troubleSec__inner__list__sec .head {
		display: flex;
		align-items: center;
		padding-bottom: 18px;
		margin-bottom: 12px;
	}

	.troubleSec__inner__list__sec .head .num {
		font-size: 13px;
		border-radius: 6px;
	}

	.troubleSec__inner__list__sec .head .ttl {
		margin-top: 0;
		font-size: 16px;
	}

	.troubleSec__inner__list__sec .body {
		margin-bottom: -.25em;
		line-height: 1.8;
	}

	.troubleSec__inner__list__sec .body p {
		margin-right: -.5em;
	}

	.troubleSec__inner__risk {
		padding-bottom: 1em;
		margin-top: 43px;
		font-size: 15px;
	}

	.troubleSec__inner__risk:before {
		width: 178px;
		height: 92px;
		background: url(../images/trouble_arr01_sp.png) no-repeat center;
		background-size: contain;
	}

	.troubleSec__inner__risk span {
		font-size: 22.5px;
	}
}



/**********************************

 riskSec

***********************************/
.riskSec {
	background: #fcfbf8 url(../images/risk_bg01_pc.png) no-repeat center bottom;
	background-size: cover;
}

.riskSec__inner {
	padding: 65px 0 100px;
	position: relative;
	z-index: 1;
}

.riskSec__inner:before {
	content: "";
	display: block;
	width: 57px;
	height: 30px;
	background: url(../images/risk_arr01_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.riskSec__inner__list01 {
	margin-bottom: 45px;
}

.riskSec__inner__list01 ul {
	display: flex;
	justify-content: space-between;
}

.riskSec__inner__list01 ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 22%;
	padding: 20px 0 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
	position: relative;
	z-index: 1;
}

.riskSec__inner__list01 ul li:before {
	content: "";
	display: block;
	width: 39px;
	height: 20px;
	background: url(../images/risk_arr02_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.riskSec__inner__list01 ul li p {
	text-align: center;
}

.riskSec__inner__list02 {

}

.riskSec__inner__list02 ul {
	display: flex;
	justify-content: space-between;
}

.riskSec__inner__list02 ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30%;
	padding: 22px 10px;
	color: #fff;
	font-size: 32px;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
	border: 4px solid #fff;
	border-radius: 10px;
}

@media screen and (max-width:1920px){
	/*.riskSec {*/
		/*background: #fcfbf8 url(../images/risk_bg01_pc.png) no-repeat center bottom;*/
	/*}*/

}

@media screen and (max-width:1099px){

	.riskSec__inner__list01 ul li {
		font-size: 1.818vw;
	}

	.riskSec__inner__list02 ul li {
		font-size: 2.909vw;
	}

}

@media screen and (max-width:767px){
	.riskSec {
		background: #fcfbf8 url(../images/risk_bg01_sp.png) no-repeat center bottom;
		background-size: cover;
	}

	.riskSec__inner {
		padding: 25px 0 11.2vw;
		position: relative;
		z-index: 1;
	}

	.riskSec__inner:before {
		width: 34px;
		height: 17px;
		background: url(../images/risk_arr01_sp.png) no-repeat left top;
		background-size: contain;
	}

	.riskSec__inner__list01 {
		margin-bottom: 25px;
	}

	.riskSec__inner__list01 ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: -25px;
	}

	.riskSec__inner__list01 ul li {
		width: 46.666666666666667%;
		padding: 12px 0 12px;
		margin-bottom: 25px;
		font-size: 14px;
		border-radius: 5px;
	}

	.riskSec__inner__list01 ul li:before {
		width: 23.5px;
		height: 12px;
		background: url(../images/risk_arr02_sp.png) no-repeat left top;
		background-size: contain;
	}

	.riskSec__inner__list01 ul li p {
		text-align: center;
	}

	.riskSec__inner__list02 {

	}

	.riskSec__inner__list02 ul {
		display: flex;
		justify-content: space-between;
	}

	.riskSec__inner__list02 ul li {
		width: 28.333333333333333%;
		padding: 8px 5px;
		font-size: 18px;
		border: 2px solid #fff;
		border-radius: 5px;
	}
}


@media screen and (max-width:374px){


	.riskSec__inner__list01 ul li {
		font-size: 3.733333333333334vw;
	}

	.riskSec__inner__list02 ul li {
		font-size: 4.8vw;
	}
}


/**********************************

 serviceSec

***********************************/
.serviceSec {
	background-color: #fcfbf8;
	position: relative;
	z-index: 1;
}

.serviceSec:before {
	content: "SERVICES";
	display: block;
	margin: 135px -410px 0 0;
	font-family: "YakuHanJP", 'Lato', sans-serif;
	color: #f8f4ee;
	font-size: 200px;
	font-weight: 900;
	line-height: .7;
	letter-spacing: .14em;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	pointer-events: none;
}

.serviceSec__inner {
	padding: 50px 0 93px;
	position: relative;
	z-index: 1;
}

.serviceSec__inner__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -63px;
}

.serviceSec__inner__list__sec {
	width: 47%;
	padding: 3%;
	margin-bottom: 63px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
	position: relative;
	z-index: 1;
}

.serviceSec__inner__list__sec .ttl {
	padding: 9px 10px;
	margin-bottom: 23px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	border-radius: 6px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0e72bb+0,50bbdc+100 */
	background: rgb(14,114,187); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(14,114,187,1) 0%, rgba(80,187,220,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(14,114,187,1) 0%,rgba(80,187,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(14,114,187,1) 0%,rgba(80,187,220,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e72bb', endColorstr='#50bbdc',GradientType=1 ); /* IE6-9 */
}

.serviceSec__inner__list__sec .body {
	display: flex;
	justify-content: space-between;
}

.serviceSec__inner__list__sec .body .left {
	width: 41.463414634146341%;
}

.serviceSec__inner__list__sec .body .left .pic {
	margin-bottom: 20px;
}

.serviceSec__inner__list__sec .body .right {
	width: 52.439024390243902%;
}

.serviceSec__inner__list__sec .body .right .txt01 {
	margin-top: -.4em;
	margin-bottom: -.4em;
}

.serviceSec__inner__list__sec .body .spec {
}

.serviceSec__inner__list__sec .body .spec .subTtl {
	padding: 7px 5px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background-color: #faf9f3;
	border-radius: 6px;
}

.serviceSec__inner__list__sec .body .spec .specTxt {
	font-size: 12px;
	line-height: 1.8;
}

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

	.serviceSec__inner {
		padding: 25px 0 43px;
	}

	.serviceSec:before {
		margin: 60px 0 0 5px;
		font-size: 100px;
		line-height: .9;
		right: auto;
		left: 0;
	}

	.serviceSec__inner__list {
		display: block;
		margin-bottom: 0;
	}

	.serviceSec__inner__list__sec {
		width: auto;
		padding: 6.666666666666667%;
		margin-bottom: 33px;
		border-radius: 5px;
	}

	.serviceSec__inner__list__sec:last-child {
		margin-bottom: 0;
	}

	.serviceSec__inner__list__sec .ttl {
		padding: 4px 10px;
		margin-bottom: 18px;
		font-size: 16px;
		border-radius: 5px;
	}

	.serviceSec__inner__list__sec .body {
		display: flex;
		justify-content: normal;
		flex-direction: column-reverse;
	}

	.serviceSec__inner__list__sec .body .left {
		width: auto;
	}

	.serviceSec__inner__list__sec .body .right {
		width: auto;
		margin-bottom: 15px;
	}

	.serviceSec__inner__list__sec .body .right .pic {
		margin-bottom: 15px;
	}

	.serviceSec__inner__list__sec .body .right .txt01 {
		margin-top: 0;
		margin-bottom: 0;
		line-height: 1.8;
	}

	.serviceSec__inner__list__sec .body .spec {
	}

	.serviceSec__inner__list__sec .body .spec .subTtl {
		padding: 5px 5px;
		margin-bottom: 10px;
		font-size: 11px;
		border-radius: 5px;
	}

	.serviceSec__inner__list__sec .body .spec .specTxt {
		font-size: 10px;
	}
}



/**********************************

 reasonSec

***********************************/
.reasonSec {
	background: url(../images/reason_bg01_pc.jpg) no-repeat center top;
	background-size: cover;
}

.reasonSec__inner {
	padding: 70px 0 93px;
}

.reasonSec__inner__list {
	padding-top: 20px;
}

.reasonSec__inner__list__sec {
	display: flex;
	justify-content: space-between;
	padding: 3%;
	margin-bottom: 75px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
	position: relative;
	z-index: 1;
}

.reasonSec__inner__list__sec:nth-child(even) {
	flex-direction: row-reverse;
}

.reasonSec__inner__list__sec:last-child {
	margin-bottom: 0;
}

.reasonSec__inner__list__sec .num {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: normal;
	border-radius: 8px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0e72bb+0,50bbdc+100 */
	background: rgb(14,114,187); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(14,114,187,1) 0%, rgba(80,187,220,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(14,114,187,1) 0%,rgba(80,187,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(14,114,187,1) 0%,rgba(80,187,220,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e72bb', endColorstr='#50bbdc',GradientType=1 ); /* IE6-9 */
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.reasonSec__inner__list__sec .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24.468085106382979%;
	border-radius: 10px;
}

.reasonSec__inner__list__sec .icon img {
	display: block;
}

.reasonSec__inner__list__sec .body {
	width: 72.340425531914894%;
}

.reasonSec__inner__list__sec .body .ttl {
	padding-bottom: 15px;
	margin-top: -.2em;
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 1px solid #e9e9e9;
}

.reasonSec__inner__list__sec .body .txt01 {
	margin-bottom: -.3em;
}

@media screen and (max-width:767px){
	.reasonSec {
		background: url(../images/reason_bg01_sp.jpg) no-repeat center top;
		background-size: cover;
	}

	.reasonSec__inner {
		padding: 35px 0 43px;
	}

	.reasonSec__inner__list {
		padding-top: 14px;
	}

	.reasonSec__inner__list__sec {
		display: block;
		padding: 6.666666666666667%;
		margin-bottom: 48px;
		border-radius: 5px;
	}

	.reasonSec__inner__list__sec .num {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
		border-radius: 5px;
	}

	.reasonSec__inner__list__sec .icon {
		display: flex;
		justify-content: center;
		align-items: center;
		width: auto;
		height: 60px;
		margin-bottom: 15px;
		border-radius: 5px;
	}

	.reasonSec__inner__list__sec .icon img {
		display: block;
		width: 40px;
	}

	.reasonSec__inner__list__sec .body {
		width: auto;
	}

	.reasonSec__inner__list__sec .body .ttl {
		padding-bottom: 15px;
		margin-top: -.2em;
		margin-bottom: 15px;
		font-size: 16px;
		text-align: center;
	}

	.reasonSec__inner__list__sec .body .txt01 {
		margin-bottom: -.3em;
	}
}

@media screen and (max-width:374px){

	.reasonSec__inner__list__sec .body .ttl {
		font-size: 4.266666666666667vw;
	}
}



/**********************************

 flowSec

***********************************/
.flowSec {
	background-color: #fcfbf8;
	position: relative;
	z-index: 1;
}

.flowSec:before {
	content: "FLOW";
	display: block;
	margin: 90px 0 0 -.1em;
	font-family: "YakuHanJP", 'Lato', sans-serif;
	color: #f8f4ee;
	font-size: 200px;
	font-weight: 900;
	line-height: .7;
	letter-spacing: .14em;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	pointer-events: none;
}

.flowSec__inner {
	padding: 70px 0 93px;
	position: relative;
	z-index: 1;
}

.flowSec__inner__list {

}

.flowSec__inner__list__sec {
	display: flex;
	justify-content: space-between;
	padding: 3%;
	margin-bottom: 93px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
	position: relative;
	z-index: 1;
}

.flowSec__inner__list__sec:before {
	content: "";
	display: block;
	width: 58px;
	height: 30px;
	margin-bottom: -63px;
	background: url(../images/flow_arr01_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.flowSec__inner__list__sec:last-child:before {
	display: none;
}

.flowSec__inner__list__sec:last-child {
	margin-bottom: 0;
}

.flowSec__inner__list__sec .pic {
	width: 24.468085106382979%;
}

.flowSec__inner__list__sec .body {
	width: 72.340425531914894%;
}

.flowSec__inner__list__sec .body .ttl {
	padding-bottom: 15px;
	margin-top: -.2em;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 1px solid #e9e9e9;
}

.flowSec__inner__list__sec .body .txt01 {
	margin-bottom: -.3em;
}

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

	.flowSec__inner {
		padding: 25px 0 43px;
	}

	.flowSec:before {
		margin: 30px 0 0 -.1em;
		font-size: 100px;
		line-height: .9;
		right: auto;
		left: 0;
	}

	.flowSec__inner:before {
		margin: 8% 0 0 -12%;
		font-size: 100px;
		line-height: .9;
		right: auto;
		left: 0;
	}

	.flowSec__inner__list {

	}

	.flowSec__inner__list__sec {
		display: block;
		padding: 6.666666666666667%;
		margin-bottom: 50px;
		border-radius: 5px;
	}

	.flowSec__inner__list__sec:before {
		width: 35px;
		height: 18px;
		margin-bottom: -35px;
		background: url(../images/flow_arr01_sp.png) no-repeat left top;
		background-size: contain;
	}

	.flowSec__inner__list__sec .pic {
		width: auto;
		margin-bottom: 15px;
	}

	.flowSec__inner__list__sec .body {
		width: auto;
	}

	.flowSec__inner__list__sec .body .ttl {
		padding-bottom: 15px;
		margin-top: -.2em;
		margin-bottom: 10px;
		font-size: 16px;
		text-align: center;
	}

	.flowSec__inner__list__sec .body .txt01 {
		margin-bottom: -.3em;
	}
}



/**********************************

 cvSec

***********************************/
.cvSec {
	background: url(../images/cv_bg01_pc.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.cvSec:before {
	content: "";
	display: block;
	width: 1068px;
	height: 282px;
	background: url(../images/cv_bg02_pc.png) no-repeat center bottom;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	pointer-events: none;
}

.cvSec__inner {
	padding: 35px 0 55px;
}

.cvSec__inner__ttl {
	margin-bottom: 35px;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
}

.cvSec__inner__btn {
	width: 450px;
	max-width: 100%;
	margin: 0 auto;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.cvSec__inner__btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 90px;
	color: #fff;
	border-radius: 100px;
	box-shadow: 0px 0.208333333333333em 0px 0px #012f21;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#06d276+0,059e5b+100 */
	background: rgb(6,210,118); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(6,210,118,1) 0%, rgba(5,158,91,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(6,210,118,1) 0%,rgba(5,158,91,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(6,210,118,1) 0%,rgba(5,158,91,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06d276', endColorstr='#059e5b',GradientType=0 ); /* IE6-9 */
	overflow: visible;
	position: relative;
	z-index: 1;
}

.cvSec__inner__btn a:before {
	content: "";
	display: block;
	width: 3.75em;
	height: 3.75em;
	margin: -1.4em -3.9em 0 0;
	background: url(../images/cv_balloon_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.cvSec__inner__btn a span {
	padding-left: 2.083333333333333em;
	position: relative;
	z-index: 1;
}

.cvSec__inner__btn a span:before {
	content: "";
	display: block;
	width: 1.541666666666667em;
	height: 1.208333333333333em;
	background: url(../images/icon_laptop02.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

@media screen and (max-width:1023px){

	.cvSec__inner__ttl {
		font-size: 2.051vw;
	}

	.cvSec:before {
		width: 104.297vw;
		height: 27.539vw;
	}

	.cvSec__inner__btn {
		width: 43.945vw;
		font-size: 2.344vw;
	}

	.cvSec__inner__btn a {
		height: 8.789vw;
	}

}

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

	.cvSec {
		background: url(../images/cv_bg01_sp.jpg) no-repeat center;
		background-size: cover;
		position: relative;
		z-index: 1;
	}

	.cvSec:before {
		width: 414px;
		height: 204px;
		background: url(../images/cv_bg02_sp.png) no-repeat center bottom;
		background-size: contain;
	}

	.cvSec__inner {
		padding: 20px 0 40px;
	}

	.cvSec__inner__ttl {
		margin-bottom: 20px;
		font-size: 14px;
	}

	.cvSec__inner__btn {
		width: 240px;
		font-size: 16px;
	}

	.cvSec__inner__btn a {
		width: 100%;
		height: 52px;
		box-shadow: 0px 0.208333333333333em 0px 0px #012f21;
	}

	.cvSec__inner__btn a:before {
		width: 58px;
		height: 58px;
		margin: -1.7em -2.2em 0 0;
		background: url(../images/cv_balloon_sp.png) no-repeat left top;
		background-size: contain;
	}

	.cvSec__inner__btn a span {
		padding-left: 27px;
	}

	.cvSec__inner__btn a span:before {
		width: 21px;
		height: 16px;
	}
}

@media screen and (max-width:374px){

	.cvSec:before {
		width: 110.4vw;
		height: 54.4vw;
	}

	.cvSec__inner__ttl {
		margin-bottom: 5.333vw;
		font-size: 3.733vw;
	}

	.cvSec__inner__btn {
		width: 64vw;
		font-size: 4.267vw;
	}

	.cvSec__inner__btn a {
		height: 13.867vw;
	}

	.cvSec__inner__btn a:before {
		width: 15.467vw;
		height: 15.467vw;
	}

	.cvSec__inner__btn a span {
		padding-left: 7.2vw;
	}

	.cvSec__inner__btn a span:before {
		width: 5.6vw;
		height: 4.267vw;
	}

}



/**********************************

 planSec

***********************************/
.planSec {
	background-color: #fcfbf8;
	position: relative;
	z-index: 1;
}

.planSec:before {
	content: "PLAN";
	display: block;
	margin: 95px 80px 0 0;
	font-family: "YakuHanJP", 'Lato', sans-serif;
	color: #f8f4ee;
	font-size: 200px;
	font-weight: 900;
	line-height: .7;
	letter-spacing: .14em;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	pointer-events: none;
}

.planSec__inner {
	padding: 70px 0 93px;
	position: relative;
	z-index: 1;
}

.planSec__inner__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -60px;
}

.planSec__inner__list__sec {
	width: 47%;
	margin-bottom: 60px;
	background-color: #fff;
	border: 3px solid #dddddd;
	border-radius: 10px;
}

.planSec__inner__list__sec .ttl {
	padding: 14px 10px;
	margin: -3px -3px 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	border-radius: 10px 10px 0 0;
}

.planSec__inner__list__sec:nth-child(1) .ttl {
	background-color: #11bddb;
}

.planSec__inner__list__sec:nth-child(2) .ttl {
	background-color: #009feb;
}

.planSec__inner__list__sec:nth-child(3) .ttl {
	background-color: #1471d8;
}

.planSec__inner__list__sec:nth-child(4) .ttl {
	background-color: #1262ba;
}

.planSec__inner__list__sec .body {
	padding: 5.74468085106383%;
}

.planSec__inner__list__sec .body .price {
	padding-bottom: 20px;
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: 900;
	text-align: center;
	line-height: 1;
	border-bottom: 1px solid #dddddd;
}

.planSec__inner__list__sec .body .price .num {
	font-size: 55px;
	letter-spacing: .03em;
}

.planSec__inner__list__sec:nth-child(1) .body .price .num {
	color: #11bddb;
}

.planSec__inner__list__sec:nth-child(2) .body .price .num {
	color: #009feb;
}

.planSec__inner__list__sec:nth-child(3) .body .price .num {
	color: #1471d8;
}

.planSec__inner__list__sec:nth-child(4) .body .price .num {
	color: #1262ba;
}

.planSec__inner__list__sec .body .price .small {
	font-size: 18px;
}

.planSec__inner__list__sec .body .txt01 {
	margin-bottom: -.4em;
	font-size: 14px;
}

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

	.planSec {
		background-color: #fcfbf8;
		position: relative;
		z-index: 1;
	}

	.planSec:before {
		margin: 30px 0 0 .05em;
		font-size: 100px;
		line-height: .9;
		right: auto;
		left: 0;
	}
	.planSec__inner {
		padding: 25px 0 43px;
	}

	.planSec__inner__list {
		display: block;
		margin-bottom: 0;
	}

	.planSec__inner__list__sec {
		width: auto;
		margin-bottom: 30px;
		border: 2px solid #dddddd;
		border-radius: 5px;
	}

	.planSec__inner__list__sec:last-child {
		margin-bottom: 0;
	}

	.planSec__inner__list__sec .ttl {
		padding: 10px 10px;
		margin: -2px -2px 0;
		font-size: 16px;
		border-radius: 5px 5px 0 0;
	}

	.planSec__inner__list__sec .body {
		padding: 6.666666666666667%;
	}

	.planSec__inner__list__sec .body .price {
		padding-bottom: 15px;
		margin-bottom: 10px;
		font-size: 16px;
	}

	.planSec__inner__list__sec .body .price .num {
		font-size: 32px;
		letter-spacing: .03em;
	}

	.planSec__inner__list__sec .body .price .small {
		font-size: 12px;
	}

	.planSec__inner__list__sec .body .txt01 {
		margin-bottom: -.4em;
		font-size: 12px;
	}

}



/**********************************

 faqSec

***********************************/
.faqSec {
	position: relative;
	z-index: 1;
}

.faqSec:before {
	content: "FAQ";
	display: block;
	margin: 100px 0 0 0;
	font-family: "YakuHanJP", 'Lato', sans-serif;
	color: #f8f4ee;
	font-size: 200px;
	font-weight: 900;
	line-height: .7;
	letter-spacing: .14em;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	pointer-events: none;
}

.faqSec__inner {
	width: 980px;
	padding: 70px 0 93px;
	position: relative;
	z-index: 1;
}

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

	.faqSec:before {
		margin: 30px 0 0 .05em;
		font-size: 100px;
		line-height: .9;
		right: auto;
		left: 0;
	}

	.faqSec__inner {
		padding: 25px 0 43px;
	}

}


/**********************************

 xxx

***********************************/

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

}

