@charset "utf-8";

body {
	/*font-family: "Noto Serif JP";*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.6;
	background-color: #fff;
	color: #333;
}

img {
	width: 100%;
	height: auto;
	zoom: 0.5;
}

.sp_hide {
	display: none !important;
}

/*------------------------------------
汎用
------------------------------------*/
article {
	margin: 72px 0 0;
}

#container {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
}

#container .maru {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
}

.attention_mark {
	font-size: 9px;
	font-weight: normal;
}

.cont_img {
	line-height: 0;
}

.inner_img {
	padding: 0 1.5em 2em;
}

ul.attention_list_bracket {
	padding-left: 20px;
	padding-right: 20px;
}

ul.attention_list_bracket li {
	font-size: 9px;
	line-height: 12px;
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin-bottom: 10px;
}

ul.attention_list_bracket li a:link,
ul.attention_list_bracket li a:visited {
	color: #006BEE;
}

.title_1 {
	font-size: 27px;
	padding: 15px;
	font-weight: bold;
	color: #fff;
	background: #032f58;
	text-align: center;
	margin-bottom: 35px;
}

.title_1+.lead_text,
.title_2+.lead_text,
.lead_text1 {
	font-size: 16px;
	text-align: center;
	line-height: 130%;
	margin-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

.title_2 {
	font-size: 22px !important;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	color: #042d56;
}

.attention_list_1 li {
	font-size: 9px;
	line-height: 16px;
	margin-bottom: 5px;
}

.lead_text_1 {
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: 10px;
	z-index: 1;
}

.slick-prev:before {
	content: '\2190';
}

.slick-next {
	right: 10px;
	z-index: 1;
}

.app_img {
	margin-bottom: 10px;
	text-align: center;
}

.app_img img {
	margin-left: auto;
	margin-right: auto;
}

.bg_salmonPink {
	background-color: #fb8778;
}

.bg_salmonPinkL {
	background-color: #ffefed;
}

/*------------------------------------
レイアウト
------------------------------------*/
#container section>.inner {
	padding: 25px 0;
	line-height: 140%;
	width: 100%;
	margin: 0 auto;
}

#container section>.sub_section {}

#container section>.sub_section>.inner {
	padding: 0 10px 25px;
}

header {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.1);
}

header .inner {
	padding: 10px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 72px;
}

header .inner .logo {
	width: 150px;
}

header .inner .logo img {
	zoom: 1;
}

header .inner .account_btn_wrap a:link,
header .inner .account_btn_wrap a:visited {
	display: block;
	border-radius: 4px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	width: 46.6vw;
}

#footerWrap {
	width: 100%;
	background: #f2f4f6;
	font-size: 16px;
	line-height: 20px;
}

#footerWrap img {
	width: auto;
}

#footerWrap #attention {
	margin: 0 auto 0;
	background: url(https://www.gaitame.com//g/img/beginner/attention.gif) no-repeat 1.5em 3em;
	background-size: 100px auto;
	padding: 5em 1.5em 10px;
}

#footerWrap #attention dl {}

#footerWrap #attention dt {
	font-weight: bold;
}

#footerWrap #attention dd {
	margin-bottom: 10px;
	margin-left: 12px;
}

#footerWrap #attention a.textlink1 {
	font-size: 1.0em;
}

#footerWrap #attention2 {
	margin: auto;
	background: #f2f4f6;
	padding: 20px 0 0;
}

#footerWrap #footer {
	width: 100%;
	min-width: inherit;
	background: none;
	padding: 10px 0;
	text-align: center;
	background-color: #ffffff;
}

#footerWrap #footer img {
	zoom: 1;
}

/*** PAGETOP ***/
.g-go-to-top {
	display: grid;
	place-content: center;
	position: fixed !important;
	color: #3c66b0;
	z-index: 10;
	bottom: 20px;
	right: 20px;
	width: 42px;
	height: 42px;
	border-radius: 100%;
	box-shadow: 0px 5px 8px 0 rgb(0 0 0 / 20%);
	background: #f2f5f8;
	transition: .25s ease 0s;
	transition-property: transform;
	transform: translateY(calc(100% + 20px));
}

.g-go-to-top:active,
.g-go-to-top:hover,
.g-go-to-top:visited {
	color: #3c66b0;
	outline-width: 0;
}

.c-hover-overlay.border\:none::before {
	border: none;
}

.c-hover-overlay.round\:full::before {
	border-radius: 100%;
}

.c-hover-overlay::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0);
	transition: .25s ease 0s;
	transition-property: border, background;
}

.c-hover-overlay:hover::before {
	border-color: #1a9abe;
	background: rgba(255, 255, 255, .3);
}

.g-go-to-top svg {
	transform: rotate(-90deg);
	width: 0.75em;
	height: 0.75em;
	font-size: 1.2em;
}

.u-screen-reader {
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	margin: -1px
}



/*------------------------------------
ビジュアル
------------------------------------*/
.mainArea {
	text-align: center;
}

.mainAreaInr {
	padding: 0 0 0;
	margin: 0 auto;
	width: 100%;
}


.mainAreaInr h1 {
	margin: 0 auto 0;
	width: 100%;
}

.mainAreaInr h1 img {
	width: 100%;
	display: block;
}

.mainAreaInr p {
	line-height: 0;
}

.mainAreaPre .tit_line,
.last_lead .tit_line {
	background-color: #fffca6;
	position: relative;
	padding: 0.8em 0 0.5em;
	color: #fb8778;
}

