@charset "UTF-8";
/* HOME CSS Document */

#footer {
	margin-top: 30px;
	margin-top: 30px;
}

.mainArea {
}
.mainArea > * {
	display: table;
	height: 472px;
	width: 100%;
}
.mainArea > * > * {
	vertical-align: top;
	display: table-cell;
}
.mainArea .row01 .boxInterview01 {
	position: relative;
	overflow: hidden;
	height: 472px;
}
.mainArea .row01 .boxInterview01 figure,
.mainArea .row01 .boxInterview01 .sliderInterview li a {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 472px;
	display: block;
}
.mainArea .row01 .boxInterview01 .sliderInterview li {
	position: relative;
	overflow: hidden;
}
.mainArea .row01 .boxInterview01 .sliderInterview li .icnNew {
	font-size: 2rem;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-style: normal;
	background-color: #f39800;
	text-align: center;
	display: block;
	width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	left: -100px;
	top: 30px;
	z-index: 10;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mainArea .row01 .boxInterview01 .sliderInterview li {
  display: none; /*読み込み時は非表示*/
}
.mainArea .row01 .boxInterview01 .bx-viewport .sliderInterview li {
  display: block !important; /*JSが読み込まれたら表示*/
}
.mainArea .boxTxt {
	color: #FFF;
	position: absolute;
	left: 20px;
	bottom: 20px;
	text-shadow: 1px 0px 5px rgba(0, 0, 0, 1);
/*	z-index: 100;*/
}
.mainArea .boxTxt a {
	color: #FFF;
}
.mainArea .boxTxt .icnInterview {
	font-size: 1.2rem;
	font-style: normal;
	background-color: #000;
	display: inline-block;
	padding: 5px 20px 4px;
	margin-left: -20px;
}
.mainArea .row01 .boxInterview01 .txtCatch {
	font-family: "Sawarabi Mincho";
	font-size: 2.4rem;
	margin-top: 15px;
}
.mainArea .row01 .boxInterview01 .txtEx {
	margin-top: 15px;
}
.mainArea .row01 .boxInterview01 .txtEx .txtInfo,
.mainArea .row02 .boxInterview02 .txtEx .txtInfo  {
	display: block;
	display: none;
}
.mainArea .row01 .boxSeminer,
.mainArea .row02 .boxSearch {
	width: 472px;
	position: relative;
}
.mainArea .row01 .boxSeminer .ttlSemi,
.mainArea .row02 .boxSearch .ttlSerach {
	font-size: 3rem;
	color: #FFF;
	background-color: #11a979;
	/*background-image: url(/tenant/images/icn_support.png);
	background-repeat: no-repeat;
	background-position: -20px -40px;
	padding-top: 40px;*/
	text-align: center;
	height: 236px;
}
.mainArea .row02 .boxSearch .ttlSerach {
	background-image: url(/tenant/images/icn_search.png);
	background-position: -10px -20px;
	padding-top: 60px;
}
/*.mainArea .row01 .boxSeminer .ttlSemi a,*/
.mainArea .row02 .boxSearch .ttlSerach a {
	font-size: 1.6rem;
	color: #11a979;
	background-color: #FFF;
	text-align: center;
	display: inline-block;
	margin-top: 20px;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 8px;
}
.mainArea .row02 .boxSearch .ttlSerach a {
	width: 170px;
}
.mainArea .row02 .boxSearch .ttlSerach a + a {
	margin-left: 15px;
}
.mainArea .row01 .boxSeminer .ttlSupp a:after,
.mainArea .row02 .boxSearch .ttlSerach a:after {
	font-size: 1.4rem;
	font-family: 'fontello';
	content: '\f006';
	vertical-align: middle;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: -1px;
}

.mainArea .row01 .boxSeminer .slider,
.mainArea .row02 .boxSearch .slider {
	height: 236px;
	overflow: hidden;
	position:relative;
}
.mainArea .row01 .boxSeminer .slider li {
	height: 100%;
	display: table;
	width: 100%;
	background-color: #000;
}
.mainArea .row01 .boxSeminer .slider li a {
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	position: relative;
}
.mainArea .row01 .boxSeminer .slider li a:after {
	content: "";
	display: block;
	border: 3px solid #FFF;
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
}
.mainArea .row01 .boxSeminer .slider li span {
	font-size: 1.6rem;
	line-height: 1;
	font-weight: bold;
	color: #000;
	background-color: #f39800;
	display: inline-block;
	width: 50%;
	padding-top: 6px;
	padding-bottom: 4px;
}
.mainArea .row01 .boxSeminer .slider li .txtDate {
	font-size: 2.2rem;
	font-weight: bold;
	margin-top: 20px;
}
.mainArea .row01 .boxSeminer .slider li .txtTitle {
	font-size: 1.7rem;
	font-weight: bold;
	margin-top: 10px;
}
.mainArea .slider li:before,
.mainArea .slider li.arrow02:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #11a979 transparent transparent transparent;
	margin-left: -15px;
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 5;
}
.mainArea .boxSeminer .slider li:before {
	border-color: #005C3E transparent transparent transparent;
}

