@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	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: #333333;
}
a:visited {
	color: #333333;
}
a.normal:link {
	color: #333333;
}
a.normal:visited {
	color: #333333;
}
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;
	}
}
.Oswald {
	font-family: "YakuHanJP", 'Oswald', sans-serif;
}
.Lato {
	font-family: "YakuHanJP", 'Lato', 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;
	}
}

strong {
	background: linear-gradient(transparent 60%, #FFD740 30%);
	font-weight:700;
  }
  
/**********************************

 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;}
.mt60 {margin-top: 60px;}
/* 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: #009feb;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 60%, #ffbf00 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 !important;
	}
}
@media screen and (max-width:767.9px){
	.pc {
		display: none !important;
	}
	.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

***********************************/
.l-wrap {
	overflow: hidden;
}

.l-main h2 {
	text-align: center;
}

.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 (min-width:768px){
	.l-wrap {
		padding-top: 100px;
	}
}

@media screen and (max-width:767px){
	.l-pageTop {
		width: 32px;
		bottom: 15px;
		right: 4%;
	}
}

/**********************************

 l-header

***********************************/
.l-header {
	background: #fff;
}

.l-header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}

.l-header__inner__logo {

}

.l-header__inner__btnArea {
	display: flex;
	align-items: center;
}

.l-header__inner__btnArea .document {
	margin-right: 20px;
	font-size: 18px;
	font-weight: bold;
}

.l-header__inner__btnArea .document a {
	display: block;
	padding: 10px 25px;
	text-align: center;
	border-radius: 100px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe051+0,ffd203+100 */
	background: rgb(255,224,81); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,224,81,1) 0%, rgba(255,210,3,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,224,81,1) 0%,rgba(255,210,3,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,224,81,1) 0%,rgba(255,210,3,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe051', endColorstr='#ffd203',GradientType=0 ); /* IE6-9 */
}

.l-header__inner__btnArea .document a span {
	padding-left: 38px;
	position: relative;
	z-index: 1;
}