.mainAreaPre .tit_line p,
.last_lead .tit_line p {
	font-size: 7vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

.last_lead .tit_line p {
	font-size: 8vw;
	font-weight: 600;
}

.last_lead .tit_line.tit03 p {
	font-size: 7vw;
}

.mainAreaPre .tit_line.tit01,
.last_lead .tit_line.tit01 {
	padding: 0 0 1em;
	color: #333;
}

.mainAreaPre .tit_line.tit01 p,
.last_lead .tit_line.tit01 p {
	font-size: 7vw;
}

.mainAreaPre .tit_line.tit01 p strong,
.last_lead .tit_line.tit01 p strong {
	color: #fb6350;
	background: linear-gradient(to bottom, transparent 60%, #fff 40%);
}

.mainAreaPre .tit_line::after,
.last_lead .tit_line::after {
	position: absolute;
	content: "";
	display: block;
	background: url("../img/mv_arrow.png") center bottom no-repeat;
	background-size: 100%;
	width: 100%;
	height: 9vw;
	left: 0;
	bottom: -7vw;
	z-index: 1;
}

.mainAreaPre .tit_line.tit02 span,
.mainAreaPre .tit_line.tit03 span,
.last_lead .tit_line.tit02 span,
.last_lead .tit_line.tit03 span {
	position: relative;
	display: inline-block;
}

.mainAreaPre .tit_line.tit02 span::before,
.mainAreaPre .tit_line.tit02 span::after,
.last_lead .tit_line.tit02 span::before,
.last_lead .tit_line.tit02 span::after {
	position: absolute;
	content: "";
	display: block;
	background: url("../img/icon_sla01.svg") center center no-repeat;
	background-size: 100%;
	width: 4.8vw;
	/*width: 18px;*/
	height: 5.8vw;
	/*height: 22px;*/
	bottom: 1px;
}

.mainAreaPre .tit_line.tit02 span::before,
.last_lead .tit_line.tit02 span::before {
	left: -5vw;
	transform: scale(-1, 1);
}

.mainAreaPre .tit_line.tit02 span::after,
.last_lead .tit_line.tit02 span::after {
	right: -5vw;
}

.mainAreaPre .tit_line.tit03 span::before,
.mainAreaPre .tit_line.tit03 span::after,
.last_lead .tit_line.tit03 span::before,
.last_lead .tit_line.tit03 span::after {
	position: absolute;
	content: "";
	display: block;
	background: url("../img/icon_sla02.svg") center center no-repeat;
	background-size: 100%;
	width: 6vw;
	/*width: 23px;*/
	height: 6.6vw;
	/*height: 25px;*/
	bottom: -2px;
}

.mainAreaPre .tit_line.tit03 span::before,
.last_lead .tit_line.tit03 span::before {
	left: -8vw;
	transform: scale(-1, 1);
}

.mainAreaPre .tit_line.tit03 span::after,
.last_lead .tit_line.tit03 span::after {
	right: -8vw;
}

.mainAreaPre .desc,
.last_lead .desc {
	padding: 4em 1.5em 2em;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, #ffefed 10px, #ffefed 20px);
}

.mainAreaPre .cb,
.last_lead .cb {

	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 252, 166, 0.6) 10px, rgba(255, 252, 166, 0.6) 20px);
	position: relative;
}

.mainAreaPre .cb .cb_wrap,
.last_lead .cb .cb_wrap {
	position: relative;
	padding: 5em 1.5em 2em;
}

.mainAreaPre .cb .cb_wrap::before,
.last_lead .cb .cb_wrap::before {
	position: absolute;
	content: "";
	display: block;
	background: url("../img/cb_illust01.png") right center no-repeat;
	background-size: 100%;
	width: 24vw;
	/*width: 90px;*/
	height: 63vw;
	/*height: 231px;*/
	right: 0;
	top: -14vw;
	z-index: 5;
}

.mainAreaPre .cb .cb_wrap::after,
.last_lead .cb .cb_wrap::after {
	position: absolute;
	content: "";
	display: block;
	background: url("../img/cb_illust02.png") right center no-repeat;
	background-size: 100%;
	width: 15vw;
	/*width: 59px;*/
	height: 52vw;
	/*height: 195px;*/
	left: 0;
	bottom: -6vw;
	z-index: 12;
}

.last_lead .cb .cb_wrap::after {
	bottom: inherit;
	top: 48vw;
}

.mainAreaPre .cb .cb_box,
.last_lead .cb .cb_box {
	background-color: #fff947;
	border-radius: 20px;
	border: 5px solid #fb8778;
	padding: 4em 1.5em 1.5em;
	margin: 0 0 2em;
}

.mainAreaPre .cb .cb_box .tit,
.mainAreaPre .cb .atten,
.last_lead .cb .cb_box .tit,
.last_lead .cb .atten {
	position: relative;
	z-index: 10;
}

.mainAreaPre .cb .cb_box .tit,
.last_lead .cb .cb_box .tit {
	margin: 0 0 1em;
}

.mainAreaPre .cb .cb_box .link,
.last_lead .cb .cb_box .link {
	text-decoration: underline;
	font-weight: 600;
	font-size: 4.2vw;
}

.mainAreaPre .cb .cb_box .tit::before,
.last_lead .cb .cb_box .tit::before {
	position: absolute;
	content: "";
	display: block;
	background: url("../img/cb_icon.png") center center no-repeat;
	background-size: 100%;
	width: 21.8vw;
	height: 21.8vw;
	left: -8vw;
	top: -22vw;
}

.mainAreaPre .cb .atten,
.last_lead .cb .atten {
	padding: 0 0 0 6em;
	text-align: left;
	color: #787878;
	color: #787878;
}

.last_lead .cb .atten {
	padding: 0 0 3em 6em;

}

.last_lead {
	text-align: center;
}



.last_lead .cb_wrap .cv_box .link a small {
	font-size: 0.7em;
}

.last_lead .cb_wrap .cv_box .atten {
	padding: 0 0 1em 0;
	color: #787878;
}


/* btn shine */
.shine {
	overflow: hidden;
}

.shine:after {
	position: absolute;
	content: '';
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #fff;
	animation: shine 3s ease-in-out infinite;
}

@-webkit-keyframes shine {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	75% {
		-webkit-transform: scale(1) rotate(45deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

/*-----------------------------------
cv
-----------------------------------*/
.cv {
	background-color: #fff947;
	padding: 2em 1.5em;
}

.cv .tit {
	text-align: center;
	font-size: 5.8vw;
	margin: 0 0 0.2em;
	line-height: 1.4;
}

.cv .tit strong {
	color: #fb6350;
	font-size: 1.1em;
	font-weight: 500;
}

.cv .tit sup {
	font-size: 60%;
	vertical-align: super;

}

.cv .arrow {
	text-align: center;
	font-size: 5.8vw;
	margin: 0 0 0.2em;
}

.cv .link a,
.last_lead .cb_wrap .cv_box .link a {
	display: block;
	background-color: #fb6350;
	color: #fff;
	font-weight: 600;
	position: relative;
	text-decoration: none;
	font-size: 5.8vw;
	padding: 0.5em 1em;
	border-radius: 5px;
	box-shadow: 0px 7px 0px 0px #c84f40;
	line-height: 1.2;
	margin: 0 0 1em;
}

.cv .link a span,
.last_lead .cb_wrap .cv_box .link a span {
	position: relative;
	display: block;
}

.cv .link a span::after,
.last_lead .cb_wrap .cv_box .link a span::after {
	position: absolute;
	content: "";
	display: block;
	background: url("../img/cv_btn_arrow.png") center center no-repeat;
	background-size: 100%;
	width: 5.8vw;
	height: 6.4vw;
	right: -2.5vw;
	top: 50%;
	transform: translate(0, -50%);
}

.cv .link a strong,
.last_lead .cb_wrap .cv_box .link a strong {
	font-size: 1.05em;
	color: #fff769;
}

.cv .atten {
	color: #787878;
}


/*-----------------------------------
onayami
-----------------------------------*/
#onayami .wrap01 h1 {
	padding: 2em 1.5em;
}

#onayami .wrap02 .inner_img {
	padding: 2em 1.5em;
}

#onayami .wrap03 {
	padding: 0 1.5em 2em;
}