.mainArea .slider li.arrow02:before {
	left: 105px;
	margin-left: -0px;
}
.mainArea .slider li.arrow02:after {
	left: 340px;
	margin-left: 0px;
}

.mainArea .row02 .boxInterview02 {
}
.mainArea .row02 .boxInterview02 > a {
	display: none;
	width: 50%;
	width: 100%;
	height: 100%;
	margin-right: -4px;
	color: #333;
	float: left;
}
.mainArea .row02 .boxInterview02 > a:first-child {
	display: inline-block;
}
.mainArea .row02 .boxInterview02 figure {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 50%;
}
.mainArea .row02 .boxInterview02 .boxTxt {
	color: #333;
	background-color: #f5f5f5;
	height: 50%;
	position: relative;
	left: 0px;
	bottom: auto;
	text-shadow: 1px 0px 5px rgba(0, 0, 0, 0);
	padding: 0px 20px 20px;
}
.mainArea .row02 .boxInterview02 a:first-child .boxTxt {
	background-color: #e6e6e6;
}
.mainArea .row02 .boxInterview02 .boxTxt .icnInterview {
	color: #fff;
	height: 27px;
	height: 2.4em;
	position: relative;
	top: -2.4em;
}
.mainArea .row02 .boxInterview02 .txtCatch {
	font-family: "Sawarabi Mincho";
	font-size: 1.8rem;
}
.mainArea .row02 .boxInterview02 .txtEx {
	position: absolute;
	left: 20px;
	bottom: 20px;
}


.mainArea .row02 .boxSupport {
	width: 236px;
	position: relative;
}
.mainArea .row02 .boxSupport .ttlSupp {
	font-size: 3rem;
	color: #FFF;
	background-color: #11a979;
	background-image: url(/tenant/images/icn_support.png);
	background-repeat: no-repeat;
	background-position: -20px -40px;
	text-align: center;
	height: 236px;
	padding-top: 40px;
}
.mainArea .row02 .boxSupport .ttlSupp a {
	font-size: 1.6rem;
	color: #11a979;
	background-color: #FFF;
	text-align: center;
	display: inline-block;
	margin-top: 20px;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 8px;
}
.mainArea .row02 .boxSupport .ttlSupp a:after {
	font-size: 1.4rem;
	font-family: 'fontello';
	content: '\f006';
	vertical-align: middle;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: -1px;
}

.mainArea .row02 .boxSupport .slider {
	height: 236px;
	overflow: hidden;
}

.articleArea {
}
.articleArea .txtNew {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 2rem;
	color: #fff;
	background-color: #11a979;
	text-align: center;
	display: inline-block;
	width: 240px;
	padding-top: 5px;
	padding-bottom: 3px;
	font-style: normal;
}
.articleArea .bx-wrapper {
	padding: 0 60px;
	position: relative;
}
.articleArea .bx-wrapper .bx-controls {
	height: 75px;
	width: 100%;
	margin-top: -35px;
	margin-top: -6em;
	position: absolute;
	left: 0px;
	top: 50%;
}
.articleArea .bx-wrapper .bx-controls a {
	background-color: #e6e6e6;
	display: block;
	height: 100%;
	width: 35px;
	position: absolute;
}
.articleArea .bx-wrapper .bx-controls a:hover {
	text-decoration: none;
}
.articleArea .bx-wrapper .bx-controls a:before {
	font-size: 26px;
color: #fff;
	font-family: 'fontello';
	content: '\f007';
	text-align: center;
	margin-top: -0.7em;
	position: relative;
	top: 50%;
	display: block;
	width: 100%;
}
.articleArea .bx-wrapper .bx-controls a.bx-next {
	position: absolute;
	top: 0px;
	right: 0px;
}
.articleArea .bx-wrapper .bx-controls a.bx-next:before {
	content: '\f006';
}
.articleArea .articleSlider img {
	max-width: 100%;
	height: auto;
}
.articleArea .articleSlider li {
	padding-right: 30px;
	padding-left: 30px;
	border-right: 1px solid #CCC;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.articleArea .articleSlider li.bl-hover {
	opacity: 0.8;
	filter: 80%;
}
.articleArea .articleSlider li .imgThumb {
	background-position: center center;
	background-size: cover;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(204,204,204,1);
-moz-box-shadow: inset 0px 0px 0px 1px rgba(204,204,204,1);
box-shadow: inset 0px 0px 0px 1px rgba(204,204,204,1);
}
.articleArea .articleSlider li .imgThumb:before {
	content: "";
	display: block;
	padding-top: 75%;
}
.articleArea .articleSlider li .boxTxt {
	font-size: 1.2rem;
	margin-top: 10px;
}
.articleArea .articleSlider li .boxTxt a {
	color: #000;
	font-size: 1.3rem;
}
.articleArea .articleSlider li .boxTxt span {
	color: #c1272d;
}


