@charset "utf-8";
/* CSS Document */

#topVisual {
	background-image: url(../images/index/mv_bg.jpg);
	background-size: cover;
	padding: 85px 0 60px;
	margin-bottom: 60px;
}
#topVisual .visual {
	text-align: center;
}

@media (max-width: 767px) {
#topVisual {
	padding: 20% 0;
	margin-bottom: 30px;
}
#topVisual .visual {
	padding: 0 8%;
}
}
/*-----------------------------------------------------------------------
                                NEWS
------------------------------------------------------------------------*/
.topNews {
	margin: 20px 0 75px;
}
.topNews .newsWrap {
	border-bottom: #e5e5e5 2px solid;
	padding: 15px 0 20px;
}
.topNews .news {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}
.topNews .news .pic {
	width: 20%;
}
.topNews .news .pic .type {
	display: inline-block;
	font-size: 0.95em;
	color: #ffffff;
	background: #ff0000;
	padding: 0.2em 0.5em;
	margin: 0 5px 5px 0;
	text-align: center;
}
.topNews .news .pic .img {
	margin-top: 10px;
}
.topNews .news .desc {
	width: 78%;
	padding-left: 20px;
	border-left: #e5e5e5 2px solid;
}
.topNews .news .desc .catch {
	font-weight: 700;
	color: #ff0000;
}
.topNews .news .desc .work {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 15px;
}
.topNews .news .desc th {
	width: 14.7%;
	text-align: center;
	vertical-align: top;
}
.topNews .news .desc th span {
	display: block;
	font-size: 0.875em;
	color: #ff0000;
	border: #ff0000 1px solid;
	padding: 0.2em 0;
}
.topNews .news .desc td {
	padding-left: 15px;
}
.topNews .news .desc p.txt {
	font-size: 0.875em;
}
.topNews .btn {
	width: 264px;
	margin: 36px auto 0;
	font-size: 1.125em;
}

@media (max-width: 767px) {
.topNews {
	margin: 20px 0 30px;
}
	.topNews .ttl01 img{
		height: 23px;
	}
.topNews .newsWrap {
	padding: 10px 0 15px;
}
.topNews .news {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.topNews .news .pic {
	width: 100%;
	margin-bottom: 10px;
}
.topNews .news .pic .img {
	text-align: center;
}
.topNews .news .desc {
	width: 100%;
	padding-left: 0;
	border-left: none;
}
.topNews .news .desc .work {
	width: 100%;
	border-spacing: 0 5px;
}
.topNews .news .desc tr {
	display: block;
}
.topNews .news .desc th {
	display: block;
	width: 100%;
}
.topNews .news .desc th span {
	padding: 0.2em 0;
}
.topNews .news .desc td {
	padding-left: 0;
	padding: 0.2em 0 0.4em;
}
.topNews .news .desc .catch {
	font-size: 1.25em;
}
.topNews .news .desc p.txt {
	font-size: 1em;
}
.topNews .news .pic .type {
	display: inline-block;
	font-size: 0.8em;
	color: #ffffff;
	background: #ff0000;
	padding: 0.2em 0.5em;
	margin: 0 5px 5px 0;
}
}
/*-----------------------------------------------------------------------
                               interview FAQ
------------------------------------------------------------------------*/
.topContents .section {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	margin-bottom: 80px;
}
.topContents .section .interview,
.topContents .section .faq{
	width: 48.6%;
}
.topContents .section .ttl01 {
	text-align: center;
	margin-bottom: 20px;
}
.topContents .section .inner {
	position: relative;
}
.topContents .section .pic {
	position: absolute;
	width: 100%;
	height: 350px;
	overflow: hidden;
}
.topContents .section .pic img {
	width: 100%;
}
.topContents .section .content {
	position: relative;
	padding: 28.6% 17.8% 0;
}
.topContents .section .content .desc {
	background-color: rgba(255,255,255,0.75);
	padding: 30px;
}
.topContents .section .catch {
	font-size: 1.125em;
	font-weight: 700;
	color: #FF0000;
	margin-bottom: 10px;
}
.topContents .section .btn {
	width: 264px;
	margin: 36px auto 0;
	font-size: 1.125em;
}

@media (max-width: 767px) {
.topContents .section {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-bottom: 10px;
}
.topContents .section .interview,
.topContents .section .faq {
	width: 100%;
	margin-bottom: 20px;
}
.topContents .section .ttl01 {
	text-align: left;
	margin-bottom: 10px;
}
.topContents .section .ttl01 img{
	height: 23px;
}
.topContents .section .content {
	padding: 28.6% 10% 0;
}
.topContents .section .content .desc {
	padding: 15px;
}
.topContents .section .btn {
	width: 100%;
	margin: 36px auto 0;
	font-size: 1.125em;
}
}
/*-----------------------------------------------------------------------
                              FLOW
------------------------------------------------------------------------*/
.topProcess {
	margin-bottom: 82px;
}
.topProcess .flowList {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}
.topProcess .flowList li {
	width: 30.7%;
	margin-top: 40px;
	text-align: center;
}
.topProcess .flowList li h3 {
	font-size: 1.125em;
	font-weight: 700;
	color: #ff0000;
	padding: 15px 0 10px;
}
.topProcess .btn {
	width: 264px;
	margin: 36px auto 0;
	font-size: 1.125em;
}

@media (max-width: 767px) {
.topProcess {
	margin-bottom: 30px;
}
.topProcess .ttl01 img{
	height: 23px;
}
.topProcess .flowList li {
	width: 100%;
	margin-top: 20px;
}
	.topProcess .flowList li img{
		height: 275px;
	}
}
