@charset "utf-8";

/* CSS Document */
body {
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,  "MS PGothic", "sans-serif";
}

.hm_wrap {
	display: none;
}

.wrap {
	position: relative;
	margin: 0 auto;
	min-width: 1000px;
	overflow: hidden;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

a {
	color: #cda25a;
}

a:hover {
	opacity: 0.5;
}

img {
	display: block;
	margin: auto;
	max-width: 100%;
}

a.btn {
	background: #cda25a;
	display: block;
	max-width: 40%;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
	margin: auto;
}

a.btn.log {
	background: #1b294f;
}

a.btn.btn_mem {
	background: #1d2088;
	max-width: 80%;
	padding: 20px;
}

.con_box {
	box-sizing: border-box;
	margin: auto;
	padding: 80px 20px;
	max-width: 1000px;
}

h2 {
	margin-bottom: 0px;
	font-size: 35px;
	margin: 0px;
	color: #1b294f;
	letter-spacing: 2px;
	text-align: center;
}

h3 {
	position: relative;
	clear: both;
	margin-block-start: 0;
	margin-block-end: 0;
}

h3:not(:last-child) {
	margin-top: 20px;
}

table {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 100%;
}

th,
td {
	padding: 15px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #fff;
}

th {
	background: #eee;
	white-space: nowrap;
}

.bg_g {
	background: rgba(197, 228, 237, 0.2);
}

.bg_gray {
	background: #f8f8f8;
	padding: 30px;
	text-align: center;
	margin-bottom: 50px;
}

.page_title_wrap {
	background: no-repeat center center #cbc8c8;
	background-size: cover;
	margin-top: 77px;
}

.page_title {
	padding: 80px 5%;
	text-align: center;
	color: #fff;
}

.void {
	opacity: 0.5;
	cursor: auto;
	pointer-events: none;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex.mid {
	justify-content: center;
}

.center {
	text-align: center;
}

.red{
	color: #ff0000;
}

/*header*/
header:not(#top_page) {
	margin-bottom: 80px;
	height: 77px;
}

/*nav*/
.nav {
	position: fixed;
	width: 100%;
	height: 77px;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
}

.nav:not(#top_frame) {
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 100;
}

.nav h1 {
	/* float: left; */
	margin: 0px;
	line-height: 1;
	height: 77px;
	/* display: none; */
}

.nav .logo img {
	margin: 0px;
	display: inline;
	padding-top: 6px;
}

.nav-frame {
	height: 77px;
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	box-sizing: border-box;
}

.logo_wrap {
	display: inline-block;
}

.logo {
	text-decoration: none;
	width: 88px;
	display: inline-block;
}

.site-nav {
	height: 77px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "sans-serif";
	font-size: 14.5px;
}

.site-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0;
	text-align: center;
}

.site-nav ul li {
	display: inline-block;
	height: 77px;
	margin-left: 30px;
	white-space: nowrap;
	position: relative;
}

.site-nav ul li a:hover::after {
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #cda25a;
	content: '';
	top: 0;
	left: 0;
}

.site-nav ul li a {
	color: #666666;
	display: block;
	text-decoration: none;
	padding-top: 28px;
	letter-spacing: 1.5px;
	text-align: center;
	height: 50px;
}

.this::after {
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #cda25a;
	content: '';
	top: 0;
	left: -1px;
}

.site-nav ul li a:hover:not(.void) {
	color: #cda25a;
}

.site-nav ul .login {
	background-color: #cda25a;
	width: 130px;
	height: 77px;
}

.site-nav ul .login a {
	color: #ffffff;
	padding-top: 27px;
}

.site-nav ul .login a:hover {
	background-color: rgba(255, 255, 255, 0.8);
}

.site-nav ul .login a:hover::after {
	display: none;
}

.main_img img {
	width: 100%;
}

/* footer */
.foot_menu {
	text-align: center;
}

.foot_menu ul {
	list-style: none;
	margin: 0;
	padding: 15px 0;
}

.foot_menu ul li {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	border-right: 1px solid #fff;
	line-height: 1;
}

.foot_menu ul li:last-child {
	border: none;
	padding-right: 0;
	margin-right: 0;
}

.foot_menu ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	line-height: 1;
}

.reverse {
	flex-direction: row-reverse;
}

