@charset "utf-8";


/* common
-------------------------------------------------------*/
#wrapper {
	overflow: hidden;
}
.sp {
	display: none;
}
.area {
	padding: 100px 20px;
	box-sizing: border-box;
}
.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
.jost {
	font-family: "Jost", sans-serif;
}
.bg_gray {
	background: #f3f3f3;
}
.orange {
	color: #e08304;
}
.main_ttl {
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.4;
	position: relative;
	padding: 0 0 30px;
	margin: 0 0 40px;
	display: flex;
	align-items: center;
}
.main_ttl .icon {
	background: url(../img/icon01.png)no-repeat left top/69px 69px;
	width: 69px;
	height: 69px;
	display: inline-block;
	margin: 0 10px 0 0;
}
.main_ttl::after {
	position: absolute;
	display: block;
	content: "";
	width: 80px;
	height: 1px;
	background: #1f2a34;
	bottom: 0;
	left: 0;
}
.sub_ttl {
	text-align: center;
	color: #fff;
	background: #1f2a34;
	font-size: 3rem;
	font-weight: 700;
	padding: 15px 20px;
	margin: 0 0 30px;
}
@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.area {
		padding: 50px 20px;
	}
	.inner {
		max-width: 100%;
	}
	.main_ttl {
		font-size: 1.8rem;
		padding: 0 0 20px;
		margin: 0 0 20px;
	}
	.main_ttl .icon {
		background: url(../img/icon01.png)no-repeat left top/40px 40px;
		width: 40px;
		height: 40px;
	}
	.main_ttl::after {
		width: 50px;
	}
	.sub_ttl {
		font-size: 2rem;
		padding: 10px 20px;
		margin: 0 0 20px;
	}
}

/* header
-------------------------------------------------------*/
#header {
	background: url(../img/visual_bg.png)no-repeat center/cover;
	padding: 40px 20px 50px;
	text-align: center;
	position: relative;
}
#header .inner {
	max-width: 1484px;
}
#header .logo {
	margin: 0 0 20px;
}
#header .logo a {
	opacity: 1;
}
#header .logo img {
	max-width: 237px;
	mix-blend-mode: multiply;
}
#header .visual_ttl01 {
	margin: 0 0 40px;
}
#header .medal img {
	max-width: 1100px;
}
@media screen and (max-width:768px) {
	#header {
		background: url(../img/visual_bg_sp.png)no-repeat center/cover;
		padding: 10px 10px 20px 10px;
	}
	#header .logo {
		margin: 0 0 10px;
	}
	#header .logo img {
		max-width: 130px;
	}
	#header .visual_ttl01 {
		margin: 0;
	}
}

