@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: 5.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.8rem;
	font-weight: bold;
	letter-spacing: .07em;
	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: 5.5rem;
	padding: .5rem 2rem;
	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.8rem;
	/*font-weight: bold;*/
	letter-spacing: .07em;
	border: .3rem solid #dddddd;
	background: #fff;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 15rem;
	padding: 1rem 2rem;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .07em;
	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;
}
.Poppins {
	font-family: "YakuHanJP", 'Poppins', sans-serif;
}
* {
	box-sizing: border-box;
}



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

@media screen and (max-width:767px){
	html {
		font-size: 2.66666667vw;
		/*font-size: 10px;*/
	}
	body {
		font-size: 1.7rem;
	}
	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: #e5324c;
}
.blue {
	color: #1184df;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 70%, #ffbf00 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 4rem;
}

.define_inner {
	max-width: 100%;
	width: 120rem;
	margin: 0 auto;
}


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

	.define_wrap {
		padding: 0 10%;
	}
}

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

 layout

***********************************/
.l-wrap {
	overflow: hidden;
}

.l-main {
}

.l-pageTop {
	display: none;
	width: 6.2rem;
	position: fixed;
	bottom: 4rem;
	right: 4rem;
	z-index: 5;
}

.l-pageTop a {
	display: block;
}

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

	.l-pageTop a {
		transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-pageTop a:hover {
		transform: scale(1.2, 1.2);
		-webkit-transform: scale(1.2, 1.2);
	}
}

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

	.l-wrap.top {
		padding-bottom: 5rem;
	}

	.l-pageTop {
		width: 3.1rem;
		bottom: 1.5rem;
		right: 4%;
	}

	.l-wrap.top .l-pageTop {
		bottom: 6.5rem;
	}
}

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

 l-header

***********************************/
.l-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 14.6rem;
	position: relative;
	z-index: 3;
}

.l-header__logo {
	width: 28.5rem;
}

.l-header__logo .txt01 {
	display: block;
	margin-top: 2rem;
	color: #e5324c;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .03em;
	border: 1px solid #fad7dc;
	border-radius: 10rem;
}

.l-header__btn {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .18em;
}

.l-header__btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2.7rem 4rem;
	color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5334c+0,f06752+50,e5334c+100 */
	background: linear-gradient(to right,  rgba(229,51,76,1) 0%,rgba(240,103,82,1) 50%,rgba(229,51,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-position:0% 50%;
	background-size: 200% 200%;
	border-radius: 1.2rem;
	transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-header__btn a:hover {
	background-position:100% 50%;
}

@media screen and (max-width:767px){
	.l-header {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 10rem;
	}

	.l-header__logo {
		width: 17.1rem;
		text-align: center;
	}

	.l-header__logo .txt01 {
		display: inline-block;
		padding: 0 2rem;
		margin-top: 1.2rem;
		color: #e5324c;
		font-size: .9rem;
		font-weight: bold;
		text-align: center;
		letter-spacing: .03em;
		border: .1rem solid #fad7dc;
		border-radius: 10rem;
	}

	.l-header__btn {
		display: none;
	}
}

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

 l-fixed-content

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

.l-fixed-content a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 5rem;
	color: #fff;
	font-size: 1.9rem;
	font-weight: bold;
	background: #e5324c;
}

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

.l-fixed-content a span:before {
	content: "";
	display: block;
	width: 1.1rem;
	height: 1rem;
	background: url(../images/icon_arr02_sp.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: -2.5rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

 l-footer

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

}

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

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

.l-footer__inner-copy {
	margin-top: 4rem;
	color: #b8b8b8;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

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

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

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

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

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

 c-title01

***********************************/
.c-title01 {
}

.c-title01__txt01 {
	display: block;
	margin-top: -.3em;
	font-size: 4.2rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: .12em;
}

.c-title01__txt02 {
	display: block;
	margin-top: 1.5rem;
	color: #e5324c;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: .03em;
}

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

	.c-title01__txt01.center-pc {
		text-align: center;
	}

	.c-title01__txt02.center-pc {
		text-align: center;
	}
}

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

	.c-title01__txt01 {
		font-size: 2.3rem;
	}

	.c-title01__txt01.over {
		margin-left: -1.5em;
		margin-right: -1.5em;
	}

	.c-title01__txt01.center-sp {
		text-align: center;
	}

	.c-title01__txt02 {
		margin-top: 1rem;
		font-size: 1rem;
	}

	.c-title01__txt02.center-sp {
		text-align: center;
	}
}

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

 c-title02

***********************************/
.c-title02 {
	padding-left: 1.8rem;
	margin-top: -.3rem;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}

.c-title02:before {
	content: "";
	display: block;
	width: .4rem;
	height: 1.7rem;
	background: #e8424e;
	border-radius: 1rem;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

	.c-title02 {
		padding-left: 1.2rem;
		font-size: 2rem;
	}

	.c-title02:before {
		width: .4rem;
		height: 1rem;
	}
}

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

 c-title03

***********************************/
.c-title03 {
	padding: 2.2rem 3rem;
	color: #e5324c;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	letter-spacing: .12em;
	background: #ffffff;
	border: .3rem solid #e5324c;
	border-radius: 1.5rem;
}

.c-title03 .small {
	font-size: 1.6rem;
}

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

	.c-title03 {
		padding: .6rem 1.5rem;
		font-size: 2rem;
		letter-spacing: .12em;
		border: .2rem solid #e5324c;
		border-radius: 1rem;
	}

	.c-title03 .small {
		display: block;
		font-size: 1.4rem;
		text-align: center;
	}

}

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

 c-title04

***********************************/
.c-title04 {
	padding: 1.4rem 2.5rem;
	color: #e5324c;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	background: #fdf7f7;
	border-radius: 1.5rem;
}

@media screen and (max-width:767px){
	.c-title04 {
		padding: .7rem 1.5rem;
		font-size: 1.7rem;
		text-align: center;
		border-radius: 1.5rem;
	}

}

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

 c-title05

***********************************/
.c-title05 {
	padding: 1.2rem 2.5rem;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	background: #e5324c;
	border-radius: 1.5rem;
}

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

	.c-title05 {
		padding: .7rem 1.5rem;
		font-size: 1.7rem;
		border-radius: 1.5rem;
	}
}


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

 c-sub-hero

***********************************/
.c-sub-hero {
	margin-top: -14.6rem;
	background-color: #fefbfb;
}

.c-sub-hero__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 44rem;
	padding-top: 3rem;
}

.c-sub-hero__inner__ttl {

}