.ttl {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ttl::before,
.ttl::after {
	content: "";
	border-top: 3px solid #1b294f;
	border-radius: 3px;
	width: 20px;

}

.ttl::before {
	margin-right: 10px;
}

.ttl::after {
	margin-left: 10px;
}

.top_con01 {
	background: url("../img/fv.jpg") no-repeat center top;
	background-size: cover;
	text-align: center;
	padding: 120px 5% 110px;
}
.top_con01 .main_ttl{
	text-shadow: 0 0 8px rgba(98, 72, 30);
	font-size: 25px;
	color: #fff;
	margin-bottom: 0;
	font-weight: bold;
	display: inline-block;
}

.top_con01 p {
	text-shadow: 0 0 8px rgba(98, 72, 30);
}

.top_con01 .mess {
	font-size: 38px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #fff;
	line-height: 1.6;
}

.top_con01 .small {
	font-size: 16px;
	margin: 50px 0 10px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: bold;
}

.top_con01 .image {
	margin: 0 auto 30px auto;
	width: 200px;
}

.top_con01 .wrapper {
	width: 60%;
	margin: 0 0 0 auto;
}
.top_con01 .btn{
	padding: 20px;
}

.top_con02 p {
	margin-bottom: 40px;
	line-height: 1.8;
	font-size: 20px;
}

.top_con02_wrap {
	background: url("../img/about_bc.jpg") no-repeat center center;
	background-size: cover;

}

.top_con03 .cgm {
	margin: 20px 0 0 0;
	display: flex;
	justify-content: space-between;
}

.top_con03 .cgm p {
	font-size: 18px;
}

.top_con04_wrap {
	background: url("../img/chart_bc.jpg") no-repeat center center;
	background-size: cover;
}

.fillter {
	background-color: rgba(255, 255, 255, 0.7);
}

.fillter2 {
	background-color: rgba(255, 255, 255, 0.2);
}

.top_con04 .txt {
	max-width: 400px;
}

.top_con04 .pic {
	max-width: 550px;
	position: relative;
	margin-left: 20px;
}

.top_con04.reverse .pic {
	margin-left: 0;
	margin-right: 20px;
}

.top_con04 .pic .back {
	position: relative;
}

.top_con04 .pic .back .ribon {
	display: inline-block;
	position: absolute;
	top: 30px;
	left: 0;
	box-sizing: border-box;
	padding: 10px 10px 10px 20px;
	margin: 0 0 0 -10px;
	font-size: 18px;
	color: white;
	background: #cda25a;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.top_con04 .pic .item {
	position: absolute;
	bottom: -80px;
	right: 0;
	width: clamp(100px, 22vw, 155px)
}

.top_con04 p {
	margin-top: 0;
	font-size: 20px;
	line-height: 2;
}

.top_con04 .table1 {
	margin-top: 100px;
}


.top_con05_wrapper {
	background: url(../img/login_bc.jpg) no-repeat center center;
	background-size: cover;
}

.top_con05 .mess {
	margin-bottom: 30px;
	color: #fff;
	text-shadow: 0 0 5px rgba(98, 72, 30);
}

.top_con05 .btn {
	max-width: none;
	font-size: 30px;
	padding: 20px 30px;
	width: 300px;
}

.top_con05 div:not(:last-of-type) {
	margin-bottom: 30px;
}
.top_con05 div.center{
	padding-right: 30px;
}

.marker {
	background: linear-gradient(transparent 60%, rgba(205 162, 90, 0.4) 60%);
	border-radius: 2px;
}

.bold {
	font-weight: bold;
}


ol.table {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol.table li {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #cbcbcb;
	letter-spacing: 0.5px;
}

ol.table li:last-child {
	margin: 0;
	border-bottom: none;
}

ol.table li:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

ol.table li img {
	width: 350px;
	float: left;
	margin: 0 40px 0 0;
	position: relative;
}

ol.table li .text {
	float: right;
	width: 600px;
}

ul.cgm {
	list-style: none;
	padding: 0;
}

ul.cgm:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

ul.cgm li {
	width: 28%;
	/* float: left; */
	margin: 0 0 0 3.9%;
	padding: 0 0 0 3.9%;
	border-left: 1px solid #ddd;
}

ul.cgm li:first-child {
	margin: 0;
	padding: 0;
	border-left: none;
}

/*faq*/
.faq dt,
.faq dd {
	display: table;
}

.faq dd {
	margin: 0 0 40px;
}

.faq span {
	font-weight: bold;
	display: table-cell;
	padding-right: 20px;
	color: #1b294f;
}

.faq dt {
	font-weight: bold;
}

.faq dd span {
	font-weight: bold;
	display: table-cell;
	padding-right: 20px;
	color: #cda25a;
}

/*mail*/
.contact th {
	width: 10%;
}

input, textarea {
	border: 1px solid #ccc;
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
}

textarea {
	height: 250px;
}

.submit {
	background: #cda25a;
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	padding: 20px 60px;
	border: none;
	margin: 20px auto 0;
	display: block;
}

.submit:hover,
.button_frame .back:hover {
	opacity: 0.6;
	cursor: pointer;
}

.button_frame .back {
	background: #ccc;
	color: #000000;
	font-size: 20px;
	padding: 20px 40px;
	border: none;
	margin-top: 20px;
	float: right;
}

.form_err {
	background: red;
	padding: 5px 10px;
	color: #fff;
	text-align: left;
	border-bottom: 1px solid #eee;
}

/*mailconfirm*/

.button_frame {
	text-align: center;
	width: 400px;
	margin: 0 auto;
	height: 90px;
}

.button_frame .submit {
	float: left;
}

.back_frame {
	width: auto;
}

#mail_con .back {
	background: #ccc;
	color: #000000;
	font-size: 20px;
	padding: 20px 40px;
	border: none;
	margin-top: 20px;
	float: right;
}

#mail_con .back:hover {
	opacity: 0.6;
}

