html {
	scroll-behavior: smooth;
}
body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	line-height: 0;
	color: #333;
	margin: 0 auto;
	padding: 0px;
	background-color: #fff;
}
p {
	line-height: 2em;
}
a {
	text-decoration: none;
	color: #000;
}

.head-inner {
	max-width: 1920px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 120px;
	box-sizing: border-box;
}
br.sp-br {
	display: none;
}
header {
	width: 100%;
	height: 80px;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	box-sizing: border-box;
}
header a {
	color: #333;
	text-decoration: none;
}
header a:hover {
	color: #263b75;
	text-decoration: none;
}
.top-header {
	background-color: #fff;
	padding: 0;
	margin: 0;
	height: 80px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
}
.top-header-in {
	width: 1920px;
	margin: 0 auto;
}
.top-header-logo {
	line-height: 80px;
	padding: 10px 0px;
	float: left;
	/* inline-boxを修正 */
}
.top-header-logo img {
	height: 56px;
	vertical-align: middle;
}
.top-header-nav {
	float: right;
	height: 80px;
	padding: 12px 0px;
	font-size: 14px;
	text-align: center;
}
.top-header-nav ul {
	margin: 0;
	padding: 0;
	line-height: 80px;
}
.top-header-nav li {
	display: inline;
	padding: 0 10px;
}

a.top-entry {
	border-radius: 2.5em;
	padding: 10px 40px;
	background-color: #263b75;
	color: #fff;
}
a.top-entry:hover {
	;
	color: #fff;
}
.content {
	width: 100%;
}
.content img {
	max-width: 100%!important;
}
.top-content-in {
	width: 1920px;
	margin: 0 auto;
	padding: 40px 0px;
	line-height: 1;
        box-sizing:border-box;
}
.sub-content-in {
	width: 1600px;
	margin: 0 auto;
	padding: 40px 0px;
	line-height: 1;
        box-sizing:border-box;
}
.content-in {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0px;
	line-height: 1;
        box-sizing:border-box;
}
.top-content-in img {
	max-width: 100%!important;
}
.sub-content-in img {
	max-width: 100%!important;
}
.content-in img {
	max-width: 100%!important;
}
p {
	text-align: 1.5em;
}
.fv-margin {
	height: 80px;
}
.sp-only {
	display: none;
}
.sp-menu-btn {
	display: none;
	/* 初期状態は非表示 */
	position: fixed;
	/* 画面に固定 */
	top: 0px;
	/* ヘッダー内での位置に合わせる */
	right: 20px;
	/* 右端からの距離 */
	height: 80px;
	align-items: center;
	z-index: 2000;
}
/* メニューボタンの基本スタイル */

.menu-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 36px;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	position: relative;
	/* 追加 */
}
.menu-lines {
	display: flex;
	flex-direction: column;
	gap: 6px;
	width: 100%;
	margin-bottom: 5px;
}
.menu-text {
	color: #192e4f;
	font-size: 10px;
	font-family: sans-serif;
	letter-spacing: 0.2em;
}
.menu-btn span {
	display: block;
	width: 100%;
	height: 2px;
	background: #192e4f;
	transition: all 0.4s;
}
/* アクティブ状態のメニューボタン */

.menu-btn.active {
	position: fixed;
	top: 22px;
	right: 20px;
	width: 36px;
}
/* アクティブ状態の線のコンテナ */

.menu-btn.active .menu-lines {
	position: relative;
	width: 100%;
	height: 32px;
	margin: 0;
	gap: 0;
}
/* アクティブ状態の線 */

.menu-btn.active span {
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #192e4f;
	left: 0;
	top: 15px;
}
.menu-btn.active span:first-child {
	transform: rotate(45deg);
}
.menu-btn.active span:last-child {
	transform: rotate(-45deg);
}
/* メニューテキストはopacityで非表示に変更 */

.menu-btn.active .menu-text {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s;
}
/* フルスクリーンメニュー */