#onayami .wrap03 .box {
	background-color: #fff;
	padding: 0 1em 2em;
	margin: -2px 0 0;
	border-radius: 0 0 20px 20px;
	box-shadow: 0px 4px 0px 0px rgba(17, 121, 103, 0.3);
}

#onayami .wrap03 .box h2 {
	font-size: 5.3vw;
	text-align: center;
	margin: 0 0 1em;
}

#onayami .wrap03 .box h2 strong {
	font-size: 1.4em;
	color: #fb8778;
	background: linear-gradient(to bottom, transparent 60%, #fffc1a 40%);
}

#onayami .wrap03 .box .desc {
	font-size: 4.2vw;
	font-weight: 500;
	margin: 0 0 1em;
}

#onayami .wrap03 .box .pre_box {
	border-radius: 20px;
	position: relative;
	margin: 7em 0 0;
	padding: 0 1.5em 2em;
	box-shadow: 0px 4px 0px 0px rgba(251, 135, 120, 0.3);
}



#onayami .wrap03 .box .pre_box dl {
	position: relative;
	z-index: 3;
}

#onayami .wrap03 .box .pre_box::before {
	position: absolute;
	content: "";
	display: block;
	background-color: #ffefed;
	width: 27vw;
	height: 27vw;
	border-radius: 50%;
	top: -13vw;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1;
}

#onayami .wrap03 .box .pre_box.pre01::after {
	position: absolute;
	content: "";
	display: block;
	background: url("../img/icon01_1.png") center center no-repeat;
	background-size: 100%;
	width: 14.9vw;
	height: 8.5vw;
	top: -5vw;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 4;
}

#onayami .wrap03 .box .pre_box.pre02::after {
	position: absolute;
	content: "";
	display: block;
	background: url("../img/icon02_1.png") center center no-repeat;
	background-size: 100%;
	width: 9.8vw;
	height: 11.2vw;
	top: -6vw;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 4;
}

#onayami .wrap03 .box .pre_box dt {
	margin: 0 0 1em;
}

#onayami .wrap03 .box .pre_box dt h3 {
	font-size: 11vw;
	text-align: center;
	font-weight: 700;
	color: #fb6350;
	letter-spacing: 0.05em;
}

#onayami .wrap03 .box .pre_box dt h3 span {
	background: linear-gradient(to bottom, transparent 60%, #fffc1a 40%);
	position: relative;
}

#onayami .wrap03 .box .pre_box dt h3 span::after {
	position: absolute;
	content: "";
	display: block;
	background: url("../img/icon03.svg") center center no-repeat;
	background-size: 100%;
	width: 7.4vw;
	height: 7.5vw;
	right: -6vw;
	top: -3vw;
}

#onayami .wrap03 .box .pre_box dt h3 em {
	font-size: 1.4em;
	font-weight: 700;
}

#onayami .wrap03 .box .pre_box dt p {
	text-align: center;
	font-weight: 700;
	font-size: 4.8vw;
}

#onayami .wrap03 .box .pre_box dd {
	text-align: center;
	margin: 0 auto;
}

#onayami .wrap03 .box .pre_box dd img {
	filter: drop-shadow(5px 5px 10px rgba(11, 77, 65, 0.15));
}

#onayami .wrap03 .box .pre_box.pre02 dd {}

#onayami .wrap03 .box .icon {
	text-align: center;
}

#onayami .wrap03 .box .icon img {
	text-align: center;
	width: 12%;
	margin: 5em 0 0;
}

/*-----------------------------------
step
-----------------------------------*/

#container section#step>.inner {
	padding: 2em 1.5em 2em;
}

#step .tit_wrap {
	text-align: center;
}

#step .tit_wrap .subtit span {
	display: inline-block;
	color: #fff;
	padding: 0.3em 1.5em;
	border-radius: 50px;
	font-size: 6.9vw;
	margin: 0 0 0.5em;
}

#step .tit_wrap h1 {
	font-size: 8.5vw;
	color: #fb8778;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 1em;
}

#step .tit_wrap h1 strong {
	font-size: 1.2em;
	background: linear-gradient(to bottom, transparent 60%, #fffc1a 40%);
	display: inline-block;
	font-weight: 500;
}

#step .wrap {
	background-color: #fffca6;
	padding: 4em 1.5em .5em;
	border-radius: 20px;
	box-shadow: 0px 4px 0px 0px rgba(162, 163, 0, 0.3);
}

#step .wrap.step_wrap01 {
	padding: 1em 1.5em .5em;
	border-radius: 0 0 20px 20px;
	margin: 0 0 2em;
}

#step .wrap .tit {
	text-align: center;
	font-size: 10vw;
	color: #fb8778;
	margin: 0 0 1em;
}

#step .wrap .tit span {
	position: relative;
}

#step .wrap .tit span::before,
#step .wrap .tit span::after {
	position: absolute;
	content: "";
	display: block;
	background-color: #fb8778;
	height: 2px;
	width: 12.2vw;
	top: 50%;
	transform: translate(0, -50%);
}

#step .wrap .tit span::before {
	left: -16vw;
}

#step .wrap .tit span::after {
	right: -16vw;
}

#step .wrap .step_box {
	background-color: #fff;
	border-radius: 20px;
	padding: 2em 1.5em;
	margin: 0 0 4em;
	box-shadow: 0px 4px 0px 0px rgba(162, 163, 0, 0.3);
	position: relative;
}

#step .wrap .step_box::before {
	position: absolute;
	content: "";
	display: block;
	width: 18.6vw;
	height: 18.6vw;
	left: -7vw;
	top: -4vw;
}