/* area01
-------------------------------------------------------*/
.area01.area {
	padding: 100px 20px 0;
}
.area01 .inner {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
.area01 .txt_box {
	margin: 0 30px 0 0;
}
.area01 .txt_box .txt {
	/*width: 60%;*/
}
.area01 .img {
	width: 40%;
}
@media screen and (max-width:768px) {
	.area01.area {
		padding: 50px 20px 0;
	}
	.area01 .inner {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	.area01 .txt_box {
		margin: 0 0 30px;
	}
	.area01 .txt_box .txt {
		width: 100%;
	}
	.area01 .img {
		width: 60%;
	}
}

/* area02
-------------------------------------------------------*/
.area02 ul {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 10px;
}
.area02 ul li {
	width: 23%;
	text-align: center;
	border-bottom: 1px solid #1f2a34;
	padding: 0 0 20px;
	margin: 0 0 30px;
}
.area02 ul li .icon {
	margin: 0 0 10px;
}
.area02 ul li .icon img {
	max-width: 120px;
}
.area02 ul li .txt {
	font-weight: 500;
	font-size: 1.5rem;
}
.area02 .caution {
	text-align: right;
}
@media screen and (max-width:768px) {
	.area02 ul {
		margin: 0;
		align-items: stretch;
	}
	.area02 ul li {
		width: 48%;
		padding: 0 0 20px;
		margin: 0 0 30px;
	}
	.area02 ul li .txt {
		font-size: 1.3rem;
	}
	.area02 .caution {
		font-size: 1.2rem;
	}
}

/* area03
-------------------------------------------------------*/
.area03 .txt {
	margin: 0 0 40px;
}
.area03 ul {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: center;
}
.area03 ul li {
	width: 23.5%;
	margin: 0 0 40px;
	text-align: center;
}
.area03 ul li:not(:nth-child(4n)) {
	margin: 0 2% 0 0;
}
.area03 ul li .img {
	margin: 0 0 10px;
}
.area03 ul li .ttl {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
}
@media screen and (max-width:768px) {
	.area03.area {
		padding: 50px 20px 30px;
	}
	.area03 .txt {
		margin: 0 0 30px;
	}
	.area03 ul li:not(:nth-child(4n)) {
		margin: 0 0 30px;
	}
	.area03 ul li {
		width: 48%;
		margin: 0 0 30px;
	}
	.area03 ul li:nth-child(even) {
		margin: 0 0 30px 4%;
	}
	.area03 ul li .img {
		margin: 0 0 10px;
	}
	.area03 ul li .ttl {
		font-size: 1.4rem;
	}	
}

/* area04
-------------------------------------------------------*/
.area04 .txt {
	margin: 0 0 30px;
}
.area04 .img {
	text-align: center;
	margin: 0 0 60px;
}
.area04 .img img {
	max-width: 920px;
}
.area04 .btm_txt {
	text-align: center;
	font-size: 2.6rem;
}
.area04 .orange {
	font-weight: 700;
	border-bottom: 1px solid #e08304;
}
@media screen and (max-width:768px) {
	.area04 .img {
		margin: 0 0 30px;
	}
	.area04 .btm_txt {
		font-size: 1.8rem;
	}
}

/* area05
-------------------------------------------------------*/
.area05 ul li {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0px 0px 16px -6px rgba(29,41,57,0.2);
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.area05 ul li:not(:last-child) {
	margin: 0 0 30px;
}
.area05 ul li dl {
	width: 10%;
	margin: 0 20px 0 0;
	text-align: center;
}
.area05 ul li dl dt {
	margin: 0 0 10px;
}
.area05 ul li dl dd {
	font-size: 1.7rem;
	font-weight: 500;
}
.area05 ul li .txt {
	width: 90%;
	font-size: 1.5rem;
}
@media screen and (max-width:768px) {
	.area05 ul li {
		padding: 20px;
		flex-flow: column;
	}
	.area05 ul li dl {
		width: 100%;
		margin: 0 0 20px;
		text-align: left;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: flex-start;
	}
	.area05 ul li dl dt {
		margin: 0 20px 0 0;
	}
	.area05 ul li dl dt img {
		max-width: 80px;
	}
	.area05 ul li .txt {
		width: 100%;
		font-size: 1.4rem;
	}
}

/* area06
-------------------------------------------------------*/
.area06 .box {
	background: #f3f3f3;
	text-align: center;
	padding: 50px 20px;
	margin: 0 0 60px;
}
.area06 .box .ttl {
	font-size: 3.8rem;
	font-weight: 700;
	margin: 0 0 20px;
}
.area06 .box .mid_ttl {
	font-size: 2.5rem;
	font-weight: 700;
	margin: 0 0 40px;
}
.area06 .box .mid_ttl span {
	border-bottom: 1px solid #e08304;
}
.area06 .box .medal img {
	max-width: 780px;
}
.area06 .btm_ttl {
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	margin: 0 0 40px;
}
.area06 .seminar {
	margin: 0 auto;
	text-align: center;
}
.area06 .seminar a {
	background: #e08304;
	max-width: 730px;
	width: 100%;
	color: #fff;
	margin: 0 auto;
	font-weight: 700;
	font-size: 3.5rem;
	padding: 10px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.area06 .seminar .icon {
	background: url(../img/btn_icon.png)no-repeat left center/70px 70px;
	width: 70px;
	height: 70px;
	display: inline-block;
	margin: 0 10px 0 0;
}
@media screen and (max-width:768px) {
	.area06 .box {
		padding: 30px 20px;
		margin: 0 0 30px;
	}
	.area06 .box .ttl {
		font-size: 2rem;
		margin: 0 0 20px;
	}
	.area06 .box .mid_ttl {
		font-size: 1.6rem;
		margin: 0 0 30px;
	}
	.area06 .btm_ttl {
		font-size: 1.5rem;
		margin: 0 0 30px;
	}
	.area06 .seminar a {
		max-width: 100%;
		font-size: 1.8rem;
	}
	.area06 .seminar .icon {
		background: url(../img/btn_icon.png)no-repeat left center/30px 30px;
		width: 30px;
		height: 30px;
	}
	
}

/* contact
-------------------------------------------------------*/
#header.contact {
	background: none;
	padding: 20px 20px 0;
}
#header.contact .logo {
	margin: 0;
}
#contact.area {
	padding: 30px 20px 160px;
}
#contact .top_box {
	margin: 0 0 50px;
}
#contact .flow {
	margin: 0 0 40px;
}
#contact .mid_ttl {
	text-align: center;
	font-size: 4rem;
	margin: 0 0 50px;
	line-height: 1.5;
	font-weight: 700;
}
#contact .mid_box {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
	background: #ebebeb;
	position: relative;
}
#contact .mid_box .tag {
	position: absolute;
	left: 0;
	top: -30px;
}
#contact .mid_box .tag img {
	max-width: 240px;
}
#contact .mid_box .img {
	width: 25%;
}
#contact .mid_box ul {
	padding: 20px 30px;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.4;
	width: 75%;
}
#contact .mid_box .jost {
	font-weight: 500;
	margin: 0 10px 0 0;
}
#contact .mid_box .jost span {
	font-size: 3rem;
}
#contact .form_ttl {
	text-align: center;
	background: #1f2a34;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	padding: 10px;
	margin: 0 0 20px;
}