/*SP
------------------------------------------------------ */
@media only screen and (max-width: 768px) {
#appendMessage {
	font-size: 1.1rem;
	color: #FFF;
	background-color: #005c3f;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.mainArea > *,
.mainArea > * > * {
	display: block;
	height: auto;
}
.mainArea .row01 .boxInterview01 {
	height: auto;
}

.mainArea .interviewArea {
	display: block;
	height: auto;
}
.mainArea .interviewArea .interviewSlider {
}
.mainArea .interviewArea .bx-wrapper {
	display: block;
	position: relative;
}
.mainArea .interviewArea .bx-wrapper .bx-controls {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.mainArea .interviewArea .bx-wrapper .bx-controls a {
	background-color: #666;
	display: inline-block;
	height: 30px;
	width: 30px;
	margin-right: 0px;
	position: relative;
}
.mainArea .interviewArea .bx-wrapper .bx-controls a + a {
	margin-left: 2px;
}
.mainArea .interviewArea .bx-wrapper .bx-controls a:before {
	font-size: 16px;
	color: #fff;
	font-family: 'fontello';
	content: '\f007';
	text-align: center;
	margin-top: -0.7em;
	position: relative;
	top: 50%;
	display: block;
	width: 100%;
}
.mainArea .interviewArea .bx-wrapper .bx-controls a.bx-next:before {
	content: '\f006';
}
/*.mainArea .interviewArea .interviewSlider,
.mainArea .interviewArea .interviewSlider li,
.mainArea .interviewArea .interviewSlider figure {
	height: 200px;
}*/
.mainArea .interviewArea ul li {
	position: relative;
	overflow: hidden;
}
.mainArea .interviewArea ul figure {
	background-position: center center;
	background-size: cover;
}
.mainArea .interviewArea ul figure:before,
.mainArea .interviewArea ul .sliderInterview li a {
	content: "";
	display: block;
	padding-top: 62.5%;
}
.mainArea .interviewArea ul .sliderInterview li a {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}
.mainArea .interviewArea ul .sliderInterview li {
	display: none;
}
.mainArea .interviewArea ul .sliderInterview li:first-child {
	display: block;
}
.mainArea .interviewArea ul .icnNew {
	font-size: 1.5rem;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-style: normal;
	background-color: #f39800;
	text-align: center;
	display: block;
	width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	left: -100px;
	top: 30px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mainArea .interviewArea ul .boxTxt {
	color: #FFF;
	position: absolute;
	left: 10px;
	bottom: 10px;
	text-shadow: 1px 0px 5px rgba(0, 0, 0, 1);
}
.mainArea .interviewArea ul .boxTxt .icnInterview {
	font-size: 1rem;
	font-style: normal;
	margin-left: -0px;
}
.mainArea .interviewArea ul .txtCatch {
	font-family: "Sawarabi Mincho";
	font-size: 1.4rem;
	margin-top: 10px;
}
.mainArea .interviewArea ul .txtEx {
	margin-top: 15px;
	font-size: 9px;
	padding-left: 10px;
	border-left: 2.5px solid #FFF;
}
.mainArea .interviewArea ul .txtEx .txtInfo  {
	display: block;
}

.mainArea .row01 .boxSeminer,
.mainArea .row02 .boxSearch {
	width: auto;
}
.mainArea .row01 .boxSeminer {
	margin-bottom: 10px;
}
/*.mainArea .row01 .boxSeminer .ttlSupp,*/
.mainArea .row02 .boxSearch .ttlSerach {
	font-size: 1.6rem;
	background-position: -10px -15px;
	background-size: auto 120%;
	height: 115px;
	padding-top: 20px;
	position: relative;
}
.mainArea .row01 .boxSeminer .ttlSemi {
	height: auto;
	position: relative;
}
/*.mainArea .row02 .boxSeminer .ttlSerach {
	background-position: -10px -10px;
	padding-top: 20px;
}*/
.mainArea .row01 .boxSeminer .ttlSemi:after,
.mainArea .row02 .boxSearch .ttlSerach:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #11a979 transparent transparent transparent;
	margin-left: -10px;
	position: absolute;
	left: 50%;
	bottom: -10px;
	z-index: 5;
}
.mainArea .row01 .boxSeminer .ttlSemi:after {
	border-color: #005C3E transparent transparent transparent;
}
.mainArea .row01 .boxSeminer .ttlSemi a,
.mainArea .row02 .boxSearch .ttlSerach a {
	font-size: 1.2rem;
	margin-top: 10px;
	width: 40%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mainArea .row02 .boxSearch .ttlSerach a + a {
	margin-left: 15px;
}

/*.mainArea .row01 .boxSeminer .slider,*/
.mainArea .row02 .boxSearch .slider {
	height: auto;
	background-color: #e6e6e6;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mainArea .row01 .boxSeminer .slider {
	height: 150px;
}
.mainArea .row01 .boxSeminer .slider li a:after {
	border: 2px solid #FFF;
}
.mainArea .row01 .boxSeminer .slider li span {
	font-size: 1.4rem;
	width: 60%;
	padding: 5px 0;
}
.mainArea .row01 .boxSeminer .slider li .txtDate {
	font-size: 1.6rem;
	margin-top: 10px;
}
.mainArea .row01 .boxSeminer .slider li .txtTitle {
	font-size: 1.4rem;
	margin-top: 5px;
}




.mainArea .slider li:before,
.mainArea .slider li:after {
	display: none;
}
.mainArea .row01 .boxSupport .slider li {
	width: 40%;
	display: inline-block;
	margin-right: -5px;
}
.mainArea .row02 .boxSearch .slider li {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	white-space: nowrap;
}
.mainArea .row02 .boxSearch .slider li:last-child a {
	width: 50%;
	display: inline-block;
}

.mainArea .row02 .boxSupport {
	width: auto;
}
.mainArea .row02 .boxSupport .ttlSupp {
	font-size: 1.6rem;
	background-position: -10px -15px;
	background-size: auto 120%;
	height: 115px;
	padding-top: 20px;
	position: relative;
}
.mainArea .row02 .boxSupport .ttlSupp:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #11a979 transparent transparent transparent;
	margin-left: -10px;
	position: absolute;
	left: 50%;
	bottom: -10px;
	z-index: 5;
}
.mainArea .row02 .boxSupport .ttlSupp a {
	font-size: 1.2rem;
	margin-top: 10px;
	width: 40%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mainArea .row02 .boxSupport .slider {
	height: auto;
	background-color: #e6e6e6;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mainArea .row02 .boxSupport .slider li {
	width: 40%;
	display: inline-block;
	margin-right: -5px;
}

.articleArea .txtNew {
	font-size: 1.3rem;
	width: 100%;
}
.articleArea .bx-wrapper {
	padding: 0 20px;
	margin-top: 20px !important;
}
.articleArea .bx-wrapper .bx-controls {
	height: 36px;
	width: 100%;
	margin-top: -4.5em;
	position: absolute;
	left: 0px;
	top: 50%;
}
@media all and (orientation: landscape) {
.articleArea .bx-wrapper .bx-controls {
	margin-top: -4em;
}
}
.articleArea .bx-wrapper .bx-controls a {
	width: 30px;
}
.articleArea .bx-wrapper .bx-controls a:before {
	font-size: 13px;
}
.articleArea .articleSlider li {
	padding-right: 18px;
	padding-left: 18px;
	border-right: none;
}
.articleArea .articleSlider li .boxTxt {
	font-size: 1.1rem;
	margin-top: 5px;
}
.articleArea .articleSlider li .boxTxt a {
	font-size: 1.2rem;
}

}


/* Clearfix
------------------------------------------------------ */
dummy:after {
	content: "";
	display: block;
	clear: both;
}