#step .wrap .step_box.step01::before {
	background: url("../img/step01.png") center center no-repeat;
	background-size: 100%;
}

#step .wrap .step_box.step02::before {
	background: url("../img/step02.png") center center no-repeat;
	background-size: 100%;
}

#step .wrap .step_box.step03::before {
	background: url("../img/step03.png") center center no-repeat;
	background-size: 100%;
}

#step .wrap .step_box.step04::before {
	background: url("../img/step04.png") center center no-repeat;
	background-size: 100%;
}

#step .wrap .step_box dt {
	color: #fb8778;
	text-align: center;
	margin: 0 0 3.5em;
	line-height: 1.6;
}

#step .wrap .step_box dt span {
	position: relative;
	font-size: 5.5vw;
	font-weight: 600;
	display: inline-block;
}

#step .wrap .step_box dt span::after {
	position: absolute;
	content: "";
	display: block;
	background-color: #fb8778;
	width: 80%;
	height: 1px;
	left: 50%;
	bottom: -0.5em;
	transform: translate(-50%, 0);
}

#step .wrap .step_box dt span strong {
	font-weight: 600;
	background-color: #fffca6;
	display: inline-block;
	padding: 0 0.2em;
	margin: 0 0.2em;
	line-height: 1;
}

#step .wrap .step_box ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	gap: 1em;
}

#step .wrap .step_box ul li.w01 {
	width: 40vw;
}

#step .wrap .step_box ul li.w02 {
	width: 25vw;
}

#step .wrap .step_box ul li span {
	display: block;
	position: relative;
	line-height: 0;
}

#step .wrap .step_box ul li span img {
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
}

#step .wrap .step_box ul li span::after {
	position: absolute;
	display: block;
	content: "";
	background: url("../img/icon_link.png") center center no-repeat;
	background-size: 100%;
	width: 8vw;
	height: 8vw;
	bottom: 0;
	right: 0;
}

#step>.cont_img {
	padding: 0 0 3em;
}

/*-----------------------------------
present
-----------------------------------*/
#container section#present>.inner {
	padding: 4em 1.5em 2em;
}

#present .tit_wrap {
	text-align: center;
}

#present .tit_wrap .subtit span {
	display: inline-block;
	color: #fff;
	padding: 0.3em 1.5em;
	border-radius: 50px;
	font-size: 6.9vw;
	margin: 0 0 0.5em;
}

#present .tit_wrap h1 {
	font-size: 10vw;
	color: #fb8778;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 0.5em;
	position: relative;
}

#present .tit_wrap h1::before {
	position: absolute;
	content: "";
	display: block;
	background: url("../img/desc_illust02.png") center center no-repeat;
	background-size: 100%;
	width: 13vw;
	height: 6vw;
	left: 0;
	bottom: 0;
}

#present .tit_wrap h1::after {
	position: absolute;
	content: "";
	display: block;
	background: url("../img/desc_illust01.png") center center no-repeat;
	background-size: 100%;
	width: 15vw;
	height: 13vw;
	right: 1vw;
	bottom: 0;
}

#present .box {
	border-radius: 20px;
	border: 4px solid #fb8778;
	box-sizing: border-box;
	background-color: #fff;
	margin: 0 0 3em;
}

#present .box .tit {
	border-radius: 15px 15px 0 0;
	text-align: center;
	color: #fffc1a;
	font-size: 9.8vw;
	line-height: 2;
}

#present .box .tit span {
	position: relative;
}

#present .box .tit span::before,
#present .box .tit span::after {
	position: absolute;
	content: "";
	display: block;
	background-color: #fffc1a;
	height: 2px;
	width: 12.2vw;
	top: 50%;
	transform: translate(0, -50%);
}

#present .box .tit span::before {
	left: -16vw;
}

#present .box .tit span::after {
	right: -16vw;
}

#present .pre_desc {
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
		linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: center center;
}

#present .pre_desc.last {
	border-radius: 0 0 20px 20px;
}

#present .pre_desc .pre_tit_wrap {
	padding: 3em 1.5em 0;
}

#present .pre_desc .pre_tit_wrap .pre_tit_num {
	color: #fb8778;
	font-weight: 600;
	font-size: 5.3vw;
	margin: 0 0 1.5em;
}

#present .pre_desc .pre_tit_wrap .pre_tit_num strong {
	font-size: 1.2em;
	font-weight: 600;
}

#present .pre_desc .pre_tit_wrap .pre_tit_num span {
	display: inline-block;
	position: relative;
	letter-spacing: 0.1em;
}

#present .pre_desc .pre_tit_wrap .pre_tit_num span.ico_movie::after {
	position: absolute;
	content: "";
	display: block;
	background: url("../img/icon01_1.png") center center no-repeat;
	background-size: 100%;
	width: 9vw;
	height: 5.6vw;
	right: -11vw;
	bottom: -0.1em;
}

#present .pre_desc .pre_tit_wrap .pre_tit_num span.ico_pdf::after {
	position: absolute;
	content: "";
	display: block;
	background: url("../img/icon02_1.png") center center no-repeat;
	background-size: 100%;
	width: 6.6vw;
	height: 7.7vw;
	right: -9vw;
	top: 50%;
	transform: translate(0, -50%);
}

#present .pre_desc .pre_tit_wrap .pre_tit {
	text-align: center;
	font-weight: 600;
	margin: 0 0 1em;
	font-size: 6vw;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

#present .pre_desc .img {
	margin: 0 auto 1em;
}

#present .pre_desc .img img {
	filter: drop-shadow(4px 4px 7px rgba(0, 0, 0, 0.2));
}

#present .pre_desc .img.movie {
	width: 80%;
}

#present .pre_desc .img.pdf {
	width: 50%;
}

#present .pre_desc .ac-parent {
	font-size: 5.6vw;
	color: #fb8778;
	padding: 0 0 1em;
	text-align: center;
	cursor: pointer;
	transition: .3s;
	line-height: 50px;
}

#present .pre_desc .ac-parent span {
	position: relative;
	border-bottom: 1px solid #fb8778;
}

#present .pre_desc .ac-parent span::after {
	position: absolute;
	content: "";
	display: block;
	background: url("../img/present_arrow.png") center center no-repeat;
	background-size: 100%;
	width: 4vw;
	height: 2vw;
	right: -7vw;
	top: 3.5vw;
	transform: rotate(180deg);
}

#present .pre_desc .ac-parent.open span::after {
	transform: rotate(0deg);
}