.c-sub-hero__inner__ttl .txt01 {
	display: block;
	text-align: center;
	font-size: 6.4rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: normal;
	background: linear-gradient(90deg, #e5324c 0%, #f89a55 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

.c-sub-hero__inner__ttl .txt02 {
	display: block;
	margin-top: 3rem;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: .12em;
}

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

	.c-sub-hero {
		margin-top: -10rem;
		border-radius: 0 0 3rem 3rem;
	}

	.c-sub-hero__inner {
		height: 25rem;
		padding-top: 6rem;
	}

	.c-sub-hero__inner__ttl {

	}

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

	.c-sub-hero__inner__ttl .txt02 {
		margin-top: 1.5rem;
		font-size: 1.4rem;
	}
}

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

 c-btn01

***********************************/
a.c-btn01 {
	display: block;
	padding: 2rem 2.7rem;
	margin: 0 auto 0;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	background: #e5324c;
	border: .2rem solid #e5324c;
	border-radius: 20rem;
	vertical-align: top;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

a.c-btn01:before {
	content: "";
	display: block;
	width: 1.6rem;
	height: 1rem;
	margin-right: 3rem;
	background: url(../images/icon_arr02.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

a.c-btn01:after {
	content: "";
	display: block;
	width: 1.6rem;
	height: 1rem;
	margin-right: 3rem;
	background: url(../images/icon_arr02.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%) translateX(-1.5rem);
	-webkit-transform: translateY(-50%) translateX(-1.5rem);
	opacity: 0;
}

a.c-btn01 .wrap{
	vertical-align: middle;
}


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

	a.c-btn01 {
		padding: .8rem 2rem;
	}

	a.c-btn01:before {
		width: 1.1rem;
		height: 1rem;
		margin-right: 1.5rem;
		background: url(../images/icon_arr02_sp.png) no-repeat center / contain;
	}

	a.c-btn01:after {
		display: none;
	}
}

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

 c-form

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

.c-form:before {
}

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

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

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

.c-form__content dl dt {
	display: table-cell;
	width: 32rem;
	padding-right: 4rem;
	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: #e5324c;
}

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

.c-form__content dl dd {
	display: table-cell;
	padding-left: 4rem;
	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 .birthday {
	width: 23rem;
}

.c-form__content dl dd .zip {
	width: 17rem;
}

.c-form__content dl dd .address {
}

.c-form__content dl dd .address__box {
	margin-top: 2rem;
}

.c-form__content dl dd .address__box-txt01 {
	margin-bottom: 1rem;
}

.c-form__content dl dd .address__box:first-child {
	margin-top: 0;
}

.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: 30.2rem;
	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: 1.8rem;
	font-weight: bold;
	letter-spacing: .07em;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	border-radius: 100px;
	background: #e5324c;
	border: .3rem solid #e5324c;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	position: relative;
	z-index: 1;
}

.c-form__submit button:hover,
.c-form__submit input:hover,
.c-form__confirmBtn__btn .submit:hover {
	color: #e5324c;
	background: #fff;
}

.c-form__submit button:before,
.c-form__submit input:before,
.c-form__confirmBtn__btn .submit:before {
	content: "";
	display: block;
	width: 1.6rem;
	height: 1.2rem;
	background: url(../images/icon_arr02_sp.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 2.7rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-form__submit button:hover:before,
.c-form__submit input:hover:before,
.c-form__confirmBtn__btn .submit:hover:before {
	background: url(../images/icon_arr02_red_sp.png) no-repeat center / contain;
}

/*.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: 3rem;
	}

	.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: flex;
		justify-content: normal;
		width: auto;
		position: relative;
	}

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

	.c-form__content dl dt .inner .require,
	.c-form__content dl dt .inner .any {
		padding: .2rem .5rem;
		font-size: 1.1rem;
	}

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

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

	.c-form__content dl dd .zip {
		width: 13rem;
	}

	.c-form__content dl dd .address__box {
		margin-top: 1.2rem;
	}

	.c-form__content dl dd .address__box-txt01 {
		margin-bottom: .8rem;
	}

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

	.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: 26rem;
	}

	.c-form__submit button,
	.c-form__submit input,
	.c-form__confirmBtn__btn .submit {
		padding: 1rem 1rem;
		font-size: 1.9rem;
		border: .15rem solid #e5324c;
	}

	.c-form__submit button:before,
	.c-form__submit input:before,
	.c-form__confirmBtn__btn .submit:before {
		width: 1.1rem;
		height: .95rem;
		right: 1.35rem;
	}

	.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-table-style01

***********************************/
.c-table-style01 {

}

.c-table-style01 dl {
	display: flex;
	padding: 4rem 0;
	font-size: 1.8rem;
	border-bottom: .1rem solid #dddddd;
}

.c-table-style01 dl:first-child {
	border-top: .1rem solid #dddddd;
}

.c-table-style01 dl.is-top-line-none {
	border-top: none;
}

.c-table-style01 dl dt {
	display: flex;
	align-items: center;
	width: 29rem;
	padding-right: 4rem;
	font-weight: bold;
	border-right: .1rem solid #dddddd;
}

.c-table-style01 dl dd {
	flex: 1;
	padding-left: 4rem;
}

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

	.c-table-style01 dl {
		display: block;
		padding: 2rem 0;
		font-size: 1.4rem;
	}

	.c-table-style01 dl dt {
		width: auto;
		padding-right: 0;
		margin-bottom: .5em;
		border-right: none;
	}

	.c-table-style01 dl dd {
		padding-left: 0;
	}
}

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

 c-2column-list

***********************************/
.c-2column-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 7rem;
}

.c-2column-list-sec {
	width: 47rem;
	padding: 3rem 3rem 2.5rem;
	margin-top: 6.3rem;
	background: #fff;
	box-shadow: 0 .3rem 0 rgba(0,0,0,0.1);
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}

.c-2column-list-sec:nth-child(1),
.c-2column-list-sec:nth-child(2) {
	margin-top: 0;
}

.c-2column-list-sec .num {
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background: #1f6d50;
	border-radius: .8rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-2column-list-sec .pic {
	text-align: center;
}

.c-2column-list-sec .ttl {
	margin-top: 1.5rem;
	color: #1f6c50;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-2column-list-sec .txt01 {
	margin-top: 1rem;
}

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

	.c-2column-list {
		display: block;
		padding: 0 5.88235294%;
		margin-top: 4rem;
	}

	.c-2column-list-sec {
		width: auto;
		padding: 2.5rem 1.5rem 1.5rem;
		margin-top: 3.9rem;
		box-shadow: 0 .15rem 0 rgba(0,0,0,0.1);
		border-radius: 1rem;
	}

	.c-2column-list-sec:nth-child(2) {
		margin-top: 3.9rem;
	}

	.c-2column-list-sec .num {
		width: 2.5rem;
		height: 2.5rem;
		line-height: 2.5rem;
		font-size: 1.2rem;
		border-radius: .6rem;
	}

	.c-2column-list-sec .pic {
		text-align: center;
	}

	.c-2column-list-sec .pic img {
		width: 100%;
		max-width: none;
	}

	.c-2column-list-sec .ttl {
		margin-top: .8rem;
		font-size: 1.6rem;
	}

	.c-2column-list-sec .txt01 {
		margin-top: .6rem;
	}
}




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

 c-3column-list

***********************************/
.c-3column-list {
	display: flex;
	justify-content: space-between;
	margin-top: 7rem;
}

.c-3column-list-sec {
	width: 30rem;
	padding: 3.7rem 3rem 2.5rem;
	background: #fff;
	box-shadow: 0 .3rem 0 rgba(0,0,0,0.05);
	border-radius: 1rem;
	position: relative;
	z-index: 1;
}

.c-3column-list-sec .num {
	width: 3.6rem;
	height: 3.6rem;
	line-height: 3.6rem;
	font-size: 1.5rem;
	font-weight: 900;
	text-align: center;
	background: #ffdf00;
	border-radius: .8rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-3column-list-sec .pic {
	text-align: center;
}

.c-3column-list-sec .ttl {
	margin-top: 1.5rem;
	color: #0e6eb8;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-3column-list-sec .txt01 {
	padding-top: 1.5rem;
	margin-top: 1.5rem;
	border-top: 1px solid #dddddd;
}

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

	.c-3column-list {
		display: block;
		margin-top: 4rem;
	}

	.c-3column-list-sec {
		width: auto;
		padding: 2.5rem 1.5rem 2rem;
		margin-bottom: 4.6rem;
		box-shadow: 0 .15rem 0 rgba(0,0,0,0.05);
		border-radius: 1rem;
	}

	.c-3column-list-sec:last-child {
		margin-bottom: 0;
	}

	.c-3column-list-sec .num {
		width: 2.8rem;
		height: 2.8rem;
		line-height: 2.8rem;
		font-size: 1.4rem;
		border-radius: .6rem;
	}

	.c-3column-list-sec .pic {
		text-align: center;
	}

	.c-3column-list-sec .ttl {
		margin-top: 1rem;
		font-size: 1.6rem;
	}

	.c-3column-list-sec .txt01 {
		padding-top: 1rem;
		margin-top: 1rem;
	}
}

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

 anime-text-link

***********************************/
.anime-text-link {
}

.anime-text-link .wrap {
	display: inline-block;
	line-height: 1.6;
	position: relative;
	overflow: hidden;
}

.anime-text-link .main,
.anime-text-link .sub {
	display: inline-block;
	vertical-align: top;
	transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.anime-text-link .sub {
	inset: 0;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
}

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

	.anime-text-link:not(.is-active):hover .main {
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
	}

	.anime-text-link:not(.is-active):hover .sub {
		transform: none;
		-webkit-transform: none;
	}
}

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

	.anime-text-link .sub {
		display: none;
	}
}


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

 c-completeSec

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

}

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

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

.c-completeSec__inner .back {
	max-width: 32rem;
	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: 26rem;
	}
}



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

 c-contact

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

}

.c-contact__inner {
	padding: 8rem 0 2rem;
}

.c-contact__inner-txt01 {
	margin-top: 4rem;
	margin-bottom: 5rem;
	font-size: 1.8rem;
	text-align: center;
	line-height: 2;
}

.c-contact__inner-content {
}


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

	.c-contact {
		padding: 0 6%;
	}

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

	.c-contact__inner-txt01 {
		margin-top: 1.5rem;
		margin-bottom: 2.5rem;
		font-size: 1.7rem;
		text-align: left;
		line-height: 1.8;
	}
}



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

 c-hero

***********************************/
.c-hero {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 96rem;
	padding-bottom: 3rem;
	margin-top: -14.6rem;
	position: relative;
	z-index: 1;
}

