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

html {
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	text-align: justify; /* 両端揃え */
    text-justify: inter-ideograph; /* 両端揃えの種類 */
}
h1, h2, h3, h4, h5, th {
	font-weight: 900;
	line-height: 1.6;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover {
	opacity: 0.8;
}
h1, h2, h3, h4, h5, p {
	margin: 0;
}
h1 {
	font-size: 6.0rem;
}
h2 {
	font-size: 4.0rem;
}
h3 {
	font-size: 3.0rem;
}
h4 {
	font-size: 2.4rem;
}
h5 {
	font-size: 2.2rem;
}
p, table, li, form, input, textarea {
	font-size: 2.0rem;
	font-weight: 900;
	line-height: 1.8;
}
small, .small {
	font-size: 1.4rem;
}
figcaption {
    font-size: 1.6rem;
}
img {
	vertical-align: bottom;
}
table {
    border-collapse: collapse;
}
.pc { display: block !important; }
.sp { display: none !important; }

/*ヘッダー*/
header {
	background: #fffcd1;
	background-size: cover;
	background-position: center;
	position: relative;
}
header::before {
	content: "";
	background: #009944;
	width: 100%;
	height: 7.2rem;
	position: absolute;
	top: 0;
	left: 0;
}
header img {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: block;
	position: relative;
}
/*ヘッダーend*/

/*メイン_共通*/
#wrapper img {
	max-width: 100%;	
}
.back_key01 {
	background: #009944;
}
.back_key01_10 {
	background: #ebf5ec;
}
.back_key02 {
	background: #ffe100;
	background: #ffe150;
}
.back_key02_20 {
	background: #fffada;
}
.back_white {
	background: #fff;
}
.contents {
	max-width: 1040px ;
	width: 90%;
	margin: 0 auto;
	padding: 8em 0;
	overflow: hidden;
}
.contents_mini {
	max-width: 740px;
	width: 64%;
	margin: 0 auto;
	padding: 8rem 0;
	overflow: hidden;
}
.bold {
    font-weight: 900;
}
.line {
    text-decoration: underline;
}
.cancel {
	text-decoration: line-through;
}
.marker {
	background: linear-gradient(transparent 60%, #ff0 60%);
}
.marker_key {
	background: linear-gradient(transparent 80%, #89c997 80%);
}
.big {
	font-size: 120%;
}
.big140 {
	font-size: 140%;
}
.mincho {
    font-family: "Noto Serif JP", serif;
	font-weight: 900;
}
.white {
	color: #fff;
}
.red {
    color: #a40000;
}
.key01 {
    color: #009944;
}
.key02 {
    color: #ffe100;
}
.accent {
	color: #e4007f;
}
.center, .center_pc {
    text-align: center;
}
p {
	margin-bottom: 2rem;
}
p:last-child {
	margin-bottom: 0;
}
ul {
	margin: 2rem 0;
	padding-left: 3em;
}
.left {
    float: left;
}
.right {
    float: right;
}
.over {
	overflow: hidden;
}
.border {
    border: solid 2px #009944 ;
}
.border_line {
    border-bottom: solid 1px #009944;
}
.box {
	margin: 0 auto 4% auto ;
	padding: 4% ;
	overflow: hidden ;
	border-radius: 1rem;
}
.box:last-child {
    margin-bottom: 0;
}
.item_between {
	display: flex;
	justify-content: space-between;
}
.item_around {
	display: flex;
	justify-content: space-around;
}
.position_cover {
	position: relative;
}
.position_right, .position_top, .position_bottom {
	position: absolute;
}
.position_right {
	right: 4%;
	right: 2%;
}
.position_top {
	top: 4%;
}
.position_bottom {
	bottom: 4%;
	bottom: 0;
}
.title {
    text-align: center;
    margin-bottom: 4%;
}
.check {
	padding-left: 0;
}
.check li {
	list-style: none;
	background: url("img/check.png") ;
	background-size: 1.6em;
	background-repeat: no-repeat;
	font-size: 2rem;
	padding: 0 0 0.5em 2.5em;
	margin-bottom: 1em;
	border-bottom: dashed 1px;
	width: 26em;
}
.mt80 {display: block; margin-top: 8rem;}
.mt60 {display: block; margin-top: 6rem;}
.mt40 {display: block; margin-top: 4rem;}
.mt20 {display: block; margin-top: 2rem;}
.mt10 {display: block; margin-top: 1rem;}
.mb80 {display: block; margin-bottom: 8rem;}
.mb60 {display: block; margin-bottom: 6rem;}
.mb40 {display: block; margin-bottom: 4rem;}
.mb20 {display: block; margin-bottom: 2rem;}
.mb10 {display: block; margin-bottom: 1rem;}
.mr40 {display: block; margin-right: 4rem;}
.mr20 {display: block; margin-right: 2rem;}
.ml40 {display: block; margin-left: 4rem;}
.ml20 {display: block; margin-left: 2rem;}
.w10 {width: 8%;}
.w15 {width: 13%;}
.w20 {width: 18%;}
.w25 {width: 23%;}
.w30 {width: 28%;}
.w32 {width: 30%;}
.w40 {width: 38%;}
.w50 {width: 48%;}
.w60 {width: 58%;}
.w68 {width: 66%;}
.w70 {width: 68%;}
.w80 {width: 78%;}
.w85 {width: 83%;}
.w90 {width: 88%;}
/*メイン_共通end*/
/*動画*/
.movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
    margin-top: 4%;
}
.movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
/*動画end*/

/*悩み*/
.balloon {
	position: relative;
	padding: 0% 4% 8% 4%;
	background: #fffcd1;
	border-radius: 100rem;
	height: 22rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 4rem;
}
.worries img {
	position: absolute;
	bottom: 0;
	right: 0;
}
.balloon02 {
	position: relative;
	padding: 0;
	background: #fbe2de;
	border-radius: 100rem;
	height: 18.7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
/*ブレット*/
.point {
	position: relative;
}
.point ul li {
	font-size: 2.4rem;
}
.point img {
	position: absolute;
	height: 120%;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
/*矢印*/
.triangle_wrapper {
	position: relative;
	z-index: 10;
}
.triangle {
	background: #ebf5ec;
	height: calc(tan(60deg) * 4rem / 2);
	width: 8rem;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -0.1rem;
}
/*解決*/
.note {
	background-color: #fff; /* 背景色 */
	background-image: linear-gradient(180deg, #ddd 1px, transparent 1px); /* 罫線の色と太さ  */
	background-size: 100% 4rem; /* 行の高さ */
	padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}
.note p, .note h4 {
	line-height: 4rem;
}
/*特典*/
.tokuten {
	background: linear-gradient(120deg, #003705, #009944, #003705);
}
.tokuten .title {
	position: relative;
}
.tokuten .title img {
	position: absolute;
	height: 100%;
}
.tokuten_left {
	left: 12%;
}
.tokuten_right {
	right: 12%;
}
.gold01 {
	color: #ffdc5f;
	display: inline-block !important;
	background: linear-gradient(90deg, #956f29, #cbb047, #956f29);
	background: -webkit-linear-gradient(0deg, #956f29, #cbb047, #956f29);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.gold02 {
	color: #fffce4;
	display: inline-block !important;
	background: linear-gradient(90deg, #eadfbc, #fffce4, #eadfbc);
	background: -webkit-linear-gradient(0deg, #eadfbc, #fffce4, #eadfbc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/*質問*/
.qa .box {
	padding: 2% 4%;
	border-radius: 1rem;
}
.circle {
	border-radius: 50px;
	width: 3.7%;
	text-align: center;
	padding: 0;
	float: left;
	border: solid 2px #009944;
}
.question .circle {
	background: #009944;
	color: #fff;
}
.answer .circle {
	background: #fff;
	color: #009944;
}
.qa_text {
	width: 93.5%;
	float: right;
}
.question .qa_text {
	padding-top: 0.3%;
}
.answer .qa_text {
	padding-top: 0.6%;
}
/*開催概要*/
.about {
	background: url("img/note_dot.png");
	background-size: 80%;
	background-position: center;
}
.about table {
	border-collapse: separate;
    border-spacing: 3px;
	width: 100%;
}
.about th, .about td {
	padding: 2%;
}
.about th {
	text-align: center;
	background: #009944;
	color: #fff;
	width: 14%;
}
.about td {
	background: #ebf5ec;
	width: 78%;
}
.about td ul {
	padding-left: 1.5em;
	margin: 0;
}
.about td ul li {
	line-height: 1.5;
}
.waku {
	border: solid 1px #000;
	padding: 0 0.5em;
	margin-right: 1em;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 2px;
}
.end {
	opacity: 0.5;
}
/*フォーム*/
form dl dt {
    width: 20%;
    float: left;
    clear: both;
    padding: 2% 0;
    margin: 1% 0;
	font-weight: 900;
}
form dl dd {
    margin: 0;
}
form dl input{
    width: 75%;
    padding: 2%;
    margin: 1% 0;
	border-radius: 4px;
	border: none;
}
#entry_button {
	border: none;
	font-size: 3.0rem;
	background: none;
    color: #fff;
	font-weight: 900;
}
.attention {
	padding: 0;
}
ul.attention {
	margin-bottom: 0;
}
.attention li {
	list-style: none;
	position: relative;
	padding-left: 1em;
	line-height: 1.5;
	font-weight: 500;
}
.attention li:before {
    content: "※";
    position: absolute;
	left: 0;
}
/*ボタン*/
.button {
    display: inline-block;
	margin: 0 20%;
    width: 56%;
    padding: 3% 2%;
    text-align: center;
    border-radius: 60px;
	background: linear-gradient(90deg, #f39800, #fabe00);
    color: #fff;
	font-size: 3.0rem;
	position: relative;
	font-weight: 900;
	border: solid 2px #fff;
} 
.button::before { /* くの字の表示設定 */
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 1.6em;
	width: 0.5em;
	height: 0.5em;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	transform: rotate(45deg);
	z-index: 10;
}
.button::after {
    background: #f7ab00;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
    border-radius: 60px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.button span {
	position: relative;
	z-index: 11;
}
.button:hover {
	cursor: hand;
	cursor:pointer;
	opacity: 1;
}
.button:hover::after {
	opacity: 0;
}
.button_end {
    display: inline-block;
	margin: 0 20%;
    width: 56%;
    padding: 3% 2%;
    text-align: center;
    border-radius: 60px;
    background: #bbbbbb;
    color: #fff;
	font-size: 3.0rem;
	font-weight: 900;
}
.entry_button {
	width: 60%;
	padding: 0;
}
input[type="submit"] {
	-webkit-appearance: none;
	cursor:pointer;
	width: 100%;
	height: 100%;
    padding: 5%;
}

.page_top a {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    background: rgba(247, 171, 0, 0.8);
    color: #fff;
    padding: 0.5em;
    width: 10em;
    border-radius: 10px;
	z-index: 100;
	font-size: 1.6rem;
	font-weight: 900;
}
/*ボタンend*/
/*講師紹介*/
.teacher {
	background-image: url("img/fxstart_teacher.png");
	background-size: cover;
}
.teacher_img {
	margin-bottom: 4%;
	-webkit-box-shadow: 0 0 10px 0 #FFF;
	-moz-box-shadow: 0 0 10px 0 #FFF;
	box-shadow: 0 0 10px 0 #FFF;
}
.work {
	display: flex;
	justify-content: center;
}
.teacher figure {
	width: 27%;
	margin: 4% 4% 0 4%;
	text-align: center;
}
.teacher figure img {
	margin-bottom: 2%;
}

/*フッター*/
footer {
	padding: 40px 0 20px 0;
}
footer #footer_nav {
	padding: 0 0 2% 0;
}
footer #footer_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer #footer_nav li {
	display: inline;
	border-left: solid 1px #000;
	padding-left: 2%;
	margin-left: 2%;
	font-weight: 500;
}
footer #footer_nav li:last-child {
	border-right: solid 1px #000;
	padding-right: 2%;
}
footer #footer_nav li:first-child {
	margin-left: 0;
}
footer p {
	font-weight: 500;
}
/*フッターend*/

@media screen and (min-width: 751px) and (max-width: 1199px) {
	html {
		font-size: 0.85vw;
	}
    footer {
		padding: 4% 0 2% 0;
	}
}

@media screen and (max-width: 750px) {
	html {
		font-size: 50%;
	}
	body {
		-webkit-text-size-adjust: 100% ;
	}
	.pc { display: none !important; }
    .sp { display: block !important; }
	h2 {
		font-size: 3.6rem;
	}
	p, table, li, form, input, textarea {
		font-size: 16px;
	}
	small, .small, figcaption {
		font-size: 14px;
	}
    
	header .gradation {
		height: 2em;
	}
	
    /*メイン_共通*/
	.contents_mini {
		width: 90%;
	}
	.center_pc {
		text-align: start;
	}
	.left, .right {
		float: none;
	}
	.w10, .w15, .w20, .w25, .w30, .w32, .w40, .w50, .w60, .w68, .w70, .w80, .w85, .w90 {
		width: 100%;
	}
	.big {
		font-size: 116%;
	}
	.check li {
		padding: 0 0 0.5em 10%;
		width: 90%;
	}
	/*ボタン*/
	.button, .button_end {
		width: 95.6%;
		margin: 0;
	}
	.button::before { /* くの字の表示設定 */
		right: 1.1em;
	}
	
	.page_top a {
		bottom: 0;
		right: 0;
		padding: 1em 0;
		width: 100%;
		font-size: 16px;
	}
	
	/*悩み*/
	.worries .item_around {
		display: block;
		overflow: hidden;
	}
	.worries .w25 {
		width: 100%;
		display: flex;
		align-items: center;
		margin-bottom: 2rem;
	}
	.worries .w25 img {
		width: 20%;
	}
	.worries .w25:nth-child(even) img {
		left: 0;
	}
	.worries .w25:nth-child(even) {
		flex-direction: row-reverse;
	}
	.balloon {
		padding: 4% 0 4% 0;
		height: auto;
		min-height: 6rem;
		margin-bottom: 0;
		width: 88%;
	}
	.worries .w25:nth-child(even) .balloon {
		float: right;
	}
	.worries .w20 {
		width: 46%;
		float: left;
		margin: 0 2% 4% 2%;
	}
	.balloon02 {
		height: 6rem;
		padding: 4% 0;
	}
	.worries .w20:nth-child(3), .worries .w20:nth-child(4) {
		margin-bottom: 0;
	}
	/*ブレット*/
	.point img {
		position: relative;
		height: 10%;
		width: 30%;
		transform: translateY(0);
		margin: 0 0 2rem 70%;
	}
	/*解決*/
	.solution {
		position: relative;
	}
	.solution img.position_top {
		top: 8rem;
		right: 0;
		width: 50%;
	}
	/*特典*/
	.tokuten .title img {
		bottom: 0;
		height: 60%;
		width: 16%;
	}
	.tokuten_left {
		left: 0;
}
	.tokuten_right {
		right: 0;
	}
	/*質問*/
	.qa .box {
		padding: 4%;
	}
	.circle {
		width: 1.4em;
		padding: 0 0.1em;	
	}
	.qa_text {
		width: 85%;
	}
	.question .qa_text {
		padding-top: 0.2em;
	}
	.answer .qa_text {
		padding-top: 0;
	}
	.answer {
		margin-top: 2%;
	}
	/*開催概要*/
	.about {
		background-size: 100%;
	}
	.about th, .about td {
		display: block;
		width: 96%;
	}
	/*フォーム*/
	form dl dt {
        width: 100%;
        float: none;
        padding: 0;
        margin: 2% 0 0 0;
	}
	form dl input{
        width: 97%;
	}
	/*講師紹介*/
	.teacher_img {
		float: none;
		margin-left: 0;
		width: 100%;
	}
	.work {
		display: inline;
	}
	.teacher figure {
		width: 100%;
		margin: 8% 0;
	}
    
    /*フッター*/
	footer {
		padding: 4% 4% 16% 4%;
	}
    footer #footer_nav li {
        display: block;
        margin: 4% auto;
        border-left: none;
    }
    footer #footer_nav li:last-child {
        border-right: none;
    }
}