/*mailcomplete*/
.confilm1 {
	width: 220px;
	margin: 0 auto;
}

.back2 {
	background: #ccc;
	color: #000000;
	font-size: 20px;
	padding: 20px 40px;
	border: none;
	margin: 20px 10px 20px;
	float: left;
	text-decoration: none;
}

.back2:hover {
	opacity: 0.6;
}

#complete {
	min-height: 150px;
}

/*policy*/
.policy ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

.policy ol>li {
	margin: 30px 0 0;
	padding: 0;
}

/*footer*/
.footer {
	clear: both;
	color: #ffffff;
	background-color: #333333;
	text-align: left;
	text-decoration: none;
	padding: 24px 0px;
	min-width: 900px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,  "MS PGothic", "sans-serif";
}

.footer p {
	margin: 0px;
	text-align: left;
	float: clear;
	font-size: 15px;
	line-height: 1.8;
}

.footer p span {
	font-size: 13.5px;
}

.footer-contain {
	width: 1000px;
	position: relative;
	margin: 0 auto;
}

.footer .footer-2 {
	position: absolute;
	right: 0px;
	bottom: 0;
}

.footer .footer-2 p {
	text-align: right;
}

/*popup*/

@media(max-width: 1000px) {
	.main_img img {
		min-width: 1000px;
	}

}

