@charset "utf-8";

html {
	font-size: 10px;
}

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 1.6rem;
	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;
	-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: 0;
	padding: 0;
	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;
	letter-spacing: .07em;
}
p {
	letter-spacing: .07em;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
input,
button {
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
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: 5rem;
	padding: .5rem 2rem;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	border: .3rem solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
select {
	height: 5rem;
	padding: .5rem 1rem;
	color: #333333;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	border: .3rem solid #dddddd;
	background: #fff;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 15rem;
	padding: 1.5rem 2rem;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	border: .3rem 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:999999px;
}

.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;
}
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;
}
.ovImg:hover img {	
	opacity:0.7;
}
.nowrap {
	white-space: nowrap;
}
.mincho {
	font-family: "YakuHanMP", YuMincho, '游明朝', 'ヒラギノ明朝 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;
}
.Lato {
	font-family: "YakuHanJP", 'Lato', sans-serif;
}
.Oswald {
	font-family: "YakuHanJP", 'Oswald', sans-serif;
}
.Roboto {
	font-family: "YakuHanJP", 'Roboto', sans-serif;
}
* {
	box-sizing: border-box;
}



@media screen and (max-width:1299px){
	html {
		font-size: .769230769230769vw;
	}
}

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

	body {
		font-size: 1.4rem;
	}
	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: 4.4rem;
		padding: .5rem 1rem;
		font-size: 1.6rem;
		border: .2rem solid #dddddd;
	}
	select {
		height: 4.4rem;
		padding: .5rem 1rem;
		font-size: 1.6rem;
		border: .2rem solid #dddddd;
	}
	textarea {
		height: 34.6666666vw;
		padding: .5rem 1rem;
		font-size: 1.6rem;
		border: .2rem solid #dddddd;
	}
}

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

 general

***********************************/
.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;
}
.white {
	color: #fff;
}
.red {
	color: #eb3b2c;
}
.blue {
	color: #0159b2;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 70%, #ffff00 70%);
}
.marker-blue {
	background: linear-gradient(transparent 70%, #013f7c 70%);
}
.marker-light-blue {
	background: linear-gradient(transparent 70%, #c8dcf4 70%);
}
.underline {
	text-decoration: underline;
}

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

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

 parts

***********************************/
.define_wrap {
	padding: 0 5rem;
}

.define_inner {
	max-width: 100%;
	width: 120rem;
	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: 4rem;
	right: 4rem;
	z-index: 5;
}

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

	.l-pageTop {
		width: 3.2rem;
		bottom: 8.5rem;
		right: 4%;
	}
}

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

 l-header

***********************************/
.l-header {
	background: #fff;
}

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

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

 l-fixed-content

***********************************/
.l-fixed-content {
	width: 100%;
	height: 5.5rem;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.l-fixed-content a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 5.5rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background: #ff5226;
}

.l-fixed-content a span {
	padding-left: 2.7rem;
	position: relative;
	z-index: 1;
}

.l-fixed-content a span:before {
	content: "";
	display: block;
	width: 5.5rem;
	height: 5.5rem;
	margin-top: -4rem;
	margin-right: -5.7rem;
	background: url(../images/fixed_balloon.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

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

 l-footer

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

}

.l-footer__inner {
	padding: 7.5rem 0;
}

.l-footer__inner-logo {
	width: 21.8rem;
	margin: 0 auto;
	text-align: center;
}

.l-footer__inner-copy {
	margin-top: 5.5rem;
	color: #bababa;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}

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

	.l-footer__inner {
		padding: 3rem 0;
	}

	.l-footer__inner-logo {
		width: 13rem;
	}

	.l-footer__inner-copy {
		margin-top: 2rem;
		font-size: .9rem;
	}
}

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

 c-title01

***********************************/
.c-title01 {
	margin-top: -.25em;
	font-size: 4.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}

.c-title01 .blue {
	font-weight: 900;
}

@media screen and (max-width:767px){
	.c-title01 {
		font-size: 2.1rem;
	}
}

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

 c-sub-hero

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

.c-sub-hero__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30rem;
}

.c-sub-hero__inner__ttl {
	color: #000;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.5;
	text-align: center;
}

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

	.c-sub-hero__inner {
		height: 15rem;
	}

	.c-sub-hero__inner__ttl {
		font-size: 1.8rem;
	}
}

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

 c-btn01

***********************************/
a.c-btn01 {
	display: block;
	width: 100%;
	padding: 2rem 1.5rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0 .5rem 0 0 #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: 1.2rem 1.5rem;
		font-size: 1.6rem;
		box-shadow: 0 .3rem 0 0 #4d2600;
	}
}

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

 c-form

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

.c-form:before {
}

.c-form__content {
	margin-bottom: 5rem;
}

.c-form__content dl {
	display: table;
	width: 100%;
	padding: 3rem 0;
	border-bottom: 1px solid #dddddd;
}

