@charset "utf-8";

/* common
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

a:link,
a:visited {
	color: #ffffff;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #ffe60d;
	text-decoration: underline;
}

img {
	border: none;
}

/* ボタンのマウスオーバーで明るくする */
.btn:hover {
	filter: brightness(110%);
}


/* animation
---------------------------------------------*/
.feedInUp {
	opacity: 0;
	transform: translate(0, 30px);
	-webkit-transform: translate(0, 30px);
	transition: 1.5s;
}

.feedInUp_On {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

/* layout
---------------------------------------------*/


/*TopIntro-Start*/
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	min-width: 1002px;
	background: url("../images/header_bg_img.png") no-repeat top center;
	-webkit-text-size-adjust: none;
	text-align: center;
	font-size: 20px;
	font-family: 'meiryo', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #075b75;
}





/* ============================= ▼ FV開始 ============================= */

.container {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.head {
	width: 860px;
	margin: 0 auto;
}

.call {
	padding-top: 20px;
	padding-bottom: 11px;
	text-align: left;
}

.headline01 {
	padding-bottom: 33px;
	text-align: left;
}

.logo {
	padding-bottom: 96px;
	text-align: left;
}

/* LINE登録フォーム */
.form {
	padding: 26px;
	background-color: #00a8d9;
	text-align: center;
}

.cta_catch {
	padding-bottom: 11px;
}

.form h2 {
	padding-bottom: 27px;
}

.box {
	display: flex;
	justify-content: space-between;
	width: 860px;
	margin: 0 auto;
}

.line h3 {
	margin-bottom: 15px;
}


/* ============================= ▲ FV終了 ============================= */



/* ============================= ▼ Main開始 ============================= */
/* ------- お悩み -------*/
.container01 {
	width: 1000px;
	margin: 0 auto;
	padding: 84px 0;
	text-align: center;
	background-color: #fff;
}

.box1 {
	width: 872px;
	margin: 0 auto;
	padding: 60px 0;
	background: url("../images/body1_bg_img.png") no-repeat top center;
}

.title_sub {
	margin-bottom: 30px;
}

.container01 h2 {
	margin-bottom: 50px;
}

.container01 ul {
	width: 762px;
	margin: 0 auto;
	padding-right: 25px;
	display: flex;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
	gap: 42px;
	column-gap: 25px;
}

.container01 li {
	width: 348px;
	display: inline-block;
}

.arrow {
	margin: 20px 0;
}

.container01 h3 {
	margin-bottom: 29px;
}

/* チェックボックスのアニーメーション */
.catch_copy li {
	transition: 0.7s;
	opacity: 0;
	transform: translateY(20px);
	display: block;
}

.catch_copy li:first-child {
	animation: catch_anime 1.4s forwards 0.7s;
}

.catch_copy li:nth-child(2) {
	animation: catch_anime 1.4s forwards 1.7s;
}

.catch_copy li:nth-child(3) {
	animation: catch_anime 1.4s forwards 2.4s;
}

.catch_copy li:nth-child(4) {
	animation: catch_anime 1.4s forwards 3.1s;
}

.catch_copy li:nth-child(5) {
	animation: catch_anime 1.4s forwards 3.8s;
}

.catch_copy li:nth-child(6) {
	animation: catch_anime 1.4s forwards 4.5s;
}

@keyframes catch_anime {
	0% {
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}



/* ------- 選んだ理由 ------- */
.container02 {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 63px;
	text-align: center;
	background-color: #eef2f4;
}

.container02 h2 {
	margin-bottom: 33px;
}

.container02 p {
	padding-bottom: 80px;
}




/* ------- 魅力とは？ ------- */
.container03 {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
}

.container03 h2 {
	margin-bottom: 33px;
}

.container03 p {
	margin-bottom: 86px;
}



/* ------- 3ステップ ------- */
.container04 {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 94px;
	text-align: center;
	background-color: #eef2f4;

}

.container04 h2 {
	margin-bottom: 33px;
}

.container04 h3 {
	margin-bottom: 33px;
}

.step {
	width: 864px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.container04_1 {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 94px;
	text-align: center;
}

.online_title {
	height: 174px;
}

/* ------- 講師プロフィール ------- */

.container05 {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 94px;
	text-align: center;
	background-color: #fff;

}

.container05 h2 {
	text-align: left;
	margin-bottom: 77px;
}

.box3 {
	width: 860px;
	margin: 0 auto;
	display: flex;
	justify-content: start;
}


.container05 p {
	padding-left: 50px;
	text-align: left;
}


/* ============================= ▲ Main終了 ============================= */




/* =============================▼ Footer開始============================= */

footer {
	padding: 40px 20px;
	background-color: #00a8d9;
	color: #fff;
	font-size: 16px;
}

footer a {
	padding: 0 20px;
}

footer p {
	padding-top: 20px;
}

/* =============================▲ Footer終了============================= */


/* ページトップ */
html {
	scroll-behavior: smooth;
}

.pagetop {
	height: 30px;
	width: 30px;
	position: fixed;
	right: 40px;
	bottom: 40px;
	background: #fff;
	border: solid 1px #00a8d9;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.pagetop__arrow {
	height: 8px;
	width: 8px;
	border-top: 1px solid #00a8d9;
	border-right: 1px solid #00a8d9;
	transform: translateY(20%) rotate(-45deg);
}