@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #212d43;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: .03em;
	font-feature-settings : "palt";
	text-align: left;
	background-color: #fff;
	font-family: "YakuHanJP", 游ゴシック体, '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", メイリオ, 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", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
	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", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 150px;
	padding: 15px 20px;
	font-family: "YakuHanJP", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
	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%;
*/
}

/* 上記コメントアウト対策 */
#fb-root +div > div {
    max-height: none;
}

.clear {
	clear: both;
}
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
a {
	text-decoration: none;
}
a:link {
	color: #212d43;
}
a:visited {
	color: #212d43;
}
a.normal:link {
	color: #212d43;
}
a.normal:visited {
	color: #212d43;
}
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: "YakuHanJP", "Times New Roman", Georgia, YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
}
.gothic {
	font-family: "YakuHanJP", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen\0 {
	.gothic {
		font-family: "YakuHanJP", メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
.Lato {
	font-family: "YakuHanJP", 'Lato', sans-serif;
}
.Oswald {
	font-family: 'Oswald', sans-serif;
}
* {
	box-sizing: border-box;
}


@media screen and (max-width:767px){
	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%;}
.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: #1184df;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 60%, #ffd92b 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 24px;
}

.define_inner {
	max-width: 100%;
	width: 980px;
	margin: 0 auto;
}


@media screen and (max-width:767px){

	.define_wrap {
		padding: 0 4.66666667%;
	}
}

/**********************************

 layout

***********************************/
.l-wrap {
	overflow: hidden;
}

.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-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__logoArea {
	display: flex;
	align-items: center;
}

.l-header__inner__logoArea__logo {
}

.l-header__inner__logoArea__desc {
	margin-left: 45px;
	color: #222e43;
	font-size: 14px;
}

.l-header__inner__cv {

}

.l-header__inner__cv a {
	display: block;
	padding: 10px 20px 14px 20px;
	color: #222e43;
	font-size: 18px;
	font-weight: bold;
	border-radius: 100px;
	box-shadow: -5px -9px 3px -6px rgba(0,0,0,0.2) inset;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe052+0,ffd200+100 */
	background: rgb(255,224,82); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,224,82,1) 0%, rgba(255,210,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,224,82,1) 0%,rgba(255,210,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,224,82,1) 0%,rgba(255,210,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe052', endColorstr='#ffd200',GradientType=0 ); /* IE6-9 */
}

.l-header__inner__cv a span {
	padding-left: 35px;
	position: relative;
	z-index: 1;
}

.l-header__inner__cv a span:before {
	content: "";
	display: block;
	width: 28px;
	height: 30px;
	background: url(../images/icon_entry.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

@media screen and (max-width:767px){

	.l-header__inner {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 55px;
	}

	.l-header__inner__logoArea {
		display: block;
	}

	.l-header__inner__logoArea__logo {
/*
		width: 113px;
*/
		float: left;
		width: 90px;
		margin-left:-35px;
	}

	.l-header__inner__logoArea__desc {
/*
		display: none;
*/
		margin-left: 60px;
		color: #222e43;
		font-size: 12px;
	}

	.l-header__inner__cv {
		display: none;
	}
}

/**********************************

 l-footer

***********************************/
.l-footer {
}

.l-footer__top {
	background: url(../images/ft_bg.png);
}

.l-footer__top__inner {
	padding: 40px 0;
	text-align: center;
}

.l-footer__top__inner__info {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}

.l-footer__top__inner__info__contact {
	margin-right: 50px;
}

.l-footer__top__inner__info__contact .ttl,
.l-footer__top__inner__info__company .ttl {
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}

.l-footer__top__inner__info__contact .btn {
}

.l-footer__top__inner__info__contact .btn a {
	display: block;
	padding: 10px 40px;
	text-align: center;
	background-color: #fff8df;
	border: 2px solid #000;
}

.l-footer__top__inner__info__contact .btn a span {
	padding-left: 24px;
	position: relative;
	z-index: 1;
}

.l-footer__top__inner__info__contact .btn a span:before {
	content: "";
	display: block;
	width: 16px;
	height: 12px;
	background: url(../images/icon_mail01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-footer__top__inner__info__company {

}

.l-footer__top__inner__info__company p {
	font-size: 14px;
}

.l-footer__top__inner__logo {
	margin-bottom: 20px;
	text-align: center;
}

.l-footer__top__inner__note {
	display: inline-block;
	font-size: 10px;
}

.l-footer__top__inner__note li {

}

.l-footer__bottom {

}

.l-footer__bottom__inner {
	padding: 32px 0;
}

.l-footer__bottom__inner p {
	color: #b8b8b8;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width:767px){

	.l-footer__top__inner {
		padding: 20px 0;
	}

	.l-footer__top__inner__info {
		display: block;
		margin-bottom: 20px;
	}

	.l-footer__top__inner__info__contact {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.l-footer__top__inner__info__contact .ttl,
	.l-footer__top__inner__info__company .ttl {
		margin-bottom: 10px;
		font-size: 13px;
		text-align: center;
	}

	.l-footer__top__inner__info__contact .btn {
		font-size: 13px;
		text-align: center;
	}

	.l-footer__top__inner__info__contact .btn a {
		display: inline-block;
		padding: 10px 70px;
	}

	.l-footer__top__inner__info__contact .btn a span {
		padding-left: 18px;
	}

	.l-footer__top__inner__info__contact .btn a span:before {
		width: 12px;
		height: 9px;
	}

	.l-footer__top__inner__info__company {

	}

	.l-footer__top__inner__info__company p {
		font-size: 12px;
		text-align: center;
	}

	.l-footer__top__inner__logo {
		width: 117px;
		margin: 0 auto 12px;
	}

	.l-footer__top__inner__logo img {
		display: block;
	}

	.l-footer__top__inner__note {
		font-size: 9px;
	}

	.l-footer__top__inner__note li {

	}

	.l-footer__bottom__inner {
		padding: 15px 0;
	}

	.l-footer__bottom__inner p {
		font-size: 9px;
	}
}

/**********************************

 c-sec

***********************************/
.c-sec {
}

.c-sec__head {
}

.c-sec__head__inner {
}

.c-sec__head__inner__ttl {
}

.c-sec__body {

}

@media screen and (max-width:767px){
}

/**********************************

 c-subHero

***********************************/
.c-subHero {
	background-color: #d1ff03;
}

.c-subHero__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 350px;
}

.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: 175px;
	}

	.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 {
	text-align: center;
}

.c-form__content {
	margin-bottom: 60px;
}

.c-form__content dl {
	display: table;
	width: 100%;
	margin-bottom: 34px;
}

.c-form__content dl dt {
	display: table-cell;
	width: 310px;
	padding: 15px 20px 15px 25px;
	vertical-align: middle;
	background-color: #fffae6;
	box-shadow:0px 3px 0px 0px rgba(140,113,0,.1);
}

.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: #000000;
	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: 3px;
}

.c-form__content dl dt .inner .any {
	padding: 3px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #00bfff;
	border-radius: 3px;
}

.c-form__content dl dd {
	display: table-cell;
	padding: 19px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #eeeeee;
	box-shadow:0px 3px 0px 0px rgba(0,0,0,.05);
}

.c-form__content dl dd .selectBox {
	border: 3px solid #dddddd;
	position: relative;
	z-index: 1;
}

.c-form__content dl dd .selectBox:before {
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	border-left: 3px solid #dddddd;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfcfc+0,e1e1e1+100 */
	background: rgb(252,252,252); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(225,225,225,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(225,225,225,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(225,225,225,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	pointer-events: none;
}

.c-form__content dl dd .selectBox:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 6.5px 0 6.5px;
	border-color: #000000 transparent transparent transparent;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	pointer-events: none;
}

.c-form__content dl dd .selectBox select {
	width: 100%;
	height: 44px;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.c-form__content dl dd .selectBox select::-ms-expand {
	display: none;
}

.c-form__content dl dd .birthday {
	display: flex;
	align-items: center;
}

.c-form__content dl dd .birthday .box {
	display: flex;
	align-items: center;
	width: 33.33334%;
	margin-right: 20px;
}

.c-form__content dl dd .birthday .box:last-child {
	margin-right: 10px;
}

.c-form__content dl dd .birthday .box .selectBox {
	flex: 1;
	width: auto;
}

.c-form__content dl dd .birthday .box select {
	width: 100%;
}

.c-form__content dl dd .birthday .box p {
	margin: 0 0 0 10px;
	font-size: 18px;
	font-weight: bold;
}

.c-form__content dl dd .radio {
	display: flex;
	flex-wrap: wrap;
	margin: 5px 0;
	font-size: 18px;
	font-weight: bold;
}

.c-form__content dl dd .radio li {
	margin-right: 1em;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.c-form__content dl dd .radio li:last-child {
	margin-right: 0;
}

.c-form__content dl dd .radio li label {
	padding-left: 26px;
	position: relative;
	z-index: 1;
}

.c-form__content dl dd .radio li label:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/form_radio01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-form__content dl dd .radio li input:checked + label:before {
	background: url(../images/form_radio02.png) no-repeat left top;
	background-size: contain;
}

.c-form__content dl dd .radio li input {
	/*display: none;*/
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.c-form__submit {
	display: inline-block;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 100px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.05)
}

.c-form__submit button,
.c-form__confirmBtn__btn .submit {
	display: block;
	width: 100%;
	padding: 20px 45px;
	color: #222e43;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow: -5px -9px 3px -6px rgba(0,0,0,0.2) inset;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe052+0,ffd200+100 */
	background: rgb(255,224,82); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,224,82,1) 0%, rgba(255,210,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,224,82,1) 0%,rgba(255,210,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,224,82,1) 0%,rgba(255,210,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe052', endColorstr='#ffd200',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.c-form__submit button span {
	padding-left: 35px;
	position: relative;
	z-index: 1;
}

.c-form__submit button span:before {
	content: "";
	display: block;
	width: 28px;
	height: 30px;
	background: url(../images/icon_entry.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.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: 33px;
	}

	.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;
		font-size: 15px;
		border: 1px solid #dddddd;
		/*box-shadow: none;*/
	}

	.c-form__content dl dd .selectBox {
		border: 2px solid #dddddd;
	}

	.c-form__content dl dd .selectBox:before {
		width: 41px;
		height: 41px;
		border-left: 2px solid #dddddd;
	}

	.c-form__content dl dd .selectBox:after {
		border-width: 5.5px 5.25px 0 5.25px;
		right: 16px;
	}

	.c-form__content dl dd .selectBox select {
		height: 40px;
	}

	.c-form__content dl dd .birthday {
		display: block;
	}

	.c-form__content dl dd .birthday .box {
		display: flex;
		align-items: center;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.c-form__content dl dd .birthday .box:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.c-form__content dl dd .birthday .box p {
		margin: 0 0 0 12px;
		font-size: 16px;
	}

	.c-form__content dl dd .radio {
		margin: 0;
		font-size: 15px;
	}

	.c-form__content dl dd .radio li label {
		padding-left: 18px;
		font-size: 15px;
	}

	.c-form__content dl dd .radio li label:before {
		width: 13px;
		height: 13px;
	}

	.c-form__submit {
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05)
	}

	.c-form__submit button,
	.c-form__confirmBtn__btn .submit {
		padding: 15px 23px;
		font-size: 18px;
	}

	.c-form__submit button span {
		padding-left: 24px;
	}

	.c-form__submit button span:before {
		width: 17px;
		height: 18px;
	}

	.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: 65px;
}

.c-faq dl:last-child {
	margin-bottom: 0;
}

.c-faq dl dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 25px;
}

.c-faq dl dt .icon {
	width: 80px;
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	background-color: #222e43;
	border-radius: 10px;
}

.c-faq dl dt .ttl {
	flex: 1;
	display: flex;
	align-items: center;
	min-height: 80px;
	padding: 25px 30px;
	margin-left: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 5px 0px 0px rgba(0,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: 27px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	background-color: #2fc5ef;
	border-radius: 10px;
}

.c-faq dl dd .cont {
	flex: 1;
	display: flex;
	align-items: center;
	min-height: 80px;
	padding: 25px 30px;
	margin-left: 20px;
	font-size: 16px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 5px 0px 0px rgba(0,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: 33px;
	}

	.c-faq dl dt {
		margin-bottom: 13px;
	}

	.c-faq dl dt .icon {
		width: 40px;
		font-size: 13.5px;
		line-height: 40px;
		border-radius: 5px;
	}

	.c-faq dl dt .ttl {
		flex: 1;
		min-height: 40px;
		padding: 7px 15px;
		margin-left: 10px;
		font-size: 14px;
		border-radius: 5px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	}

	.c-faq dl dd .icon {
		width: 40px;
		font-size: 13.5px;
		line-height: 40px;
		border-radius: 5px;
	}

	.c-faq dl dd .cont {
		min-height: 40px;
		padding: 7px 15px;
		margin-left: 10px;
		font-size: 14px;
		border-radius: 5px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	}

	.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 {
	background: url(../images/hero_bg_pc10.jpg) no-repeat center;
	background-size: cover;
}

@media screen and (max-width:767px){
.heroSec {
	background: url(../images/hero_bg_sp10.jpg) no-repeat center;
	background-size: cover;
}
}

.heroSec__inner {
	position: relative;
	z-index: 1;
}

.heroSec__inner__main img {
	width: 100%;
	max-width: none;
}

.heroSec__inner__btnArea {
	margin-top: 33%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.heroSec__inner__btnArea__balloon {
	width: 92px;
	height: 90px;
	margin: -12% 0 0 2%;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
}

.heroSec__inner__btnArea__btn {
	border-radius: 100px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.2);
}

.heroSec__inner__btnArea__btn a {
	display: block;
	padding: 14px 35px 18px 35px;
	color: #222e43;
	font-size: 24px;
	font-weight: bold;
	white-space: nowrap;
	border-radius: 100px;
	box-shadow: -5px -9px 3px -6px rgba(0,0,0,0.2) inset;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe052+0,ffd200+100 */
	background: rgb(255,224,82); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,224,82,1) 0%, rgba(255,210,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,224,82,1) 0%,rgba(255,210,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,224,82,1) 0%,rgba(255,210,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe052', endColorstr='#ffd200',GradientType=0 ); /* IE6-9 */
}

.heroSec__inner__btnArea__btn a span {
	padding-left: 35px;
	position: relative;
	z-index: 1;
}

.heroSec__inner__btnArea__btn a span:before {
	content: "";
	display: block;
	width: 28px;
	height: 30px;
	background: url(../images/icon_entry.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

@media screen and (max-width:1023px){

	.heroSec__inner__btnArea__balloon {
		width: 8.993157380254155vw;
		height: 8.797653958944283vw;
	}

	.heroSec__inner__btnArea__btn a {
		padding: 1.5640273704789833vw 3.4213098729227758vw;
		font-size: 2.346041055718475vw;
	}

	.heroSec__inner__btnArea__btn a span {
		padding-left: 3.4213098729227758vw;
	}

	.heroSec__inner__btnArea__btn a span:before {
		width: 2.7370478983382207vw;
		height: 2.932551319648094vw;
	}

}

@media screen and (max-width:767px){

	.heroSec {
		padding: 0;
	}

	.heroSec__inner__btnArea {
		margin-top: 58%;
	}

	.heroSec__inner__btnArea__balloon {
		width: 17.599999999999998vw;
		height: 17.333333333333336vw;
		margin: -21% 0 0 -5%;
	}

	.heroSec__inner__btnArea__btn a {
		padding: 3.533333333333333vw 6.666666666666667vw;
		font-size: 4.8vw;
	}

	.heroSec__inner__btnArea__btn a span {
		padding-left: 6vw;
	}

	.heroSec__inner__btnArea__btn a span:before {
		width: 4.533333333333333vw;
		height: 4.8vw;
	}

}


/**********************************

 awardSec

***********************************/
.awardSec {
	background: url(../images/award_bg.jpg);
}

.awardSec__inner {
	padding: 25px 0 35px;
}

.awardSec__inner ul {
	display: flex;
	justify-content: center;
}

.awardSec__inner ul li {
	margin: 0 2.551020408163265%;
}

@media screen and (max-width:767px){

	.awardSec__inner {
		padding: 15px 0 22px;
	}

	.awardSec__inner ul li {
		margin: 0 1.470588235294118%;
	}

	.awardSec__inner ul li:first-child {
		margin-left: 0;
	}

	.awardSec__inner ul li:last-child {
		margin-right: 0;
	}
}


/**********************************

 troubleSec

***********************************/
.troubleSec {
	background: url(../images/bg_stripe01.png) repeat;
}

.troubleSec__inner {
	padding: 70px 0 80px;
}

.troubleSec__inner__ttl {
	margin: 0 -4.745% 22px;
}

.troubleSec__inner__list {
}

.troubleSec__inner__list li {
	display: flex;
	margin-bottom: 30px;
}

.troubleSec__inner__list li:last-child {
	margin-bottom: 0;
}

.troubleSec__inner__list li .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	margin-right: 20px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	background-color: #232f43;
	border-radius: 15px;
}

.troubleSec__inner__list li .txt {
	flex: 1;
	padding: 20px 20px;
	color: #222e43;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #eaf2f9;
	border-radius: 15px;
}

.troubleSec__inner__result {
	margin-top: 160px;
	position: relative;
	z-index: 1;
}

.troubleSec__inner__result:before {
	content: "";
	display: block;
	width: 158px;
	height: 79px;
	background: url(../images/trouble_arr01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: -119px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.troubleSec__inner__result__txt01 {
	text-align: center;
}

.troubleSec__inner__result__txt01 span {
	display: inline-block;
	padding: 20px 90px;
	color: #ffd92b;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #232f43;
	border-radius: 15px 15px 0 0;
}

.troubleSec__inner__result__txt02 {
	padding: 20px 7%;
	color: #222e43;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background-color: #ffd92b;
	border-radius: 15px;
}

.troubleSec__inner__result__pic01 {
	position: absolute;
	bottom: 0;
	left: -6.530612244897959%;
	z-index: 1;
}

.troubleSec__inner__result__pic02 {
	position: absolute;
	bottom: 0;
	right: -6.530612244897959%;
	z-index: 1;
}

@media screen and (max-width:1023px){

	.troubleSec__inner__result__pic01,
	.troubleSec__inner__result__pic02 {
		width: 13.391984359726294vw;
	}
}

@media screen and (max-width:767px){
	.troubleSec {
		background-size: 15px 15px;
	}

	.troubleSec__inner {
		padding: 35px 0 35px;
	}

	.troubleSec__inner__ttl {
		margin: 0 -5.15% 30px;
		text-align: center;
	}

	.troubleSec__inner__list {
	}

	.troubleSec__inner__list li {
		margin-bottom: 15px;
	}

	.troubleSec__inner__list li:last-child {
		margin-bottom: 0;
	}

	.troubleSec__inner__list li .num {
		width: 40px;
		margin-right: 5px;
		font-size: 14px;
		border-radius: 8px;
	}

	.troubleSec__inner__list li .txt {
		padding: 10px 10px;
		font-size: 13px;
		border-radius: 8px;
	}

	.troubleSec__inner__result {
		margin-top: 55px;
	}

	.troubleSec__inner__result:before {
		width: 51px;
		height: 25.5px;
		top: -38px;
	}

	.troubleSec__inner__result__txt01 span {
		display: block;
		padding: 10px 10px;
		font-size: 16px;
		text-align: center;
		border-radius: 8px 8px 0 0;
	}

	.troubleSec__inner__result__txt02 {
		padding: 13px 15%;
		font-size: 16px;
		border-radius: 0 0 8px 8px;
	}

	.troubleSec__inner__result__pic01 {
		width: 18.266666666666666vw;
		max-width: 69px;
		left: -5.15%;
	}

	.troubleSec__inner__result__pic02 {
		width: 18.266666666666666vw;
		max-width: 69px;
		right: -5.15%;
	}

}


/**********************************

 aboutSec

***********************************/
.aboutSec {
	background: url(../images/bg_dot01.png) repeat;
}

.aboutSec__inner {
	padding: 70px 0 80px;
	position: relative;
	z-index: 1;
}

.aboutSec__inner__ttl {
	margin-bottom: 50px;
	text-align: center;
}

.aboutSec__inner__pic01 {
	width: 136px;
	position: absolute;
	top: 60px;
	right: 100%;
	z-index: 1;
}

.aboutSec__inner__pic02 {
	width: 129px;
	position: absolute;
	top: 60px;
	left: 100%;
	z-index: 1;
}

.aboutSec__inner__copy {
	padding: 25px 15px;
	margin: 0 -5.103% 35px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background-color: #fff;
	border-radius: 10px;
}

.aboutSec__inner__copy .br01 {
	display: none;
}

.aboutSec__inner__intro {
	margin-bottom: 40px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.aboutSec__inner__list {
	display: flex;
	justify-content: space-between;
}

.aboutSec__inner__list__sec {
	width: 28.571428571428571%;
}

.aboutSec__inner__list__sec .pic {
	margin-bottom: 20px;
	text-align: center;
}

.aboutSec__inner__list__sec .ttl {
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}

.aboutSec__inner__list__sec p {
}

@media screen and (max-width:1269px){


	.aboutSec__inner__pic01 {
		width: 13.294232649071358%;
		top: 60px;
		left: -3%;
		right: auto;
	}

	.aboutSec__inner__pic02 {
		width: 12.609970674486803%;
		top: 60px;
		left: auto;
		right: -3%;
	}

	.aboutSec__inner__copy {
		margin: 0 0 35px;
	}

	.aboutSec__inner__copy .br01 {
		display: block;
	}
}

@media screen and (max-width:767px){
	.aboutSec {
		background-size: 10px 10px;
	}

	.aboutSec__inner {
		padding: 40px 0 35px;
	}

	.aboutSec__inner__ttl {
		margin-bottom: 15px;
	}

	.aboutSec__inner__pic01 {
		width: 18.133333333333333vw;
		max-width: 100px;
		position: absolute;
		top: 30px;
		left: -5.15%;
	}

	.aboutSec__inner__pic02 {
		width: 17.2vw;
		max-width: 100px;
		position: absolute;
		top: 30px;
		right: -5.15%;
	}

	.aboutSec__inner__copy {
		padding: 12px 15px;
		margin: 0 0 15px;
		font-size: 16px;
		border-radius: 5px;
	}

	.aboutSec__inner__intro {
		margin-bottom: 20px;
		font-size: 13px;
		text-align: left;
	}

	.aboutSec__inner__list {
		display: block;
	}

	.aboutSec__inner__list__sec {
		width: auto;
		margin-bottom: 20px;
	}

	.aboutSec__inner__list__sec:last-child {
		margin-bottom: 0;
	}

	.aboutSec__inner__list__sec .pic {
		width: 41.176470588235294%;
		margin: 0 auto 12px;
		text-align: center;
	}

	.aboutSec__inner__list__sec .ttl {
		margin-bottom: 10px;
		font-size: 18px;
	}

	.aboutSec__inner__list__sec p {
		font-size: 13px;
	}

}


/**********************************

 pointSec

***********************************/
.pointSec {
	background: url(../images/bg_dot02.png) repeat;
}

.pointSec__inner {
	padding: 70px 0 100px;
}

.pointSec__inner__ttl {
	margin-bottom: 40px;
}

.pointSec__inner__ttl img {
	width: 100%;
	max-width: none;
}

.pointSec__inner__list {

}

.pointSec__inner__list__sec {
	padding: 60px 6.122448979591837% 45px;
	margin-bottom: 60px;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
}

.pointSec__inner__list__sec:last-child {
	margin-bottom: 0;
}

.pointSec__inner__list__sec .head {
	padding: 45px 15px 25px;
	margin-bottom: 30px;
	background-color: #fffae6;
	border-radius: 15px;
	position: relative;
	z-index: 1;
}

.pointSec__inner__list__sec .head .num {
	padding: 10px 40px;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	white-space: nowrap;
	background-color: #222e43;
	border-radius: 100px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.pointSec__inner__list__sec .head .ttl {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.pointSec__inner__list__sec .body {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.pointSec__inner__list__sec .body .pic {
	width: 48.837209302325581%;
}

.pointSec__inner__list__sec .body .content {
	width: 47.674418604651163%;
}

@media screen and (max-width:767px){
	.pointSec {
		background-size: 10px 10px;
	}

	.pointSec__inner {
		padding: 35px 0 35px;
	}

	.pointSec__inner__ttl {
		margin-bottom: 30px;
	}

	.pointSec__inner__list__sec {
		padding: 30px 4.411764705882353% 15px;
		margin-bottom: 33px;
		border-radius: 10px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.1);
	}

	.pointSec__inner__list__sec .head {
		padding: 22px 15px 12px;
		margin-bottom: 15px;
		border-radius: 8px;
	}

	.pointSec__inner__list__sec .head .num {
		padding: 5px 20px;
		font-size: 11.5px;
	}

	.pointSec__inner__list__sec .head .ttl {
		font-size: 16px;
	}

	.pointSec__inner__list__sec .body {
		display: block;
	}

	.pointSec__inner__list__sec .body .pic {
		width: auto;
		margin-bottom: 12px;
		text-align: center;
	}

	.pointSec__inner__list__sec .body .content {
		width: auto;
		font-size: 14px;
	}
}


/**********************************

 cvSec

***********************************/
.cvSec {
	background: url(../images/cv_bg_pc.jpg) no-repeat center;
	background-size: cover;
}

.cvSec__inner {
	padding: 70px 0;
	text-align: center;
}

.cvSec__inner__btnArea {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.cvSec__inner__btnArea__balloon {
	width: 92px;
	height: 90px;
	margin: -12% 0 0 2%;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
}

.cvSec__inner__btnArea__btn {
	border-radius: 100px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.2);
}

.cvSec__inner__btnArea__btn a {
	display: block;
	padding: 16px 35px;
	color: #222e43;
	font-size: 24px;
	font-weight: bold;
	white-space: nowrap;
	border-radius: 100px;
	box-shadow: -5px -9px 3px -6px rgba(0,0,0,0.2) inset;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe052+0,ffd200+100 */
	background: rgb(255,224,82); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,224,82,1) 0%, rgba(255,210,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,224,82,1) 0%,rgba(255,210,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,224,82,1) 0%,rgba(255,210,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe052', endColorstr='#ffd200',GradientType=0 ); /* IE6-9 */
}

.cvSec__inner__btnArea__btn a span {
	padding-left: 35px;
	position: relative;
	z-index: 1;
}

.cvSec__inner__btnArea__btn a span:before {
	content: "";
	display: block;
	width: 28px;
	height: 30px;
	background: url(../images/icon_entry.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}



@media screen and (max-width:1023px){

	.cvSec__inner__btnArea__balloon {
		width: 8.993157380254155vw;
		height: 8.797653958944283vw;
	}

	.cvSec__inner__btnArea__btn a {
		padding: 1.5640273704789833vw 3.4213098729227758vw;
		font-size: 2.346041055718475vw;
	}

	.cvSec__inner__btnArea__btn a span {
		padding-left: 3.4213098729227758vw;
	}

	.cvSec__inner__btnArea__btn a span:before {
		width: 2.7370478983382207vw;
		height: 2.932551319648094vw;
	}

}

@media screen and (max-width:767px){
	.cvSec {
		background: url(../images/cv_bg_sp.jpg) no-repeat center;
		background-size: cover;
	}

	.cvSec__inner {
		padding: 35px 0;
	}

	.cvSec__inner__btnArea {
	}

	.cvSec__inner__btnArea__balloon {
		width: 17.599999999999998vw;
		height: 17.333333333333336vw;
		margin: -23% 0 0 -4%;
	}

	.cvSec__inner__btnArea__balloon.balloon02 {
		margin: -17% 0 0 -14%;
	}

	.cvSec__inner__btnArea__btn a {
		padding: 3.533333333333333vw 6.666666666666667vw;
		font-size: 4.8vw;
	}

	.cvSec__inner__btnArea__btn a span {
		padding-left: 6vw;
	}

	.cvSec__inner__btnArea__btn a span:before {
		width: 4.533333333333333vw;
		height: 4.8vw;
	}

}


/**********************************

 stepSec

***********************************/
.stepSec {
	background: url(../images/bg_dot01.png);
}

.stepSec__inner {
	padding: 70px 0 80px;
}

.stepSec__inner__ttl {
	margin-bottom: 60px;
	text-align: center;
}

.stepSec__inner__intro {
	margin-bottom: 60px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.stepSec__inner__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.stepSec__inner__list__sec {
	width: 28.571428571428571%;
	position: relative;
	z-index: 1;
}

.stepSec__inner__list__sec:last-child {
	width: 100%;
	margin-top: 160px;
}

.stepSec__inner__list__sec:last-child:before {
	content: "";
	display: block;
	width: 158px;
	height: 79px;
	background: url(../images/step_arr02.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: -115px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.stepSec__inner__list__sec .item01 {

}

.stepSec__inner__list__sec .item01 .pic {
	margin-bottom: 15px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.stepSec__inner__list__sec .item01 .pic:before {
	content: "";
	display: block;
	width: 28px;
	height: 56px;
	background: url(../images/step_arr01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: -51px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.stepSec__inner__list__sec:nth-child(3) .item01 .pic:before {
	display: none;
}

.stepSec__inner__list__sec .item01 .ttl {
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.stepSec__inner__list__sec .item01 p {
	font-size: 13px;
}

.stepSec__inner__list__sec .item02 {
	padding: 30px 15px;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
	position: relative;
	z-index: 1;
}

.stepSec__inner__list__sec .item02 .pic {
	max-height: none;
	position: absolute;
	bottom: 18px;
	left: 10.204081632653061%;
}

.stepSec__inner__list__sec .item02 .ttl {
	padding-left: 39.795918367346939%;
	margin-bottom: 15px;
	font-size: 44px;
	font-weight: bold;
	line-height: 1.3;
}

.stepSec__inner__list__sec .item02 p {
	padding-left: 39.795918367346939%;
	font-size: 20px;
}

@media screen and (max-width:1023px){

	.stepSec__inner__list__sec .item01 .pic:before {
		width: 2.7370478983382207vw;
		height: 5.474095796676441vw;
		right: -4.9853372434017595vw;
	}

	.stepSec__inner__list__sec .item01 .ttl {
		font-size: 22px;
	}

	.stepSec__inner__list__sec .item02 .pic {
		left: 6.5%;
	}
}

@media screen and (max-width:767px){
	.stepSec {
		background-size: 10px 10px;
	}

	.stepSec__inner {
		padding: 35px 0;
	}

	.stepSec__inner__ttl {
		margin-bottom: 30px;
	}

	.stepSec__inner__intro {
		margin-bottom: 20px;
		font-size: 13px;
		text-align: left;
	}

	.stepSec__inner__list {
		display: block;
	}

	.stepSec__inner__list__sec {
		width: auto;
		margin-bottom: 50px;
	}

	.stepSec__inner__list__sec:last-child {
		width: auto;
		margin-top: 0;
		margin-bottom: 0;
	}

	.stepSec__inner__list__sec:last-child:before {
		display: none;
	}

	.stepSec__inner__list__sec:after {
		content: "";
		display: block;
		width: 36px;
		height: 18px;
		background: url(../images/step_arr02.png) no-repeat left top;
		background-size: contain;
		position: absolute;
		bottom: -32px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.stepSec__inner__list__sec:last-child:after {
		display: none;
	}

	.stepSec__inner__list__sec .item01 {

	}

	.stepSec__inner__list__sec .item01 .pic {
		width: 41.176470588235294%;
		margin: 0 auto 10px;
	}

	.stepSec__inner__list__sec .item01 .pic:before {
		display: none;
	}

	.stepSec__inner__list__sec .item01 .ttl {
		margin-bottom: 8px;
		font-size: 18px;
	}

	.stepSec__inner__list__sec .item01 p {
		font-size: 13px;
	}

	.stepSec__inner__list__sec .item02 {
		padding: 0;
		background-color: transparent;
		border-radius: 0;
		box-shadow: none;
	}

	.stepSec__inner__list__sec .item02 .pic {
		width: 41.176470588235294%;
		margin: 0 auto 10px;
		position: static;
	}

	.stepSec__inner__list__sec .item02 .ttl {
		padding-left: 0;
		margin-bottom: 8px;
		font-size: 18px;
		line-height: 1.5;
		text-align: center;
	}

	.stepSec__inner__list__sec .item02 p {
		padding-left: 0;
		font-size: 13px;
	}

}


/**********************************

 voiceSec

***********************************/
.voiceSec {
	background: url(../images/bg_stripe01.png) repeat;
}

.voiceSec__inner {
	padding: 70px 0 80px;
}

.voiceSec__inner__ttl {
	margin-bottom: 70px;
	text-align: center;
}

.voiceSec__inner__list {

}

.voiceSec__inner__list__sec {
	display: flex;
	justify-content: space-between;
	padding: 3.061224489795918%;
	margin-bottom: 45px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
}

.voiceSec__inner__list__sec:last-child {
	margin-bottom: 0;
}

.voiceSec__inner__list__sec .prof {
	width: 14.130434782608696%;
}

.voiceSec__inner__list__sec .prof .pic {
	margin-bottom: 10px;
	text-align: center;
}

.voiceSec__inner__list__sec .prof .info {

}

.voiceSec__inner__list__sec .prof .info .name {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.voiceSec__inner__list__sec .prof .info dl {
	margin-bottom: 10px;
}

.voiceSec__inner__list__sec .prof .info dl:last-child {
	margin-bottom: 0;
}

.voiceSec__inner__list__sec .prof .info dl dt {
	padding: 1px 10px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-radius: 100px;
	background-color: #222e43;
}

.voiceSec__inner__list__sec .prof .info dl dd {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.voiceSec__inner__list__sec .content {
	width: 83.152173913043478%;
}

.voiceSec__inner__list__sec .content .ttl {
	padding: 15px 22px;
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #fffae6;
	border-radius: 10px;
}

.voiceSec__inner__list__sec .content p {
	font-size: 16px;
}

@media screen and (max-width:767px){
	.voiceSec {
		background-size: 15px 15px;
	}

	.voiceSec__inner {
		padding: 35px 0 35px;
	}

	.voiceSec__inner__ttl {
		margin-bottom: 35px;
	}

	.voiceSec__inner__list {

	}

	.voiceSec__inner__list__sec {
		display: block;
		padding: 15px 4.411764705882353%;
		margin-bottom: 33px;
		border-radius: 8px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.1);
	}

	.voiceSec__inner__list__sec .prof {
		display: flex;
		justify-content: space-between;
		width: auto;
		margin-bottom: 15px;
	}

	.voiceSec__inner__list__sec .prof .pic {
		width: 32.258064516129032%;
		margin-bottom: 0;
	}

	.voiceSec__inner__list__sec .prof .info {
		width: 62.903225806451613%;
	}

	.voiceSec__inner__list__sec .prof .info .name {
		margin-bottom: 8px;
		font-size: 13px;
		text-align: left;
	}

	.voiceSec__inner__list__sec .prof .info dl {
		display: flex;
		align-items: flex-start;
		margin-bottom: 8px;
	}

	.voiceSec__inner__list__sec .prof .info dl:last-child {
		margin-bottom: 0;
	}

	.voiceSec__inner__list__sec .prof .info dl dt {
		width: 70px;
		padding: 1px 5px;
		margin-right: 10px;
		margin-bottom: 0;
		font-size: 12px;
	}

	.voiceSec__inner__list__sec .prof .info dl dd {
		flex: 1;
		font-size: 12px;
		text-align: left;
	}

	.voiceSec__inner__list__sec .content {
		width: auto;
	}

	.voiceSec__inner__list__sec .content .ttl {
		padding: 6px 15px;
		margin-bottom: 12px;
		font-size: 14px;
		text-align: center;
		border-radius: 5px;
	}

	.voiceSec__inner__list__sec .content p {
		font-size: 13px;
	}

}


/**********************************

 worksSec

***********************************/
.worksSec {
	background: url(../images/works_bg.jpg);
}

.worksSec__inner {
	padding: 85px 0;
}

.worksSec__inner__ttl {
	margin-bottom: 35px;
	text-align: center;
}

.worksSec__inner ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}

.worksSec__inner ul li {
	width: 21.938775510204082%;
}

.worksSec__inner__txt {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width:767px){

	.worksSec__inner {
		padding: 38px 0;
	}

	.worksSec__inner__ttl {
		margin-bottom: 30px;
	}

	.worksSec__inner ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0 8.823529411764706%;
		margin-bottom: 0;
	}

	.worksSec__inner ul li {
		width: 46.428571428571429%;
		margin-bottom: 20px;
	}

	.worksSec__inner__txt {
		font-size: 14px;
	}

}


/**********************************

 supporterSec

***********************************/
.supporterSec {
	background: url(../images/bg_dot01.png);
}

.supporterSec__inner {
	padding: 75px 0 85px;
}

.supporterSec__inner__ttl {
	margin-bottom: 95px;
	text-align: center;
}

.supporterSec__inner__list {

}

.supporterSec__inner__list__sec {
	display: flex;
	justify-content: space-between;
	padding: 3.061224489795918%;
	margin-bottom: 70px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
	position: relative;
	z-index: 1;
}

.supporterSec__inner__list__sec:before {
	content: "";
	display: block;
	width: 54px;
	height: 40px;
	background: url(../images/supporter_icon01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: -27px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.supporterSec__inner__list__sec:last-child {
	margin-bottom: 0;
}

.supporterSec__inner__list__sec .pic {
	width: 14.130434782608696%;
}

.supporterSec__inner__list__sec .content {
	width: 83.152173913043478%;
}

.supporterSec__inner__list__sec .content .ttl {
	padding: 15px 20px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #fffae6;
	border-radius: 10px;
}

.supporterSec__inner__list__sec .content .ttl span {
	display: block;
	padding-left: 60px;
	position: relative;
	z-index: 1;
}

.supporterSec__inner__list__sec .content .ttl span:before {
	content: "";
	display: block;
	width: 43px;
	height: 42px;
	background: url(../images/supporter_icon02.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.supporterSec__inner__list__sec .content dl {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.supporterSec__inner__list__sec .content dl dt {
	padding: 1px 12px;
	margin-right: 12px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #1f2c43;
	border-radius: 100px;
}

.supporterSec__inner__list__sec .content dl dd {
	flex: 1;
	font-size: 14px;
	font-weight: bold;
}

.supporterSec__inner__list__sec .content p {
}

@media screen and (max-width:767px){
	.supporterSec {
		background-size: 10px 10px;
	}

	.supporterSec__inner {
		padding: 35px 0 38px;
	}

	.supporterSec__inner__ttl {
		margin-bottom: 50px;
	}

	.supporterSec__inner__list__sec {
		display: block;
		padding: 4.411764705882353%;
		margin-bottom: 43px;
		border-radius: 8px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.1);
	}

	.supporterSec__inner__list__sec:before {
		width: 33px;
		height: 24px;
		top: -16px;
	}

	.supporterSec__inner__list__sec:last-child {
		margin-bottom: 0;
	}

	.supporterSec__inner__list__sec .pic {
		width: 65px;
		float: left;
		margin-bottom: 12px;
		/*margin: 4.411764705882353% 0 0 4.411764705882353%;*/
		/*position: absolute;*/
		/*top: 0;*/
		/*left: 0;*/
	}

	.supporterSec__inner__list__sec .content {
		width: auto;
	}

	.supporterSec__inner__list__sec .content .ttl {
		padding: 8px 10px;
		margin-left: 77px;
		margin-bottom: 10px;
		font-size: 14px;
		border-radius: 5px;

	}

	.supporterSec__inner__list__sec .content .ttl span {
		display: block;
		padding-left: 30px;
		position: relative;
		z-index: 1;
	}

	.supporterSec__inner__list__sec .content .ttl span:before {
		width: 21.5px;
		height: 21px;
	}

	.supporterSec__inner__list__sec .content dl {
		display: flex;
		align-items: center;
		margin-left: 77px;
		margin-bottom: 15px;
	}

	.supporterSec__inner__list__sec .content dl dt {
		padding: 1px 6px;
		margin-right: 6px;
		font-size: 9px;
	}

	.supporterSec__inner__list__sec .content dl dd {
		font-size: 10px;
	}

	.supporterSec__inner__list__sec .content p {
		clear: both;
		font-size: 13px;
	}

}


/**********************************

 faqSec

***********************************/
.faqSec {
	background: url(../images/bg_stripe01.png) repeat;
}

.faqSec__inner {
	padding: 70px 0 85px;
}

.faqSec__inner__ttl {
	margin-bottom: 60px;
	text-align: center;
}

@media screen and (max-width:767px){
	.faqSec {
		background-size: 15px 15px;
	}

	.faqSec__inner {
		padding: 35px 0 38px;
	}

	.faqSec__inner__ttl {
		margin-bottom: 30px;
	}

}


/**********************************

 formSec

***********************************/
.formSec {
	background: url(../images/bg_dot03.png);
}

.formSec__inner {
	padding: 75px 0 85px;
}

.formSec__inner__ttl {
	margin-bottom: 60px;
	text-align: center;
}

@media screen and (max-width:767px){
	.formSec {
		background-size: 10px 10px;
	}

	.formSec__inner {
		padding: 35px 0 35px;
	}

	.formSec__inner__ttl {
		margin-bottom: 30px;
		text-align: center;
	}

}


/**********************************

 xxx

***********************************/

@media screen and (max-width:767px){

}