.c-form__content dl dt {
	display: table-cell;
	width: 26rem;
	padding-right: 2.5rem;
	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 {
	font-size: 1.8rem;
	font-weight: bold;
}

.c-form__content dl dt .inner .require,
.c-form__content dl dt .inner .any {
	padding: .2rem .5rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: .4rem;
}

.c-form__content dl dt .inner .require {
	background-color: #ff3f00;
}

.c-form__content dl dt .inner .any {
	background-color: #0a4399;
}

.c-form__content dl dd {
	display: table-cell;
	padding-left: 2.5rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	vertical-align: middle;
	position: relative;
}

.c-form__content dl dd .name-box {
	display: flex;
	justify-content: space-between;
}

.c-form__content dl dd .name-box__block {
	display: flex;
	align-items: center;
	width: calc(50% - 1rem);
}

.c-form__content dl dd .name-box__block p {
	margin-right: .5em;
}

.c-form__content dl dd .name-box__block .entry {
	flex: 1;
}

.c-form__content dl dd .company {
	background: transparent;
}

.c-form__content dl dd .wfull {
	width: 100%;
}

.c-form__content dl dd .list {
	margin: .25em -.5em;
}

.c-form__content dl dd .list li {
	display: inline-block;
	margin: .25em .5em;
}

.c-form__privacy {
	margin-bottom: 3rem;
}

.c-form__privacy-content {
	padding: 2rem 0 2rem 2.9rem;
	margin-bottom: 3.5rem;
	border: 1px solid #dddddd;
}

.c-form__privacy-content-scroll {
	height: 15rem;
	padding-right: 2.9rem;
	overflow-y: scroll;
}

.c-form__privacy-content-scroll section {
	margin-bottom: 3rem;
}

.c-form__privacy-content-scroll section:last-child {
	margin-bottom: 0;
}

.c-form__privacy-content-scroll .ttl {
	margin-bottom: 0;
	font-size: 1.8rem;
}

.c-form__privacy-content-scroll p {
	font-size: 1.6rem;
}

.c-form__privacy-txt01 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.c-form__privacy input {
	margin-right: .5em;
}

.c-form__submit {
	width: 37rem;
	max-width: 100%;
	margin: 0 auto;
}

.c-form__submit button,
.c-form__submit input,
.c-form__confirmBtn__btn .submit {
	display: block;
	width: 100%;
	padding: 2.2rem 1.5rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0 .5rem 0 0 #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;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*.c-form__submit button:disabled,*/
/*.c-form__submit input:disabled,*/
/*.c-form__confirmBtn__btn .submit:disabled {*/
/*opacity: 1;*/
/*!* 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 *!*/
/*}*/

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

.c-form__confirmBtn__btn {
	width: 36rem;
}

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

.c-form__confirmBtn__btn .back {
	display: block;
	width: 100%;
	padding: 2.2rem 1.5rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0 .5rem 0 0 #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 {
	}

	.c-form__content {
		margin-bottom: 2rem;
	}

	.c-form__content dl {
		display: block;
		width: auto;
		padding: 1.5rem 0 2rem;
	}

	.c-form__content dl dt {
		display: block;
		width: auto;
		padding: 0;
		margin-bottom: 1.5rem;
		border-right: none;
	}

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

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

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

	.c-form__content dl dd {
		display: block;
		padding: 0;
		font-size: 1.4rem;
	}

	.c-form__content dl dd .name-box {
		display: block;
	}

	.c-form__content dl dd .name-box__block {
		display: flex;
		align-items: center;
		width: auto;
		margin-bottom: 1.5rem;
	}

	.c-form__content dl dd .name-box__block:last-child {
		margin-bottom: 0;
	}

	.c-form__content dl dd .name-box__block p {
		margin-right: .5em;
	}

	.c-form__content dl dd .name-box__block .entry {
		flex: 1;
	}

	.c-form__content dl dd .list {
		margin: 0;
	}

	.c-form__content dl dd .list li {
		display: block;
		margin: 0 0 .5em 0;
	}

	.c-form__content dl dd .list li:last-child {
		margin-bottom: 0;
	}

	.c-form__privacy {
		margin-bottom: 1.8rem;
	}

	.c-form__privacy-content {
		padding: 1.2rem 0 1.2rem 1.5rem;
		margin-bottom: 1.8rem;
		border: 1px solid #dddddd;
	}

	.c-form__privacy-content-scroll {
		height: 7.5rem;
		padding-right: 1.5rem;
		overflow-y: scroll;
	}

	.c-form__privacy-content-scroll section {
		margin-bottom: 2.5rem;
	}

	.c-form__privacy-content-scroll section:last-child {
		margin-bottom: 0;
	}

	.c-form__privacy-content-scroll .ttl {
		margin-bottom: 0;
		font-size: 1.2rem;
	}

	.c-form__privacy-content-scroll p {
		font-size: 1.2rem;
	}

	.c-form__privacy-txt01 {
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
	}

	.c-form__privacy input {
		margin-right: .5em;
	}

	.c-form__submit {
		width: 24rem;
	}

	.c-form__submit button,
	.c-form__submit input,
	.c-form__confirmBtn__btn .submit {
		padding: 1.4rem 1rem;
		font-size: 1.6rem;
		box-shadow:0 .3rem 0 0 #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: 1.4rem 1rem;
		font-size: 1.6rem;
		box-shadow:0 .3rem 0 0 #333333;
	}

}


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

 c-faq-list

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

.c-faq-list dl {
	margin-bottom: 6rem;
}

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

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

.c-faq-list dl dt .icon {
	width: 6.8rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 6.8rem;
	background-color: #2b536a;
	border-radius: .5rem;
}

.c-faq-list dl dt .ttl {
	flex: 1;
	min-height: 6.8rem;
	padding: 1.4rem 2.9rem;
	margin-left: 1.2rem;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #e7e7eb;
	background-color: #fff;
	border-radius: .5rem;
}

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

.c-faq-list dl dd .icon {
	width: 6.8rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 6.8rem;
	background-color: #4481a5;
	border-radius: .5rem;
}

.c-faq-list dl dd .cont {
	flex: 1;
	min-height: 6.8rem;
	padding: 1.9rem 2.9rem;
	margin-left: 1.2rem;
	font-size: 1.6rem;
	line-height: 1.5;
	border: 1px solid #e7e7eb;
	background-color: #fff;
	border-radius: .5rem;
}

.c-faq-list dl dd .cont p {
}

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

	.c-faq-list {
	}

	.c-faq-list dl {
		margin-bottom: 3rem;
	}

	.c-faq-list dl dt {
		margin-bottom: 2rem;
	}

	.c-faq-list dl dt .icon {
		width: 4rem;
		font-size: 1.6rem;
		line-height: 4rem;
		border-radius: .4rem;
	}

	.c-faq-list dl dt .ttl {
		flex: 1;
		min-height: 4rem;
		padding: .7rem 1.2rem;
		margin-left: 1rem;
		font-size: 1.6rem;
		border-radius: .4rem;
	}

	.c-faq-list dl dd .icon {
		width: 4rem;
		font-size: 1.6rem;
		line-height: 4rem;
		border-radius: .4rem;
	}

	.c-faq-list dl dd .cont {
		min-height: 4rem;
		padding: .7rem 1.2rem;
		margin-left: 1rem;
		border-radius: .4rem;
	}

	.c-faq-list dl dd .cont p {
	}

}


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

 c-faq-list-acc

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

.c-faq-list-acc dl {
	margin-bottom: 5.3rem;
}

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

.c-faq-list-acc dl dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	cursor: pointer;
}

.c-faq-list-acc dl dt .icon {
	width: 8rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 8rem;
	background-color: #1861ae;
	border-radius: 2rem;
	box-shadow: 0 .3rem 0 rgba(0,0,0,0.05);
}

.c-faq-list-acc dl dt .ttl {
	flex: 1;
	min-height: 8rem;
	padding: 2.2rem 7.5rem 2.2rem 3rem;
	margin-left: 2rem;
	color: #1860ad;
	font-size: 2rem;
	font-weight: bold;
	background-color: #fff;
	border-radius: 2rem;
	position: relative;
	z-index: 1;
}

.c-faq-list-acc dl dt .ttl:before {
	content: "";
	display: block;
	width: 1.8rem;
	height: .2rem;
	margin: 3.9rem 3rem 0 0;
	background-color: #1860ad;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-faq-list-acc dl dt.is-active .ttl:before {
}

.c-faq-list-acc dl dt .ttl:after {
	content: "";
	display: block;
	width: .2rem;
	height: 1.8rem;
	margin: 3.1rem 3.8rem 0 0;
	background-color: #1860ad;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-faq-list-acc dl dt.is-active .ttl:after {
	opacity: 0;
}

.c-faq-list-acc dl dd {
	display: none;
}

.c-faq-list-acc dl dd .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 2.3rem;
	position: relative;
	z-index: 1;
}

.c-faq-list-acc dl dd .icon {
	width: 8rem;
	color: #1860ad;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 8rem;
	background-color: #fff;
	border-radius: 2rem;
}