#contact .table_temp {
	width: 100%;
	margin: 0 0 20px;
}
#contact tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#contact tr>* {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	line-height: 1;
}
#contact tr th {
	width: 280px;
	text-align: left;
	line-height: 1.4;
	padding: 20px;
	background: #f0f0f0;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}
#contact tr th b {
	display: block;
	position: relative;
}
#contact tr td {
	padding: 20px 0 20px 25px;
}
#contact tr.hissu th b::after {
	color: #fff;
	font-weight: 500;
	font-size: 1.2rem;
	width: 50px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 2px;
}
#contact tr.hissu th b::after {
	content: "必須";
	background: #dd0202;
}
#contact .caution {
	font-size: 1.3rem;
}
#contact .contact_row {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
}
#contact .w200 {
	width: 200px!important;
}
#contact .w75 {
	width: 75px!important;
}
#contact .w170 {
	width: 170px!important;
}
#contact .w350 {
	width: 350px!important;
}
#contact .s_left {
	margin: 0 30px 0 0;
}
#contact .s_left span, #contact .s_right span {
	margin: 0 10px 0 0;
}
#contact .name .contact_row {
	margin: 0 0 10px;
}
#contact .num {
	margin: 10px 0;
}
#contact .num span {
	margin: 0 10px;
}
#contact .funds {
	margin: 0 0 10px;
}
#contact .birthday span {
	margin: 10px 20px 10px 10px;
}
#contact .birthday .caution {
	margin: 10px 0 0;
}
/* contact_after */
#contact.contact_after tr {
	border-bottom: 1px solid #ccc;
}
#contact.contact_after tr:first-child {
	border-top: 1px solid #ccc;
	margin: 30px 0 0;
}
#contact.contact_after tr th {
	color: #aaa;
}
#contact.contact_after tr td {
	font-weight: 500;
}
.txt_form .red,
.error_messe b {
	color: #f00;
	font-weight: normal;
}
.error_messe {
	margin: 20px 0 0;
	text-align: center;
	line-height: 1.3;
}
.error_messe>* {
	display: inline-block;
}
#contact input[type="text"],
#contact select,
#contact textarea {
	width: 100%;
	background-color: #fff;
	border: 1px solid #d6d6d6;
}
#contact input[type="text"],
#contact select {
	height: 50px;
}
#contact textarea {
	min-height: 150px;
	resize: vertical;
}
#contact .radio_area label {
	display: block;
	margin: 0 0 10px;
	line-height: 1.3;
	border: 1px solid #d6d6d6;
	padding: 10px 20px;
}
#contact .radio_area label:last-child  {
	margin: 0;
}
#contact .txt_form {
	text-align: center;
	line-height: 1.3;
}
#contact .txt_form span {
	display: block;
}
::placeholder {
	color: #979899;
}
#contact .form_btn {
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	justify-content: space-evenly;
}
#contact .form_btn01,
#contact .form_btn02 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	max-width: 560px;
	height: 75px;
	border: none;
	padding: 10px;
	margin: 30px auto 0;
	box-sizing: border-box;
	color: #fff;
	line-height: 1;
    text-align: center;
	letter-spacing: 0.1rem;
	font-size: 2.5rem;
}
#contact .form_btn01 {
	background: #e08304;
}
#contact .form_btn02 {
	background: #333;
}
/* table_temp end */
@media screen and (max-width:768px) {
	#contact.area {
		padding: 20px 20px 100px;
	}
	#contact .top_box {
		margin: 0 0 30px;
	}
	#contact .flow {
		margin: 0 0 20px;
	}
	#contact .mid_ttl {
		font-size: 1.6rem;
		margin: 0 0 30px;
	}
	#contact .mid_box {
		align-items: flex-start;
		justify-content: flex-start;
	}
	#contact .mid_box .tag {
		top: -10px;
	}
	#contact .mid_box .tag img {
		max-width: 110px;
	}
	#contact .mid_box .img {
		width: 40%;
	}
	#contact .mid_box ul {
		padding: 10px 0 10px 20px;
		font-size: 1.2rem;
		width: 60%;
	}
	#contact .mid_box ul li:not(:last-child) {
		margin: 0 0 10px;
	}
	#contact .mid_box .jost {
		display: block;
		margin: 0;
	}
	#contact .mid_box .jost span {
		font-size: 2rem;
	}
	#contact .form_ttl {
		font-size: 1.6rem;
		margin: 0 0 10px;
	}
	#contact .caution {
		font-size: 1.2rem;
	}
	
	/* table_temp start */
	#contact.contact_after tr:first-child {
		margin: 20px 0 0;
	}
	#contact tr>* {
		display: block;
		padding: 15px 0;
		line-height: 1.3;
	}
	#contact tr th {
		width: 100%;
		font-size: 100%;
		padding: 10px;
		border: none;
	}
	#contact tr td {
		padding: 10px 0 20px;
	}
	#contact .contact_row {
		flex-flow: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	#contact .s_left {
		margin: 0 0 10px;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: flex-start;
	}
	#contact .s_right {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: flex-start;
	}
	#contact .s_left span, #contact .s_right span {
		margin: 0 5px 0 0;
	}
	#contact .w200 {
		width: 100%!important;
	}
	#contact .w350 {
		width: 100%!important;
	}
	#contact .w170 {
		width: 100px!important;
	}
	#contact .contact_row_sp {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: flex-start;
	}
	
	#contact tr.hissu th b::after,
	#contact tr.nini th b::after {
		top: 0!important;
		right: 0!important;
		bottom: 0!important;
	}
	#contact .radio_area label,
	#contact .check_area label {
		display: flex;
		align-items: center;
		padding: 10px;
	}
	#contact .form_btn {
		flex-flow: column;
	}
	#contact .form_btn01,
	#contact .form_btn02 {
		margin: 20px 0 0;
		font-size: 100%;
		height: 50px;
	}
	#contact input[type="text"], #contact select {
		height: 40px;
	}
	/* table_temp end */
}


/* footer
-------------------------------------------------------*/

.footer.area {
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer_logo {
	max-width: 150px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.footer_list {
	display: flex;
	justify-content: center;
}

.footer_list li {
	margin-left: 10px;
	margin-right: 10px;
}

@media screen and (max-width:768px) {

}



.cta {
	background: #1f2a34;
	padding: 30px 20px;
}

.cta a {
	display: block;
	max-width: 707px;
	margin: 0 auto;
}

.cap_small {
	font-size: 80%;
}

@media screen and (max-width:768px) {
	.cap_small {
		display: block;
		font-size: 70%;
	}

}