.c-hero__bg01 {
	width: 50%;
	height: 50%;
	background: url(../images/hero_bg01_pc.jpg) no-repeat center center / cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-hero__bg02 {
	width: 50%;
	height: 50%;
	background: url(../images/hero_bg02_pc.jpg) no-repeat center center / cover;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-hero__bg03 {
	width: 50%;
	height: 50%;
	background: url(../images/hero_bg03_pc.jpg) no-repeat center center / cover;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.c-hero__bg04 {
	width: 50%;
	height: 50%;
	background: url(../images/hero_bg04_pc.jpg) no-repeat center center / cover;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.c-hero__box {
	position: relative;
	z-index: 2;
}

.c-hero__box-copy {

}

.c-hero__box-copy .txt01 {
	display: block;
	width: 84.2rem;
	margin: 0 auto;
	text-align: center;
}

.c-hero__box-copy .txt01 img {
	width: 100%;
	max-width: none;
}

.c-hero__box-copy .txt02 {
	display: block;
	padding: .1rem 0;
	margin-top: 4rem;
	color: #fff;
	font-size: 4.8rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .22em;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5324c+0,f89c55+100 */
	background: linear-gradient(to right,  rgba(229,50,76,1) 0%,rgba(248,156,85,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 1.2rem;
}

.c-hero__box-copy .txt02 .dot {
	display: inline-block;
	letter-spacing: -.3em;
}

@media screen and (max-width:767px){
	.c-hero {
		height: 48rem;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 1.8rem;
		margin-top: -10rem;
		background: url(../images/hero_bg01_sp.jpg) no-repeat center center / cover;
	}

	.c-hero__box {
		position: relative;
		z-index: 2;
	}

	.c-hero__box-copy {

	}

	.c-hero__box-copy .txt01 {
		width: 31.4rem;
	}

	.c-hero__box-copy .txt02 {
		padding: .1rem 0;
		margin-top: 2rem;
		font-size: 1.8rem;
		border-radius: .8rem;
	}

	.c-hero__box-copy .txt02 .dot {
		letter-spacing: -.3em;
	}

}



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

 c-about

***********************************/
.c-about {
	padding-top: 10rem;
}

.c-about__inner {
	position: relative;
	z-index: 1;
}

.c-about__inner-content {
	padding: 7rem 0 8.3rem 0;
}

.c-about__inner-content:before {
	content: "";
	display: block;
	width: 146rem;
	height: 100%;
	max-width: calc(100vw - 4rem);
	background: #fefbfb url(../images/about_bg01_pc.png) no-repeat right 2.4rem;
	background-size: 68.2rem 68.8rem;
	border-radius: 5rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-about__inner-content .intro {
	display: flex;
	justify-content: space-between;
	margin-top: 3.5rem;
}

.c-about__inner-content .intro__left {
	width: 64rem;
}

.c-about__inner-content .intro__left-txt01 {
	margin-top: 2rem;
	font-size: 1.8rem;
	line-height: 2.4;
}

.c-about__inner-content .intro__right {
	width: 48rem;
}

.c-about__inner-content .intro__right-ttl {
	padding: .6rem 1.5rem;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	background: #e5324c;
	border-radius: 2rem 2rem 0 0;
}

.c-about__inner-content .intro__right-body {
	padding: 3rem;
	background: #fff;
	border-left: .3rem solid #e5324c;
	border-right: .3rem solid #e5324c;
	border-bottom: .3rem solid #e5324c;
	border-radius: 0 0 2rem 2rem;
}

.c-about__inner-content .intro__right-body .pic {
	width: 38.6rem;
	margin: 0 auto;
	text-align: center;
}

.c-about__inner-content .merit {
	margin-top: 5rem;
}

.c-about__inner-content .merit__list {
	display: flex;
	justify-content: space-between;
	margin-top: 4rem;
}

.c-about__inner-content .merit__list-sec {
	width: 36rem;
	padding-bottom: 2rem;
	background: #fff;
	box-shadow: 0 .3rem 0 rgba(0, 0, 0, 0.05);
	border-radius: 0 0 2rem 2rem;
}

.c-about__inner-content .merit__list-sec .pic {
	text-align: center;
}

.c-about__inner-content .merit__list-sec .ttl {
	padding: 0 2rem;
	margin-top: 1.8rem;
	color: #e5324c;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}

.c-about__inner-content .merit__list-sec .txt01 {
	padding: 0 2rem;
	margin-top: 1rem;
}

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

	.c-about {
		padding-top: 0;
	}

	.c-about__inner {
	}

	.c-about__inner-content {
		padding: 3.5rem 0 3.5rem 0;
	}

	.c-about__inner-content:before {
		width: 100vw;
		height: 100%;
		max-width: none;
		background: #fefbfb url(../images/about_bg01_sp.png) no-repeat right 2.4rem;
		background-size: 34.1rem 33.6rem;
		border-radius: 0;
	}

	.c-about__inner-content .intro {
		display: block;
		margin-top: 2.5rem;
	}

	.c-about__inner-content .intro__left {
		width: auto;
	}

	.c-about__inner-content .intro__left-txt01 {
		margin-top: 1.2rem;
		font-size: 1.7rem;
		line-height: 1.8;
	}

	.c-about__inner-content .intro__right {
		width: auto;
		margin-top: 2rem;
	}

	.c-about__inner-content .intro__right-ttl {
		padding: .4rem 1.5rem;
		font-size: 1.6rem;
		border-radius: 1.5rem 1.5rem 0 0;
	}

	.c-about__inner-content .intro__right-body {
		padding: 2.25rem;
		border-left: .15rem solid #e5324c;
		border-right: .15rem solid #e5324c;
		border-bottom: .15rem solid #e5324c;
		border-radius: 0 0 1.5rem 1.5rem;
	}

	.c-about__inner-content .intro__right-body .pic {
		width: 25.7rem;
	}

	.c-about__inner-content .merit {
		margin-top: 3rem;
	}

	.c-about__inner-content .merit__list {
		display: block;
		margin-top: 2rem;
	}

	.c-about__inner-content .merit__list-sec {
		width: auto;
		padding-bottom: 1.75rem;
		margin-top: 2.65rem;
		box-shadow: 0 .15rem 0 rgba(0, 0, 0, 0.05);
		border-radius: 0 0 1.5rem 1.5rem;
	}

	.c-about__inner-content .merit__list-sec:first-child {
		margin-top: 0;
	}

	.c-about__inner-content .merit__list-sec .pic img {
		width: 100%;
		max-width: none;
	}

	.c-about__inner-content .merit__list-sec .ttl {
		padding: 0 1.75rem;
		margin-top: 1.2rem;
		font-size: 1.8rem;
	}

	.c-about__inner-content .merit__list-sec .txt01 {
		padding: 0 1.75rem;
		margin-top: .5rem;
		line-height: 1.8;
	}
}



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

 c-staff

***********************************/
.c-staff {
}

.c-staff__head {

}

.c-staff__head-inner {
	padding-top: 8rem;
}

.c-staff__message {
	margin-top: 5rem;
}

.c-staff__message-inner {
	display: flex;
	justify-content: space-between;
}

.c-staff__message-inner-pic {
	width: 58rem;
}

.c-staff__message-inner-content {
	flex: 1;
	margin-left: 6rem;
}

.c-staff__message-inner-content .txt01 {
	margin-top: 1.5rem;
	font-size: 1.8rem;
	line-height: 2.4;
}

.c-staff__message-inner-content .name {
	margin-top: 1rem;
	margin-bottom: -.5em;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: right;
	line-height: 2.4;
}

.c-staff__introduce {

}

.c-staff__introduce-inner {
	width: 142rem;
	margin-top: 7rem;
	padding-bottom: 6rem;
	position: relative;
	z-index: 1;
}

.c-staff__introduce-inner:before {
	content: "";
	display: block;
	width: calc(100% + 50vw);
	height: 61.7rem;
	margin-right: 27rem;
	background: #fdf7f7;
	border-radius: 0 5rem 5rem 0;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.c-staff__introduce-inner-head {
	display: flex;
	align-items: center;
}

.c-staff__introduce-inner-head .ttl {
	margin-right: 3.5rem;
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1.5;
}

.c-staff__introduce-inner-head .c-slider-control {
	display: flex;
	align-items: center;
}

.c-staff__introduce-inner-head .c-slider-control .slider-prev {
	width: 5.4rem;
	height: 5.4rem;
	margin-right: 1.5rem;
	background: #b2b2b2 url(../images/icon_prev01.png) no-repeat center / contain;
	border-radius: 50%;
	cursor: pointer;
}

.c-staff__introduce-inner-head .c-slider-control .slider-next {
	width: 5.4rem;
	height: 5.4rem;
	background: #b2b2b2 url(../images/icon_next01.png) no-repeat center / contain;
	border-radius: 50%;
	cursor: pointer;
}

.c-staff__introduce-inner-body {
	margin-top: 3rem;
	margin-right: calc(50% - 50vw);
	overflow: hidden;
}

.c-staff__introduce-inner-body .c-slider {

}

.c-staff__introduce-inner-body .c-slider .slick-list {
	margin-right: -4rem;
}

.c-staff__introduce-inner-body .c-slider__item {
	margin-right: 4rem;
	position: relative;
	z-index: 1;
}

.c-staff__introduce-inner-body .c-slider__item-pic {
	width: 38rem;
}

.c-staff__introduce-inner-body .c-slider__item-box {
	width: 100%;
	padding: 0 2rem 8rem;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.c-staff__introduce-inner-body .c-slider__item-box .name {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
}

.c-staff__introduce-inner-body .c-slider__item-box .name span {
	font-size: 1.4rem;
}

.c-staff__introduce-inner-body .c-slider__item-box .since {
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
}

.c-staff__introduce-inner-body .c-slider__item-box .ttl {
	margin-top: 1.5rem;
	color: #e5324c;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: normal;
}

.c-staff__introduce-inner-body .c-slider__item-box .txt01 {
	margin-top: 2rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: .12em;
}

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

	.c-staff__introduce-inner-head .c-slider-control .slider-prev,
	.c-staff__introduce-inner-head .c-slider-control .slider-next {
		transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.c-staff__introduce-inner-head .c-slider-control .slider-prev:hover,
	.c-staff__introduce-inner-head .c-slider-control .slider-next:hover {
		transform: scale(1.2, 1.2);
		-webkit-transform: scale(1.2, 1.2);
	}
}

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

	.c-staff__head-inner {
		padding-top: 3.5rem;
	}

	.c-staff__message {
		margin-top: 2.5rem;
	}

	.c-staff__message-inner {
		display: flex;
		justify-content: normal;
		flex-direction: column-reverse;
	}

	.c-staff__message-inner-pic {
		width: auto;
		margin-top: 2rem;
		text-align: center;
	}

	.c-staff__message-inner-content {
		margin-left: 0;
	}

	.c-staff__message-inner-content .txt01 {
		margin-top: 1rem;
		font-size: 1.7rem;
		line-height: 1.8;
	}

	.c-staff__message-inner-content .name {
		margin-top: .5rem;
		margin-bottom: -.25em;
		font-size: 1.7rem;
		line-height: 1.8;
	}

	.c-staff__introduce {

	}

	.c-staff__introduce-inner {
		width: auto;
		margin-top: 3rem;
		padding-bottom: 3rem;
	}

	.c-staff__introduce-inner:before {
		width: calc(100% + 50vw);
		height: 41rem;
		margin-left: -2.5rem;
		margin-right: 0;
		border-radius: 2.5rem 0 0 2.5rem;
		position: absolute;
		left: 0;
		right: auto;
		bottom: 0;
	}

	.c-staff__introduce-inner-head .ttl {
		margin-right: 2rem;
		font-size: 1.9rem;
	}

	.c-staff__introduce-inner-head .c-slider-control .slider-prev {
		width: 3.2rem;
		height: 3.2rem;
		margin-right: 1.25rem;
	}

	.c-staff__introduce-inner-head .c-slider-control .slider-next {
		width: 3.2rem;
		height: 3.2rem;
	}

	.c-staff__introduce-inner-body {
		margin-top: 2rem;
		margin-right: calc(50% - 50vw);
	}

	.c-staff__introduce-inner-body .c-slider {

	}

	.c-staff__introduce-inner-body .c-slider .slick-list {
		margin-right: -2rem;
	}

	.c-staff__introduce-inner-body .c-slider__item {
		margin-right: 2rem;
	}

	.c-staff__introduce-inner-body .c-slider__item-pic {
		width: 19rem;
	}

	.c-staff__introduce-inner-body .c-slider__item-box {
		padding: 0 1rem 3rem;
	}

	.c-staff__introduce-inner-body .c-slider__item-box .name {
		font-size: 1.3rem;
	}

	.c-staff__introduce-inner-body .c-slider__item-box .name span {
		font-size: 1.1rem;
	}

	.c-staff__introduce-inner-body .c-slider__item-box .since {
		font-size: 1.1rem;
	}

	.c-staff__introduce-inner-body .c-slider__item-box .ttl {
		margin-top: 1rem;
		font-size: 2rem;
	}

	.c-staff__introduce-inner-body .c-slider__item-box .txt01 {
		margin-top: 1rem;
		font-size: 1.1rem;
	}
}



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

 c-environment

***********************************/
.c-environment {
}

.c-environment__inner {
	padding: 8rem 0 4rem;
}

.c-environment__inner-txt01 {
	margin-top: 4rem;
	font-size: 1.8rem;
	text-align: center;
}

.c-environment__inner-tab {
	margin-top: 4rem;
}

.c-environment__inner-tab-head {

}

.c-environment__inner-tab-head ul {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 9rem;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: .12em;
}

.c-environment__inner-tab-head ul li {
	width: 55rem;
	margin: 0 1rem;
}

.c-environment__inner-tab-head ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 8rem;
	color: #fff;
	background: #333333;
	border-radius: 1.5rem 1.5rem 0 0;
	position: relative;
	z-index: 1;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-environment__inner-tab-head ul li a.is-active {
	height: 9rem;
	background: #e5324c;
}

.c-environment__inner-tab-head ul li a:before {
	content: "";
	display: block;
	width: 1.6rem;
	height: 1rem;
	background: url(../images/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 3rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-environment__inner-tab-body {

}

.c-environment__inner-tab-body-box {
	display: none;
}

.c-environment__inner-tab-body-box:first-child {
	display: block;
}

.c-environment__inner-tab-body-box-inner {
	padding: 6rem 10rem;
	margin: 0 -2rem;
	background: #fefbfb;
	border-radius: 2rem;
}

.c-environment__inner-tab-body-box-inner .schedule {
	margin-top: 4rem;
	position: relative;
	z-index: 1;
}

.c-environment__inner-tab-body-box-inner .schedule:before {
	content: "";
	display: block;
	width: .4rem;
	height: 100%;
	margin-left: 7.6rem;
	background: #fbdfe4;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-environment__inner-tab-body-box-inner .schedule ul {
}

.c-environment__inner-tab-body-box-inner .schedule ul li {
	padding-left: 14rem;
	position: relative;
	z-index: 1;
}

.c-environment__inner-tab-body-box-inner .schedule ul li .date {
	margin-top: 3.5rem;
	color: #e5324c;
	font-size: 1.6rem;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-environment__inner-tab-body-box-inner .schedule ul li:first-child .date {
	margin-top: .5rem;
}

.c-environment__inner-tab-body-box-inner .schedule ul li .date .hidden {
	visibility: hidden;
}

.c-environment__inner-tab-body-box-inner .schedule ul li .content {
	padding: 3rem 0;
	border-bottom: 1px solid #fbdfe4;
}

.c-environment__inner-tab-body-box-inner .schedule ul li:first-child .content {
	padding-top: 0;
}

.c-environment__inner-tab-body-box-inner .schedule ul li .content .ttl {
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.c-environment__inner-tab-body-box-inner .schedule ul li .content .ttl:before {
	content: "";
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	background: rgba(229,50,76,.2);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: -7rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-environment__inner-tab-body-box-inner .schedule ul li .content .ttl:after {
	content: "";
	display: block;
	width: .8rem;
	height: .8rem;
	background: rgba(229,50,76);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: -6.6rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-environment__inner-tab-body-box-inner .schedule ul li .content .ttl span {
	display: inline-block;
	padding: .5rem 1rem;
	color: #e5324c;
	background: #fff;
	border: 1px solid #e5324c;
	border-radius: 1rem;
}

.c-environment__inner-tab-body-box-inner .schedule ul li .content .txt01 {
	margin-top: 1.2rem;
	margin-bottom: -.5em;
}

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

	.c-environment__inner-tab-head ul li a:hover:before {
	}
}

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

	.c-environment__inner {
		padding: 3.5rem 0 2rem;
	}

	.c-environment__inner-txt01 {
		margin-top: 2rem;
		font-size: 1.7rem;
		text-align: left;
		line-height: 1.8;
	}

	.c-environment__inner-tab {
		margin: 2rem -3.75rem 0;
	}

	.c-environment__inner-tab-head ul {
		height: 6.75rem;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.c-environment__inner-tab-head ul li {
		width: 16.5rem;
		margin: 0 1rem 0 0;
	}

	.c-environment__inner-tab-head ul li:last-child {
		margin: 0;
	}

	.c-environment__inner-tab-head ul li a {
		justify-content: normal;
		height: 5.75rem;
		padding: 0 1.5rem;
		border-radius: 1rem 1rem 0 0;
	}

	.c-environment__inner-tab-head ul li a.is-active {
		height: 6.75rem;
	}

	.c-environment__inner-tab-head ul li a:before {
		width: .8rem;
		height: .5rem;
		right: 1.5rem;
	}

	.c-environment__inner-tab-head ul li a:after {
		width: .8rem;
		height: .5rem;
		right: 1.5rem;
		transform: translateY(calc(-50% - 1.5rem));
		-webkit-transform: translateY(calc(-50% - 1.5rem));
	}

	.c-environment__inner-tab-body {

	}

	.c-environment__inner-tab-body-box {
		display: none;
	}

	.c-environment__inner-tab-body-box:first-child {
		display: block;
	}

	.c-environment__inner-tab-body-box-inner {
		padding: 2.5rem 1.75rem 0;
		margin: 0;
		border-radius: 0;
	}

	.c-environment__inner-tab-body-box-inner .schedule {
		margin-top: 2.25rem;
	}

	.c-environment__inner-tab-body-box-inner .schedule:before {
		width: .2rem;
		margin-left: 3.6rem;
	}

	.c-environment__inner-tab-body-box-inner .schedule ul {
	}

	.c-environment__inner-tab-body-box-inner .schedule ul li {
		padding-left: 5rem;
	}

	.c-environment__inner-tab-body-box-inner .schedule ul li .date {
		margin-top: 0;
		margin-left: -.75em;
		font-size: 1.2rem;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-environment__inner-tab-body-box-inner .schedule ul li:first-child .date {
		margin-top: .5rem;
		top: 0;
		transform: none;
		-webkit-transform: none;
	}

	.c-environment__inner-tab-body-box-inner .schedule ul li .content {
		padding: 1.75rem 0;
		border-bottom: .1rem solid #dddddd;
	}

	.c-environment__inner-tab-body-box-inner .schedule ul li:first-child .content {
		padding-top: 0;
	}

	.c-environment__inner-tab-body-box-inner .schedule ul li:last-child .content {
		border-bottom: none;
	}

	.c-environment__inner-tab-body-box-inner .schedule ul li .content .ttl {
		font-size: 1.5rem;
		line-height: 1.5;
	}

	.c-environment__inner-tab-body-box-inner .schedule ul li .content .ttl:before {
		width: .8rem;
		height: .8rem;
		left: -1.7rem;
	}

	.c-environment__inner-tab-body-box-inner .schedule ul li .content .ttl:after {
		width: .4rem;
		height: .4rem;
		left: -1.5rem;
	}

	.c-environment__inner-tab-body-box-inner .schedule ul li .content .ttl span {
		padding: .4rem .75rem;
		border: .1rem solid #e5324c;
		border-radius: .6rem;
	}

	.c-environment__inner-tab-body-box-inner .schedule ul li .content .txt01 {
		margin-top: .8rem;
		margin-bottom: -.5em;
	}
}



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

 c-training

***********************************/
.c-training {
}

.c-training__inner {
	padding: 4rem 0 4rem;
}

.c-training__inner-txt01 {
	margin-top: 4rem;
	font-size: 1.8rem;
	text-align: center;
}

.c-training__inner-content {
	width: 106rem;
	max-width: 100%;
	padding-bottom: 7rem;
	margin: 4rem auto 0;
	position: relative;
	z-index: 1;
}

.c-training__inner-content:before {
	content: "";
	display: block;
	width: 106rem;
	max-width: 100%;
	height: 44rem;
	background: #e5324c;
	border-radius: 5rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-training__inner-content .slider-prev {
	width: 5.4rem;
	height: 5.4rem;
	background: rgba(0,0,0,.5) url(../images/icon_prev02.png) no-repeat center / contain;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 6.4rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-training__inner-content .slider-next {
	width: 5.4rem;
	height: 5.4rem;
	background: rgba(0,0,0,.5) url(../images/icon_next02.png) no-repeat center / contain;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 6.4rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-training__inner-content-slider {
	width: 76.8rem;
	max-width: 100%;
	margin: 0 auto;
}

.c-training__inner-content-slider-item {
	position: relative;
	z-index: 1;
}

.c-training__inner-content-slider-item .pic {
	text-align: center;
}

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

.c-training__inner-content-slider-item .box {
	width: 100%;
	margin-top: 5rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-training__inner-content-slider-item .box .logo {
	text-align: center;
}

.c-training__inner-content-slider-item .box .logo span {
	display: inline-block;
	padding: 1.5rem 1.5rem;
	background: #ffffff;
	border-radius: 1rem 1rem 0 0;
	vertical-align: top;
}

.c-training__inner-content-slider-item .box .logo span img {
	display: block;
	width: 18.8rem;
	margin: 0 auto;
}

.c-training__inner-content-slider-item .box .ttl {
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .12em;
	text-align: center;
}

.c-training__inner-content-slider-item .box .ttl span {
	display: inline-block;
	padding: 1rem 1.5rem;
	background: rgba(229,50,76,.9);
	border-radius: 1rem;
	vertical-align: top;
}

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

	.c-training__inner-content .slider-prev,
	.c-training__inner-content .slider-next {
		transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.c-training__inner-content .slider-prev:hover,
	.c-training__inner-content .slider-next:hover {
		transform: translateY(-50%) scale(1.2, 1.2);
		-webkit-transform: translateY(-50%) scale(1.2, 1.2);
	}
}

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

	.c-training__inner {
		padding: 2rem 0 2rem;
	}

	.c-training__inner-txt01 {
		margin-top: 2rem;
		font-size: 1.7rem;
		text-align: center;
	}

	.c-training__inner-content {
		width: auto;
		max-width: none;
		padding-bottom: 0;
		margin: 2rem -3.75rem 0;
	}

	.c-training__inner-content:before {
		display: none;
	}

	.c-training__inner-content .slider-prev {
		width: 4.1rem;
		height: 4.1rem;
		left: 1.5rem;
	}

	.c-training__inner-content .slider-next {
		width: 4.1rem;
		height: 4.1rem;
		right: 1.5rem;
	}

	.c-training__inner-content-slider {
		width: 76.8rem;
		max-width: 100%;
		margin: 0 auto;
	}

	.c-training__inner-content-slider-item .box {
		margin-top: 2.5rem;
	}

	.c-training__inner-content-slider-item .box .logo {
		text-align: center;
		line-height: 1;
	}

	.c-training__inner-content-slider-item .box .logo span {
		padding: .75rem .75rem;
		border-radius: .5rem .5rem 0 0;
	}

	.c-training__inner-content-slider-item .box .logo span img {
		width: 9.4rem;
	}

	.c-training__inner-content-slider-item .box .ttl {
		font-size: 1.5rem;
	}

	.c-training__inner-content-slider-item .box .ttl span {
		padding: .5rem 1rem;
		border-radius: .5rem;
	}

	.c-training__inner-content-sp {
		width: auto;
		max-width: none;
		padding-bottom: 0;
		margin: 2rem -3.75rem 0;
	}

	.c-training__inner-content-sp-box {
		position: relative;
		z-index: 1;
	}

	.c-training__inner-content-sp-box .pic {
		text-align: center;
	}

	.c-training__inner-content-sp-box .pic img {
		width: 100%;
		max-width: none;
	}

	.c-training__inner-content-sp-box .box {
		width: 100%;
		margin-top: 2.5rem;
		position: absolute;
		top: 0;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-training__inner-content-sp-box .box .logo {
		font-size: 1px;
		text-align: center;
	}

	.c-training__inner-content-sp-box .box .logo span {
		display: inline-block;
		padding: .75rem .75rem;
		background: #ffffff;
		border-radius: .5rem .5rem 0 0;
		vertical-align: bottom;
	}

	.c-training__inner-content-sp-box .box .logo span img {
		display: block;
		width: 9.4rem;
		margin: 0 auto;
	}

	.c-training__inner-content-sp-box .box .ttl {
		color: #fff;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.5;
		letter-spacing: .12em;
		text-align: center;
	}

	.c-training__inner-content-sp-box .box .ttl span {
		display: inline-block;
		padding: .5rem 1rem;
		background: rgba(229,50,76,.9);
		border-radius: .5rem;
		vertical-align: top;
	}

	.c-training__inner-content-sp-btn {
		margin-top: 3rem;
		font-size: 1.9rem;
		font-weight: bold;
		text-align: center;
	}

	.c-training__inner-content-sp-btn a {
		display: inline-block;
		padding: .6rem 5.5rem;
		color: #fff;
		background: #e5324c;
		border-radius: 20rem;
		position: relative;
		z-index: 1;
	}

	.c-training__inner-content-sp-btn a:before {
		content: "";
		display: block;
		width: 1.6rem;
		height: 1.4rem;
		background: url(../images/icon_blank01.png) no-repeat center / contain;
		position: absolute;
		top: 50%;
		right: 2rem;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}



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

 c-welfare

***********************************/
.c-welfare {
}

.c-welfare__inner {
	padding: 4rem 0 4rem;
}

.c-welfare__inner-txt01 {
	margin-top: 4rem;
	font-size: 1.8rem;
	text-align: center;
}

.c-welfare__inner-content {
	width: 106rem;
	max-width: 100%;
	padding: 4rem;
	margin: 4rem auto 0;
	background: #fdf7f7;
	border-radius: 3rem;
}

.c-welfare__inner-content ul {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 4rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
}

.c-welfare__inner-content ul li {
	width: calc(100%/2 - 2rem);
	flex: 0 1 calc(100%/2 - 2rem);
	padding: 1.6rem 2rem;
	background: #fff;
	border-radius: 1.2rem;
}

.c-welfare__inner-content ul li .icon {
	padding-left: 2.8rem;
	position: relative;
	z-index: 1;
}

.c-welfare__inner-content ul li .icon:before {
	content: "";
	display: block;
	width: 2rem;
	height: 2rem;
	border: .3rem solid #cccccc;
	box-sizing: border-box;
	border-radius: .75rem;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

	.c-welfare__inner {
		padding: 2rem 0 2rem;
	}

	.c-welfare__inner-txt01 {
		margin-top: 2rem;
		font-size: 1.7rem;
		text-align: center;
	}

	.c-welfare__inner-content {
		width: auto;
		max-width: none;
		padding: 2rem 3.75rem;
		margin: 2rem -3.75rem 0;
		border-radius: 0;
	}

	.c-welfare__inner-content ul {
		display: block;
		font-size: 1.7rem;
	}

	.c-welfare__inner-content ul li {
		width: auto;
		padding: .6rem 1rem;
		margin-top: 2rem;
		border-radius: 1.2rem;
	}

	.c-welfare__inner-content ul li:first-child {
		margin-top: 0;
	}

	.c-welfare__inner-content ul li .icon {
		padding-left: 2.8rem;
	}

	.c-welfare__inner-content ul li .icon:before {
		width: 2rem;
		height: 2rem;
		border: .15rem solid #cccccc;
		border-radius: .75rem;
	}

}



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

 c-gallery

***********************************/
.c-gallery {
	padding-bottom: 4rem;
	margin-bottom: 4rem;
	position: relative;
	z-index: 1;
}

.c-gallery:before {
	content: "";
	display: block;
	width: 160rem;
	max-width: calc(100vw - 4rem);
	height: 37rem;
	background: #fdf7f7;
	border-radius: 4rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-gallery-loop {
	overflow: hidden;
	display: flex;
	width: 100vw;
	margin-inline: calc(50% - 50vw);
	margin-bottom: -7rem;
	/*position: relative;*/
	/*z-index: 1;*/
	pointer-events: none;
}

.c-gallery-loop-item {
	flex-shrink: 0;
	margin-right: .2em;
	white-space: nowrap;
	color: #e5324c;
	font-size: 20rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: .03em;
}

.c-gallery-loop-item:last-child {
	margin-right: 0;
}

.c-gallery-loop-item:nth-child(odd) {
	animation: MoveLeft2 120s -60s infinite linear;
}

.c-gallery-loop-item:nth-child(even) {
	animation: MoveLeft 120s infinite linear;
}

@keyframes MoveLeft {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(100%);
	}
}

@keyframes MoveLeft2 {
	from {
		transform: translateX(-200%);
	}
	to {
		transform: translateX(0);
	}
}

.c-gallery__slider {
	height: 32rem;
	opacity: 0;
	position: relative;
	z-index: 2;
}

.c-gallery__slider.slick-initialized {
	opacity: 1;
}

.c-gallery__slider .slick-list {
	margin: 0 -2rem;
}

.c-gallery__slider .slick-track {
	display: flex;
	align-items: center;
}

.c-gallery__slider-item {
	height: auto !important;
	float: none;
	margin: 0 2rem;
}

.c-gallery__slider-item img {
	width: 38rem;
}

.c-gallery__slider-item.small img {
	width: 30rem;
}

.c-gallery-copy {
	width: 54.6rem;
	margin: 3rem auto 0;
}

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

	.c-gallery {
		padding-bottom: 2rem;
		margin-bottom: 2rem;
	}

	.c-gallery:before {
		width: 100vw;
		max-width: none;
		height: 18.5rem;
		border-radius: 2.5rem;
	}

	.c-gallery-loop {
		margin-bottom: -3.5rem;
	}

	.c-gallery-loop-item {
		font-size: 10rem;
	}

	.c-gallery-loop-item:nth-child(odd) {
		animation: MoveLeft2 60s -30s infinite linear;
	}

	.c-gallery-loop-item:nth-child(even) {
		animation: MoveLeft 60s infinite linear;
	}

	.c-gallery__slider {
		height: 16rem;
	}

	.c-gallery__slider .slick-list {
		margin: 0 -1rem;
	}

	.c-gallery__slider-item {
		margin: 0 1rem;
	}

	.c-gallery__slider-item img {
		width: 19rem;
	}

	.c-gallery__slider-item.small img {
		width: 15rem;
	}

	.c-gallery-copy {
		width: 27.3rem;
		margin: 1.5rem auto 0;
		text-align: center;
	}
}



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

 c-numbers

***********************************/
.c-numbers {
}

.c-numbers__inner {
	padding: 4rem 0;
}

.c-numbers__inner-txt01 {
	margin-top: 4rem;
	font-size: 1.8rem;
	text-align: center;
}

.c-numbers__inner-content {
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
	width: 106rem;
	max-width: 100%;
	padding: 4rem;
	margin: 4rem auto 0;
	background: #fdf7f7;
	border-radius: 4rem;
}

.c-numbers__inner-content-sec {
	display: flex;
	flex-direction: column;
	width: calc(100%/2 - 2rem);
	flex: 0 1 calc(100%/2 - 2rem);
}

.c-numbers__inner-content-sec .ttl {
	padding: .8rem 1.5rem;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	background: #e5324c;
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}

.c-numbers__inner-content-sec .ttl:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 1.1rem solid transparent;
	border-left: 1.1rem solid transparent;
	border-top: 1.1rem solid #e5324c;
	border-bottom: 0;
	margin-top: -.1rem;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-numbers__inner-content-sec .content {
	flex: 1;
	padding: 2rem;
	margin-top: 2rem;
	background: #fff;
	border-radius: 1.5rem;
}

.c-numbers__inner-content-sec .content__inner {
	height: 100%;
	padding: 2.5rem 0;
	background: #fdf7f7;
	border-radius: 1.5rem;
}

.c-numbers__inner-content-sec .content__inner .numbers-box01 {
	display: flex;
}

.c-numbers__inner-content-sec .content__inner .numbers-box01 .left {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15.5rem;
	border-right: 1px solid #dddddd;
}

.c-numbers__inner-content-sec .content__inner .numbers-box01 .left .pic {
	width: 6.6rem;
	text-align: center;
}

.c-numbers__inner-content-sec .content__inner .numbers-box01 .right {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-numbers__inner-content-sec .content__inner .numbers-box01 .right dl {
}

.c-numbers__inner-content-sec .content__inner .numbers-box01 .right dl dt {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.c-numbers__inner-content-sec .content__inner .numbers-box01 .right dl dd {
	margin-top: 1rem;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-numbers__inner-content-sec .content__inner .numbers-box01 .right dl dd .large {
	display: inline-block;
	margin-right: .1em;
	font-size: 4rem;
	line-height: 1;
	letter-spacing: .03em;
}

.c-numbers__inner-content-sec .content__inner .numbers-box01 .right dl dd .small {
	margin-left: .4em;
	font-size: 1.1rem;
	font-weight: bold;
}

.c-numbers__inner-content-sec .content__inner .numbers-box02 {
	display: flex;
}

.c-numbers__inner-content-sec .content__inner .numbers-box02 .left {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 18.5rem;
	border-right: 1px solid #dddddd;
}

.c-numbers__inner-content-sec .content__inner .numbers-box02 .left .pic {
	width: 6.6rem;
	text-align: center;
}

.c-numbers__inner-content-sec .content__inner .numbers-box02 .right {
	flex: 1;
}

.c-numbers__inner-content-sec .content__inner .numbers-box02 .right__inner {
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-numbers__inner-content-sec .content__inner .numbers-box02 .right__inner dl {
	margin-right: 2.5rem;
}

.c-numbers__inner-content-sec .content__inner .numbers-box02 .right__inner dl:last-child {
	margin-right: 0;
}

.c-numbers__inner-content-sec .content__inner .numbers-box02 .right__inner dl dt {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.c-numbers__inner-content-sec .content__inner .numbers-box02 .right__inner dl dd {
	margin-top: 1rem;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-numbers__inner-content-sec .content__inner .numbers-box02 .right__inner dl dd .large {
	display: inline-block;
	margin-right: .1em;
	font-size: 4rem;
	line-height: 1;
	letter-spacing: .03em;
}

.c-numbers__inner-content-sec .content__inner .numbers-box02 .right__inner dl dd .small {
	margin-left: .4em;
	font-size: 1.1rem;
	font-weight: bold;
}

.c-numbers__inner-content-sec .content__inner .numbers-box03 {
	display: flex;
	height: 100%;
}

.c-numbers__inner-content-sec .content__inner .numbers-box03 .box {
	display: flex;
	justify-content: center;
	width: 50%;
}

.c-numbers__inner-content-sec .content__inner .numbers-box03 .box:first-child {
	border-right: 1px solid #dddddd;
}

.c-numbers__inner-content-sec .content__inner .numbers-box03 .left {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 7rem;
	margin-right: 1.5rem;
}

.c-numbers__inner-content-sec .content__inner .numbers-box03 .left .pic {
	text-align: center;
}

.c-numbers__inner-content-sec .content__inner .numbers-box03 .right {
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-numbers__inner-content-sec .content__inner .numbers-box03 .right dl {
}

.c-numbers__inner-content-sec .content__inner .numbers-box03 .right dl dt {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.c-numbers__inner-content-sec .content__inner .numbers-box03 .right dl dd {
	margin-top: 1rem;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-numbers__inner-content-sec .content__inner .numbers-box03 .right dl dd .large {
	display: inline-block;
	margin-right: .1em;
	font-size: 3.2rem;
	line-height: 1;
	letter-spacing: .03em;
}

.c-numbers__inner-content-sec .content__inner .numbers-box04 {
	display: flex;
}

.c-numbers__inner-content-sec .content__inner .numbers-box04 .left {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 21.5rem;
	border-right: 1px solid #dddddd;
}

.c-numbers__inner-content-sec .content__inner .numbers-box04 .left .pic {
	width: 6.6rem;
	text-align: center;
}

.c-numbers__inner-content-sec .content__inner .numbers-box04 .right {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-numbers__inner-content-sec .content__inner .numbers-box04 .right dl {
}

.c-numbers__inner-content-sec .content__inner .numbers-box04 .right dl dt {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.c-numbers__inner-content-sec .content__inner .numbers-box04 .right dl dd {
	margin-top: 1rem;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-numbers__inner-content-sec .content__inner .numbers-box04 .right dl dd .large {
	display: inline-block;
	margin-right: .1em;
	font-size: 4rem;
	line-height: 1;
	letter-spacing: .03em;
}

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

	.c-numbers__inner {
		padding: 2rem 0;
	}

	.c-numbers__inner-txt01 {
		margin-top: 2rem;
		font-size: 1.7rem;
	}

	.c-numbers__inner-content {
		display: block;
		width: auto;
		max-width: none;
		padding: 3rem 0;
		margin: 2rem auto 0;
		border-radius: 0;
		position: relative;
		z-index: 1;
	}

	.c-numbers__inner-content:before {
		content: "";
		display: block;
		width: 100vw;
		height: 100%;
		background: #fdf7f7;
		position: absolute;
		top: 0;
		left: 50%;
		z-index: -1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-numbers__inner-content-sec {
		display: block;
		width: auto;
		margin-top: 3rem;
	}

	.c-numbers__inner-content-sec:first-child {
		margin-top: 0;
	}

	.c-numbers__inner-content-sec .ttl {
		padding: .2rem 1.5rem;
		font-size: 1.8rem;
		border-radius: 1.2rem;
	}

	.c-numbers__inner-content-sec .ttl:before {
		border-right: .8rem solid transparent;
		border-left: .8rem solid transparent;
		border-top: .8rem solid #e5324c;
	}

	.c-numbers__inner-content-sec .content {
		flex: 1;
		padding: 1.5rem;
		margin-top: 1.5rem;
		border-radius: 1.2rem;
	}

	.c-numbers__inner-content-sec .content__inner {
		padding: 1.5rem;
		border-radius: 1.2rem;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box01 {
		display: block;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box01 .left {
		display: block;
		width: auto;
		padding-bottom: 1.5rem;
		border-right: none;
		border-bottom: .1rem solid #dddddd;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box01 .left .pic {
		width: 5rem;
		margin: 0 auto;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box01 .right {
		display: block;
		padding-top: 1.5rem;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box01 .right dl {
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box01 .right dl dt {
		font-size: 1.7rem;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box01 .right dl dd {
		margin-top: 1rem;
		font-size: 1.9rem;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box01 .right dl dd .large {
		font-size: 2.8rem;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box01 .right dl dd .small {
		margin-left: .2em;
		font-size: 1.35rem;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box02 {
		display: block;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box02 .left {
		display: block;
		width: auto;
		padding-bottom: 1.5rem;
		border-right: none;
		border-bottom: .1rem solid #dddddd;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box02 .left .pic {
		width: 5rem;
		margin: 0 auto;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box02 .right {
		padding-top: 1.5rem;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box02 .right__inner {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box02 .right__inner dl {
		margin-right: 2.5rem;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box02 .right__inner dl dt {
		font-size: 1.7rem;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box02 .right__inner dl dd {
		margin-top: 1rem;
		font-size: 2.3rem;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box02 .right__inner dl dd .large {
		font-size: 2.8rem;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box03 {
		display: flex;
		height: auto;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box03 .box {
		display: block;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box03 .box:first-child {
		border-right: 1px solid #dddddd;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box03 .left {
		display: block;
		width: 8.4rem;
		margin: 0 auto;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box03 .left .pic {
		text-align: center;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box03 .right {
		display: block;
		margin-top: 3rem;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box03 .right dl {
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box03 .right dl dt {
		font-size: 1.7rem;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box03 .right dl dd {
		margin-top: 1rem;
		font-size: 2.3rem;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box03 .right dl dd .large {
		font-size: 2.8rem;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box04 {
		display: block;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box04 .left {
		display: block;
		width: auto;
		padding-bottom: 1.5rem;
		border-right: none;
		border-bottom: .1rem solid #dddddd;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box04 .left .pic {
		width: 5rem;
		margin: 0 auto;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box04 .right {
		display: block;
		padding-top: 1.5rem;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box04 .right dl {
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box04 .right dl dt {
		font-size: 1.7rem;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box04 .right dl dd {
		margin-top: 1rem;
		font-size: 1.9rem;
	}

	.c-numbers__inner-content-sec .content__inner .numbers-box04 .right dl dd .large {
		font-size: 2.8rem;
	}
}



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

 c-flow

***********************************/
.c-flow {
}

.c-flow__inner {
	padding: 4rem 0;
}

.c-flow__inner-list {
	width: 106rem;
	max-width: 100%;
	margin-top: 6rem;
	margin-left: auto;
	margin-right: auto;
}

.c-flow__inner-list ol {
	display: flex;
	justify-content: space-between;
}

.c-flow__inner-list ol li {
	width: 22rem;
	padding: 3rem 2rem 1.2rem;
	background: #fdf7f7;
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}

.c-flow__inner-list ol li:before {
	content: "";
	display: block;
	width: 1.5rem;
	height: 2.2rem;
	margin-right: -4rem;
	background: url(../images/flow_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-flow__inner-list ol li:last-child:before {
	display: none;
}

.c-flow__inner-list ol li .num {
	padding: .5rem 1rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.8;
	background: #e5324c;
	border-radius: 1rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-flow__inner-list ol li .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 7rem;
	background: #fff;
	border-radius: 1.5rem;
}

.c-flow__inner-list ol li .icon img {
	width: 5.4rem;
}

.c-flow__inner-list ol li .ttl {
	margin-top: .6rem;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

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

	.c-flow__inner {
		padding: 2rem 0;
	}

	.c-flow__inner-list {
		width: auto;
		margin-top: 4.5rem;
	}

	.c-flow__inner-list ol {
		display: block;
	}

	.c-flow__inner-list ol li {
		width: auto;
		padding: 2.8rem 1.5rem 1.2rem;
		margin-top: 6rem;
		background: #fdf7f7;
		border-radius: 1.5rem;
		position: relative;
		z-index: 1;
	}

	.c-flow__inner-list ol li:first-child {
		margin-top: 0;
	}

	.c-flow__inner-list ol li:before {
		display: none;
	}

	.c-flow__inner-list ol li:after {
		content: "";
		display: block;
		width: 2.2rem;
		height: 1.6rem;
		margin-bottom: -3.1rem;
		background: url(../images/flow_arr02.png) no-repeat center / contain;
		position: absolute;
		bottom: 0;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-flow__inner-list ol li:last-child:after {
		display: none;
	}

	.c-flow__inner-list ol li .num {
		padding: .2rem 1rem;
		font-size: 1.5rem;
		border-radius: 1rem;
	}

	.c-flow__inner-list ol li .icon {
		height: 5rem;
		border-radius: 1rem;
	}

	.c-flow__inner-list ol li .icon img {
		width: 4.1rem;
	}

	.c-flow__inner-list ol li .ttl {
		margin-top: .6rem;
		font-size: 1.7rem;
	}
}



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

 c-description

***********************************/
.c-description {
}

.c-description__inner {
	padding: 4rem 0;
}

.c-description__inner-content {

}

.c-description__inner-content-tab {
	margin-top: 4rem;
}

.c-description__inner-content-tab-head {
}

.c-description__inner-content-tab-head ul {
	display: flex;
	align-items: flex-end;
	height: 9rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

.c-description__inner-content-tab-head ul li {
	width: 33.33334%;
	overflow: hidden;
}

.c-description__inner-content-tab-head ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 8rem;
	padding: 0 1rem;
	border-top: .1rem solid #dddddd;
	border-right: .1rem solid #dddddd;
	position: relative;
	z-index: 1;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-description__inner-content-tab-head ul li:first-child a {
	border-radius: 1rem 0 0 0;
	border-left: .1rem solid #dddddd;
}

.c-description__inner-content-tab-head ul li:last-child a {
	border-radius: 0 1rem 0 0;
}

.c-description__inner-content-tab-head ul li a.is-active {
	color: #fff;
	border-top: .1rem solid #e5324c;
	border-right: none;
	border-left: none;
	background-color: #e5324c;
}

.c-description__inner-content-tab-body {
}

.c-description__inner-content-tab-body-sec {
	display: none;
}

.c-description__inner-content-tab-body-sec:first-child {
	display: block;
}

.c-description__inner-content-tab-body-sec-ttl {
	padding: 2.2rem 1.5rem;
	margin-bottom: 5rem;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.12em;
	text-align: center;
	background-color: #e5324c;
	border-radius: 0 0 1rem 1rem;
}

.c-description__inner-content-tab-body-sec-detail {
}

.c-description__inner-content-tab-body-sec-detail dl {
	display: flex;
	padding: 3.3rem 0;
	border-bottom: .1rem solid #dddddd;
}

.c-description__inner-content-tab-body-sec-detail dl:first-child {
	border-top: .1rem solid #dddddd;
}

.c-description__inner-content-tab-body-sec-detail dl dt {
	display: flex;
	align-items: center;
	width: 26rem;
	padding-right: 3rem;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.c-description__inner-content-tab-body-sec-detail dl dt:after {
	content: "";
	display: block;
	width: .1rem;
	height: calc(100% - 0.7em);
	background-color: #dddddd;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-description__inner-content-tab-body-sec-detail dl dd {
	flex: 1;
	padding-left: 3rem;
}

.c-description__inner-content-tab-body-sec-detail dl dd .mb1 {
	margin-bottom: 1em;
}

.c-description__inner-content-tab-body-sec-detail dl dd .list-indent01 {
}

.c-description__inner-content-tab-body-sec-detail dl dd .list-indent01 li {
	text-indent: -.7em;
	margin-left: .7em;
}

.c-description__inner-content-tab-body-sec-detail dl dd .list-indent02 {
}

.c-description__inner-content-tab-body-sec-detail dl dd .list-indent02 li {
	text-indent: -1em;
	margin-left: 1em;
}

.c-description__inner-content-btn {
	margin-top: 6rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}

.c-description__inner-content-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30rem;
	height: 7.6rem;
	padding: 1rem 2.7rem;
	margin: 0 auto 0;
	color: #fff;
	background: #e5324c;
	border: .2rem solid #e5324c;
	border-radius: 20rem;
	vertical-align: top;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.c-description__inner-content-btn a:before {
	content: "";
	display: block;
	width: 1.6rem;
	height: 1rem;
	margin-right: 3rem;
	background: url(../images/icon_arr02.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-description__inner-content-btn a:after {
	content: "";
	display: block;
	width: 1.6rem;
	height: 1rem;
	margin-right: 3rem;
	background: url(../images/icon_arr02.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%) translateX(-1.5rem);
	-webkit-transform: translateY(-50%) translateX(-1.5rem);
	opacity: 0;
}


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

	.c-description__inner-content-tab-head ul li a.is-active {
		height: 9rem;
		border-radius: 1rem 1rem 0 0;
	}
}

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

	.c-description__inner {
		padding: 2rem 0;
	}

	.c-description__inner-content-tab {
		margin-top: 2.5rem;
	}

	.c-description__inner-content-tab-head {
		margin-bottom: 30px;
	}

	.c-description__inner-content-tab-head ul {
		display: block;
		height: auto;
		font-size: 1.7rem;
	}

	.c-description__inner-content-tab-head ul li {
		width: auto;
		overflow: hidden;
	}

	.c-description__inner-content-tab-head ul li a {
		height: auto;
		padding: .9rem .5rem;
		border-top: none;
		border-left: .1rem solid #dddddd;
		border-right: .1rem solid #dddddd;
		border-bottom: .1rem solid #dddddd;
		transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.c-description__inner-content-tab-head ul li:first-child a {
		border-top: .1rem solid #dddddd;
		border-radius: 1rem 1rem 0 0;
	}

	.c-description__inner-content-tab-head ul li:nth-child(2) a {
	}

	.c-description__inner-content-tab-head ul li:nth-child(3) a {
		height: auto;
		border-radius: 0 0 1rem 1rem;
	}

	.c-description__inner-content-tab-head ul li a.is-active {
	}

	.c-description__inner-content-tab-head ul li:nth-child(1) a.is-active {
		border-top: .1rem solid #e5324c;
		border-left: .1rem solid #e5324c;
		border-right: .1rem solid #e5324c;
		border-bottom: .1rem solid #e5324c;
	}

	.c-description__inner-content-tab-head ul li:nth-child(2) a.is-active {
		border-left: .1rem solid #e5324c;
		border-right: .1rem solid #e5324c;
		border-bottom: .1rem solid #e5324c;
	}

	.c-description__inner-content-tab-head ul li:nth-child(3) a.is-active {
		border-left: .1rem solid #e5324c;
		border-right: .1rem solid #e5324c;
		border-bottom: .1rem solid #e5324c;
	}

	.c-description__inner-content-tab-body {
	}

	.c-description__inner-content-tab-body-sec {
		display: none;
	}

	.c-description__inner-content-tab-body-sec:first-child {
		display: block;
	}

	.c-description__inner-content-tab-body-sec-ttl {
		padding: .9rem 1.5rem;
		margin-bottom: 2.5rem;
		font-size: 1.7rem;
		border-radius: 1rem;
	}

	.c-description__inner-content-tab-body-sec-detail {
	}

	.c-description__inner-content-tab-body-sec-detail dl {
		display: block;
		padding: 1.2rem 0;
		letter-spacing: 0.05em;
	}

	.c-description__inner-content-tab-body-sec-detail dl dt {
		display: block;
		width: auto;
		padding-right: 0;
		margin-bottom: 0.4em;
		text-align: center;
	}

	.c-description__inner-content-tab-body-sec-detail dl dt:after {
		display: none;
	}

	.c-description__inner-content-tab-body-sec-detail dl dd {
		flex: auto;
		padding-left: 0;
		line-height: 1.8;
	}

	.c-description__inner-content-tab-body-sec-detail dl dd .indent-txt01 {
		display: block;
		text-indent: -1em;
		margin-left: 1em;
	}

	.c-description__inner-content-btn {
		margin-top: 3rem;
		font-size: 1.9rem;
	}

	.c-description__inner-content-btn a {
		width: 20rem;
		height: 4.9rem;
		padding: .2rem 2.7rem;
	}

	.c-description__inner-content-btn a:before {
		width: 1.1rem;
		height: 1rem;
		margin-right: 1.5rem;
		background: url(../images/icon_arr02_sp.png) no-repeat center / contain;
	}

	.c-description__inner-content-btn a:after {
		display: none;
	}
}



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

 c-sessions

***********************************/
.c-sessions {
}

.c-sessions__inner {
	padding: 4rem 0 2rem;
}

.c-sessions__inner-message {
	display: flex;
	margin-top: 5rem;
}

.c-sessions__inner-message-left {
	flex: 1;
	margin-right: 6rem;
}

.c-sessions__inner-message-left .txt01 {
	margin-top: 1.5rem;
}

.c-sessions__inner-message-left .contents {
	margin-top: 2.5rem;
}

.c-sessions__inner-message-left .contents__sec {
	margin-top: 2.5rem;
}

.c-sessions__inner-message-left .contents__sec:first-child {
	margin-top: 0;
}

.c-sessions__inner-message-left .contents__sec p {
	margin-top: 1.2rem;
}

.c-sessions__inner-message-right {
	width: 57rem;
}

.c-sessions__inner-message-right .pic {
	text-align: center;
}

.c-sessions__inner-message-right .pic img {
	width: 100%;
	max-width: none;
}

.c-sessions__inner-schedule {
	margin-top: 5rem;
}

.c-sessions__inner-schedule-list {
	margin-top: 3rem;
	border: .2rem solid #dddddd;
	border-radius: 1.5rem;
}

.c-sessions__inner-schedule-list dl {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.9rem 3rem;
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 1px solid #dddddd;
}

.c-sessions__inner-schedule-list dl:last-child {
	border-bottom: none;
}

.c-sessions__inner-schedule-list dl dt {
}

.c-sessions__inner-schedule-list dl dd {
}

.c-sessions__inner-schedule-note {
	margin-top: 2.5rem;
}

.c-sessions__inner-schedule-note li {

}

.c-sessions__inner-place {
	margin-top: 3rem;
}

.c-sessions__inner-place-txt01 {
	margin-top: 2rem;
	font-size: 1.8rem;
	text-align: center;
}

.c-sessions__inner-place-map {
	margin-top: 4rem;
}

.c-sessions__inner-place-map iframe {
	display: block;
	width: 100%;
	height: 40rem;
	border-radius: 1.5rem;
}

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

	.c-sessions__inner {
		padding: 2rem 0 1rem;
	}

	.c-sessions__inner-message {
		display: block;
		margin-top: 2.5rem;
	}

	.c-sessions__inner-message-left {
		margin-right: 0;
	}

	.c-sessions__inner-message-left .txt01 {
		margin-top: 1rem;
		line-height: 1.8;
	}

	.c-sessions__inner-message-left .contents {
		margin-top: 2rem;
	}

	.c-sessions__inner-message-left .contents__sec {
		margin-top: 2.5rem;
	}

	.c-sessions__inner-message-left .contents__sec p {
		margin-top: 1.2rem;
		font-size: 1.6rem;
		line-height: 1.8;
	}

	.c-sessions__inner-message-right {
		width: auto;
		margin-top: 2.5rem;
	}

	.c-sessions__inner-schedule {
		margin-top: 3.5rem;
	}

	.c-sessions__inner-schedule-list {
		margin-top: 2rem;
		border: .1rem solid #dddddd;
		border-radius: 1rem;
	}

	.c-sessions__inner-schedule-list dl {
		display: block;
		padding: .9rem 1.5rem;
		font-size: 1.7rem;
		line-height: 1.6;
		border-bottom: .1rem solid #dddddd;
	}

	.c-sessions__inner-schedule-list dl:last-child {
		border-bottom: none;
	}

	.c-sessions__inner-schedule-list dl dt {
		text-align: center;
	}

	.c-sessions__inner-schedule-list dl dd {
		text-align: center;
	}

	.c-sessions__inner-schedule-note {
		margin-top: 1.5rem;
		font-size: 1.6rem;
	}

	.c-sessions__inner-schedule-note li {
		text-indent: -1em;
		margin-left: 1em;
	}

	.c-sessions__inner-place {
		margin-top: 1.5rem;
	}

	.c-sessions__inner-place-txt01 {
		margin-top: 1.5rem;
		font-size: 1.7rem;
		line-height: 1.8;
	}

	.c-sessions__inner-place-map {
		margin-top: 2.5rem;
	}

	.c-sessions__inner-place-map iframe {
		height: 20rem;
		border-radius: 1.2rem;
	}
}


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

 xxx

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

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

}