.c-faq-list-acc dl dd .cont {
	flex: 1;
	min-height: 8rem;
	padding: 2.5rem 3rem;
	margin-left: 2rem;
	font-size: 1.6rem;
	background-color: #fff;
	border-radius: 2rem;
}

.c-faq-list-acc dl dd .cont p {
}

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

	.c-faq-list-acc {
	}

	.c-faq-list-acc dl {
		margin-bottom: 3.2rem;
	}

	.c-faq-list-acc dl dt {
	}

	.c-faq-list-acc dl dt .icon {
		width: 4rem;
		font-size: 1.2rem;
		line-height: 4rem;
		border-radius: .6rem;
		box-shadow: 0 .2rem 0 rgba(0,0,0,0.05);
	}

	.c-faq-list-acc dl dt .ttl {
		flex: 1;
		min-height: 4rem;
		padding: .7rem 4rem .7rem 1.2rem;
		margin-left: 1rem;
		font-size: 1.4rem;
		border-radius: .6rem;
		box-shadow: 0 .2rem 0 rgba(0,0,0,0.05);
	}

	.c-faq-list-acc dl dt .ttl:before {
		width: 1.4rem;
		height: .2rem;
		margin: 1.9rem 1.5rem 0 0;
	}

	.c-faq-list-acc dl dt .ttl:after {
		width: .2rem;
		height: 1.4rem;
		margin: 1.3rem 2.1rem 0 0;
	}

	.c-faq-list-acc dl dd .inner {
		margin-top: 1.2rem;
	}

	.c-faq-list-acc dl dd .icon {
		width: 4rem;
		font-size: 1.2rem;
		line-height: 4rem;
		border-radius: .6rem;
		box-shadow: 0 .2rem 0 rgba(0,0,0,0.05);
	}

	.c-faq-list-acc dl dd .cont {
		min-height: 4rem;
		padding: .7rem 1.2rem;
		margin-left: 1rem;
		border-radius: .6rem;
		box-shadow: 0 .2rem 0 rgba(0,0,0,0.05);
	}

	.c-faq-list-acc dl dd .cont p {
	}

}


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

 c-completeSec

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

}

.c-completeSec__inner {
	padding: 12rem 0;
}

.c-completeSec__inner .intro {
	margin-bottom: 6rem;
	font-size: 1.8rem;
	font-weight: bold;
}

.c-completeSec__inner .back {
	max-width: 43rem;
	margin: 0 auto;
}


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

	.c-completeSec__inner {
		padding: 6rem 0;
	}

	.c-completeSec__inner .intro {
		margin-bottom: 3rem;
		font-size: 1.4rem;
	}

	.c-completeSec__inner .back {
		max-width: 21.5rem;
	}
}



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

 c-contact

***********************************/
.c-contact {

}

.c-contact__inner {

}

.c-contact__inner-content {
	padding: 1rem 3.9rem 5.5rem;
	background-color: #fff;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-radius: 1rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.c-contact__inner-content:before {
	content: "";
	display: block;
	width: 100%;
	height: .3rem;
	background-color: #222222;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

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

	.c-contact__inner-content {
		padding: .2rem 4.833333333333333% 8.088235294117647%;
		background-color: #fff;
		border-radius: .6rem;
		box-shadow: none;
		border-left: 1px solid #dddddd;
		border-right: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
	}

	.c-contact__inner-content:before {
		height: .2rem;
	}
}



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

 c-hero

***********************************/
.c-hero {
	background: #f4fafd url(../images/hero_bg01_pc.png) no-repeat center bottom / cover;
}

.c-hero__inner {
	height: 78.3rem;
	padding-top: 4rem;
	position: relative;
	z-index: 1;
}

.c-hero__inner-logo {
	width: 21.8rem;
}

.c-hero__inner-txt01 {
	margin-top: 5.5rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 900;
}

.c-hero__inner-txt01 .block {
	display: inline-block;
	padding: .6rem 2rem;
	background: #025ab3;
	border-radius: 1.5rem;
}

.c-hero__inner-ttl {
	margin-top: 2.5rem;
	margin-left: -2rem;
	font-size: 5.6rem;
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: .12em;
}

.c-hero__inner-ttl .block {
	display: inline-block;
	padding: 0 3rem 0 2rem;
	margin-bottom: .5rem;
	background: #fff;
	border-radius: 1.5rem;
}

.c-hero__inner-ttl .block:last-child {
	margin-bottom: 0;
}

.c-hero__inner-ttl .block .Oswald {
	font-weight: bold;
}

.c-hero__inner-ttl .block .num {
	display: inline-block;
	font-size: 5.8rem;
	line-height: 1;
}

.c-hero__inner-award {
	margin-top: 6rem;
	margin-left: 40rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-hero__inner-award-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 22.4rem;
	height: 10.2rem;
	margin-top: 2rem;
	background: url(../images/hero_award_pc.png) no-repeat center / contain;
}

.c-hero__inner-award-box:first-child {
	margin-top: 0;
}

.c-hero__inner-award-box p {
	font-size: 2rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
}

.c-hero__inner-award-box p .num {
	display: inline-block;
	font-size: 3.4rem;
	line-height: 1.5;
}

.c-hero__inner-award-note {
	margin-top: 2rem;
	font-size: 1rem;
	text-align: center;
}

.c-hero__inner-cv {
	margin-top: 3rem;
}

.c-hero__inner-cv .txt01 {
	font-size: 2.8rem;
	font-weight: 900;
	line-height: 1;
}

.c-hero__inner-cv .txt01 .block {
	display: inline-block;
	padding: 0 2.5rem;
	position: relative;
	z-index: 1;
}

