@charset "utf-8";
/* CSS Document */

/*================================================
 *  初期化
 ================================================*/
html {
	line-height:1.15;
	-webkit-text-size-adjust:100%;
	-webkit-tap-highlight-color:transparent;
	font-family:sans-serif;
}
*,::after,::before {
	box-sizing:border-box;
}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
	display:block;
}
body {
	margin:0;
	font-family:游ゴシック体,YuGothic,游ゴシック Medium,Yu Gothic Medium,游ゴシック,Yu Gothic,メイリオ,sans-serif;
	font-size:1rem;
	font-weight:400;
	line-height:1.5;
	color:#212529;
	text-align:left;
	background:#e4d6ff;
	overflow-y: scroll;}
[tabindex="-1"]:focus:not(:focus-visible) {
	outline:0!important;
}
hr {
	box-sizing:content-box;
	height:0;
	overflow:visible;
}
h1,h2,h3,h4,h5,h6 {
	margin-top:0;
	margin-bottom:0.5rem;
}
p {
	margin-top:0;
	margin-bottom:1rem;
}
.wrapper {
	position:relative;
	width:100%;
	height:100vh;
}
.wrapper:before {
	content: "";
	width:100%;
	min-height:100vh;
	background-size:contain;
	background-position:top center;
	position:fixed;
	z-index:-2;
	top:0;
}
.wrapper:after {
	content: "";
	width: 100%;
	min-height: 100vh;
	background-size: contain;
	background-position: top center;
	position: fixed;
	top: 0;
	z-index: -1;}
img {
	width:100%;
	line-height:0;
}
section {
    overflow:hidden;
}
.sct01 {
	position:relative;
}
.btn {
	width:86%;
	margin:8.5% auto 0;
}
.btn a {
	display:block;
}
.btn2 {
	width:50%;
	margin:1.5% auto 0;
}
.l-section {
	padding:50px 0;
}
.p-sectionAbout {
	background-color:#C9151E;
}
.p-sectionFlow {
	background:#FFF;
}
.l-container {
	max-width:640px;
	width:100%;
	padding:0 28px;
	margin:0 auto;
}
.c-sectionName {
	position:relative;
	margin-bottom:40px;
}
.c-sectionName:before {
	position:absolute;
	content:"";
	top:0;
	left:0;
	display:block;
	height:100%;
	width:100%;
	-webkit-transform:translateX(-100%);
	transform:translateX(-100%);
}
.p-sectionAbout .c-sectionName:before {
	background:#FFF;
}
.p-sectionFlow .c-sectionName:before {
	background:#C9151E;
} 
.c-sectionName.is-red .c-sectionName_body {
	position:relative;
	display:inline-block;
	font-size:24px;
	padding:0 30px 0 0;
	font-weight:700;
}
.p-sectionAbout .c-sectionName.is-red .c-sectionName_body {
	background:#FFF;
	color:#C9151E;
}
.p-sectionFlow .c-sectionName.is-red .c-sectionName_body {
	background:#C9151E;
	color:#FFF;
}
.c-sectionName.is-red .c-sectionName_body:after {
	position:absolute;
	content:"";
	top:0;
	right:0;
	display:block;
}
.p-sectionAbout .c-sectionName.is-red .c-sectionName_body:after {
	border-top:solid 18px transparent;
	border-bottom:solid 18px transparent;
	border-right:solid 14px #C9151E;
}
.p-sectionFlow .c-sectionName.is-red .c-sectionName_body:after {
	border-top:solid 18px transparent;
	border-bottom:solid 18px transparent;
	border-right:solid 14px #FFF;
}
.p-sectionFlow_box {
	width:100%;
	max-width:724px;
	background-image:linear-gradient(90deg,#e32049,#c9151e);
	padding:14px;
	border-radius:10px;
	margin:0 auto;
}
.p-sectionFeature_box {
	width:100%;
	max-width:724px;
	background:#FFF;
	padding:14px;
	border-radius:10px;
	margin:0 auto;
}
.p-sectionFeature_box:not(:last-child) {
	margin-bottom:20px;
}
.p-sectionFlow_box:not(:last-child) {
	margin-bottom:20px;
}
.u-fadeIn {
	opacity:0;
	-webkit-transform:translateY(20px);
	transform:translateY(20px);
	transition:opacity 1s ease,-webkit-transform 1s ease;
	transition:opacity 1s ease,transform 1s ease;
	transition:opacity 1s ease,transform 1s ease,-webkit-transform 1s ease;
}
.u-fadeIn.is-active {
	opacity:1;
	-webkit-transform:translateY(0);
	transform:translateY(0);
}
.p-sectionFeature_box_title {
	font-size:18px;
	color:#C9151E;
	font-weight:700;
	margin-bottom:0;
}
.p-sectionFeature_box_img {
	text-align:center;
}
.p-sectionFeature_box_text {
	font-size:12px;
	color:#C9151E;
	line-height:2;
}
.p-sectionFlow_box_title {
	font-size:18px;
	color:#FFF;
	font-weight:700;
	margin-bottom:0;
}
.p-sectionFlow_box_text {
	font-size:12px;
	color:#FFF;
	line-height:2;
}
.img06 {
	position:relative;
	z-index:2;
}
.img07 {
	position:relative;
	background:linear-gradient(rgba(255,255,255,0) 0, #783CE8 20%);
	width:100%;
	margin:0px auto;
	z-index:5;
}
.img08 {
	background:#000;
	width:100%;
	margin:0px auto;
}
.img09 {
	background:#783CE8;
	width:100%;
	margin:0px auto;
}
@media screen and (min-width:641px) {
.wrapper {
	width:640px;
	margin:0 auto;
}
.c-sectionName {
	width:640px;
	margin:0 auto 40px;
}
.c-sectionName:before {
	top:0;
	left:0;
	width:18px;
}
.l-container {
	padding:0 18px;
}
.p-sectionFlow_bo:not(:last-child) {
	margin-bottom:40px;
}
.c-sectionName.is-red .c-sectionName_body {
	font-size:36px;
	padding:0 30px 0 20px;
}
.p-sectionAbout .c-sectionName.is-red .c-sectionName_body:after {
	border-top:solid 27px transparent;
	border-bottom:solid 27px transparent;
	border-right:solid 14px #C9151E;
}
.p-sectionFlow .c-sectionName.is-red .c-sectionName_body:after {
	border-top:solid 27px transparent;
	border-bottom:solid 27px transparent;
	border-right:solid 14px #FFF;
}
.p-sectionFlow_box {
	padding:20px;
	border-radius:15px;
}
.p-sectionFlow_bo:not(:last-child) {
	margin-bottom:40px;
}
.p-sectionFeature_box_title {
	font-size:27px;
	margin-bottom:10px;
}
.p-sectionFeature_box_text {
	font-size:18px;
}
.p-sectionFlow_box_title {
	font-size:27px;
	margin-bottom:10px;
}
.p-sectionFlow_box_text {
	font-size:18px;
}
}
#footer {
	background:#FFF;
}
#footer p {
	font-size:12px;
	text-align:center;
	padding:10px 0;
}

