@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800; 900&display=swap");
@import url("https://use.typekit.net/cng3dvm.css");

* {
box-sizing: border-box;
font-family: 'Noto Sans JP', "Hiragino Sans", '游ゴシック体','游ゴシック', YuGothic,"Hiragino Kaku Gothic ProN", sans-serif;
font-weight: 400;
}

address, em {
	font-style: normal;
}

/* 共通設定 */
.viewpc {
	display: block;
}
.viewtb {
	display: none;
}
.viewsp {
	display: none;
}


/* ---------- reset  ---------- */
html, body {
    width: 100%;
}

html {
	/*overflow-y: scroll; */ /* Firefox scroll-on */
}

body {
	background-color: #ffffff;
	color: #555555;
	font-size: 1em;
	line-height: 1.8;
font-family: 'Noto Sans JP', "Hiragino Sans", '游ゴシック体','游ゴシック', YuGothic,"Hiragino Kaku Gothic ProN", sans-serif;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div {
	margin: 0;
	/*padding: 0;*/
}

table,pre,code,select,option,input,textarea,kbd,var,ins,del,samp {
	font-size: 14px;
}

optgroup {
	font-size: 14px;
	font-weight:bold;
}

/* h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 14px;
} */
p {
	font-size: 15px;
	letter-spacing: -0.01em;
	line-height: 1.8;
	margin: 0 0 1em 0;
	text-align: justify;
}
ul li,ol li {
	list-style: none;
}

table,th,td {
	margin: 0;
	padding: 0;
	border-collapse: separate;
	border-spacing: 0;
	text-align: center;
}

th,caption {
	text-align: left;
}

address,cite,dfn,em,b,strong,var,th,ins,del,samp {
	font-weight: normal;
	font-style: normal;
}

img,fieldset {
	border: none;
}
hr {
	border: solid #cdcdcd;
	border-width:1px 0 0 0;
	height:1px;
	clear: right;
}
.align_center {
	text-align: center;
}

/* Link Style */

a,a:link,a:active,a:visited {
	color: #555555;
/* 	text-decoration: none;
	outline: none; */
}
a:focus {
	outline: none;
}
a:hover {
	color: #555555;
	outline: none;
}

a img {
	border: 0;
}
a:hover img{
}

.inner {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	text-align: justify;
	padding: 0;
}

.top_nomargin {
	margin-top: 0!important;
}
.bottom_nomargin {
	margin-bottom: 0!important;
}
.text_strong {
	font-weight: bold;
}
.text_blue {
	color: #092254;
}
.text_red {
	color: #df4150;
}
.text_white {
	color: #ffffff;
}
.text_cap {
	font-size: 14px;
	line-height: 1.3;
}
.text_long {
	letter-spacing: -0.1em;
}
.text_underline {
	text-decoration: underline;
}
.align_left {
	text-align: left!important;
}
.align_right {
	text-align: right!important;
}
.blockcontents {
	display: block;
}
.margintop10 {
	margin-top: 10px;
}
.margintop30 {
	margin-top: 30px;
}
.margintop40 {
	margin-top: 40px;
}
.marginbottom0 {
	margin-bottom: 0!important;
}
.marginbottom60 {
	margin-bottom: 60px!important;
}
.marginleft0 {
	margin-left: 0!important;
}
.margintopmainus30 {
	margin-top: -30px;
}
.cap {
	font-size: 14px;
	margin-top: 8px!important;
	line-height: 1.6!important;
}
.lineheightshort {
	line-height: 1.5!important;
	margin-bottom: 12px!important;
}
.strong_copy {
	font-size: 20px;
	text-align: center;
}
.big_copy {
	font-size: 28px;
	margin-bottom: 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 }
 
/* ---------  clearfix --------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
 
.clearfix {
	min-height: 1px;
}
 
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clear {
	clear: both;
}



/* ---------  animation --------- */
.invisible {
 transition: opacity 0.5s ease;
 opacity: 0;
}

.visible {
 transition: opacity 0.5s ease;
 opacity: 1.0;
}

.deley01 {
 animation-delay: 0.2s;
}

.deley02 {
 animation-delay: 0.3s;
}

.deley03 {
 animation-delay: 0.4s;
}

.deley04 {
 animation-delay: 0.5s;
}

.deley05 {
 animation-delay: 2s;
}


/* ===============
header
================*/
header {
	width: 100%;
	height: 80px;
	z-index: 100;
	top: 0;
	position: sticky;
	background-color: #fff;
	border-left: 24px solid #00afdf;
}
header img {
	width: 100%;
	height: auto;
}
header .header_nav {
	position: absolute;
	right: 0;
	top: 0;
	width: 460px;
	display: flex;
	justify-content: space-between;
}
header .header_nav .header_phone {
	flex-basis: 55%;
	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: 50px;
	width:100%;
}
header .header_nav .header_contact {
	flex-basis: 45%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}
header .header_nav .header_contact a {
	display: block;
	background-color: #fff100;
	color: #555555;
	padding: 10px 20px;
	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: 45%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}
header .header_nav .header_seminar a {
	display: block;
	background-color: #ffd700;
	color: #555555;
	padding: 10px 20px;
	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: 50px;
}
header h1 img.logomark {
	width: 40px;
	height: auto;
	margin-right: 10px;
}
header h1 img.logotype {
	width: 180px;
	height: auto;
}
header .main_nav ul {
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
}
header .main_nav ul li a {
	font-size: 14px;
	margin-right: 40px;
	 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;
}
main.main_contents  {
	width: 100%;
	clear: both;
	background-color: #f3f3f3;
	border-left: 24px solid #00afdf;
	padding: 0 0 60px 0;
}

/* ===============
.bread_crumb
================*/
.bread_crumb {
	width: 1000px;
	margin: 0 auto;
}
.bread_crumb ul {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}
.bread_crumb ul li {
	flex-basis: auto;
	margin: 0 4px;
	font-size: 12px;
	line-height: 2;
}
.bread_crumb ul li a {
	display: block;
	width: 100%;
}
.bread_crumb ul li:first-child {
	width: 18px;
	text-indent: -9999px;
	background: url("../images/common/icon_home.svg") no-repeat left center;
	background-size: 14px;
}

/* ===============
.contents_title
================*/
.contents_title {
	width: 100%;
	height: 140px;
	overflow: hidden;
	border-bottom: 1px solid #BBBBBB;
}
.contents_title .inner {
	position: relative;
	padding: 0;
}
.titlearea_seminar {
	width: 100%;
	height: 140px;
	display: block;
	background: url("../images/common/chara_ill01.png") no-repeat right bottom;
	background-size: 240px;
	z-index:100;
}
.contents_title .contents_back {
	position: absolute;
	font-size: 160px;
	top: 20px;
	left: 100px;
	color: #fff;
	line-height: 1;
	font-family: adobe-garamond-pro, serif;
	z-index: 0;
}
.contents_title h1 {
	font-size: 30px;
	left: 0;
	top: 80px;
	font-weight: 400;
	position: absolute;
	z-index: 20;
	color: #000;
}

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

.topimage h1 {
	font-size: 170px;
	float: right;
	margin-right: 120px;
	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: 18px;
	text-align: right;
	color: #1d2778;
	margin-top: 60px;
	margin-left: 30px;
}
.topimage .top_illust {
	width: 380px;
	margin: 40px 40px 0 0;
	float: right;
}


/* ===============
.special_point
================*/
.special_point {
	width: 100%;
	padding: 20px 0;
	border-left: 24px solid #00afdf;
}
.special_point img {
	width: 100%;
	height: auto;
}

.special_point .inner {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.special_point h2 {
	font-size: 40px;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
	color: #555;
}
.special_point .article_title {
	flex-basis: 320px;
}
.special_point .article_contents {
	flex-basis: 680px;
}
.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: 90px;
	margin-right: 20px;
}
.special_point .article_contents .specialpoint_item:first-child .specialpoint_mark {
	flex-basis: 80px;
	margin-right: 30px;
}
.special_point .article_contents .specialpoint_item .specialpoint_title {
	flex-basis: 220px;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.3;
}
.special_point .article_contents .specialpoint_item .specialpoint_text {
	flex-basis: auto;
	font-size: 14px;
	font-weight: 400;
}
.special_point .article_contents .specialpoint_item .specialpoint_link {
	flex-basis: 54px;
	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: 24px solid #00afdf;
}
.seminar_index .inner {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.seminar_index h2 {
	font-size: 40px;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
	color: #555;
}
.seminar_index .article_title {
	flex-basis: 320px;
}
.seminar_index .article_title .link_detail {
	font-size: 14px;
	font-weight: 300;
	padding-right: 10px;
	text-align: center;
	display: inline-block;
	width: 160px;
	margin: 0 auto;
}
.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_title .link_detail a:hover {
	background: url("../images/common/arrow_right_circle_w.svg") no-repeat 98% center;
	background-size: 18px;
	transition: 0.2s all ease 0s;
}
.seminar_index .article_contents {
	flex-basis: 680px;
}
.seminar_index .article_contents .seminar_item {
	border-top: 1px solid #c3c3c3;
	padding: 16px 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;
}
.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;
	margin: 10px 0;
}
.seminar_index .article_contents .seminar_item .seminar_link {
	flex-basis: 60px;
	text-indent: -9999px;
	margin-left: 20px;
}
.seminar_index .article_contents .seminar_item .seminar_link a {
	width: 44px;
	height: 44px;
	display: block;
	border: 1px solid #001db3;
	border-radius: 50%;
	background: url("../images/common/arrow_right_b.svg") no-repeat center center;
	background-size: 6px;
	transform: scale(1, 1);
	transition: transform .3s;
}
.seminar_index .article_contents .seminar_item .seminar_link a:hover {
	background: url("../images/common/arrow_right_w.svg") no-repeat center center #001db3;
	background-size: 6px;
	transform: scale(1.5, 1.5);
	border: 1px solid #001db3;
	border-radius: 50%;
	transition: transform .3s;
}

.column_chara {
	width: 1000px;
	margin: 60px auto;
	border: 1px solid #00afdf;
	background-color: #fff;
	padding: 40px 40px;
	box-shadow: 6px 6px 0px 0px rgba(0, 175, 223, 1);
	display: flex;
	justify-content: space-between;
}
.column_chara img {
	width: 100%;
	height: auto;
}


.column_chara .column_left {
	flex-basis: 280px;
}
.column_chara .column_middle {
	flex-basis: 300px;
	margin: 20px 10px;
}
.column_chara .column_middle h3 {
	width: 300px;
	text-align: center;
	margin: 0 auto 50px auto;
}
.column_chara .column_middle h3 img {
	margin: 0 auto;
}
.column_chara .column_right {
	flex-basis: 280px;
}
.chara_link {
	font-size: 14px;
	font-weight: 300;
	padding-right: 10px;
	text-align: center;
	display: block;
	width: 170px;
	margin: 10px auto;
}
.chara_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;
}
.chara_link a:hover {
	background: url("../images/common/arrow_right_circle_w.svg") no-repeat 98% center;
	background-size: 18px;
	transition: 0.2s all ease 0s;
}