.c-hero__inner-cv .txt01 .block:before {
	content: "";
	display: block;
	width: 2rem;
	height: 3.2rem;
	margin-bottom: .5rem;
	background: url(../images/hero_bg02.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.c-hero__inner-cv .txt01 .block:after {
	content: "";
	display: block;
	width: 2rem;
	height: 3.2rem;
	margin-bottom: .5rem;
	background: url(../images/hero_bg03.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.c-hero__inner-cv .txt01 .Oswald {
	display: inline-block;
	font-size: 6.6rem;
	font-weight: bold;
	line-height: 1;
}

.c-hero__inner-cv .btn {
	margin-top: 6rem;
	font-size: 2.4rem;
	font-weight: 900;
}

.c-hero__inner-cv .btn a {
	display: inline-block;
	padding: 1.6rem 4rem;
	color: #fff;
	text-align: center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff6b46+0,ff4a1c+100 */
	background: linear-gradient(to bottom,  rgba(255,107,70,1) 0%,rgba(255,74,28,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 200px;
	box-shadow: 0 .5rem 0 #8b1e00;
	position: relative;
	z-index: 1;
}

.c-hero__inner-cv .btn a:before {
	content: "";
	display: block;
	width: 8.6rem;
	height: 8.6rem;
	margin-top: -3.5rem;
	margin-right: -9.2rem;
	background: url(../images/hero_balloon_pc.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-hero__inner-cv .btn a span {
	padding-left: 4rem;
	position: relative;
	z-index: 1;
}

.c-hero__inner-cv .btn a span:before {
	content: "";
	display: block;
	width: 2.7rem;
	height: 2rem;
	background: url(../images/icon_mail01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

	.c-hero {
		background: url(../images/hero_bg01_sp.jpg) no-repeat center bottom / cover;
	}

	.c-hero__inner {
		height: auto;
		padding-top: 5.333vw;
		padding-bottom: 12vw;
	}

	.c-hero__inner-logo {
		width: 34.667vw;
		margin: 0 auto;
	}

	.c-hero__inner-txt01 {
		margin-top: 6.667vw;
		font-size: 6.133vw;
		text-align: center;
	}

	.c-hero__inner-txt01 .block {
		padding: 0.267vw 2.667vw;
		border-radius: 2.667vw;
	}

	.c-hero__inner-ttl {
		margin-top: 6.667vw;
		margin-left: -4%;
		margin-right: -4%;
		font-size: 10.133vw;
		line-height: 1.6;
		letter-spacing: .08em;
		text-align: center;
	}

	.c-hero__inner-ttl .block {
		padding: 0 4vw 0 4vw;
		margin-bottom: 2.667vw;
		border-radius: 2.667vw;
	}

	.c-hero__inner-ttl .block .num {
		font-size: 10.667vw;
	}

	.c-hero__inner-award {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 74.667vw;
		margin: 5.333333333333333vw auto 0;
		position: static;
	}

	.c-hero__inner-award-box {
		width: 34.133vw;
		height: 26.133vw;
		margin-top: 0;
		background: url(../images/hero_award_sp.png) no-repeat center / contain;
	}

	.c-hero__inner-award-box:first-child {
		margin-top: 0;
	}

	.c-hero__inner-award-box p {
		font-size: 2.933vw;
		line-height: 1.6;
	}

	.c-hero__inner-award-box p .num {
		font-size: 6vw;
	}

	.c-hero__inner-award-note {
		width: 100%;
		margin-top: 3.2vw;
		font-size: 2.4vw;
		text-align: center;
	}

	.c-hero__inner-cv {
		margin-top: 3.2vw;
	}

	.c-hero__inner-cv .txt01 {
		font-size: 4.8vw;
		text-align: center;
	}

	.c-hero__inner-cv .txt01 .block {
		padding: 0 3.2vw;
	}

	.c-hero__inner-cv .txt01 .block:before {
		width: 2.667vw;
		height: 4.267vw;
		margin-bottom: 0.533vw;
	}

	.c-hero__inner-cv .txt01 .block:after {
		width: 2.667vw;
		height: 4.267vw;
		margin-bottom: 0.533vw;
	}

	.c-hero__inner-cv .txt01 .Oswald {
		font-size: 9.867vw;
	}

	.c-hero__inner-cv .btn {
		margin-top: 9.333vw;
		font-size: 5.333vw;
		text-align: center;
	}

	.c-hero__inner-cv .btn a {
		padding: 2.667vw 7.2vw;
		box-shadow: 0 0.933333333333333vw 0 #8b1e00;
	}

	.c-hero__inner-cv .btn a:before {
		width: 14.667vw;
		height: 14.667vw;
		margin-top: -9.067vw;
		margin-right: -6.667vw;
		background: url(../images/hero_balloon_sp.png) no-repeat center / contain;
	}

	.c-hero__inner-cv .btn a span {
		padding-left: 7.467vw;
	}

	.c-hero__inner-cv .btn a span:before {
		width: 5.6vw;
		height: 4vw;
	}
}



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

 c-about

***********************************/
.c-about {
	background: url(../images/about_bg01_pc.png) no-repeat center top;
	background-size: 100% 644px;
}

.c-about__inner {
	padding-top: 8rem;
	padding-bottom: 12rem;
}

.c-about__inner-service {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 4.5rem;
	margin-bottom: -6rem;
}

.c-about__inner-service-sec {
	width: 36rem;
	padding: 2.8rem;
	margin-bottom: 6rem;
	background: #fff;
	border: .2rem solid #dddddd;
	border-radius: 3rem;
}

.c-about__inner-service-sec .pic {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 10rem;
	background: #f4fafd;
	border-radius: 2rem;
}

.c-about__inner-service-sec .pic img {
	display: block;
	width: 6.6rem;
}

.c-about__inner-service-sec .ttl {
	margin-top: 1.5rem;
	margin-bottom: -.2em;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-about__inner-support {
	margin-top: 5rem;
	padding-top: 21rem;
	position: relative;
	z-index: 1;
}

.c-about__inner-support:before {
	content: "";
	display: block;
	width: 47rem;
	height: 18.6rem;
	background: url(../images/about_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-about__inner-support-ttl {
	font-size: 4.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	letter-spacing: .12em;
}

.c-about__inner-support-ttl .blue {
	font-size: 4.8rem;
	font-weight: 900;
}

.c-about__inner-support-box01 {
	padding: 2.8rem 2rem;
	margin-top: 8rem;
	background: #025ab3;
	border-radius: 3rem;
	position: relative;
	z-index: 1;
}

.c-about__inner-support-box01:before {
	content: "";
	display: block;
	width: 120.2rem;
	height: 25.2rem;
	background: url(../images/about_pic01_pc.png) no-repeat center bottom / contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	pointer-events: none;
}

.c-about__inner-support-box01 p {
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	letter-spacing: .12em;
}

.c-about__inner-support-box01 p .yellow {
	font-size: 3.3rem;
	font-weight: 900;
}

.c-about__inner-support-box02 {
	margin-top: 7rem;
	position: relative;
	z-index: 1;
}

.c-about__inner-support-box02:before {
	content: "";
	display: block;
	width: 130rem;
	height: 37rem;
	background: url(../images/about_pic02_pc.png) no-repeat center bottom / contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	pointer-events: none;
}

.c-about__inner-support-box02 p {
	margin-bottom: .3em;
	font-size: 4.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	letter-spacing: .12em;
}

.c-about__inner-support-box02 p:last-child {
	margin-bottom: 0;
}

.c-about__inner-support-box02 p .blue {
	font-size: 4.2rem;
	font-weight: 900;
}

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

	.c-about {
		background: url(../images/about_bg01_pc.png) no-repeat center top;

	}

}

@media screen and (max-width:767px){
	.c-about {
		background: url(../images/about_bg01_sp.png) no-repeat center top;
		background-size: 100% 49rem;

	}

	.c-about__inner {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.c-about__inner-service {
		margin-top: 2.5rem;
		margin-bottom: -2rem;
	}

	.c-about__inner-service-sec {
		width: 47.058823529411765%;
		padding: 4.117647058823529%;
		margin-bottom: 2rem;
		border: 0.266666666666667vw solid #dddddd;
		border-radius: 2rem;
	}

	.c-about__inner-service-sec .pic {
		height: 5.6rem;
		border-radius: 1rem;
	}

	.c-about__inner-service-sec .pic img {
		width: 4rem;
	}

	.c-about__inner-service-sec .ttl {
		margin-top: .75rem;
		margin-bottom: -.2em;
		font-size: 1.6rem;
	}

	.c-about__inner-support {
		margin-top: 2.5rem;
		padding-top: 10.5rem;
	}

	.c-about__inner-support:before {
		width: 23.5rem;
		height: 9.3rem;
	}

	.c-about__inner-support-ttl {
		font-size: 2.1rem;
	}

	.c-about__inner-support-ttl .blue {
		font-size: 2.4rem;
	}

	.c-about__inner-support-box01 {
		padding: 1.4rem 2rem;
		margin: 4rem -5.147058823529412% 0;
		border-radius: 0;
	}

	.c-about__inner-support-box01:before {
		width: 39.9rem;
		height: 12.5rem;
		background: url(../images/about_pic01_sp.png) no-repeat center bottom / contain;
	}

	.c-about__inner-support-box01 p {
		font-size: 1.4rem;
	}

	.c-about__inner-support-box01 p .yellow{
		font-size: 1.65rem;
	}

	.c-about__inner-support-box02 {
		margin-top: 3.5rem;
	}

	.c-about__inner-support-box02:before {
		display: none;
	}

	.c-about__inner-support-box02:after {
		content: "";
		display: block;
		width: 30.5rem;
		height: 18.5rem;
		margin: 3.5rem auto 0;
		background: url(../images/about_pic02_sp.png) no-repeat center bottom / contain;
	}

	.c-about__inner-support-box02 p {
		margin-bottom: .5em;
		font-size: 2.1rem;
	}

	.c-about__inner-support-box02 p .blue {
		font-size: 2.1rem;
	}

}



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

 c-cv

***********************************/
.c-cv {
	background: url(../images/cv_bg01_pc.jpg) no-repeat center top / cover;
}

.c-cv__inner {
	padding: 5rem 0 8.5rem;
}

.c-cv__inner-ttl {
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
}

.c-cv__inner-ttl--02 {
	margin-bottom: 6rem;
}

.c-cv__inner-ttl .Oswald {
	display: inline-block;
	font-size: 6.6rem;
	line-height: 1;
}

.c-cv__inner-txt01 {
	margin-top: 3rem;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-cv__inner-btn {
	margin-top: 3rem;
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
}

.c-cv__inner-btn a {
	display: inline-block;
	padding: 2rem 4rem;
	color: #fff;
	text-align: center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff6b46+0,ff4a1c+100 */
	background: linear-gradient(to bottom,  rgba(255,107,70,1) 0%,rgba(255,74,28,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 200px;
	box-shadow: 0 .5rem 0 #8b1e00;
	position: relative;
	z-index: 1;
}

.c-cv__inner-btn a:before {
	content: "";
	display: block;
	width: 8.6rem;
	height: 8.6rem;
	margin-top: -3.5rem;
	margin-right: -9.2rem;
	background: url(../images/cv_balloon_pc.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-cv__inner-btn a span {
	padding-left: 4rem;
	position: relative;
	z-index: 1;
}

.c-cv__inner-btn a span:before {
	content: "";
	display: block;
	width: 2.7rem;
	height: 2rem;
	background: url(../images/icon_mail01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

	.c-cv {
		background: url(../images/cv_bg01_sp.jpg) no-repeat center bottom / cover;
	}

	.c-cv__inner {
		padding: 3rem 0 4.3rem;
	}

	.c-cv__inner-ttl {
		font-size: 1.6rem;
	}

	.c-cv__inner-ttl--02 {
		margin-bottom: 4rem;
	}

	.c-cv__inner-ttl .Oswald {
		font-size: 3.5rem;
	}

	.c-cv__inner-txt01 {
		margin-top: 1.5rem;
		font-size: 1.2rem;
		line-height: 1.8;
	}

	.c-cv__inner-btn {
		margin-top: 2rem;
		font-size: 2rem;
	}

	.c-cv__inner-btn a {
		padding: 1rem 2.7rem;
		box-shadow: 0 .35rem 0 #8b1e00;
	}

	.c-cv__inner-btn a:before {
		width: 5.5rem;
		height: 5.5rem;
		margin-top: -3.4rem;
		margin-right: -2.5rem;
		background: url(../images/cv_balloon_sp.png) no-repeat center / contain;
	}

	.c-cv__inner-btn a span {
		padding-left: 2.8rem;
	}

	.c-cv__inner-btn a span:before {
		width: 2.1rem;
		height: 1.5rem;
	}
}



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

 c-bg01

***********************************/
.c-bg01 {
	background: #f4fafd url(../images/present_bg01_pc.png) no-repeat center bottom;
	background-size: 100% auto;
}

@media screen and (max-width:1920px){
	.c-bg01 {
		background: #f4fafd url(../images/present_bg01_pc.png) no-repeat center bottom;
		background-size: 192rem auto;
	}

}

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

	.c-bg01 {
		background: #f4fafd url(../images/present_bg01_sp.png) no-repeat center bottom;
		background-size: 100% auto;
	}

}



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

 c-present

***********************************/
.c-present {
}

.c-present__inner {
	padding-top: 9rem;
	padding-bottom: 17rem;
}

.c-present__inner-list {
	margin-top: 5.5rem;
	text-align: center;
}

.c-present__inner-list ul {
	display: inline-block;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.6;
}

.c-present__inner-list ul li {
	min-width: 51rem;
	min-height: 6.6rem;
	padding: 1.3rem 2rem;
	margin-bottom: 3rem;
	margin-left: 9rem;
	background: #fff;
	border: .2rem solid #dddddd;
	border-radius: 2rem;
	position: relative;
	z-index: 1;
}

.c-present__inner-list ul li:last-child {
	margin-bottom: 0;
}

.c-present__inner-list ul li:before {
	content: "";
	display: block;
	width: 6.6rem;
	height: 6.6rem;
	margin-left: -9rem;
	background: #025ab3 url(../images/icon_check01.png) no-repeat center;
	background-size: 2rem 1.5rem;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

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

	.c-present__inner {
		padding-top: 4.5rem;
		padding-bottom: 18.666666666666667vw;
		/*padding-bottom: 7rem;*/
	}

	.c-present__inner-list {
		margin-top: 3rem;
		padding-bottom: 5vw;
	}

	.c-present__inner-list ul {
		font-size: 1.4rem;
	}

	.c-present__inner-list ul li {
		min-width: 19rem;
		min-height: 3.8rem;
		padding: .8rem 1.2rem;
		margin-bottom: 2rem;
		margin-left: 5rem;
		border: 0.266666666666667vw solid #dddddd;
		border-radius: 1rem;
	}

	.c-present__inner-list ul li:last-child {
		margin-bottom: 0;
	}

	.c-present__inner-list ul li:before {
		width: 3.8rem;
		height: 3.8rem;
		margin-left: -5rem;
		background-size: 1.3rem 1rem;
	}

}

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

	.c-present__inner-list {
		padding-bottom: 0;
	}

}



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

 c-gallery

***********************************/
.c-gallery {
	padding-bottom: 6rem;
}

.c-gallery__slider {
}

.c-gallery__slider-item {
	padding: 0 3rem;
}

.c-gallery__slider-item img {
	display: block;
	width: 36rem;
}

@media screen and (min-width:1921px){

	.c-gallery {
		padding-bottom: 3.125vw;
	}

	.c-gallery__slider-item {
		padding: 0 1.563vw;
	}

	.c-gallery__slider-item img {
		width: 18.75vw;
	}

}

@media screen and (max-width:767px){
	.c-gallery {
		padding-top: 10vw;
		padding-bottom: 3rem;
	}

	.c-gallery__slider-item {
		padding: 0 4vw;
	}

	.c-gallery__slider-item img {
		width: 48vw;
	}

}

@media screen and (max-width:599px){
	.c-gallery {
		padding-top: 0;
	}

}



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

 c-trouble

***********************************/
.c-trouble {
	background: url(../images/trouble_bg01_pc.jpg) no-repeat center / cover;
}

.c-trouble__inner {
	padding-top: 9.5rem;
	padding-bottom: 11.5rem;
}

.c-trouble__inner-list {
	margin-top: 6rem;
	position: relative;
	z-index: 1;
}

.c-trouble__inner-list:before {
	content: "";
	display: block;
	width: 139.4rem;
	height: 44.8rem;
	margin-top: -3rem;
	background: url(../images/trouble_pic01_pc.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-trouble__inner-list ul {
	text-align: center;
	line-height: 1.6;
}

.c-trouble__inner-list ul li {
	margin-bottom: 3.3rem;
	text-align: center;
}

.c-trouble__inner-list ul li:last-child {
	margin-bottom: 0;
}

.c-trouble__inner-list ul li p {
	display: inline-block;
	min-height: 6.6rem;
	padding: 1.5rem 2rem;
	margin-left: 8rem;
	font-size: 2.2rem;
	font-weight: bold;
	background: #ffffff;
	box-shadow: 0 .3rem 0 rgba(0,0,0,0.05);
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}

.c-trouble__inner-list ul li p:before {
	content: "";
	display: block;
	width: 6.6rem;
	height: 6.6rem;
	margin-left: -8rem;
	border-radius: 1.5rem;
	box-shadow: 0 .3rem 0 rgba(0,0,0,0.05);
	background: #025ab3 url(../images/icon_check01.png) no-repeat center;
	background-size: 1.9rem 1.5rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

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

	.c-trouble {
		background: url(../images/trouble_bg01_sp.jpg) no-repeat center / cover;
	}

	.c-trouble__inner {
		padding-top: 4rem;
		padding-bottom: 2rem;
	}

	.c-trouble__inner-list {
		padding: 0 5.882352941176471%;
		margin-top: 3rem;
	}

	.c-trouble__inner-list:before {
		display: none;
	}

	.c-trouble__inner-list:after {
		content: "";
		display: block;
		width: 28.9rem;
		height: 18rem;
		margin: 1.5rem auto 0;
		background: url(../images/trouble_pic01_sp.png) no-repeat center / contain;
	}

	.c-trouble__inner-list ul {
		text-align: center;
		line-height: 1.6;
	}

	.c-trouble__inner-list ul li {
		margin-bottom: 1.65rem;
		text-align: left;
	}

	.c-trouble__inner-list ul li:last-child {
		margin-bottom: 0;
	}

	.c-trouble__inner-list ul li p {
		display: block;
		min-height: 3.8rem;
		padding: .7rem 1rem;
		margin-left: 5rem;
		font-size: 1.4rem;
		box-shadow: 0 .2rem 0 rgba(0,0,0,0.05);
		border-radius: 1rem;
	}

	.c-trouble__inner-list ul li p:before {
		width: 3.8rem;
		height: 3.8rem;
		margin-left: -5rem;
		border-radius: 1rem;
		box-shadow: 0 .2rem 0 rgba(0,0,0,0.05);
		background-size: 1.15rem .9rem;
	}
}



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

 c-failure

***********************************/
.c-failure {
	background: url(../images/failure_bg01_pc.jpg) no-repeat center / cover;
}

.c-failure__inner {
	padding-top: 9rem;
	padding-bottom: 11.3rem;
}

.c-failure__inner-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10rem;
	margin-bottom: -10.3rem;
}

.c-failure__inner-content-sec {
	width: 56rem;
	padding: 3rem 4.5rem;
	margin-bottom: 10.3rem;
	background: #fff;
	border-radius: 1.5rem;
	box-shadow: 0 .3rem 0 rgba(0,0,0,0.05);
	position: relative;
	z-index: 1;
}

.c-failure__inner-content-sec .pic {
	width: 13.4rem;
	margin-top: -5.1rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-failure__inner-content-sec .ttl {
	padding: 1.5rem 1.5rem;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	background: #edf7fc;
	border: .2rem solid #dddddd;
	border-radius: 1rem;
	position: relative;
	z-index: 1;
}

.c-failure__inner-content-sec .ttl:before {
	content: "";
	display: block;
	width: 6.2rem;
	height: 4rem;
	margin-top: .2rem;
	background: url(../images/failure_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-failure__inner-content-sec .result {
	padding: 1.8rem 2rem;
	margin-top: 4.6rem;
	background: #025ab3;
	border-radius: 1rem;
}

.c-failure__inner-content-sec .result dl {
	display: flex;
	align-items: flex-start;
	padding: 1px;
}

.c-failure__inner-content-sec .result dl dt {
	width: 4.9rem;
	margin-right: 1.2rem;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.9;
	background: #ffff00;
	border-radius: .6rem;
}

.c-failure__inner-content-sec .result dl dd {
	flex: 1;
	margin-top: -.15em;
	margin-bottom: -.15em;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.6;
}

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

	.c-failure {
		background: url(../images/failure_bg01_sp.jpg) no-repeat center / cover;
	}

	.c-failure__inner {
		padding-top: 3.5rem;
		padding-bottom: 4.2rem;
	}

	.c-failure__inner-content {
		display: block;
		padding: 0 5.882352941176471%;
		margin-top: 5rem;
		margin-bottom: 0;
	}

	.c-failure__inner-content-sec {
		width: auto;
		padding: 2rem 2.25rem;
		margin-bottom: 5rem;
		border-radius: 1rem;
		box-shadow: 0 .2rem 0 rgba(0,0,0,0.05);
	}

	.c-failure__inner-content-sec:last-child {
		margin-bottom: 0;
	}

	.c-failure__inner-content-sec .pic {
		width: 8rem;
		margin-top: -3.2rem;
	}

	.c-failure__inner-content-sec .ttl {
		padding: .8rem 1rem;
		font-size: 1.4rem;
		border: 0.266666666666667vw solid #dddddd;
		border-radius: .6rem;
	}

	.c-failure__inner-content-sec .ttl:before {
		width: 3.1rem;
		height: 2rem;
		margin-top: 0.266666666666667vw;
	}

	.c-failure__inner-content-sec .result {
		padding: .9rem 1rem;
		margin-top: 2.25rem;
		border-radius: .6rem;
	}

	.c-failure__inner-content-sec .result dl {
		display: flex;
		align-items: flex-start;
		padding: 1px;
	}

	.c-failure__inner-content-sec .result dl dt {
		width: 3.2rem;
		margin-right: .8rem;
		font-size: 1.1rem;
		line-height: 1.7;
		border-radius: .4rem;
	}

	.c-failure__inner-content-sec .result dl dd {
		font-size: 1.4rem;
	}
}



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

 c-program

***********************************/
.c-program {
	background: #f4fafd;
}

.c-program__inner {
	padding-top: 9rem;
	padding-bottom: 11rem;
}

.c-program__inner-box01 {
	padding: 2.8rem 2rem;
	margin-top: 7.5rem;
	background: #025ab3;
	border-radius: 3rem;
	position: relative;
	z-index: 1;
}

.c-program__inner-box01:before {
	content: "";
	display: block;
	width: 120.2rem;
	height: 22.3rem;
	background: url(../images/program_pic01_pc.png) no-repeat center bottom / contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	pointer-events: none;
}

.c-program__inner-box01 p {
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	letter-spacing: .12em;
}

.c-program__inner-box01 p .yellow {
	font-size: 3.3rem;
	font-weight: 900;
}

.c-program__inner-box02 {
	margin-top: 6rem;
}

.c-program__inner-box02 ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: -3rem;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.6;
}

.c-program__inner-box02 ul li {
	width: calc(57rem - 9rem);
	min-height: 6.6rem;
	padding: 1.3rem 2rem;
	margin-bottom: 3rem;
	margin-left: 9rem;
	background: #fff;
	border: .2rem solid #dddddd;
	border-radius: 2rem;
	position: relative;
	z-index: 1;
}

.c-program__inner-box02 ul li:last-child {
	margin-bottom: 0;
}

.c-program__inner-box02 ul li:before {
	content: "";
	display: block;
	width: 6.6rem;
	height: 6.6rem;
	margin-left: -9rem;
	background: #025ab3 url(../images/icon_check01.png) no-repeat center;
	background-size: 2rem 1.5rem;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-program__inner-box02 .more {
	margin-top: 4.5rem;
	margin-bottom: 21.5rem;
	color: #025ab3;
	font-size: 6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.c-program__inner-box02 .more:before {
	content: "";
	display: block;
	width: 47rem;
	height: 18.6rem;
	margin-top: 5rem;
	background: url(../images/program_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

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

	.c-program__inner {
		padding-top: 3.5rem;
		padding-bottom: 4rem;
	}

	.c-program__inner-box01 {
		padding: 1.4rem 2rem;
		margin: 3.5rem -5.147058823529412% 0;
		border-radius: 0;
	}

	.c-program__inner-box01:before {
		width: 37.6rem;
		height: 11.15rem;
		background: url(../images/program_pic01_sp.png) no-repeat center bottom / contain;
	}

	.c-program__inner-box01 p {
		font-size: 1.4rem;
	}

	.c-program__inner-box01 p .yellow{
		font-size: 1.65rem;
	}

	.c-program__inner-box02 {
		margin-top: 3rem;
	}

	.c-program__inner-box02 ul {
		display: block;
		font-size: 1.4rem;
		margin-bottom: 0;
	}

	.c-program__inner-box02 ul li {
		display: block;
		width: auto;
		min-height: 3.8rem;
		padding: .8rem 1.2rem;
		margin-bottom: 2rem;
		margin-left: 5rem;
		border: 0.266666666666667vw solid #dddddd;
		border-radius: 1rem;
	}

	.c-program__inner-box02 ul li:last-child {
		margin-bottom: 0;
	}

	.c-program__inner-box02 ul li:before {
		width: 3.8rem;
		height: 3.8rem;
		margin-left: -5rem;
		background-size: 1.3rem 1rem;
	}

	.c-program__inner-box02 .more {
		margin-top: 2rem;
		margin-bottom: 10.75rem;
		font-size: 3rem;
	}

	.c-program__inner-box02 .more:before {
		width: 23.5rem;
		height: 9.3rem;
		margin-top: 2.5rem;
	}
}



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

 c-reason

***********************************/
.c-reason {
	background: url(../images/reason_bg01_pc.png) no-repeat center top;
	background-size: 100% 677px;
}

.c-reason__inner {
	padding-top: 9rem;
	padding-bottom: 10rem;
}

.c-reason__inner-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 4.5rem;
	margin-bottom: -6rem;
}

.c-reason__inner-list-sec {
	width: 36rem;
	padding: 2.8rem;
	margin-bottom: 6rem;
	background: #fff;
	border: .2rem solid #dddddd;
	border-radius: 3rem;
}

.c-reason__inner-list-sec:nth-child(4) {
	margin-left: 21rem;
}

.c-reason__inner-list-sec:nth-child(5) {
	margin-right: 21rem;
}

.c-reason__inner-list-sec .pic {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 10rem;
	background: #f4fafd;
	border-radius: 2rem;
}

.c-reason__inner-list-sec .pic img {
	display: block;
	width: 5.6rem;
}

.c-reason__inner-list-sec .ttl {
	margin-top: 1.5rem;
	margin-bottom: -.2em;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

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

	.c-reason {
		background: url(../images/reason_bg01_pc.png) no-repeat center top;
		background-size: 1920px auto;
	}

}

@media screen and (max-width:767px) {
	.c-reason {
		background: url(../images/reason_bg01_sp.png) no-repeat center top;
		background-size: 100% 61.05rem;
	}

	.c-reason__inner {
		padding-top: 3.5rem;
		padding-bottom: 4rem;
	}

	.c-reason__inner-list {
		margin-top: 2.5rem;
		margin-bottom: -2rem;
	}

	.c-reason__inner-list-sec {
		width: 47.058823529411765%;
		padding: 4.117647058823529%;
		margin-bottom: 2rem;
		border: 0.266666666666667vw solid #dddddd;
		border-radius: 2rem;
	}

	.c-reason__inner-list-sec:nth-child(4) {
		margin-left: 0;
	}

	.c-reason__inner-list-sec:nth-child(5) {
		margin-left: 26.470588235294118%;
		margin-right: 0;
	}

	.c-reason__inner-list-sec .pic {
		height: 5.6rem;
		border-radius: 1rem;
	}

	.c-reason__inner-list-sec .pic img {
		width: 3.4rem;
	}

	.c-reason__inner-list-sec .ttl {
		margin-top: .75rem;
		margin-bottom: -.2em;
		margin-left: -.75em;
		margin-right: -.75em;
		font-size: 1.6rem;
	}

}




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

 c-voice

***********************************/
.c-voice {
	background: #f4fafd;
}

.c-voice__inner {
	width: 1368px;
	padding-top: 9rem;
	padding-bottom: 11rem;
}

.c-voice__inner-slider {
	width: 1200px;
	margin-top: 5rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

.c-voice__inner-slider .slider-prev {
	width: 5.4rem;
	height: 5.4rem;
	margin-left: -8.4rem;
	background: url(../images/icon_prev01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
}

.c-voice__inner-slider .slider-next {
	width: 5.4rem;
	height: 5.4rem;
	margin-right: -8.4rem;
	background: url(../images/icon_next01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
}

.c-voice__inner-slider-content {
	width: 120rem;
	margin: 0 auto;
	overflow: hidden;
}

.c-voice__inner-slider-content .slick-list {
	margin-right: -6rem;
}

.c-voice__inner-slider-content .slick-track {
	display: flex;
}

.c-voice__inner-slider-content-slide {
	height: auto !important;
	float: none !important;
	padding: 3.5rem 3.5rem 3rem;
	margin-right: 6rem;
	background: #fff;
	border-radius: 1.5rem;
}

.c-voice__inner-slider-content-slide .pic {

}

.c-voice__inner-slider-content-slide .pic img {
	width: 100%;
	max-width: none;
}

.c-voice__inner-slider-content-slide dl {
	display: flex;
	margin-top: 2rem;
}

.c-voice__inner-slider-content-slide dl dt {
	width: 5.7rem;
	padding: .1rem 0;
	margin-right: 1rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	background: #025ab3;
	border-radius: 1rem;
}

.c-voice__inner-slider-content-slide dl dd {
	flex: 1;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
}

.c-voice__inner-slider-content-slide .txt01 {
	margin-top: 1rem;
	font-size: 1.6rem;
}

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

	.c-voice {
		padding: 0 3.401vw;
	}

	.c-voice__inner {
		width: 93.061vw;
	}

	.c-voice__inner-slider {
		width: 81.633vw;
	}

	.c-voice__inner-slider-content {
		width: 81.633vw;
	}

}

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

	.c-voice {
		padding: 0 4.666666666666667%;
	}

	.c-voice__inner {
		padding: 3.5rem 0 4rem;
	}

	.c-voice__inner-slider {
		width: auto;
		margin-top: 2.5rem;
	}

	.c-voice__inner-slider .slider-prev {
		width: 8.8vw;
		height: 8.8vw;
		margin-left: 0;
	}

	.c-voice__inner-slider .slider-next {
		width: 8.8vw;
		height: 8.8vw;
		margin-right: 0;
	}

	.c-voice__inner-slider-content {
		width: 70.588235294117647%;
	}

	.c-voice__inner-slider-content .slick-list {
		margin-right: -3rem;
	}

	.c-voice__inner-slider-content-slide {
		padding: 1.75rem 1.75rem 1.25rem;
		margin-right: 3rem;
		border-radius: 1rem;
	}

	.c-voice__inner-slider-content-slide .info {
		margin-top: 1.2rem;
		font-size: 1.2rem;
	}

	.c-voice__inner-slider-content-slide .ttl {
		margin-top: .5rem;
		font-size: 1.6rem;
	}

	.c-voice__inner-slider-content-slide .copy {
		margin-top: .8rem;
		font-size: 1.4rem;
	}

	.c-voice__inner-slider-content-slide dl {
		display: flex;
		margin-top: 1.5rem;
	}

	.c-voice__inner-slider-content-slide dl dt {
		width: 3.5rem;
		padding: 0;
		margin-right: 1rem;
		font-size: 1.1rem;
		line-height: 1.6;
		border-radius: .5rem;
	}

	.c-voice__inner-slider-content-slide dl dd {
		font-size: 1.4rem;
	}

	.c-voice__inner-slider-content-slide .txt01 {
		margin-top: .8rem;
		font-size: 1.2rem;
	}
}


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

 c-schedule

***********************************/
.c-schedule {
	background: url(../images/schedule_bg01_pc.jpg) no-repeat center / cover;
}

.c-schedule__inner {
	padding-top: 8rem;
	padding-bottom: 11rem;
}

.c-schedule__inner-txt01 {
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}

.c-schedule__inner-sec {
	width: 100rem;
	max-width: 100%;
	margin: 5rem auto 0;
}

.c-schedule__inner-sec .head .ttl {
	padding: .6rem 0;
	color: #025ab3;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	background: #f4fafd;
	border-radius: 3rem 3rem 0 0;
}

.c-schedule__inner-sec .body {
	background: #ffffff;
	border-left: .2rem solid #dddddd;
	border-right: .2rem solid #dddddd;
	border-bottom: .2rem solid #dddddd;
	border-radius: 0 0 3rem 3rem;
	overflow: hidden;
}

.c-schedule__inner-sec .body .txt01 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50rem;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

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

	.c-schedule {
		background: url(../images/schedule_bg01_sp.jpg) no-repeat center / cover;
	}

	.c-schedule__inner {
		padding-top: 3.5rem;
		padding-bottom: 4rem;
	}

	.c-schedule__inner-txt01 {
		font-size: 1.4rem;
	}

	.c-schedule__inner-sec {
		width: auto;
		margin: 2.5rem auto 0;
	}

	.c-schedule__inner-sec .head .ttl {
		padding: .4rem 0;
		font-size: 1.6rem;
		border-radius: 2rem 2rem 0 0;
	}

	.c-schedule__inner-sec .body {
		border-left: .266666666666667vw solid #dddddd;
		border-right: .266666666666667vw solid #dddddd;
		border-bottom: .266666666666667vw solid #dddddd;
		border-radius: 0 0 2rem 2rem;
	}

	.c-schedule__inner-sec .body .txt01 {
		height: 24rem;
		font-size: 1rem;
	}
}


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

 c-company

***********************************/
.c-company {

}

.c-company__inner {
	padding: 9rem 0 2rem;
}

.c-company__inner-list {
	width: 100rem;
	margin: 5rem auto 0;
}

.c-company__inner-list dl {
	display: flex;
	padding: 3.8rem 0;
	border-bottom: 1px solid #dddddd;
}

.c-company__inner-list dl:first-child {
	border-top: 1px solid #dddddd;
}

.c-company__inner-list dl dt {
	width: 20rem;
	font-weight: bold;
}

.c-company__inner-list dl dd {
	flex: 1;
}

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

	.c-company__inner {
		padding: 3.5rem 0 1rem;
	}

	.c-company__inner-list {
		width: auto;
		padding: 0 5.882352941176471%;
		margin: 2.5rem auto 0;
	}

	.c-company__inner-list dl {
		display: block;
		padding: 1.8rem 0;
	}

	.c-company__inner-list dl dt {
		width: auto;
		margin-bottom: .5em;
	}

	.c-company__inner-list dl dd {
	}
}


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

 xxx

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

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

}