#present .pre_desc .ac-child {
	padding: 3em 1.5em;
	background-color: #fb8778;
}

#present .pre_desc dl .ac-child.last {
	border-radius: 0 0 15px 15px;
}

#present .pre_desc .ac-child .pre_inner {
	background-color: #fffeea;
	background-image: url("../img/bg_ring.png");
	background-repeat: repeat-y;
	background-size: 4%;
	background-position: left 0.5em top 0.4em;
	border-radius: 0 20px 20px 0;
	padding: 2em 1.5em 3em 3em;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

#present .pre_desc .ac-child .pre_inner .lead {
	font-size: 4.2vw;
	font-weight: 500;
	line-height: 1.6;
	margin: 0 0 1em;
}

#present .pre_desc .ac-child .pre_inner .lead span {
	font-weight: 600;
	color: #fb8778;

}

#present .pre_desc .ac-child .pre_inner .guideline {
	text-align: right;
	color: #fb8778;
	font-size: 4.2vw;
	font-weight: 500;
	margin: 0 0 1.5em;
	line-height: 1.4;
}

#present .pre_desc .ac-child .pre_inner .index_wrap {
	background-color: #fff;
	padding: 2em 1.5em;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	margin: 0 0 3em;
	line-height: 2;
	font-weight: 500;
}

#present .pre_desc .ac-child .pre_inner .cont_img {
	filter: drop-shadow(4px 4px 7px rgba(0, 0, 0, 0.2));
	margin: 0 0 3em;
}

#present .pre_desc .ac-child .pre_inner .cont_img.last {
	margin: 0 0 0;
}

#present .pre_desc .ac-child .pre_inner .instructor {
	padding: 2em 0 0;
}

#present .pre_desc .ac-child .pre_inner .instructor .name {
	text-align: center;
	margin: 0 0 2em;
}

#present .pre_desc .ac-child .pre_inner .instructor .name dt {
	margin: 0 0 1em;
}

#present .pre_desc .ac-child .pre_inner .instructor .name dt span {
	color: #fff;
	background: #333333;
	padding: 0.5em 1em;
	font-size: 4vw;
	display: inline-block;
}

#present .pre_desc .ac-child .pre_inner .instructor .name dd {
	font-size: 5.3vw;
	line-height: 1.4;
}

#present .pre_desc .ac-child .pre_inner .instructor .img {
	margin: 0 0 2em;
}

#present .pre_desc .ac-child .pre_inner .instructor .desc {
	line-height: 1.8;
	font-weight: 500;
}





/*-----------------------------------
口座開設の流れ
-----------------------------------*/
#flow {
	background: #ecf6f8;
	margin-bottom: 0;
	padding: 2em 1.5em;
}

#container section#flow>.inner {
	padding: 1.5em 0 0;
}

#flow h1 {
	text-align: center;
	font-size: 7vw;
	font-weight: 500;
	color: #31416f;
}

#flow .flowBlockWrap {
	position: relative;
	overflow: hidden;
	background: #ecf6f8;
}

#flow .flowBlockInr {
	display: block;
	border: 2px solid #384b7d;
	color: #0f2853;
	position: relative;
	margin-bottom: 50px;
	background: #fff;
}

#flow .flowBlockInr:before {
	content: "";
	clear: both;
	display: block;
	vertical-align: middle;
	background: url(https://www.gaitame.com/reason/img/flow/flow_step1.png) no-repeat left top;
	width: 97px;
	height: 68px;
	position: absolute;
	top: 0;
	left: 0;
	background-size: 80px auto;
}

#flow .flowBlockInr.flowstep2:before {
	background: url(https://www.gaitame.com/reason/img/flow/flow_step2.png) no-repeat left top;
	background-size: 80px auto;
}

#flow .flowBlockInr.flowstep3:before {
	background: url(https://www.gaitame.com/reason/img/flow/flow_step3.png) no-repeat left top;
	background-size: 80px auto;
}

#flow .flowBlockInr.flowstep4:before {
	background: url(../img/flow_step4.png) no-repeat left top;
	background-size: 80px auto;
}

#flow .flowBlockInr p {
	position: relative;
	padding: 1em 1em 1em 10em;
	text-align: left;
	font-weight: 600;
	font-size: 3.9vw;
	margin: 0;
	line-height: 1.2;
	color: #333333;
}

#flow .flowBlockInr p small {
	font-weight: 500;
	letter-spacing: 0;
	font-size: 0.7em;
	line-height: 1.4;
	display: block;
	padding: 0.4em 0 0;
}

#flow .flowBlockInr.flowstep4 p {
	padding: 2em 1em 2em 10em;
}

#flow .flowBlockInr p:before,
#flow .flowBlockInr.flowstep2 p:before {
	content: "";
	display: block;
	background: url(https://www.gaitame.com/reason/img/flow/flow_icon01.gif) no-repeat left top;
	width: 84px;
	height: 45px;
	position: absolute;
	overflow: hidden;
	left: 66px;
	top: 50%;
	margin-top: -24px;
	background-size: auto 45px !important;
}

#flow .flowBlockInr.flowstep3 p:before {
	background: url(https://www.gaitame.com/reason/img/flow/flow_icon02.gif) no-repeat left top;
	width: 84px;
	height: 61px;
}

#flow .flowBlockInr.flowstep4 p:before {
	background: url(https://www.gaitame.com/reason/img/flow/flow_icon03.gif) no-repeat left top;
	width: 99px;
	height: 57px;
}

#flow .flowBlockInr.flowstep1:after,
#flow .flowBlockInr.flowstep2:after,
#flow .flowBlockInr.flowstep3:after {
	content: "";
	clear: both;
	display: block;
	width: 28px;
	height: 20px;
	background: url(https://www.gaitame.com/reason/img/flow/ar_icon_sp.png) no-repeat center bottom;
	position: absolute;
	left: 50%;
	bottom: -40px;
	margin-left: -14px;
	background-size: auto 20px;
}

#flow .flowBlockInr.flowstep4 {
	margin-bottom: 15px;
}

#flow .attention3 {
	font-size: 9px;
	margin-bottom: 20px;
	line-height: 130%;
}

#flow .required_documents {
	position: relative;
	width: 100%;
}

#flow .required_documents {
	display: block;
}

#flow .kouzabtn {
	background: #fff;
	padding: 25px 10px;
}

