@charset "UTF-8";

/* ---------- mediaQuery  ---------- */

@media all and (min-width: 768px) and (max-width: 1200px) {
.viewpc {
	display: block!important;
}
.viewtb {
	display: block!important;
}
.viewsp {
	display: none;
}
.nonetb {
	display: none!important;
}


body {
		background-image: none;
		width: 100%;
}
.inner{
	clear: both;
	width: 96%;
	margin: 0 auto;
	padding: 0 2% 0 2%;
}
img {
		width: 100%;
		height: auto
	}

/* ===============
header
================*/
header {
	width: 100%;
	height: 80px;
	z-index: 100;
	top: 0;
	position: sticky;
	background-color: #fff;
	border-left: 20px solid #00afdf;
}
header img {
	width: 100%;
	height: auto;
}
header .header_nav {
	position: absolute;
	right: 0;
	top: 0;
	width: 440px!important;
	display: flex!important;
	justify-content: flex-start;
	flex-wrap: wrap!important;
}

header .header_nav .header_phone {
	flex-basis: 40%;
	font-size: 18px;
	background: url("../images/common/mark_phone.png") no-repeat left center;
	background-size: 24px;
	padding-left: 30px;
	font-family: Arial, Helvetica, "sans-serif";
	letter-spacing: 0.03em;
	line-height: 40px;
}
header .header_nav .header_contact {
	flex-basis: 30%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
}
header .header_nav .header_contact a {
	display: block;
	background-color: #fff100;
	color: #555555;
	padding: 10px 10px;
	transition: 0.2s all ease 0s;
}
header .header_nav .header_contact a:hover {
	background-color: #000;
	color: #fff;
	transition: 0.2s all ease 0s;
}
header .header_nav .header_seminar {
	flex-basis: 30%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
}
header .header_nav .header_seminar a {
	display: block;
	background-color: #ffd700;
	color: #555555;
	padding: 10px 10px;
	transition: 0.2s all ease 0s;
	width:100%;
}
header .header_nav .header_seminar a:hover {
	background-color: #000;
	color: #fff;
	transition: 0.2s all ease 0s;
}
header .main_nav {
	padding-top: 40px;
	display: flex;
	justify-content: flex-start;
}
header .main_nav h1 {
	margin-right: 20px;
}
header h1 img.logomark {
	width: 30px;
	height: auto;
	margin-right: 10px;
}
header h1 img.logotype {
	width: 140px;
	height: auto;
}
header .main_nav ul {
	display: flex;
	justify-content: flex-start;
	margin-top: 0;
}
header .main_nav ul li {
	display: inline-block;
}
header .main_nav ul li a {
	font-size: 13px;
	margin-right: 10px;
	 position: relative;
  display: inline-block;
  text-decoration: none;
	transition: 0.2s all ease 0s;
}
header .main_nav ul li.on a {
	color: #001db3;
}
header .main_nav ul li a::after {
	position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #001db3;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
header .main_nav ul li a:hover {
	color: #001db3;
}
header .main_nav ul li a:hover::after {
	transform: scale(1, 1);
}


	
/* ===============
main
================*/
main {
	width: 100%;
	clear: both;
	background-color: #f3f3f3;
}

/* ===============
.topimage
================*/
.topimage {
	width: 100%;
	background-color: #f3f3f3;
	padding: 20px 0;
	border-left: 20px solid #00afdf;
}
.topimage .inner {
	width: 90%;
	height: 400px;
	margin: 0 auto;
	background: url("../images/index/topillust01.png") no-repeat left 40px;
	background-size: 350px;
	position: relative;
}
.topimage img {
	width: 100%;
	height: auto;
}

.topimage h1 {
	font-size: 130px;
	float: none;
	margin-right: 120px;
	margin-left: 350px;
	line-height: 1;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
}
.topimage h1 span {
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	line-height: 1;
	font-style: normal;
	display: inline-block;
	background:linear-gradient(transparent 70%, #fff100 70%);
}
.topimage h2 {
	clear: both;
	font-size: 14px;
	text-align: left;
	color: #1d2778;
	margin-top: 20px;
	margin-left: 300px;
}
.topimage .top_illust {
	width: 260px;
	margin: 0 40px 0 350px;
	float: none;
}


/* ===============
.special_point
================*/
.special_point {
	width: 100%;
	padding: 20px 0 20px 0;
	border-left: 20px solid #00afdf;
}
.special_point .inner {
	width: 90%;
	margin: 0 auto;
	display: block;
}
.special_point h2 {
	font-size: 30px;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
	color: #555;
}
.special_point .article_title {
	width: 100%;
}
.special_point .article_contents {
	width: 100%;
}
.special_point .article_contents .specialpoint_item {
	width: 100%;
	box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.19);
	justify-content: space-between;
	margin-bottom: 30px;
}
.special_point .article_contents .specialpoint_item a {
	width: 100%;
	padding: 20px 0 20px 20px;
	background-color: #fff;
	display: flex;
	align-items: center;
	transform: scale(1, 1);
	transition: transform .3s;
}
.special_point .article_contents .specialpoint_item a:hover {
	transform: scale(1.2, 1.2);
	transition: transform .3s;
	z-index: 10;
	border: 1px solid #3351d8;
}
.special_point .article_contents .specialpoint_item .specialpoint_mark {
	flex-basis: 8%;
	margin-right: 2%;
}
.special_point .article_contents .specialpoint_item:first-child .specialpoint_mark {
	flex-basis: 7%;
	margin-right: 3%;
}
.special_point .article_contents .specialpoint_item .specialpoint_title {
	flex-basis: 20%;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
}
.special_point .article_contents .specialpoint_item .specialpoint_text {
	flex-basis: 64%;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}
.special_point .article_contents .specialpoint_item .specialpoint_link {
	flex-basis: 38px;
	text-indent: -9999px;
	margin-left: 20px;
	margin-right: 20px;
	width: 34px;
	height: 34px;
	display: block;
	border: 1px solid #001db3;
	border-radius: 50%;
	background: url("../images/common/arrow_right_b.svg") no-repeat center center;
	background-size: 4px;
}


/* ===============
.seminar_index
================*/
.seminar_index {
	width: 100%;
	padding: 20px 0;
	border-left: 20px solid #00afdf;
}
.seminar_index .inner {
	width: 90%;
	margin: 0 auto;
	display: block;
}
.seminar_index h2 {
	font-size: 30px;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
	color: #555;
}
.seminar_index .article_title {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.seminar_index .article_title .link_detail {
	flex-basis: 150px;
	font-size: 14px;
	font-weight: 300;
	padding-right: 6px;
	text-align: center;
	display: inline-block;
	width: 150px;
	margin: 0;
}
.seminar_index .article_title .link_detail a {
	display: block;
	background: url("../images/common/arrow_right_circle.svg") no-repeat 98% center;
	background-size: 18px;
	width: 100%;
	font-weight: 300;
	transition: 0.2s all ease 0s;;
}

.seminar_index .article_contents {
	width: 100%;
}
.seminar_index .article_contents .seminar_item {
	border-top: 1px solid #c3c3c3;
	padding: 10px 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.seminar_index .article_contents .seminar_item:last-child {
	border-bottom: 1px solid #c3c3c3;
}

.seminar_index .article_contents .seminar_item .seminar_info {
	flex-basis: auto;
	font-size: 14px;
	line-height: 1.6;
}
.seminar_index .article_contents .seminar_item .seminar_info .seminar_date span {
	color: #001db3;
	font-size: 14px;
}
.seminar_index .article_contents .seminar_item .seminar_info .seminar_title {
	font-weight: 300;
	max-width: 280px;
	margin: 6px 0 0 0;
	letter-spacing: -0.02em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.seminar_index .article_contents .seminar_item .seminar_link {
	flex-basis: 30px;
	text-indent: -9999px;
	margin-left: 20px;
}
.seminar_index .article_contents .seminar_item .seminar_link a {
	width: 24px;
	height: 24px;
	display: block;
	border: 1px solid #001db3;
	border-radius: 50%;
	background: url("../images/common/arrow_right_b.svg") no-repeat center center;
	background-size: 4px;
	transform: scale(1, 1);
	transition: transform .3s;
}

.column_chara {
	width: 90%;
	margin: 60px auto;
	border: 1px solid #00afdf;
	background-color: #fff;
	padding: 20px;
	box-shadow: 6px 6px 0px 0px rgba(0, 175, 223, 1);
	display: block;
}

.column_chara .column_left {
	display: none;
}
.column_chara .column_middle {
	width: 100%;
	margin: 0;
}
.column_chara .column_middle h3 {
	width: 100%;
	max-width: 200px;
	text-align: center;
	margin: 0 auto 10px auto;
}
.column_chara .column_middle h3 img {
	margin: 0 auto;
}
.column_chara .column_middle p {
	font-size: 14px;
}
.column_chara .column_right {
	display: none;
}
.column_chara .sp_image {
	width: 100%;
	display: flex;
	justify-content: center;
}
.column_chara .sp_image img {
	flex-basis: 45%;
	margin: 10px 1%;
	max-width: 200px;
}

/* ===============
.area_flipuru
================*/
.area_flipuru {
	width: 100%;
	background-color: #fff;
	padding: 30px 0;
	
}
.area_flipuru .inner {
	width: 90%;
	margin: 0 auto;
	display: block;
}
.area_flipuru .flipuru_title {
	width: 50%;
	margin: 0 auto 10px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.area_flipuru .flipuru_title h3 {
	flex-basis: 50%;
	margin: 0 4% 20px 0;
}
.area_flipuru .flipuru_title .flipuru_title_txt {
	flex-basis: 50%;
}
.area_flipuru .flipuru_title h4 {
	font-size: 16px;
	text-align: left;
	fon-weight: 300;
	margin-bottom: 0;
	line-height: 1.4
}
.area_flipuru .flipuru_title h4 span {
	font-size: 13px;
	display: block;
}
.area_flipuru .flipuru_title p {
	font-size: 10px;
	text-align: left;
	margin-bottom: 2px;
}
.area_flipuru .flipuru_title .flipuru_link {
	font-size: 12px;
	font-weight: 300;
	padding-right: 10px;
	text-align: left;
	display: inline-block;
	width: 130px;
	margin: 0 auto;
}
.area_flipuru .flipuru_title .flipuru_link a {
	display: block;
	background: url("../images/common/arrow_right_circle.svg") no-repeat 98% center;
	background-size: 18px;
	width: 100%;
	font-weight: 300;
	transition: 0.2s all ease 0s;
}

.area_flipuru .flipuru_contents {
	width: 100%;
}
.area_flipuru .flipuru_contents .flipuru_item {
	border-top: 1px solid #6b6b6b;
	display: flex;
	padding: 10px 0 10px 5%;
	justify-content: space-between;
	align-items: center;
}
.area_flipuru .flipuru_contents .flipuru_item:last-child {
	border-bottom: 1px solid #6b6b6b;
}
.area_flipuru .flipuru_contents .flipuru_item .flipuru_mark {
	flex-basis: 20%;
	width: 45px;
	tetx-align: center;
	margin-right: 10%;
}
.area_flipuru .flipuru_contents .flipuru_item:nth-child(2) .flipuru_mark img {
	width: 65px;
}
.area_flipuru .flipuru_contents .flipuru_item:nth-child(3) .flipuru_mark img {
	width: 65px;
}
.area_flipuru .flipuru_contents .flipuru_item .flipuru_mark img {
	margin: 0 auto;
	display: block;
}
.area_flipuru .flipuru_contents .flipuru_item p {
	flex-basis: 63%;
	font-size: 14px;
	margin: 0;
	letter-spacing: -0.02em;
}

/* ===============
.information_column
================*/
.information_column {
	width: 100%;
	padding: 30px 0 30px 0;
	border-left: 20px solid #00afdf;
}
.information_column .inner {
	width: 90%;
	margin: 0 auto;
	display: block;
}
.information_column h2 {
	font-size: 30px;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
	color: #555;
	line-height: 1.2;
	margin-bottom: 20px;
}
.information_column .article_title {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.information_column .article_title h2 {
		flex-basis: 50%;
}
.information_column .article_title .link_detail {
	flex-basis: 150px;
	font-size: 14px;
	font-weight: 300;
	padding-right: 10px;
	text-align: center;
	display: inline-block;
	margin: 0;
}
.information_column .article_title .link_detail a {
	display: block;
	background: url("../images/common/arrow_right_circle.svg") no-repeat 98% center;
	background-size: 18px;
	width: 150px;
	font-weight: 300;
	transition: 0.2s all ease 0s;;
}

.information_column .article_contents {
	width: 100%;
}
.information_column .article_contents dl dt {
	background-color: #8b8b8b;
	width: 100px;
	color: #fff;
	font-size: 14px;
	padding: 4px;
	text-align: center;
	letter-spacing: 0.03em;
	margin-bottom: 4px;
}
.information_column .article_contents dl dd {
	font-weight: 300;
	margin-bottom: 8px;
	color: #555555;
	line-height: 1.5;
	font-size: 14px;
}
.information_column .article_contents dl dd a {
	color: #555555;
	transition: 0.2s all ease 0s;
}

/* ================
#pagetop
================== */
#pagetop {
	display: none;
	position: fixed;
	right: 5px;
	bottom: 40px;
	width: 60px;
	height: 60px;
	background: url(../images/totop.png) no-repeat;
	background-size: 60px;
	z-index: 5;
}
#pagetop a {
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
}
	
/* ================
footer
================== */
footer {
	width: 100%;
	padding: 30px 0;
	position: relative;
}
footer .inner {
	width: 550px;
	margin: 0 auto;
	display: block;
}
footer h1 {
	width: 190px;
	margin: 10px auto 20px auto;
}
footer .ftr_nav {
	width: 70%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
footer .ftr_nav ul {
	flex-basis: 50%;
	border-left: 1px solid #a6a6a6;
}
footer .ftr_nav ul:nth-child(2) {
	flex-basis: 40%;
}
footer .ftr_nav ul li {
	padding-left: 10px;
	font-size: 12px;
	margin-bottom: 4px;
	color: #555;
}
footer .ftr_nav ul li a {
	transition: 0.2s all ease 0s;
}

footer p.copyright {
	width: 100%;
	text-align: center;
	margin: 20px auto 0 auto;
	font-size: 10px;
}
footer .chara01 {
	position: absolute;
	width: 150px;
	bottom: 0;
	left: 5%;
	z-index: 100;
}
footer .chara02 {
	position: absolute;
	width: 90px;
	bottom: 0;
	left: auto;
	right: 5%;
	z-index: 100;
}


}