/* ===============
.area_flipuru
================*/
.area_flipuru {
	width: 100%;
	background-color: #fff;
	padding: 80px 0;
	
}
.area_flipuru img {
	width: 100%;
	height: auto;
}

.area_flipuru .inner {
	width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.area_flipuru .flipuru_title {
	flex-basis: 260px;
}
.area_flipuru .flipuru_title h3 {
	width: 100%;
	margin-bottom: 30px;
}
.area_flipuru .flipuru_title h4 {
	font-size: 24px;
	text-align: center;
	font-weight: 300;
	margin-bottom: 8px;
	line-height: 1.4
}
.area_flipuru .flipuru_title h4 span {
	font-size: 14px;
	display: block;
}
.area_flipuru .flipuru_title p {
	font-size: 12px;
	text-align: center;
	margin-bottom: 6px;
}
.area_flipuru .flipuru_title .flipuru_link {
	font-size: 14px;
	font-weight: 300;
	padding-right: 10px;
	text-align: center;
	display: block;
	width: 170px;
	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_title .flipuru_link a:hover {
	background: url("../images/common/arrow_right_circle_w.svg") no-repeat 98% center;
	background-size: 18px;
	transition: 0.2s all ease 0s;
}

.area_flipuru .flipuru_contents {
	flex-basis: 500px;
}
.area_flipuru .flipuru_contents .flipuru_item {
	border-top: 1px solid #6b6b6b;
	display: flex;
	padding: 30px 10px 30px 10px;
	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 {
	width: 100px;
	text-align: center;
}
.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: 50px;
}
.area_flipuru .flipuru_contents .flipuru_item .flipuru_mark img {
	margin: 0 auto;
	display: block;
}
.area_flipuru .flipuru_contents .flipuru_item p {
	flex-basis: 360px;
	font-size: 14px;
	margin: 0;
}

/* ===============
.information_column
================*/
.information_column {
	width: 100%;
	padding: 60px 0 70px 0;
	border-left: 24px solid #00afdf;
}
.information_column .inner {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.information_column h2 {
	font-size: 40px;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
	color: #555;
	line-height: 1.2;
}
.information_column .article_title {
	flex-basis: 320px;
}
.information_column .article_title .link_detail {
	font-size: 14px;
	font-weight: 300;
	padding-right: 10px;
	text-align: center;
	display: inline-block;
	width: 160px;
	margin: 0 auto;
}
.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: 100%;
	font-weight: 300;
	transition: 0.2s all ease 0s;;
}
.information_column .article_title .link_detail a:hover {
	background: url("../images/common/arrow_right_circle_w.svg") no-repeat 98% center;
	background-size: 18px;
	transition: 0.2s all ease 0s;
}
.information_column .article_contents {
	flex-basis: 680px;
}
.information_column .article_contents dl dt {
	background-color: #8b8b8b;
	width: 150px;
	color: #fff;
	font-size: 14px;
	padding: 4px 30px;
	text-align: center;
	letter-spacing: 0.03em;
	margin-bottom: 4px;
}
.information_column .article_contents dl dd {
	font-weight: 300;
	margin-bottom: 14px;
	color: #555555;
	line-height: 1.5;
}
.information_column .article_contents dl dd a {
	color: #555555;
	transition: 0.2s all ease 0s;
}
.information_column .article_contents dl dd a:hover {
	text-decoration: underline;
	transition: 0.2s all ease 0s;
}

/* ================
mwwpform
================== */
main .entry {
	margin-bottom: 60px;
}
main .entry h4 {
	text-align: center;
	font-size: 22px;
	line-height: 1.5;
	font-weight: bold;
	margin: 60px auto 40px auto;
}
main .entry h3 {
	font-size: 20px;
	font-weight: 400;
	position: relative;
	display:inline-block;
	margin-bottom: 30px;
}
main .entry h3::after {
	content:"";
  display:inline-block;
	position: absolute;
	right: -50px;
	top: 50%;
	width: 40px;
	height: 2px;
	background-color: #00afdf;
}
main .entry table {
	width: 80%;
	margin: 0 auto 30px auto;
	border-top: 1px solid #bbbbbb;
}
main .entry table th {
	width: 200px;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: -0.02em;
border-bottom: 1px solid #bbbbbb;
}
main .entry table th .ness {
	font-size: 11px;
	background-color: #00afdf;
	color: #fff;
	width: 80px;
	padding: 4px 6px;
	margin-left: 6px;
	border-radius: 3px;
}
main .entry table td {
	padding: 8px 0;
	text-align: left;
border-bottom: 1px solid #bbbbbb;
}
main .entry .text {
	width: 100%!important;
	height: 40px;
	line-height: 40px;
	border: 1px solid #c1c1c1;
	margin-bottom: 8px;
	padding: 8px;
	font-size: 14px;
}
main .entry .text_s {
	width: 120px!important;
	height: 40px;
	line-height: 40px;
	border: 1px solid #c1c1c1;
	margin-bottom: 8px;
	padding: 8px;
	font-size: 14px;
}
main .entry .fig-text {
	width: 80px!important;
	height: 40px;
	line-height: 40px;
	border: 1px solid #c1c1c1;
	margin-bottom: 8px;
	padding: 8px;
	font-size: 14px;
}
main .entry .textarea {
	width: 100%;
	height: 100px;
	line-height: 1.5;
	border: 1px solid #c1c1c1;
	margin-bottom: 8px;
	padding: 8px;
	font-size: 14px;
}
main .entry select {
	padding: 10px 0;
	line-height: 1.8;
}
main .entry .datearea {
	line-height: 1.5;
	border: 1px solid #c1c1c1;
	margin-bottom: 8px;
	padding: 8px;
	font-size: 14px;
}
main .entry .btn_confirm {
	width: 170px!important;
	text-align: center;
	margin: 10px auto;
}
main .entry .btn_confirm .btn {
	display: block;
	width: 100%!important;
	background-color: #00afdf;
	color: #fff;
	padding: 14px 0 10px 0;
	font-size: 14px;
	border-radius: 3px;
}

/* ================
#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: 50px 0;
	position: relative;
}
footer img {
	width: 100%;
	height: auto;
}

footer .inner {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
footer h1 {
	flex-basis: 190px;
}
footer .ftr_nav {
	flex-basis: 600px;
	display: flex;
	justify-content: space-between;
}
footer .ftr_nav ul {
	flex-basis: 30%;
	border-left: 1px solid #a6a6a6;
}
footer .ftr_nav ul li {
	padding-left: 20px;
	font-size: 12px;
	margin-bottom: 10px;
	color: #555;
}
footer .ftr_nav ul li a {
	transition: 0.2s all ease 0s;
}
footer .ftr_nav ul li a:hover {
	color: #001db3;
	transition: 0.2s all ease 0s;
	text-decoration: underline;
}
footer p.copyright {
	width: 1000px;
	text-align: right;
	margin: 30px auto 0 auto;
	font-size: 12px;
}
footer .chara01 {
	position: absolute;
	width: 150px;
	bottom: 0;
	left: 160px;
	z-index: 100;
}
footer .chara02 {
	position: absolute;
	width: 90px;
	bottom: 0;
	left: 280px;
	z-index: 100;
}

/* ==================
modal parts
===================== */
.modal-content {
  width: 780px;
	max-height: 560px;
  top: 50%;
  position:fixed;
  display:none;
  z-index:1003;
  margin: 0;
  background-color: #fff100;
  overflow: auto;
	-webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
	overflow-y: auto;
	overflow-x: auto;
	padding: 60px 30px 30px 40px;
}
.modal_contents {
	display: flex;
	justify-content: space-between;
	width: 670px;
	align-items: center;
	flex-wrap: wrap;
}
.modal_contents .modal_pg {
	flex-basis: 30%;
}
.modal_contents .modal_pg img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	overflow: hidden;
}
.modal_contents .modal_text {
	flex-basis: 64%;
}
.modal_contents .modal_text p.modal_job {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: #555;
	margin-bottom: 4px;
	line-height: 1;
}
.modal_contents .modal_text h2 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.4em;
	color: #555;
	margin: 2px 0 0 0!important;
	line-height: 1!important;
}
.modal_contents .modal_text .modal_name_e {
	margin: 6px 0 14px 0;
	text-align: left;
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1;
}