#flow .kouzabtn a {
	width: 100%;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	color: #ffffff;
	background: #ff6600;
	background: -moz-linear-gradient(top, #ff6600, #e05a00);
	background: -webkit-linear-gradient(top, #ff6600, #e05a00);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6600), color-stop(100%, #e05a00));
	background: linear-gradient(to bottom, #ff6600, #e05a00);
	padding: 20px 0;
	text-align: center;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0px 4px #9a482f;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	letter-spacing: 1px;
}

#flow .kouzabtn a:before {
	width: 0;
	height: 0;
	border-left: 13px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
}



/*-----------------------------------
form
-----------------------------------*/
#form .lead {
	background-color: #fb8778;
	text-align: center;
}

#form .lead .cont_img {
	margin: 0 0 2em;
}

#form .lead .sub_tit {
	color: #fff;
	font-size: 6.4vw;
	font-weight: 600;
}

#form .lead .sub_tit span {
	color: #fff;
}

#form .lead .tit {
	color: #fff947;
	font-size: 10vw;
	font-weight: 600;
	line-height: 1.2;
}

#form .form {
	background-color: #fff;
}

#form .atten {
	padding: 0 1.5em 2em;
}

#form .satori__custom_form {
	font-size: 14px;
}

#form .satori__btn.submit {
	color: #fff;
	display: block;
	font-weight: bold;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
	width: 70%;
	font-size: 14px;
	box-shadow: 0px 5px 0px 0px #c86c00;
	position: relative;
	padding: 15px 20px;
	line-height: 140%;
}