.fullscreen-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #fff;
	z-index: 1400;
	display: none;
	padding: 120px 10%;
	box-sizing: border-box;
}
.fullscreen-menu.active {
	display: block;
}
.menu-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu-list li {
	margin-bottom: 4rem;
}
.menu-list a {
	text-decoration: none;
	color: #192e4f;
	font-size: 0.8rem;
	display: block;
	letter-spacing: 0.1em;
	font-weight: normal;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.menu-jp {
	font-size: 1.3rem;
	color: #333;
	margin-bottom: 0.3rem;
	font-weight: bold;
}
h1 {
	padding: 0 0;
	margin: 0 0;
}
.sec-ttl h2 {
	font-size: 40px;
	font-weight: 200;
	margin-bottom: 50px;
	text-align: center;
	letter-spacing: 3px;
}
.text-blue {
	color: #263b75;
}
.pc-tri {
	margin-top: -20px!important;
}

.course {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 90px;
}
.course h3 {
	padding-left: 65px;
	font-size: 28px;
	font-weight: bold;
	color: #263b75;
	margin-bottom: -5px;
	line-height: 42px;
	background-image: url(../images/list-icon_a.png);
	background-size:42px;
	background-repeat: no-repeat;
}
.course-in {
	margin-top: 60px;
}
.course-txt {
	font-size: 18px;
	margin-bottom:30px;
}
.course-txt p {line-height:1.8em;}
.message {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.message h3 {
	font-size: 28px;
	font-weight: bold;
	color: #263b75;
	margin-bottom: 30px;
	text-align: center;
}
.message-in {
	margin-top: 50px;
}
.message-txt {
	font-size: 20px;
	margin-bottom: 0px;
	background-image: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #ddd 97%, #ddd 100%);
	background-size: 100% 2em;
	line-height: 2;
}
.message-txt p {
	margin-bottom: 2em;
}
.profile-name {
	font-size: 24px;
	font-weight: bold;
	color: #263b75;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.profile-name span {
	font-size: 16px;
	font-weight: normal;
}
.profile-photo {
	float: left;
	width: 250px;
}
.profile-txt {
	float: left;
	font-size: 18px;
	line-height: 35px;
	width: 650px;
}
.profile-ttl {
	color: #263b75;
	font-size: 24px;
	margin-bottom: 20px;
}
.x-link {
	background-image: url(../images/x-icon.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	line-height: 35px!important;
	height: 35px!important;
}
.profile-sub p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6em;
}
.shikaku {
	float: left;
	width: 50%;
}
.shikaku-ttl {
	color: #263b75;
	font-size: 22px;
	margin-bottom: 10px;
}
.shikaku-txt {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 30px;
}
.shikaku-txt span {
	font-size: 11px;
}
.plan {
	margin-top: 60px;
}
.plan-in h2 {
	font-size: 40px;
	font-weight: 200;
	color: #263b75;
	margin-bottom: 50px;
	margin-top: -50px;
	text-align: center;
}
.plan-in h2 span {
	background-color: #e8f6ff;
	padding: 0px 30px;
}
.plan-in {
	width: 900px;
	margin: 0px auto;
	padding: 30px 50px;
	border: 1px solid #263b75;
	border-radius: 20px;
	box-sizing: border-box;
}
.plan-list {
	padding-left: 65px;
	font-size: 28px;
	font-weight: bold;
	color: #263b75;
	margin-bottom: 30px;
	line-height: 40px;
	background-image: url(../images/list-icon_b.png);
	background-size:42px;
	background-repeat: no-repeat;
}
.plan-list-sub {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	margin-bottom: 20px;
}
.plan-list-sub span {
	font-size: 18px;
	font-weight: 200;
}
.price {
	margin-top: 60px;
}
.price h2 {
	font-size: 40px;
	font-weight: 200;
	color: #263b75;
	margin-bottom: 40px;
	text-align: center;
}
.flow-txt p {
	font-size: 20px;
	line-height:1.8em;
	text-align: center;
}
.flow-image {
	margin-top: 50px;
	margin-bottom: 0px;
	text-align: center;
}
.flow-image img {width:550px;}
#faq {margin-top:-20px;}
#faq .faq-in {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-top: 40px;
}
.faq-q {
	padding-left: 70px;
	font-size: 24px;
	font-weight: bold;
	color: #263b75;
	margin-top: 30px;
	margin-bottom: 15px;
	line-height: 55px;
	background-image: url(../images/q-icon.png);
	background-size:50px;
	background-repeat: no-repeat;
}
.faq-a {
	padding-left: 70px;
	font-size: 20px;
	line-height: 55px;
	background-image: url(../images/a-icon.png);
	background-size:50px;
	background-repeat: no-repeat;
}
.cta-banner {
	margin-bottom: 30px;
	margin-top: 30px;
	width:800px;
}
.cta-pdf {
	margin-bottom: 10px;
	width:600px;
}
@media (max-width: 1920px) {
	.top-content-in {
		width: 100%;
		margin: 0 auto;
		padding: 50px 50px;
	}
.top-header-logo {
	line-height: 80px;
	padding: 15px 10px;
	float: left;
	/* inline-boxを修正 */
}
.top-header-logo img {
	height: 50px;
	vertical-align: middle;
}
}
@media (max-width: 1600px) {
	.sub-content-in {
		width: 100%;
		margin: 0 auto;
		padding: 50px 50px;
	}
	h2.sec-ttl {
		font-size: 50px;
		paddig: 60px 30px;
	}
	.sec-space {
		height: 120px;
	}
.top-header-nav {
	float: right;
	height: 80px;
	padding: 15px 0px;
	font-size: 14px;
	text-align: center;
}

}
@media (max-width: 1200px) {
	.content-in {
		width: 100%;
		margin: 0 auto;
		padding: 50px 50px;
	}
.top-header-logo {
	line-height: 80px;
	padding: 18px 10px;
	float: left;
	/* inline-boxを修正 */
}
.top-header-logo img {
	height: 44px;
	vertical-align: middle;
}
.top-header-nav {
	float: right;
	height: 80px;
	padding: 15px 0px;
	font-size: 13px;
	text-align: center;
}
}
@media (max-width: 978px) {
	.sp-menu-btn {
        display: flex;
	height;60px;
	line-height: 60px;
	margin-top:-10px;
	}
	br.sp-br {
		display: block;
	}
	br.pc-br {
		display: none;
	}
	.top-content-in {
		padding: 25px 0px;
		box-sizing: border-box;
		padding-top:10px;
	}
	.sub-content-in {
		padding: 25px 25px;
		box-sizing: border-box;
	}
	.content-in {
		padding: 25px 25px;
		box-sizing: border-box;
	}
	.fv-margin {
		height: 60px;
	}
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
	.pc-tri {
		display: none;
	}
.sp-tri {
	margin-top: -20px!important;
	margin-bottom: 0px!important;
}
	.sec-ttl h2 {
		font-size: 28px;
		paddig: 10px 10px;
		line-height: 1.4em;
		margin-bottom: 15px!important;
	}
.top-content-in	.sec-ttl h2 {
		padding-bottom:10px;
	}
	.course {
		width: 100%;
		margin-bottom: 60px;
	}
	.course h3 {
		padding-left: 45px;
		font-size: 20px;
		font-weight: bold;
		color: #263b75;
		margin-bottom: 10px;
		line-height: 30px;
		background-image: url(../images/list-icon_a.png);
		background-repeat: no-repeat;
		background-size: 30px;
	}
	.course-in {
		margin-top: 30px;
	}
	.course-txt {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.course-txt p {
		line-height: 1.5em;
	}
	.message {
		width: 100%;
		margin-bottom: 30px;
	}
	.profile {
		width: 100%;
		margin-bottom: 30px;
	}
	.profile-name {
		font-size: 18px;
		line-height: 1.2em;
	}
	.profile-sub p {
		font-size: 14px;
		fline-height: 1.4em;
	}
	.profile-sub {
		margin-bottom: 30px;
	}
.profile-ttl {

	font-size: 20px;

}
.shikaku-ttl {

	font-size: 20px;

}
.message-in {
	margin-top: 30px;
}
	.message h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.message-txt {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.profile-photo {
		float: none;
		width: 100%;
		text-align: center;
	}
	.profile-txt {
		float: none;
		width: 100%;
		padding-top: 20px;
		font-size: 16px;
		line-height: 24px;
	}
	.x-link {
		padding-left: 25px;
		background-size: 18px;
		background-position: 0px 5px;
	}
	.shikaku {
		float: none;
		width: 100%;
	}
	.shikaku-txt {
		margin-bottom: 20px;
	}
	.plan {
		width: 100%;
		margin-bottom: 60px;
	}
	.plan-in {
		width: 100%;
		padding: 60px 30px;
		padding-bottom: 30px;
	}
	.plan-in h2 {
		font-size: 28px;
		font-weight: 200;
		color: #263b75;
		margin-bottom: 40px;
		margin-top: -80px;
		text-align: center;
	}
	.plan-in h2 span {
		background-color: #e8f6ff;
		padding: 0px 25px;
	}
	.plan-list {
		padding-left: 45px;
		font-size: 22px;
		font-weight: bold;
		color: #263b75;
		margin-bottom: 10px;
		line-height: 30px;
		background-image: url(../images/list-icon_b.png);
		background-repeat: no-repeat;
		background-size: 30px;
		margin-bottom: 20px;
	}
	.plan-list-sub {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		line-height: 32px;
		margin-bottom: 0px;
	}
	.plan-list-sub span {
		font-size: 14px;
		font-weight: 200;
	}

	.flow-txt p {
		font-size: 16px;
		line-height: 1.8em;
		text-align: center;
	}
	.flow-txt {margin-bottom:-20px;}
	#faq .faq-in {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.faq-q {
		padding-left: 50px;
		font-size: 20px;
		font-weight: bold;
		color: #263b75;
		margin-top: 30px;
		margin-bottom: 10px;
		line-height: 40px;
		background-image: url(../images/q-icon.png);
		background-repeat: no-repeat;
		background-size: 36px;
	}
	.faq-a {
		padding-left: 50px;
		font-size: 14px;
		line-height: 40px;
		background-image: url(../images/a-icon.png);
		background-repeat: no-repeat;
		background-size: 36px;
	}
	.cta-banner {
		margin-bottom: 20px;
		margin-top: 20px;
		width:100%;
	}
	.cta-pdf {
		margin-bottom: 10px;
		width:90%;
	}
	header {
		width: 100%;
		height: 60px;
		background-color: #fff;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		box-sizing: border-box;
	}
	.top-header-nav {
		display: none;
	}
	.top-header {
		background-color: #fff;
		padding: 0;
		margin: 0;
		height: 60px;
		width: 100%;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #eee;
	}
	.top-header-in {
		width: 100%;
		margin: 0 auto;
	}
	.top-header-logo {
		line-height: 60px;
		padding: 10px 10px;
		float: none;
		/* inline-boxを修正 */
	}
	.top-header-logo img {
		height: 40px;
	}


}
/* ===========================
   PCレイアウト（1500px幅）
   =========================== */

.price-content {
	max-width: 1300px;
	margin: 0 auto;
	margin-bottom:30px;
}
.plans {
	display: grid;
	grid-template-columns: 180px repeat(5, 1fr);
	grid-auto-rows: auto;
}
.cell {
	border: 1px solid #dcdcdc;
	padding: 20px;
	font-size: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #fff;
}
.empty {
	border-top: none;
	border-left: none;
	background-color: transparent;
}
.header {
	background: #1b3c6a;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.side {
	background: #7c8091;
	color: #fff;
	font-size: 14px;
}
.big {
	font-size: 22px;
	font-weight: bold;
	color: #263b75;
}
.medium {
	font-size: 20px;
}
.midium span {
	font-size: 14px;
}
.note {
	font-size: 14px;
	margin-top: 5px;
	color: #000;
}
.notion {
	font-size: 14px;
	line-height: 1.5em;
}
.price-sp {
	display: none;
}
/* ===========================
   スマホレイアウト（978px以下）
   =========================== */

@media screen and (max-width: 978px) {
	.price-pc {
		display: none;
	}
	.price-sp {
		display: block;
	}

	/* スマホのみ表示（必要に応じて調整） */
	/* カード全体 */
	.plan-card {
		background: #fff;
		border: 1px solid #dcdcdc;
		margin-bottom: 30px;
		padding: 0px;
	}
	/* タイトル部分 */
	.plan-title {
		font-size: 20px;
		background: #1b3c6a;
		color: #fff;
		padding: 20px 15px;
		text-align: center;
		margin-bottom: 5px;
		letter-spacing: 1px;
		margin-top: 0px;
	}
	/* 各項目（ラベル＋内容） */
	.item {
		font-size: 20px;
		margin-bottom: 15px;
		line-height: 1.2;
		padding: 5px;
		border-bottom: 1px solid #dcdcdc;
		text-align: center;
	}
	.item-last {
		border-bottom: none;
		font-size: 14px;
		line-height: 1.2em;
	}
	.item span {
		font-weight: bold;
		color: #1b3c6a;
		font-size: 14px;
	}
	.y-price {
		font-size: 24px;
		color: #1b3c6a;
		font-weight: bold;
	}
	/* 備考の注釈 */
	.note {
		font-size: 14px;
		color: #888;
		margin-top: 4px;
	}
}