.l-header__inner__btnArea .document a span:before {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/icon_doc01.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-header__inner__btnArea .contact {
	font-size: 18px;
	font-weight: bold;
}

.l-header__inner__btnArea .contact a {
	display: block;
	padding: 10px 25px;
	text-align: center;
	border-radius: 100px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fec74f+0,ffb105+100 */
	background: rgb(254,199,79); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,199,79,1) 0%, rgba(255,177,5,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(254,199,79,1) 0%,rgba(255,177,5,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(254,199,79,1) 0%,rgba(255,177,5,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec74f', endColorstr='#ffb105',GradientType=0 ); /* IE6-9 */
}

.l-header__inner__btnArea .contact a span {
	padding-left: 36px;
	position: relative;
	z-index: 1;
}

.l-header__inner__btnArea .contact a span:before {
	content: "";
	display: block;
	width: 23px;
	height: 18px;
	background: url(../images/icon_mail01.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 (min-width:768px){
	.l-header {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-header.is-fixed {
		box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.1);
	}
}

@media screen and (max-width:767px){

	.l-header__inner {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 85px;
	}

	.l-header__inner__logo {
		width: 120px;
	}

	.l-header__inner__logo img {
		display: block;
	}

	.l-header__inner__btnArea {
		display: none;
	}
}

/**********************************

 l-footer

***********************************/
.l-footer {

}

.l-footer__inner {
	padding: 30px 0;
}

.l-footer__inner__logo {
	margin-bottom: 20px;
	text-align: center;
}

.l-footer__inner__copy {
	color: #b8b8b8;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width:767px){

	.l-footer__inner {
		padding: 15px 0;
	}

	.l-footer__inner__logo {
		width: 72px;
		margin: 0 auto 15px;
	}

	.l-footer__inner__logo img {
		display: block;
	}

	.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-subHero

***********************************/
.c-subHero {
	background-color: #009fec;
}

.c-subHero__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
}

.c-subHero__inner__ttl {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .15em;
	line-height: 1.5;
}

@media screen and (max-width:1099px) {

	.c-subHero__inner__ttl {
		font-size: 3.272727272727273vw;
	}
}

@media screen and (max-width:767px){

	.c-subHero__inner {
		height: 150px;
	}

	.c-subHero__inner__ttl {
		font-size: 18px;
	}
}

@media screen and (max-width:374px){

	.c-subHero__inner__ttl {
		font-size: 4.8vw;
	}
}

/**********************************

 c-title01

***********************************/
.c-title01 {
	margin-bottom: 50px;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

@media screen and (max-width:1099px){
	.c-title01 {
		font-size: 3.818181818181818vw;
	}
}

@media screen and (max-width:767px){
	.c-title01 {
		margin-bottom: 25px;
		font-size: 20px;
	}
}

@media screen and (max-width:374px){
	.c-title01 {
		font-size: 5.6vw;
	}
}

/**********************************

 c-title02

***********************************/
.c-title02 {
	padding: 10px 10px;
	margin-bottom: 30px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background-color: #009feb;
	border-radius: 10px;
}

@media screen and (max-width:1099px){
}

@media screen and (max-width:767px){
	.c-title02 {
		padding: 7px 5px;
		margin-bottom: 15px;
		font-size: 14px;
		border-radius: 5px;
	}
}

@media screen and (max-width:374px){
}

/**********************************

 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 #4d2600;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8d1c+0,f47a00+100 */
	background: rgb(255,141,28); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,141,28,1) 0%, rgba(244,122,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,141,28,1) 0%,rgba(244,122,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,141,28,1) 0%,rgba(244,122,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8d1c', endColorstr='#f47a00',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: 3px;
		font-size: 17px;
		border-radius: 6px;
		box-shadow:0px 3px 0px 0px #4d2600;
	}
}

/**********************************

 c-form

***********************************/
.c-form {
	padding: 10px 3.679245283018868% 5.660377358490566%;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #dddddd;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.c-form:before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #009feb;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-form__content {
	margin-bottom: 50px;
}

.c-form__content dl {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #dddddd;
}

.c-form__content dl dt {
	display: table-cell;
	width: 265px;
	padding: 0 25px 0 0;
	vertical-align: middle;
	border-right: 1px solid #dddddd;
}

.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 {
	margin-right: 10px;
	font-size: 18px;
	font-weight: bold;
}

.c-form__content dl dt .inner .require {
	padding: 3px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #ff3f00;
	border-radius: 4px;
	white-space: nowrap;
}

.c-form__content dl dt .inner .any {
	padding: 3px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #009feb;
	border-radius: 4px;
	white-space: nowrap;
}

.c-form__content dl dd {
	display: table-cell;
	padding: 0 0 0 25px;
	line-height: 1.5;
	vertical-align: middle;
}

.c-form__content dl dd .list {
	margin: 5px -10px;
	font-size: 18px;
	font-weight: bold;
}

.c-form__content dl dd .list li {
	display: inline-block;
	padding-left: 1.25em;
	margin: 5px 10px;
	position: relative;
	z-index: 1;
}

.c-form__content dl dd .list li input {
	margin-top: .5em;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-form__privacy {
	margin-bottom: 40px;
}

.c-form__privacy__box {
	height: 260px;
	margin-bottom: 40px;
	border: 1px solid #dddddd;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.c-form__privacy__box__inner {
	max-height: none;
	padding: 2.6% 3.260869565217391%;
}

.c-form__privacy__box__inner p {

}

.c-form__privacy__box__inner p .ttl {
	font-size: 18px;
	font-weight: bold;
}

.c-form__privacy__txt {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.c-form__privacy__txt input {
	margin-right: .5em;
}

.c-form__submit {
	width: 370px;
	max-width: 100%;
	margin: 0 auto;
}

.c-form__submit button,
.c-form__confirmBtn__btn .submit {
	display: block;
	width: 100%;
	padding: 22px 15px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .03em;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0px 5px 0px 0px #4d2600;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8d1c+0,f47a00+100 */
	background: rgb(255,141,28); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,141,28,1) 0%, rgba(244,122,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,141,28,1) 0%,rgba(244,122,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,141,28,1) 0%,rgba(244,122,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8d1c', endColorstr='#f47a00',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: 300px;
}

.c-form__confirmBtn__btn:first-child {
	margin-right: 30px;
}

.c-form__confirmBtn__btn .back {
	display: block;
	width: 100%;
	padding: 22px 15px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0px 5px 0px 0px rgba(0,0,0,.5);
	background-color: #666666;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media screen and (max-width:767px){
	.c-form {
		padding: 5px 4.833333333333333% 9.833333333333333%;
		border-radius: 5px;
	}

	.c-form:before {
		height: 2px;
	}

	.c-form__content {
		margin-bottom: 25px;
	}

	.c-form__content dl {
		display: block;
		width: auto;
		padding: 15px 0 20px;
	}

	.c-form__content dl dt {
		display: block;
		width: auto;
		padding: 0;
		margin-bottom: 15px;
		border-right: none;
		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: 9px;
		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: 9px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-form__content dl dd {
		display: block;
		padding: 0;
	}

	.c-form__content dl dd select {
		width: 100%;
	}

	.c-form__content dl dd .list {
		margin: -5px -10px;
		font-size: 14px;
		line-height: 1.8;
	}

	.c-form__content dl dd .list li {
		display: block;
		padding-left: 1.5em;
		margin: 5px 10px;
	}

	.c-form__content dl dd .list li input {
		margin-top: .45em;
	}

	.c-form__privacy {
		margin-bottom: 20px;
	}

	.c-form__privacy__box {
		height: 95px;
		margin-bottom: 20px;
	}

	.c-form__privacy__box__inner {
		max-height: none;
		padding: 10px 15px;
	}

	.c-form__privacy__box__inner p {
		font-size: 12px;
	}

	.c-form__privacy__box__inner p .ttl {
		font-size: 14px;
	}

	.c-form__privacy__txt {
		font-size: 14px;
	}

	.c-form__submit {
		width: 240px;
	}

	.c-form__submit button,
	.c-form__confirmBtn__btn .submit {
		padding: 14px 10px;
		margin-bottom: 3px;
		font-size: 16px;
		box-shadow:0px 3px 0px 0px #4d2600;
	}

	.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: 14px 10px;
		margin-bottom: 3px;
		font-size: 16px;
		box-shadow:0px 3px 0px 0px rgba(0,0,0,.5);
	}

}


/**********************************

 c-faq

***********************************/
.c-faq {
}

.c-faq dl {
	margin-bottom: 53px;
}

.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: 70px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 70px;
	background-color: #009feb;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
}

.c-faq dl dt .ttl {
	flex: 1;
	min-height: 70px;
	padding: 18px 20px;
	margin-left: 20px;
	color: #009feb;
	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);
	text-align: left;
}

.c-faq dl dd {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.c-faq dl dd .icon {
	width: 70px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 70px;
	background-color: #333333;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
}

.c-faq dl dd .cont {
	flex: 1;
	min-height: 70px;
	padding: 20px 20px;
	margin-left: 20px;
	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 .cont p {
}

.faqSec__inner__btn {
	width: 240px;
	margin: 0 auto;
}

@media screen and (max-width:767px){

	.c-faq {
	}

	.c-faq dl {
		margin-bottom: 28px;
	}

	.c-faq dl dt {
		margin-bottom: 13px;
	}

	.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 10px;
		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 10px;
		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;
	}
}



/**********************************

 heroSec

***********************************/
.heroSec {
	position: relative;
	z-index: 1;
}

.heroSec img.fujiwara {
	position: absolute;
	bottom: 0;
	right: 0;
  width: 30vw;
  height: auto;
}
.heroSec img.furukawa {
	position: absolute;
	bottom: 0;
	left: 0;
  width: 30vw;
  height: auto;
}
.heroSec:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/hero_bg_pc.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.heroSec__inner {
	max-width: 1106px;
	width: 100%;
	position: relative;
	z-index: 1;
}

.heroSec__inner img {
  width: 100%;
}

@media screen and (max-width:1300px){
.heroSec__inner img {
  width: 90%;
}
}

@media screen and (max-width:1200px){
.heroSec__inner img {
  width: 80%;
}
}
@media screen and (max-width:1100px){
.heroSec__inner img {
  width: 75%;
}
}

.heroSec__inner__btnArea {
	margin-bottom: 7%;
	/*margin-bottom: 9.041591320072333%;*/
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.heroSec__inner__btnArea .txt01 {
	padding: 0.533333333333333em 0.8em;
	margin: -2.333333333333333em 0 0 -11.333333333333333em;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	background-color: #009fec;
	border-radius: 0.666666666666667em;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.heroSec__inner__btnArea .txt01:before {
	content: "";
	display: block;
	width: 1em;
	height: 0.533333333333333em;
	margin-bottom: 1.2em;
	margin-left: -2px;
	background: url(../images/hero_arr01_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 100%;
	z-index: 1;
}

.heroSec__inner__btnArea__btn {
	font-size: 24px;
	font-weight: bold;
}

.heroSec__inner__btnArea__btn a {
	display: block;
	padding: 0.666666666666667em 1.458333333333333em;
	text-align: center;
	border-radius: 100px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe051+0,ffd203+100 */
	background: rgb(255,224,81); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,224,81,1) 0%, rgba(255,210,3,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,224,81,1) 0%,rgba(255,210,3,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,224,81,1) 0%,rgba(255,210,3,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe051', endColorstr='#ffd203',GradientType=0 ); /* IE6-9 */
}

.heroSec__inner__btnArea__btn a span {
	padding-left: 2em;
	position: relative;
	z-index: 1;
}

.heroSec__inner__btnArea__btn a span:before {
	content: "";
	display: block;
	width: 1.583333333333333em;
	height: 1.583333333333333em;
	background: url(../images/icon_doc02.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:1380px){
.heroSec__inner__btnArea {
	margin-bottom: 6%;
}
	.heroSec__inner__btnArea .txt01 {
		font-size: 1.1vw;
	}

	.heroSec__inner__btnArea__btn {
		font-size: 1.8vw;
	}

}

@media screen and (max-width:767px){

	.heroSec {
		padding: 0;
	}

	.heroSec:before {
		display: none;
	}

	.heroSec__inner {
		width: 100% !important;
	}

.heroSec__inner img {
  width: 100%;
}

	.heroSec__inner__btnArea {
		margin-bottom: 8%;
	}

	.heroSec__inner__btnArea .txt01 {
		padding: 0.375em 1em;
		margin: -5em 0 0 0;
		font-size: 3.2vw;
		border-radius: 0.5em;
	}

	.heroSec__inner__btnArea .txt01:before {
		width: 1.041666666666667em;
		height: 0.833333333333333em;
		margin-bottom: 1.2em;
		margin-left: -2px;
		background: url(../images/hero_arr01_sp.png) no-repeat left top;
		background-size: contain;
		position: absolute;
		top: 100%;
		bottom: auto;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.heroSec__inner__btnArea__btn {
		font-size: 4.8vw;
		white-space: nowrap;
	}

	.heroSec__inner__btnArea__btn a {
		padding: 0.666666666666667em 1.666666666666667em;
	}

	.heroSec__inner__btnArea__btn a span {
		padding-left: 1.611111111111111em;
	}

	.heroSec__inner__btnArea__btn a span:before {
		width: 1.277777777777778em;
		height: 1.277777777777778em;
		background: url(../images/icon_doc02.png) no-repeat center;
		background-size: contain;
	}

}



/**********************************

 taskSec

***********************************/
.taskSec {
	background-color: #fff8f4;
	position: relative;
	z-index: 1;
}

.taskSec:before {
	content: "";
	display: block;
	width: 100%;
	height: 10.416666666666667vw;
	margin-bottom: -99px;
	background: url(../images/task_bg01_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%);
}

.taskSec__inner {
	padding: 80px 0 45px;
}

.taskSec__inner__list {
	text-align: center;
	position: relative;
	z-index: 1;
}

.taskSec__inner__list:before {
	content: "";
	display: block;
	width: 1420px;
	height: 205px;
	background: url(../images/task_pic01_pc.png) no-repeat center;
	background-size: contain;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.taskSec__inner__list ul {
	display: inline-block;
}

.taskSec__inner__list ul li {
	min-height: 66px;
	padding: 16px 20px;
	margin-bottom: 33px;
	margin-left: 80px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
	position: relative;
	z-index: 1;
}

.taskSec__inner__list ul li:last-child {
	margin-bottom: 0;
}

.taskSec__inner__list ul li:before {
	content: "";
	display: block;
	width: 66px;
	height: 66px;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: -80px;
	z-index: 1;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#009fec+0,00c2ec+100 */
	background: rgb(0,159,236); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,159,236,1) 0%, rgba(0,194,236,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,159,236,1) 0%,rgba(0,194,236,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,159,236,1) 0%,rgba(0,194,236,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fec', endColorstr='#00c2ec',GradientType=1 ); /* IE6-9 */
}

.taskSec__inner__list ul li:after {
	content: "";
	display: block;
	width: 66px;
	height: 66px;
	background: url(../images/icon_check01.png) no-repeat center;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: -80px;
	z-index: 1;
}

@media screen and (max-width:1920px){

	.taskSec:before {
		width: 1920px;
		height: 200px;
		background: url(../images/task_bg01_pc.png) no-repeat center bottom;
	}

}

@media screen and (max-width:1043px){

	.taskSec:before {
		width: 183.90804597701148vw;
		height: 19.157088122605366vw;
		margin-bottom: -9.482758620689655vw;
		background-size: contain;
	}

}

@media screen and (max-width:767px){

	.taskSec {
		padding: 0 4.666666666666667%;
	}

	.taskSec:before {
		display: none;
	}

	.taskSec__inner {
		padding: 30px 0 10px;
	}

	.taskSec__inner__list {
		text-align: center;
		position: relative;
		z-index: 1;
	}

	.taskSec__inner__list:before {
		display: none;
	}

	.taskSec__inner__list:after {
		content: "";
		display: block;
		width: 77.066666666666667vw;
		height: 21.866666666666667vw;
		margin: 23px auto 0;
		background: url(../images/task_pic01_sp.png) no-repeat center;
		background-size: contain;
		pointer-events: none;
	}

	.taskSec__inner__list ul {
		display: block;
	}

	.taskSec__inner__list ul li {
		min-height: 40px;
		padding: 9px 10px;
		margin-bottom: 23px;
		margin-left: 60px;
		font-size: 14px;
		border-radius: 5px;
	}

	.taskSec__inner__list ul li:before {
		width: 40px;
		height: 40px;
		border-radius: 5px;
		left: -50px;
	}

	.taskSec__inner__list ul li:after {
		width: 40px;
		height: 40px;
		background: url(../images/icon_check02.png) no-repeat center;
		background-size: 12px 9px;
		border-radius: 5px;
		left: -50px;
	}

}



/**********************************

 resolutionSec

***********************************/
.resolutionSec {
	background-color: #fffbf9;
	position: relative;
	z-index: 2;
}

.resolutionSec__inner {

}

.resolutionSec__inner__ttl {
	width: 944px;
	max-width: 100%;
	height: 380px;
	padding: 115px 0 0 0;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background: url(../images/resolution_bg01_pc.png) no-repeat center top;
	background-size: contain;
}

.resolutionSec__inner__ttl .txt01 {
	display: block;
	margin-bottom: .3em;
	font-size: 26px;
	text-align: center;
}

.resolutionSec__inner__ttl .txt02 {
	display: block;
	margin-bottom: .4em;
	font-size: 34px;
	text-align: center;
}

.resolutionSec__inner__ttl .txt02 .large {
	font-size: 38px;
}

.resolutionSec__inner__ttl .txt03 {
	display: block;
	font-size: 14px;
	text-align: center;
}

@media screen and (max-width:1043px){

	.resolutionSec__inner__ttl {
		width: 90.42145593869732vw;
		height: 36.39846743295019vw;
		padding: 12.452107279693486vw 0 0 0;
	}

	.resolutionSec__inner__ttl .txt01 {
		font-size: 2.490421455938697vw;
	}

	.resolutionSec__inner__ttl .txt02 {
		font-size: 3.256704980842912vw;
	}

	.resolutionSec__inner__ttl .txt02 .large {
		font-size: 3.6398467432950192vw;
	}

	.resolutionSec__inner__ttl .txt03 {
		font-size: 1.3409961685823755vw;
	}

}

@media screen and (max-width:767px){

	.resolutionSec {
		padding: 0;
	}

	.resolutionSec__inner {

	}

	.resolutionSec__inner__ttl {
		width: 100%;
		height: 73.866666666666667vw;
		padding: 16vw 0 0 0;
		background: url(../images/resolution_bg01_sp.png) no-repeat center top;
		background-size: contain;
	}

	.resolutionSec__inner__ttl .txt01 {
		margin-bottom: .3em;
		font-size: 4.266666666666667vw;
	}

	.resolutionSec__inner__ttl .txt02 {
		margin-bottom: .4em;
		font-size: 5.866666666666666vw;
	}

	.resolutionSec__inner__ttl .txt02 .large {
		font-size: 5.333333333333334vw;
	}

	.resolutionSec__inner__ttl .txt03 {
		font-size: 2.666666666666667vw;
	}

}



/**********************************

 reasonSec

***********************************/
.reasonSec {
	background-color: #fffbf9;
}

.reasonSec__inner {
	padding: 45px 0 93px;
}

.reasonSec__inner__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 20px;
	margin-bottom: -83px;
}

.reasonSec__inner__list__sec {
	width: 47%;
	margin-bottom: 83px;
	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 .num {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#009fec+0,00c2ec+100 */
	background: rgb(0,159,236); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,159,236,1) 0%, rgba(0,194,236,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,159,236,1) 0%,rgba(0,194,236,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,159,236,1) 0%,rgba(0,194,236,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fec', endColorstr='#00c2ec',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 .pic {
	text-align: center;
}

.reasonSec__inner__list__sec .body {
	padding: 0 6.382978723404255% 6.382978723404255%;
}

.reasonSec__inner__list__sec .body .ttl {
	padding: 20px 0;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	border-bottom: 1px solid #e9e9e9;
}

.reasonSec__inner__list__sec .body .txt01 {
	letter-spacing: 0.05em;
}

@media screen and (max-width:767px){


	.reasonSec__inner {
		padding: 30px 0 33px;
	}

	.reasonSec__inner__list {
		display: block;
		padding-top: 14px;
		margin-bottom: 0;
	}

	.reasonSec__inner__list__sec {
		width: auto;
		margin-bottom: 45px;
		border-radius: 5px;
	}

	.reasonSec__inner__list__sec:last-child {
		margin-bottom: 0;
	}

	.reasonSec__inner__list__sec .num {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
		border-radius: 5px;
	}

	.reasonSec__inner__list__sec .pic {
		text-align: center;
	}

	.reasonSec__inner__list__sec .body {
		padding: 0 6.666666666666667% 6%;
	}

	.reasonSec__inner__list__sec .body .ttl {
		padding: 10px 0;
		margin-bottom: 10px;
		font-size: 16px;
	}

	.reasonSec__inner__list__sec .body .txt01 {
		line-height: 1.8;
	}

}



/**********************************

 cvSec

***********************************/
.cvSec {
	background: url(../images/cv_bg01_pc.jpg) no-repeat center;
	background-size: cover;
}

.cvSec__inner {
	padding: 40px 0 45px;
}

.cvSec__inner__ttl {
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.cvSec__inner__ttl .txt {
	display: inline-block;
	padding: 8px 12px;
	background-color: #fff;
	border-radius: 10px;
}

.cvSec__inner__ttl .txt .d-ib {
	display: inline-block;
}

.cvSec__inner__btnArea {
	display: flex;
	justify-content: center;
}

.cvSec__inner__btnArea .document {
	width: 320px;
	max-width: 100%;
	margin-right: 40px;
	font-size: 24px;
	font-weight: bold;
}

.cvSec__inner__btnArea .document a {
	display: block;
	padding: 24px 0;
	text-align: center;
	border-radius: 10px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe051+0,ffd203+100 */
	background: rgb(255,224,81); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,224,81,1) 0%, rgba(255,210,3,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,224,81,1) 0%,rgba(255,210,3,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,224,81,1) 0%,rgba(255,210,3,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe051', endColorstr='#ffd203',GradientType=0 ); /* IE6-9 */
}

.cvSec__inner__btnArea .document a span {
	padding-left: 50px;
	position: relative;
	z-index: 1;
}

.cvSec__inner__btnArea .document a span:before {
	content: "";
	display: block;
	width: 38px;
	height: 38px;
	background: url(../images/icon_doc02.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.cvSec__inner__btnArea .contact {
	width: 320px;
	max-width: 100%;
	font-size: 24px;
	font-weight: bold;
}

.cvSec__inner__btnArea .contact a {
	display: block;
	padding: 24px 0;
	text-align: center;
	border-radius: 10px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fec74f+0,ffb105+100 */
	background: rgb(254,199,79); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,199,79,1) 0%, rgba(255,177,5,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(254,199,79,1) 0%,rgba(255,177,5,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(254,199,79,1) 0%,rgba(255,177,5,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec74f', endColorstr='#ffb105',GradientType=0 ); /* IE6-9 */
}

.cvSec__inner__btnArea .contact a span {
	padding-left: 45px;
	position: relative;
	z-index: 1;
}

.cvSec__inner__btnArea .contact a span:before {
	content: "";
	display: block;
	width: 32px;
	height: 25px;
	background: url(../images/icon_mail02.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:767px){

	.cvSec {
		background: url(../images/cv_bg01_sp.jpg) no-repeat center;
		background-size: cover;
	}

	.cvSec__inner {
		padding: 30px 0;
	}

	.cvSec__inner__ttl {
		margin-bottom: 15px;
		font-size: 14px;
		letter-spacing: .03em;
	}

	.cvSec__inner__ttl .txt {
		display: block;
		padding: 8px 6px;
		background-color: #fff;
		border-radius: 5px;
	}

	.cvSec__inner__btnArea {
		display: block;
	}

	.cvSec__inner__btnArea .document {
		width: auto;
		margin-right: 0;
		margin-bottom: 15px;
		font-size: 18px;
	}

	.cvSec__inner__btnArea .document a {
		padding: 9px 0;
		border-radius: 5px;
	}

	.cvSec__inner__btnArea .document a span {
		padding-left: 29px;
	}

	.cvSec__inner__btnArea .document a span:before {
		width: 23px;
		height: 23px;
	}

	.cvSec__inner__btnArea .contact {
		width: auto;
		font-size: 18px;
	}

	.cvSec__inner__btnArea .contact a {
		padding: 9px 0;
		border-radius: 5px;
	}

	.cvSec__inner__btnArea .contact a span {
		padding-left: 26px;
	}

	.cvSec__inner__btnArea .contact a span:before {
		width: 20px;
		height: 15px;
	}

}



/**********************************

 QuizSec

***********************************/
.QuizSec {

}

.QuizSec__inner {
	padding: 80px 0 40px;
}

.QuizSec__inner__intro {
	margin-bottom: 4%;
	text-align: left;
	line-height: 2.5;
}
.QuizSec__inner .QuizNotice {
	margin-top: 4%;
	border:3px solid #333;
	background: #fff6ad;
	padding: 20px;
	border-radius: 10px;
	line-height: 2.5;
	font-size:100%;
	font-weight: bold;
}


/**********************************

 seisaku kanshu

***********************************/

.greetingSec .txtArea h4.katagaki {
	color:#009feb;
	font-weight: 700;
}
.greetingSec .txtArea h3 {
	font-size:30px;
	font-weight: 700;
	line-height: 1.8;
}
.furukawa_name {
	border-left:10px solid #009feb;
	padding-left: 20px;
	margin-bottom: 20px;
}
/**********************************

 serviceSec

***********************************/
.serviceSec {

}

.serviceSec__inner {
	padding: 80px 0 93px;
}

.serviceSec__inner.quiz_example {
	padding: 40px 0 40px;
}

.serviceSec__inner .center {
	text-align: center;	
}
.serviceSec__inner__intro {
	margin-bottom: 80px;
	text-align: center;
}

.serviceSec__inner__list {

}

.serviceSec__inner__list__sec {
	padding: 40px 4% 4%;
	margin-bottom: 88px;
	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:last-child {
	margin-bottom: 0;
}

.serviceSec__inner__list__sec .num {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#009fec+0,00c2ec+100 */
	background: rgb(0,159,236); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,159,236,1) 0%, rgba(0,194,236,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,159,236,1) 0%,rgba(0,194,236,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,159,236,1) 0%,rgba(0,194,236,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fec', endColorstr='#00c2ec',GradientType=1 ); /* IE6-9 */
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.serviceSec__inner__list__sec .ttl {
	padding-bottom: 25px;
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	border-bottom: 1px solid #e9e9e9;
}

.serviceSec__inner__list__sec .box01 {
	display: flex;
	justify-content: space-between;
}

.serviceSec__inner__list__sec .box01 .pic {
	width: 47.826086956521739%;
}

.serviceSec__inner__list__sec .box01 .txtArea {
	width: 47.826086956521739%;
}

.serviceSec__inner__list__sec .box01 .txtArea .txt01 {
	margin-top: -.3em;
	margin-bottom: 1em;
}

.serviceSec__inner__list__sec .box01 .txtArea .note {
	font-size: 12px;
}

.serviceSec__inner__list__sec .box01 .txtArea .note li {
	text-indent: -1em;
	margin-left: 1em;
}

.serviceSec__inner__list__sec .box02 {
}

.serviceSec__inner__list__sec .box02 .txt01 {
	margin-bottom: 20px;
}

.serviceSec__inner__list__sec .box02 .detail {
	padding: 4.347826086956522%;
	background-color: #fff8f4;
	border-radius: 10px;
}

.serviceSec__inner__list__sec .box02 .detail .sec {
	margin-bottom: 40px;
}

.serviceSec__inner__list__sec .box02 .detail .sec:last-child {
	margin-bottom: 0;
}

.serviceSec__inner__list__sec .box02 .detail .sec .list {
	display: flex;
	justify-content: space-between;
}

.serviceSec__inner__list__sec .box02 .detail .sec .list .item {
	width: 21.428571428571429%;
	padding: 1.785714285714286% 1.785714285714286% 2.976190476190476%;
	background-color: #fff;
	border-radius: 10px;
}

.serviceSec__inner__list__sec .box02 .detail .sec .list .item .subTtl {
	margin-bottom: .5em;
	color: #009feb;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.serviceSec__inner__list__sec .box02 .detail .sec .list .item .txt {
	margin-bottom: .8em;
	font-size: 14px;
	line-height: 1.5;
}

.serviceSec__inner__list__sec .box02 .detail .sec .list .item .pic {
	text-align: center;
}

.serviceSec__inner__list__sec .box02 .schedule {
	padding: 2.380952380952381%;
	background-color: #fff;
	border-radius: 10px;
}

.serviceSec__inner__list__sec .box02 .schedule .subTtl {
	padding: 8px 15px 8px 30px;
	margin-right: 15px;
	margin-bottom: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background-color: #333333;
	border-radius: 8px;
	position: relative;
	z-index: 1;
}

.serviceSec__inner__list__sec .box02 .schedule .subTtl:before {
	content: "";
	display: block;
	width: 25px;
	height: 100%;
	background: url(../images/service_arr01.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	right: -15px;
	z-index: 1;
}


@media screen and (max-width:767px){

	.serviceSec__inner {
		padding: 30px 0 33px;
	}

	.serviceSec__inner__intro {
		margin-top: -5px;
		margin-bottom: 35px;
		text-align: left;
		line-height: 1.8;
	}

	.serviceSec__inner__list {

	}

	.serviceSec__inner__list__sec {
		padding: 30px 6.666666666666667% 6.666666666666667%;
		margin-bottom: 45px;
		border-radius: 5px;
	}

	.serviceSec__inner__list__sec:last-child {
		margin-bottom: 0;
	}

	.serviceSec__inner__list__sec .num {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
		border-radius: 5px;
	}

	.serviceSec__inner__list__sec .ttl {
		padding-bottom: 12px;
		margin-bottom: 12px;
		font-size: 16px;
	}

	.serviceSec__inner__list__sec .box01 {
		display: block;
	}

	.serviceSec__inner__list__sec .box01 .txtArea {
		width: auto;
		margin-bottom: 15px;
	}

	.serviceSec__inner__list__sec .box01 .pic {
		width: auto;
		text-align: center;
	}

	.serviceSec__inner__list__sec .box01 .txtArea .txt01 {
		margin-top: -.3em;
		margin-bottom: .8em;
		line-height: 1.8;
	}

	.serviceSec__inner__list__sec .box01 .txtArea .note {
		font-size: 11px;
	}

	.serviceSec__inner__list__sec .box02 {
	}

	.serviceSec__inner__list__sec .box02 .txt01 {
		margin-bottom: 20px;
	}

	.serviceSec__inner__list__sec .box02 .detail {
		padding: 5.769230769230769%;
		border-radius: 5px;
	}

	.serviceSec__inner__list__sec .box02 .detail .sec {
		margin-bottom: 20px;
	}

	.serviceSec__inner__list__sec .box02 .detail .sec .list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: -15px;
	}

	.serviceSec__inner__list__sec .box02 .detail .sec .list .item {
		width: 46.739130434782609%;
		padding: 3.260869565217391% 3.260869565217391% 6%;
		margin-bottom: 15px;
		border-radius: 5px;
	}

	.serviceSec__inner__list__sec .box02 .detail .sec .list .item .subTtl {
		margin-bottom: .5em;
		font-size: 13px;
	}

	.serviceSec__inner__list__sec .box02 .detail .sec .list .item .txt {
		font-size: 11px;
	}

	.serviceSec__inner__list__sec .box02 .detail .sec .list .item .pic {
		width: 87.567567567567568%;
		margin: 0 auto;
		text-align: center;
	}

	.serviceSec__inner__list__sec .box02 .schedule {
		padding: 6.521739130434783%;
		border-radius: 5px;
	}

	.serviceSec__inner__list__sec .box02 .schedule .subTtl {
		padding: 6px 5px;
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 13px;
		border-radius: 4px;
	}

	.serviceSec__inner__list__sec .box02 .schedule .subTtl:before {
		display: none;
	}

}


@media screen and (max-width:374px){

	.serviceSec__inner__list__sec .ttl {
		font-size: 4.266666666666667vw;
	}

	.serviceSec__inner__list__sec .box02 .detail .sec .list .item .subTtl {
		font-size: 3.466666666666667vw;
	}

}



/**********************************

 worksSec

***********************************/
.worksSec {
	background-color: #fff8f4;
}

.worksSec__head {

}

.worksSec__head__inner {
	padding: 80px 0 55px;
	position: relative;
	z-index: 1;
}

.worksSec__head__inner:before {
	content: "WORKS";
	display: block;
	margin: 0.56em -3.1em 0 0;
	font-family: 'Lato', sans-serif;
	color: #ffeee3;
	font-size: 200px;
	font-weight: 900;
	letter-spacing: .14em;
	line-height: .7;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.worksSec__head__inner .c-title01 {
	margin-bottom: 0;
}

.worksSec__body {
	padding-bottom: 90px;
}

.worksSec__body__slider {
	max-width: 1000px;
	/*max-width: 300px;*/
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.worksSec__body__slider .slick-list {
	margin-right: -50px;
	overflow: visible; !important;
}

.worksSec__body__slider .slick-track {
	display: flex;
}

.worksSec__body__slider__item {
	float: none !important;
	height: auto !important;
	margin-right: 50px;
	margin-bottom: 3px;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
}

.worksSec__body__slider__item .pic {

}

.worksSec__body__slider__item .body {
	padding: 6.666666666666667%;
}

.worksSec__body__slider__item .body .info {
	margin-bottom: 12px;
	border-top: 1px solid #dddddd;
}

.worksSec__body__slider__item .body .info dl {
	display: flex;
	padding: 8px 0;
	font-size: 14px;
	line-height: 1.5;
	border-bottom: 1px solid #dddddd;
}

.worksSec__body__slider__item .body .info dl dt {
	font-weight: bold;
	white-space: nowrap;
}

.worksSec__body__slider__item .body .info dl dd {
}

.worksSec__body__slider__item .body .txt01 {
	font-size: 14px;
	line-height: 1.8;
}

@media screen and (max-width:1049px){

	.worksSec__body__slider {
		max-width: 300px;
	}
}

@media screen and (max-width:767px){

	.worksSec__head {
		position: relative;
		z-index: 1;
	}

	.worksSec__head__inner {
		padding: 30px 0 30px;
		position: static;
	}

	.worksSec__head__inner:before {
		width: 100%;
		margin: 0.56em 0;
		font-size: 100px;
		text-align: center;
		position: absolute;
		top: 0;
		right: auto;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.worksSec__body {
		padding-bottom: 30px;
	}

	.worksSec__body__slider {
		max-width: 260px;
	}

	.worksSec__body__slider .slick-list {
		margin-right: -40px;
	}

	.worksSec__body__slider__item {
		margin-right: 40px;
		border-radius: 0 0 5px 5px;
	}

	.worksSec__body__slider__item .body {
		padding: 5.769230769230769%;
	}

	.worksSec__body__slider__item .body .info {
		margin-bottom: 12px;
		border-top: 1px solid #dddddd;
	}

	.worksSec__body__slider__item .body .info dl {
		padding: 7px 0;
		font-size: 12px;
	}

	.worksSec__body__slider__item .body .txt01 {
		font-size: 12px;
	}


}


/**********************************

 voiceSec

***********************************/
.voiceSec {

}

.voiceSec__inner {
	padding: 80px 0 93px;
}

.voiceSec__inner__movie {
	display: flex;
	justify-content: space-between;
	margin-bottom: 63px;
}

.voiceSec__inner__movie__sec {
	width: 47%;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
}

.voiceSec__inner__movie__sec .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.voiceSec__inner__movie__sec .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.voiceSec__inner__movie__sec .body {
	padding: 6.382978723404255%;
}

.voiceSec__inner__movie__sec .body .name {
	padding: .625em 0;
	margin-bottom: 12px;
	line-height: 1.5;
	border-top: 2px solid #009feb;
	border-bottom: 1px solid #dddddd;
}

.voiceSec__inner__movie__sec .body .txt01 {
	line-height: 1.8;
}

.voiceSec__inner__other {

}

.voiceSec__inner__other__list {
	display: flex;
	justify-content: space-between;
}

.voiceSec__inner__other__list__sec {
	width: 30%;
	padding: 2%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
}

.voiceSec__inner__other__list__sec .name {
	padding: .625em 0;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.5;
	border-top: 2px solid #009feb;
	border-bottom: 1px solid #dddddd;
}

.voiceSec__inner__other__list__sec .txt01 {
	font-size: 14px;
	line-height: 1.8;
}

@media screen and (max-width:767px){

	.voiceSec__inner {
		padding: 30px 0 33px;
	}

	.voiceSec__inner__movie {
		display: block;
		margin-bottom: 33px;
	}

	.voiceSec__inner__movie__sec {
		width: auto;
		margin-bottom: 33px;
		border-radius: 0 0 5px 5px;
	}

	.voiceSec__inner__movie__sec:last-child {
		margin-bottom: 0;
	}

	.voiceSec__inner__movie__sec .body {
		padding: 6.666666666666667% 6.666666666666667% 5%;
	}

	.voiceSec__inner__movie__sec .body .name {
		padding: .625em 0;
		margin-bottom: 6px;
		font-size: 12px;
	}

	.voiceSec__inner__movie__sec .body .txt01 {
		font-size: 12px;
	}

	.voiceSec__inner__other {

	}

	.voiceSec__inner__other__list {
		display: block;
	}

	.voiceSec__inner__other__list__sec {
		width: auto;
		padding: 5.833333333333333% 6.666666666666667% 5%;
		margin-bottom: 23px;
		border-radius: 5px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
	}

	.voiceSec__inner__other__list__sec:last-child {
		margin-bottom: 0;
	}

	.voiceSec__inner__other__list__sec .name {
		padding: .625em 0;
		margin-bottom: 6px;
		font-size: 12px;
	}

	.voiceSec__inner__other__list__sec .txt01 {
		font-size: 12px;
	}

}



/**********************************

 planSec

***********************************/
.planSec {
	background-color: #fff8f4;
}

.planSec__inner {
	padding: 80px 0 80px;
	position: relative;
	z-index: 1;
}

.planSec__inner:before {
	content: "PLANS";
	display: block;
	margin: 0.525em 0 0 -2.425em;
	font-family: 'Lato', sans-serif;
	color: #ffeee3;
	font-size: 200px;
	font-weight: 900;
	letter-spacing: .14em;
	line-height: .7;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.planSec__inner__list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.planSec__inner__list__sec {
	width: 30%;
}
.planSec__inner__list__sec:nth-child(2) {
	transform: scale(1.2); /* 1.2倍に拡大 */
	transform-origin: center; /* 拡大の基準点を中央に設定 */
}
.planSec__inner__list__sec .ttl {
	padding: 12px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}

.planSec__inner__list__sec:nth-child(1) .ttl {
	background-color: #333;
}

.planSec__inner__list__sec:nth-child(2) .ttl {
	background-color: #009feb;
}

.planSec__inner__list__sec:nth-child(3) .ttl {
	background-color: #333;
}

.planSec__inner__list__sec .body {
	padding: 9%;
	background: #fff;
}

.planSec__inner__list__sec:nth-child(1) .body {
	border-left: 3px solid #333;
	border-right: 3px solid #333;
	border-bottom: 3px solid #333;
}

.planSec__inner__list__sec:nth-child(2) .body {
	border-left: 3px solid #009feb;
	border-right: 3px solid #009feb;
	border-bottom: 3px solid #009feb;
}

.planSec__inner__list__sec:nth-child(3) .body {
	border-left: 3px solid #333;
	border-right: 3px solid #333;
	border-bottom: 3px solid #333;
}

.planSec__inner__list__sec .body .price {
	margin-bottom: .8em;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.planSec__inner__list__sec .body .price span {
	font-size: 55px;
	line-height: .8;
}

.planSec__inner__list__sec:nth-child(1) .body .price span {
	color: #333;
}

.planSec__inner__list__sec:nth-child(2) .body .price span {
	color: #009feb;
}

.planSec__inner__list__sec:nth-child(3) .body .price span {
	color: #333;
}

.planSec__inner__list__sec .body .txt01 {
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.8;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.planSec__inner__note {
	text-indent: -1em;
	margin-left: 1em;
	font-size: 14px;
	text-align: center;
	line-height: 1.8;
}

@media screen and (max-width:1099px){

	.planSec__inner__list__sec .ttl {
		font-size: 18px;
	}
}

@media screen and (max-width:767px){


	.planSec {
		position: relative;
		z-index: 1;
	}

	.planSec__inner {
		padding: 30px 0;
		position: static;
	}

	.planSec__inner:before {
		width: 100%;
		margin: 0.56em 0;
		font-size: 100px;
		text-align: center;
		position: absolute;
		top: 0;
		right: auto;
		left: 50%;
		z-index: -1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.planSec__inner__list {
		display: block;
		margin-bottom: 15px;
	}

	.planSec__inner__list__sec {
		width: auto;
		margin-bottom: 30px;
	}
	.planSec__inner__list__sec:nth-child(2) {
	transform: scale(1.1); /* 1.1に拡大 */
	}

	.planSec__inner__list__sec:last-child {
		margin-bottom: 0;
	}

	.planSec__inner__list__sec .ttl {
		padding: 8px 10px;
		font-size: 16px;
	}

	.planSec__inner__list__sec .body {
		padding: 6.333333333333333%;
	}

	.planSec__inner__list__sec:nth-child(1) .body {
		border-left: 2px solid #333;
		border-right: 2px solid #333;
		border-bottom: 2px solid #333;
	}

	.planSec__inner__list__sec:nth-child(2) .body {
		border-left: 2px solid #009feb;
		border-right: 2px solid #009feb;
		border-bottom: 2px solid #009feb;
	}

	.planSec__inner__list__sec:nth-child(3) .body {
		border-left: 2px solid #333;
		border-right: 2px solid #333;
		border-bottom: 2px solid #333;
	}

	.planSec__inner__list__sec .body .price {
		font-size: 16px;
	}

	.planSec__inner__list__sec .body .price span {
		font-size: 42px;
	}

	.planSec__inner__list__sec .body .txt01 {
		padding: 8px 0;
		font-size: 12px;
	}

	.planSec__inner__note {
		font-size: 12px;
		text-align: left;
	}

}



/**********************************

 faqSec

***********************************/
.faqSec {

}

.faqSec__inner {
	padding: 80px 0 93px;
}

@media screen and (max-width:767px){

	.faqSec__inner {
		padding: 30px 0 33px;
	}

}



/**********************************

 companySec

***********************************/
.companySec {
	background-color: #fff8f4;
}

.companySec__inner {
	padding: 80px 0 50px;
	position: relative;
	z-index: 1;
}

.companySec__inner:before {
	content: "COMPANY";
	display: block;
	margin: 0.56em -4.85em 0 0;
	font-family: 'Lato', sans-serif;
	color: #ffeee3;
	font-size: 200px;
	font-weight: 900;
	letter-spacing: .14em;
	line-height: .7;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.companySec__inner__content {
	display: flex;
	justify-content: space-between;
	padding: 4%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
}

.companySec__inner__content .txtArea {
	width: 47.826086956521739%;
}

.companySec__inner__content .txtArea dl {
	display: flex;
	padding: 20px 0;
	line-height: 1.5;
	border-bottom: 1px solid #dddddd;
}

.companySec__inner__content .txtArea dl:first-child {
	border-top: 1px solid #dddddd;
}

.companySec__inner__content .txtArea dl dt {
	display: flex;
	align-items: center;
	width: 110px;
	font-weight: bold;
	border-right: 1px solid #dddddd;
}

.companySec__inner__content .txtArea dl dd {
	padding-left: 20px;
}

.companySec__inner__content .picArea {
	width: 47.826086956521739%;
}

.companySec__inner__content .picArea .pic {

}

@media screen and (max-width:767px){

	.companySec {
		position: relative;
		z-index: 1;
	}

	.companySec__inner {
		padding: 30px 0 33px;
		position: static;
	}

	.companySec__inner:before {
		width: 100%;
		margin: 0.56em 0;
		font-size: 100px;
		text-align: center;
		position: absolute;
		top: 0;
		right: auto;
		left: 50%;
		z-index: -1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.companySec__inner__content {
		display: block;
		padding: 6.666666666666667%;
		border-radius: 5px;
	}

	.companySec__inner__content .txtArea {
		width: auto;
		margin-bottom: 20px;
	}

	.companySec__inner__content .txtArea dl {
		display: block;
		padding: 10px 0;
	}

	.companySec__inner__content .txtArea dl dt {
		display: block;
		width: auto;
		margin-bottom: .5em;
		text-align: center;
		border-right: none;
	}

	.companySec__inner__content .txtArea dl dd {
		padding-left: 0;
		text-align: center;
	}

	.companySec__inner__content .picArea {
		width: auto;
	}

	.companySec__inner__content .picArea .pic {
		text-align: center;
	}

}



/**********************************

 greetingSec

***********************************/
.greetingSec {

}

.greetingSec__inner {
	padding: 80px 0 93px;
}

.greetingSec__inner__content {
	display: flex;
	justify-content: space-between;
	padding: 4%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
}

.greetingSec__inner__content .txtArea {
	width: 58.695652173913043%;
	line-height: 2.35;
}

.greetingSec__inner__content .txtArea p:first-child {
	margin-top: -.5em;
}

.greetingSec__inner__content .pic {
	width: 36.956521739130435%;
}

@media screen and (max-width:767px){

	.greetingSec__inner {
		padding: 30px 0 33px;
	}

	.greetingSec__inner__content {
		display: block;
		padding: 6.666666666666667%;
		border-radius: 5px;
	}

	.greetingSec__inner__content .txtArea {
		width: auto;
		margin-bottom: 30px;
		line-height: 1.8;
	}

	.greetingSec__inner__content .txtArea p:first-child {
		margin-top: 0;
	}

	.greetingSec__inner__content .pic {
		width: auto;
	}

}



/**********************************

 formSec

***********************************/
.formSec {
	background-color: #fff8f4;
}

.formSec__inner {
	width: 1060px;
	padding: 80px 0 93px;
	position: relative;
	z-index: 1;
}

.formSec__inner:before {
	content: "FORM";
	display: block;
	margin: 0.525em 0 0 -2.425em;
	font-family: 'Lato', sans-serif;
	color: #ffeee3;
	font-size: 200px;
	font-weight: 900;
	letter-spacing: .17em;
	line-height: .7;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.formSec__inner__intro {
	margin-top: -20px;
	margin-bottom: 1.5em;
	text-align: center;
	line-height: 1.8;
}

.formSec__inner__note {
	margin-bottom: 40px;
	font-size: 12px;
	text-align: center;
	line-height: 1.8;
}

@media screen and (max-width:767px){

	.formSec {
		position: relative;
		z-index: 1;
	}

	.formSec__inner {
		padding: 30px 0 33px;
		position: static;
	}

	.formSec__inner:before {
		width: 100%;
		margin: 0.56em 0;
		font-size: 100px;
		text-align: center;
		position: absolute;
		top: 0;
		right: auto;
		left: 50%;
		z-index: -1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.formSec__inner__intro {
		margin-top: -5px;
		margin-bottom: .5em;
		font-size: 12px;
		text-align: left;
	}

	.formSec__inner__note {
		margin-bottom: 20px;
		font-size: 10px;
		text-align: left;
	}

}


/**********************************

 xxx

***********************************/

@media screen and (max-width:767px){

}