#form .satori__input_group>label:first-child {
	font-weight: bold;
	display: inline-flex;
	flex-direction: row;
	width: 100%;
}


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

	html,
	body {
		height: 100%;
	}

	body>#container {
		height: auto;
		margin-right: auto;
		margin-left: auto;
		background: #fed6d1;
	}

	#container {
		height: 100%;
		min-height: 100%;
		position: relative;
	}

	#container article {
		width: 600px;
		margin: 80px auto 0;
		box-shadow: 0 0 30px rgba(84, 84, 84, .13);
	}

	body {
		font-size: 18px;
		line-height: 1;
		/*background-color: #f5f5f5;*/
	}

	a:link {
		color: #1a77c5;
		text-decoration: underline;
	}

	a:hover {
		color: #3399CC;
		text-decoration: none;
	}

	a:visited {
		color: #663366;
		text-decoration: none;
	}

	a[href*="tel:"] {
		cursor: default;
	}


	/*------------------------------------
レイアウト
------------------------------------*/
	section>.inner {
		width: 600px;
		margin-left: auto;
		margin-right: auto;
		padding: 50px 0px;
	}


	#container section>.sub_section>.inner {
		padding: 35px 0px;
	}


	header {
		background-color: #fff;
	}

	header .inner {
		width: 600px;
		margin-left: auto;
		margin-right: auto;
		padding: 10px 10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 80px;
	}

	header .inner .logo {
		width: 200px;
	}

	header .inner .account_btn_wrap a:link,
	header .inner .account_btn_wrap a:visited {

		width: 250px;
	}

	#footerWrap {
		width: 100%;
		background: #f2f4f6;
		font-size: 16px;
		line-height: 20px;
	}

	#footerWrap #attention {
		margin: 0 auto 10px;
		background: url(https://www.gaitame.com/g/img/beginner/attention.gif) no-repeat 20px 40px;
		background-size: 100px auto;
		padding: 75px 10px 10px 10px;
		width: 600px;
	}

	#footerWrap #attention dl {}

	#footerWrap #attention dt {
		font-weight: bold;
	}

	#footerWrap #attention dd {
		margin-bottom: 10px;
		margin-left: 12px;
	}

	#footerWrap #attention a.textlink1 {
		font-size: 1.0em;
	}

	#footerWrap #attention2 {
		width: 600px;
		margin: auto;
		background: #f2f4f6;
		padding: 20px;
	}

	#footerWrap #footer {
		width: 100%;
		min-width: inherit;
		background: none;
		padding: 10px 0;
		text-align: center;
		background-color: #ffffff;
	}

	/*** PAGETOP ***/
	.g-go-to-top {
		display: grid;
		place-content: center;
		position: fixed !important;
		color: #3c66b0;
		z-index: 10;
		bottom: 20px;
		right: 20px;
		width: 42px;
		height: 42px;
		border-radius: 100%;
		box-shadow: 0px 5px 8px 0 rgb(0 0 0 / 20%);
		background: #f2f5f8;
		transition: .25s ease 0s;
		transition-property: transform;
		transform: translateY(calc(100% + 20px));
	}

	.g-go-to-top:active,
	.g-go-to-top:hover,
	.g-go-to-top:visited {
		color: #3c66b0;
		outline-width: 0;
	}

	.c-hover-overlay.border\:none::before {
		border: none;
	}

	.c-hover-overlay.round\:full::before {
		border-radius: 100%;
	}

	.c-hover-overlay::before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 1px solid transparent;
		border-radius: 5px;
		background: rgba(255, 255, 255, 0);
		transition: .25s ease 0s;
		transition-property: border, background;
	}

	.c-hover-overlay:hover::before {
		border-color: #1a9abe;
		background: rgba(255, 255, 255, .3);
	}

	.g-go-to-top svg {
		transform: rotate(-90deg);
		width: 0.75em;
		height: 0.75em;
		font-size: 0.9em;
	}

	.u-screen-reader {
		position: absolute;
		white-space: nowrap;
		width: 1px;
		height: 1px;
		overflow: hidden;
		border: 0;
		padding: 0;
		clip: rect(0 0 0 0);
		-webkit-clip-path: inset(50%);
		clip-path: inset(50%);
		margin: -1px
	}


	/*------------------------------------
汎用
------------------------------------*/

	.title_1>.attention_mark {
		font-size: 25px;
		font-weight: normal;
	}

	.attention_mark {
		font-size: 18px;
		font-weight: normal;
	}

	ul.attention_list_bracket {
		padding-left: 20px;
		padding-right: 20px;
	}

	ul.attention_list_bracket li {
		font-size: 16px;
		line-height: 20px;
		text-indent: -1.5em;
		padding-left: 1.5em;
		margin-bottom: 10px;
	}


	.pc_hide {
		display: none !important;
	}

	.lead_text_1 {
		font-size: 22px;
		text-align: center;
		margin-bottom: 20px;
		line-height: 150%;
	}


	/*------------------------------------
ビジュアル
------------------------------------*/

	.mainAreaInr {
		margin: 0 auto;
		width: 600px;
	}

	.mainAreaPre .tit_line.tit01,
	.last_lead .tit_line.tit01 {
		padding: 20px 0 20px;
	}

	.mainAreaPre .tit_line.tit01 p,
	.last_lead .tit_line.tit01 p {
		font-size: 40px;
	}

	.mainAreaPre .tit_line p,
	.last_lead .tit_line p {
		font-size: 36px;
	}

	.mainAreaPre .tit_line::after,
	.last_lead .tit_line::after {
		bottom: -45px;
		height: 47px;
	}

	.mainAreaPre .tit_line,
	.last_lead .tit_line {
		padding: 20px 0 10px;
	}

	.last_lead .tit_line p {
		font-size: 42px;
	}

	.last_lead .tit_line p {
		font-size: 42px;
	}

	#container .last_lead .tit_line.tit02 span,
	#container .last_lead .tit_line.tit03 span {
		font-weight: 600;
	}

	#container .last_lead .tit_line.tit03 span {
		font-size: 44px;
	}

	.mainAreaPre .tit_line.tit02 span::before,
	.mainAreaPre .tit_line.tit02 span::after,
	.last_lead .tit_line.tit02 span::before,
	.last_lead .tit_line.tit02 span::after {
		width: 35px;
		height: 46px;
		bottom: -10px;
	}

	.last_lead .tit_line.tit02 span::before,
	.last_lead .tit_line.tit02 span::after {
		bottom: -5px;
	}

	.mainAreaPre .tit_line.tit02 span::before,
	.last_lead .tit_line.tit02 span::before {
		left: -35px;
	}

	.mainAreaPre .tit_line.tit02 span::after,
	.last_lead .tit_line.tit02 span::after {
		right: -35px;
	}

	.mainAreaPre .tit_line.tit03 span::before,
	.mainAreaPre .tit_line.tit03 span::after,
	.last_lead .tit_line.tit03 span::before,
	.last_lead .tit_line.tit03 span::after {
		width: 43px;
		height: 55px;
		bottom: -10px;
	}

	.last_lead .tit_line.tit03 span::before,
	.last_lead .tit_line.tit03 span::after {
		bottom: 0;
	}

	.mainAreaPre .tit_line.tit03 span::before,
	.last_lead .tit_line.tit03 span::before {
		left: -55px;
	}

	.mainAreaPre .tit_line.tit03 span::after,
	.last_lead .tit_line.tit03 span::after {
		right: -55px;
	}

	.mainAreaPre .cb .cb_wrap::before,
	.last_lead .cb .cb_wrap::before {
		width: 140px;
		height: 369px;
		top: -70px;
		background: url(../img/cb_illust01_pc.png) right center no-repeat;
		background-size: 100%;
		right: -30px;
	}

	.mainAreaPre .cb .cb_wrap::after,
	.last_lead .cb .cb_wrap::after {
		width: 90px;
		height: 365px;
		bottom: -60px;
		background: url(../img/cb_illust02_pc.png) right center no-repeat;
		background-size: 100%;
		left: -30px;
	}

	.last_lead .cb .cb_wrap::after {
		top: 230px;
	}

	.mainAreaPre .cb .cb_box .link,
	.last_lead .cb .cb_box .link {
		font-size: 20px;
	}

	.mainAreaPre .cb .cb_box .tit::before,
	.last_lead .cb .cb_box .tit::before {
		width: 130px;
		height: 130px;
		left: -50px;
		top: -130px;
	}

	.mainAreaPre .cb .atten,
	.last_lead .cb .atten {
		line-height: 1.4;
		font-size: 15px;
	}

	.last_lead .tit_line.tit03 p {
		font-size: 50px;
	}

	.last_lead .cb_wrap .cv_box .link a {
		font-size: 30px;
	}

	.btns {
		margin: auto;
		display: flex;
		justify-content: center;
		font-family: sans-serif;
	}

	.btns a:link,
	.btns a:visited {
		font-size: 37px;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		color: #fff;
		max-width: 460px;
		width: 41.8181%;
		padding: 15px;
		height: 87px;
		margin-left: 10px;
		margin-right: 10px;
		border-radius: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.btns a:hover {
		opacity: 0.8;
		transition: .3s ease;
	}

	.btns a.account_btn:link,
	.btns a.account_btn:visited {
		background-color: #f76c06;

	}

	.btns a.demo_btn:link,
	.btns a.demo_btn:visited {
		background-color: #09b505;

	}

	.btns.pdg_t {
		padding-top: 50px;
	}

	.btns.pdg_b {
		padding-bottom: 90px;
	}

	.btns.btn1clm {
		display: block;
		margin: auto;
	}

	.btns.btn1clm a {
		width: 740px;
		max-width: 740px;
		margin: auto;
		color: #ffffff;
		background: #ff6600;
		background: -moz-linear-gradient(top, #ff6600, #e05a00);
		background: -webkit-linear-gradient(top, #ff6600, #e05a00);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6600), color-stop(100%, #e05a00));
		background: linear-gradient(to bottom, #ff6600, #e05a00);
		padding: 20px 0;
		text-align: center;
		box-sizing: border-box;
		border-radius: 10px;
		box-shadow: 0px 4px #9a482f;
		font-weight: bold;
		position: relative;
		letter-spacing: 1px;
	}

	.btns.btntypeA a {
		color: #ffffff;
		background: #ff6600;
		background: -moz-linear-gradient(top, #ff6600, #e05a00);
		background: -webkit-linear-gradient(top, #ff6600, #e05a00);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6600), color-stop(100%, #e05a00));
		background: linear-gradient(to bottom, #ff6600, #e05a00);
		padding: 20px 0;
		text-align: center;
		box-sizing: border-box;
		border-radius: 10px;
		box-shadow: 0px 4px #9a482f;
		font-weight: bold;
		position: relative;
		letter-spacing: 1px;
	}

	.btns.btntypeA a.demo_btn {
		background: -moz-linear-gradient(top, #09b505, #038a00);
		background: -webkit-linear-gradient(top, #09b505, #038a00);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #09b505), color-stop(100%, #038a00));
		background: linear-gradient(to bottom, #09b505, #038a00);
		box-shadow: 0px 4px #025e00;
	}

	.btns.btn1clm a:before,
	.btns.btntypeA a:before {
		width: 0;
		height: 0;
		border-left: 13px solid #fff;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		content: "";
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -10px;
	}

	.cv .tit {
		font-size: 32px;
		margin: 0 0 20px;
	}

	.cv .link a,
	.last_lead .cb .link a {
		font-size: 32px;
	}

	.cv .link a span::after,
	.last_lead .cb .cv_box .link a span::after {
		width: 30px;
		height: 40px;
		right: 0;
	}

	.last_lead .cb .cv_box .link a span {
		text-align: left;
	}

	.cv .atten {
		line-height: 1.4;
		font-size: 15px;
	}

	.cv .arrow {
		font-size: 32px;
		margin: 0 0 20px;
	}

	/* btn shine */
	a.shine {
		overflow: hidden;
	}

	a.shine:after {
		position: absolute;
		content: '';
		display: inline-block;
		top: -180px;
		left: 0;
		width: 30px;
		height: 100%;
		background-color: #fff;
		animation: shine 3s ease-in-out infinite;
	}

	@-webkit-keyframes shine {
		0% {
			-webkit-transform: scale(0) rotate(45deg);
			opacity: 0;
		}

		75% {
			-webkit-transform: scale(1) rotate(45deg);
			opacity: 1;
		}

		100% {
			-webkit-transform: scale(50) rotate(45deg);
			opacity: 0;
		}
	}

	/*-----------------------------------
onayami
-----------------------------------*/

	#onayami .wrap03 .box h2 {
		font-size: 30px;
	}

	#onayami .wrap03 .box .desc {
		font-size: 22px;
		line-height: 1.8;
	}

	#onayami .wrap03 .box .pre_box {
		padding: 2em 1.5em 2em;
		margin: 6em 0 0;
	}

	#onayami .wrap03 .box .pre_box dd {
		width: 95%;
	}

	#onayami .wrap03 .box .pre_box.pre02 dd {
		width: 75%;
	}

	#onayami .wrap03 .box .pre_box::before {
		width: 180px;
		height: 180px;
		top: -80px;
	}

	#onayami .wrap03 .box .pre_box.pre01::after {
		width: 90px;
		height: 53px;
		top: -30px;
	}

	#onayami .wrap03 .box .pre_box.pre02::after {
		width: 72px;
		height: 87px;
		top: -50px;
	}

	#onayami .wrap03 .box .pre_box dt {
		margin: 0 0 2em;
	}

	#onayami .wrap03 .box .pre_box dt h3 {
		font-size: 65px;
		margin: 0 0 0.5em;
	}

	#onayami .wrap03 .box .pre_box dt p {
		font-size: 30px;
	}

	#onayami .wrap03 .box .pre_box dt h3 span::after {
		width: 50px;
		height: 56px;
		right: -40px;
		top: -23px;
	}


	/*-----------------------------------
step
-----------------------------------*/
	#step .tit_wrap .subtit span {
		font-size: 36px;
		margin: 0 0 1em;
	}

	#step .tit_wrap h1 {
		font-size: 50px;
	}

	#step .wrap .tit {
		text-align: center;
		font-size: 56px;
	}

	#step .wrap .tit span::before,
	#step .wrap .tit span::after {
		width: 70%;
	}

	#step .wrap .tit span::before {
		left: -160px;
	}

	#step .wrap .tit span::after {
		right: -160px;
	}

	#step .wrap .step_box::before {
		width: 120px;
		height: 120px;
		left: -40px;
		top: -20px;
	}

	#step .wrap .step_box dt {
		line-height: 1.6;
	}

	#step .wrap .step_box dt span {
		font-size: 30px;
	}

	#step .wrap .step_box dt span::after {
		width: 100%;
	}

	#step .wrap .step_box ul li.w01 {
		width: 55%;
	}

	#step .wrap .step_box ul li.w02 {
		width: 35%;
	}

	#step .wrap .step_box ul li span::after {
		width: 40px;
		height: 40px;
	}

	/*-----------------------------------
present
-----------------------------------*/

	#present .tit_wrap .subtit span {
		font-size: 36px;
		margin: 0 0 1em;
	}

	#present .tit_wrap h1 {
		font-size: 70px;
	}

	#present .box .tit {
		font-size: 56px;
	}

	#present .pre_desc .img.movie {
		width: 85%;
	}

	#present .pre_desc .pre_tit_wrap .pre_tit_num {
		font-size: 30px;
	}

	#present .pre_desc .pre_tit_wrap .pre_tit_num span.ico_movie::after {
		width: 50px;
		height: 30px;
		right: -63px;
	}

	#present .pre_desc .pre_tit_wrap .pre_tit {
		font-size: 36px;
	}

	#present .pre_desc .ac-parent {
		font-size: 30px;
	}

	#present .pre_desc .pre_tit_wrap .pre_tit_num span.ico_pdf::after {
		width: 40px;
		height: 53px;
		right: -50px;
	}

	#present .pre_desc .ac-parent span::after {
		width: 25px;
		height: 15px;
		right: -40px;
		top: 18px;
	}

	#present .pre_desc .ac-child .pre_inner .lead {
		font-size: 24px;
	}

	#present .pre_desc .ac-child .pre_inner .guideline {
		font-size: 24px;
	}

	#present .pre_desc .ac-child .pre_inner .instructor .name dt span {
		font-size: 24px;
	}

	#present .pre_desc .ac-child .pre_inner .instructor .name dd {
		font-size: 36px;
	}

	#present .tit_wrap h1::before {
		width: 60px;
		height: 31px;
	}

	#present .tit_wrap h1::after {
		width: 90px;
		height: 78px;
		right: 0;
	}

	#present .box .tit span::before,
	#present .box .tit span::after {
		width: 50%;
	}

	#present .box .tit span::before {
		left: -130px;
	}

	#present .box .tit span::after {
		right: -130px;
	}

	/*-----------------------------------
口座開設の流れ
-----------------------------------*/
	#flow {
		background: #ecf6f8;
		margin-bottom: 0;
	}

	#flow h1 {
		font-size: 40px;
	}

	#flow .flowBlockInr p {
		padding: 1em 1em 1em 6em;
		font-size: 26px;
	}

	#flow .flowBlockInr.flowstep4 p {
		padding: 2em 1em 2em 6em;
	}

	#flow .attention3 {
		font-size: 15px;
	}


	/*-----------------------------------
form
-----------------------------------*/

	#form .lead .sub_tit {
		font-size: 42px;
		margin: 0 0 0.5em;
	}

	#form .lead .tit {
		font-size: 56px;
	}

	#form .atten {
		font-size: 15px;
		line-height: 1.4;
	}


}