.modal_contents .modal_text p {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #555;
	line-height: 1.5;
}
.modal_contents .modal_text .link_twitter {
	width: 26px;
	margin: 16px 0 0 0;
}
.modal_contents .modal_workimg {
	flex-basis: 100%;
	margin: 0 auto 20px auto;
}
.modal_contents .modal_workmv {
	flex-basis: 100%;
	margin: 0 auto 20px auto;
	position: relative;
	height: 415px;
}
.modal_contents .modal_workmv iframe {
	position: absolute;
	width: 100%;
	height: 415px;
}
.modal_contents .modal_worktext {
	flex-basis: 100%;
	margin: 0 auto 20px auto;
}
.modal_contents .modal_worktext h2 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.4em;
	color: #555;
	margin-bottom: 10px;
}
.modal_contents .modal_worktext p {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #555;
	line-height: 1.5;
	margin-bottom: 1.4em;
}

.modal-overlay {
  z-index:1000;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.8);
}
.modal-open {
}
.modal-open:hover {
  cursor:pointer;
}
.closebtn:hover {
  cursor:pointer;
}
.modal-close {
  position: absolute;
  vertical-align: middle;
  zoom: 1;
  top: 6px;
	right: 6px;
  float: right;
  width: 3em;
  height: 3em;
  cursor: pointer;
	z-index: 1000;
}
.modal-close:before, .modal-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3em;
  height: 1px;
  background-color: #555;
}
.modal-close:before{
  transform: rotate(45deg);
}
.modal-close:after{
  transform: rotate(-45deg);
}