/* SP */
/* TOP */
@media (max-width: 650px) {
	body {
		min-width: 320px;
	}

	header:not(#top_page) {
		margin-bottom: 0px;
	}

	.wrap {
		min-width: initial;
		overflow: hidden;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	a.btn {
		max-width: 90%;
	}

	.con_box {
		padding: 80px 5%;
	}

	.page_title_wrap {
		margin-top: 69px;
	}

	.page_title {
		padding: 50px 5%;
		
	}

	.main_img img {
		min-width: 100%;
	}

	.flex {
		flex-direction: column;
	}
	table th,
	table td{
		/* テーブルを縦積み */
		width: 100%;
		display: block;
		box-sizing: border-box;
	}


	.hm_menu_check {
		/* チェックボックスを隠す */
		display: none;
	}

	.hm_wrap {
		z-index: 100;
		display: inline-block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 10px 5px;
		box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
		background-color: rgba(255, 255, 255, 0.9);
	}

	.hm_wrap h1 {
		float: left;
		margin: 0px;
		margin-left: 10px;
		/* display: none; */
	}


	/* ▽▽メニューボタン▽▽ */
	.hm_btn {
		position: relative;
		width: 30px;
		height: 30px;
		cursor: pointer;
		display: block;
		float: right;
		z-index: 2;
		padding-right: 20px;
		padding-top: 10px;
	}

	.hm_btn::before {
		-webkit-box-shadow: #000 0 10px 0;
		box-shadow: #000 0 10px 0;
	}

	.hm_btn::after {
		bottom: 0;
	}

	.hm_btn::before,
	.hm_btn::after {
		width: 30px;
		height: 4px;
		background: #000;
		display: block;
		content: '';
		position: absolute;
		-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
		transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
		margin-bottom: 4px;
		margin-top: 2px;
	}

	/* △△メニューボタン△△ */

	.hm_menu_wrap {
		width: 100%;
		height: 10000px;
		background: #fff;
		position: absolute;
		left: -100%;
		top: 0;
		-webkit-transition: left 0.4s;
		transition: left 0.4s;
	}

	/* ▽▽開閉時のアニメーション▽▽ */
	.hm_menu_check:checked~.hm_title {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.hm_menu_check:checked~.hm_btn::before {
		-webkit-box-shadow: transparent 0 0 0;
		box-shadow: transparent 0 0 0;
		-webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
		transform: rotate(45deg) translate3d(6px, 11px, 0);
	}

	.hm_menu_check:checked~.hm_btn::after {
		-webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
		transform: rotate(-45deg) translate3d(3px, -9px, 0);
	}

	.hm_menu_check:checked~.hm_menu_wrap {
		left: 0;
	}

	/* ▽▽メニュー内のリストスタイル▽▽ */
	.hm_list {
		list-style-type: none;
		margin: 100px 0 0;
		padding: 0;
	}

	.hm_list li {
		text-align: center;
	}

	.hm_list li a {
		color: #777;
		display: block;
		overflow: hidden;
		padding: 8px 22px;
		position: relative;
		text-decoration: none;
		z-index: 1;
	}

	.hm_list li a::before {
		/* aタグマウスオーバー時の背景 */
		background: #eee;
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 100%;
		left: 0;
		-webkit-transition: bottom 0.4s;
		transition: bottom 0.4s;
		z-index: -1;
	}

	.hm_list li a:hover::before {
		bottom: 0;
	}

	.hm_list li a:hover::after {
		opacity: 0.5;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	/*nav*/
	.nav {
		display: none;
	}

	.logo {
		display: block;
		width: 55px;
	}

	.this::after {
		display: none;
	}

	.ttl {
		font-size: 25px;
	}

	/*main*/

	.top_con01 {
		padding-top: 100px;
		background-position: center top;
	}

	.top_con01 .mess {
		font-size: 25px;
	}
	.top_con01 .main_ttl{
		margin: 0;
	}

	.top_con01 .wrapper {
		width: 70%;
	}

	.top_con02 p {
		font-size: 18px;
		text-align: left;
	}
	.top_con03 .cgm{
		flex-direction: column;
	}
	.top_con04 p{
		font-size: 18px;
	}

	.top_con04 .txt,
	.top_con04 .pic {
		/* float: none; */
		max-width: 100%;
		margin-bottom: 30px;
	}
	.top_con04 .pic{
		margin-left: 0;
	}
	.top_con04.reverse .pic {
		margin-right: 0;
	}
	.top_con04 .pic .back .ribon{
		font-size: 15px;
	}
	.top_con05 div.center {
		padding-right: 0;
	}
	.top_con05 .btn:not(:first-of-type) {
		margin-top: 40px;

	}
	.top_con05 .btn{
		width: 100%;
		box-sizing: border-box;
		font-size: 20px;
	}

	ol.table li .text {
		float: none;
		width: auto;
	}

	ol.table li img {
		width: 100%;
		float: none;
		margin: 0;
	}

	ul.cgm li {
		width: 100%;
		float: none;
		margin: 10% 0 0;
		padding: 3% 0 0;
		border-left: none;
	}

	/*footer*/
	.footer {
		padding: 22px 5%;
		min-width: 100%;
		box-sizing: border-box;
	}

	.footer p {
		margin: 0px;
		padding: 0 auto;
		text-align: center;
		width: auto;
	}

	.footer-contain {
		clear: both;
		width: 100%;
	}

	.footer .footer-1 {
		width: auto;
	}

	.footer .footer-2 {
		width: auto;
		position: static;
		clear: both;
		margin-top: 10px;
	}

	.footer .footer-2 p {
		text-align: center;
		padding-left: 0px;
	}
	.foot_menu ul li{
		display: block;
		margin: 0 0 20px 0;
		padding: 0;
		border-right: none;
	}
}