body {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN",'Century Gothic',"ＭＳ Ｐゴシック",sans-serif;
	font-size:14px;
	line-height:1.8;
	color:#1B1B1E;
	/*letter-spacing:0.5px;*/
}

@media screen and (max-width: 767px) {
	body {
		font-size: 12px;
	}
}

a {
	color: #0a8592;
}

/** clearfix (floatを解除したい親要素に適用） **/
.cf:before,
.cf:after {
	content:"";
	display:table;
}

.cf:after {
	clear:both;
}

.st-wrapper {
	overflow: hidden;
}

.container {
	width: 1000px;
}

.section-box {
	margin: 90px auto 0;
	width: 1000px;
}

@media (max-width: 767px){
	.container {
		width: auto;
	}

	.section-box {
		width: auto;
	}
}

.ilb {
	display: inline-block;
}

/****************************************
 breadcrumb
****************************************/
.breadcrumb-box {
	padding: 20px 0;
	background: #fff;
}

.breadcrumb-ul {
	margin: 0 auto;
	max-width: 1160px;
	font-size: 12px;
}

.breadcrumb-ul-li {
	display: inline-block;
	position: relative;
}

.breadcrumb-ul-li::before {
	margin: 0 15px;
	content: ">";
}

.breadcrumb-ul-li:first-of-type::before {
	margin: 0;
	content: '';
}

@media screen and (max-width: 767px) {
	.breadcrumb-box {
		display: none;
	}
}


/****************************************
 anchor
****************************************/
.anchor{
	margin-top: -130px;
	padding-top: 130px;
	display: block;
	font-size: 0;
	line-height: 0;
	position: relative;
	z-index: -1;
}

/***** ↓sp *************************/
@media (max-width: 767px) {
	.anchor{
		margin-top: -65px;
		padding-top: 65px;
	}
}
/***** ↑sp *************************/


/****************************************
 top-logo
****************************************/
.top-logo-box {
	padding: 15px 0;
	line-height: 1;
	text-align: center;
	background: #fff;
}

.top-logo-ul {
	margin: 0 auto;
	display: table;
}

.top-logo-ul-li {
	padding: 0 14px;
	display: table-cell;
	vertical-align: middle;
}

.top-logo-img {
	line-height: 1;
	width: 100%;
	max-width: 512px;
/*	display: block;
	width: 100%;
	max-width: 291px;*/
}


@media screen and (max-width: 767px) {
	.top-logo-box {
		padding: 10px 40px;
	}
}


/****************************************
 main-image
****************************************/
.main-image {
	/*padding: 70px 30px 300px;*/
	position: relative;
	/*background: url(/collegecafe/images/internship23_index_kv.jpg) center bottom no-repeat;*/
	/*background-size: cover;*/
}

.main-image-box {
	margin: 0 auto;
	/*max-width: 772px;*/
}

.main-image-img {
	/*display: block;*/
	width: 100%;
}

.main-image-belt {
	margin: 15px 0 25px;
	padding: 10px;
	display: block;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	background: #a18b7d;
	width: 100%;
}

.main-image-text {
	margin: 0 auto;
	padding: 50px 50px 70px;
	width: 1160px;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
}

.main-image-text-inner {
	margin: 0 auto;
	max-width: 800px;
}


@media screen and (max-width: 767px) {
	.main-image {
		/*padding: 50px 25px;*/
		/*background-position: center bottom 200px;*/
	}

	.main-image-belt {
		margin: 7px 0 30px;
		padding: 7px 10px;
		font-size: 14px;
	}

	.main-image-text {
		padding: 30px 20px 40px;
		width: auto;
		font-size: 14px;
	}
}


/****************************************
 vote-btn
****************************************/
.vote-btn-box {
	padding: 0 40px;
	text-align: center;
}

.vote-btn-box-last {
	padding-bottom: 100px;
}

.vote-btn {
	margin: 0 auto;
	padding: 28px 0;
	border-radius: 35px;
	display: inline-block;
	width: 440px;
	height: 70px;
	position: relative;
	color: #fff;
	font-size: 16px;
	background: #ed7d31;
	letter-spacing: -0.01em;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}

.vote-btn .fa {
	margin-top: -10px;
	position: absolute;
	top: 50%;
	right: 25px;
	font-size: 20px;
}

.vote-btn-notice {
	margin: 20px auto 0;
/*	display: inline-block;*/
	max-width: 640px;
	text-align: left;
}

.vote-btn-notice-ttl {
	color: #d02b25;
	font-size: 110%;
}

.list-kome-ul-li {
	padding-left: 1.5em;
	font-size: 14px;
	position: relative;
}

.list-kome-ul-li::before {
	content: '※';
	position: absolute;
	left: 0;
	top: 0;
}

.vote-btn-disabled {
	padding: 28px 0;
	display: inline-block;
	width: 440px;
	/*height: 70px;*/
	position: relative;
	color: #fff;
	font-size: 16px;
	background: #999;
	letter-spacing: -0.01em;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
}


@media screen and (max-width: 767px) {
	.vote-btn-box-last {
		padding-bottom: 50px;
	}

	.list-kome-ul-li {
		font-size: 12px;
	}

	.vote-btn {
		margin: 0 0 18px;
		padding: 20px 15px;
		border-radius: 28px;
		float: none;
		width: 100%;
		height: 56px;
		font-size: 14px;
	}

	.vote-btn .fa {
		margin-top: -8px;
		right: 15px;
		font-size: 15px;
	}

	.vote-btn-disabled {
		margin: 0 0 18px;
		padding: 20px 15px;
		width: 100%;
		/*height: 56px;*/
		font-size: 13px;
	}
}


/****************************************/
/****************************************/
/****************************************/
/****************************************/
/****************************************
 spmv-btn
****************************************/
.spmv-box {
	margin: 70px auto 0;
	padding: 40px;
	display: table;
	text-align: center;
	background-color: #fff799;
}


.spmv-btn {
	margin: 20px auto 0;
	padding: 11px 0;
	border-radius: 1000px;
	display: inline-block;
	width: 440px;
	/*height: 70px;*/
	position: relative;
	color: #fff;
	font-size: 16px;
	background: #0094c8;
	/*letter-spacing: -0.01em;*/
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
}


@media screen and (max-width: 767px) {
	.spmv-box {
		padding: 20px;
	}

	.spmv-btn {
		margin: 18px 0 0;
		padding: 10px 0;
		float: none;
		width: 100%;
		height: auto;
		font-size: 12px;
	}
}



/***********************************************************************************************
 section-header-h2
 ***********************************************************************************************/
.section-header-h2 {
	margin: 0 auto;
	padding-left: 0.5em;
	/*width: 1160px;*/
	position: relative;
	color: #e7e2de;
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.5em;
	vertical-align: baseline;
}

.section-header-h2::after {
	border-bottom: 1px solid #e7e2de;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 48px;
	left: 0;
	content: '';
}

.section-header-h3 {
	padding: 20px 0 10px;
	color: #025092;
	font-size: 27px;
	letter-spacing: 0.25em;
	text-align: center;
}

.section-header-h3-text {
	font-weight: bold;
}



@media screen and (max-width: 767px) {
	.section-header-h2 {
		width: auto;
		font-size: 37px;
	}

	.section-header-h2::after {
		top: 48px;
	}

	.section-header-h2::after {
		top: 30px;
	}

	.section-04-header-h2 {
		padding-left: 0.4em;
		letter-spacing: 0.4em;
	}

	.section-05-header-h2 {
		padding-left: 0.3em;
		letter-spacing: 0.3em;
	}

	.section-header-h3 {
		padding: 15px 0 25px;
		font-size: 18px;
	}
}


/***********************************************************************************************
 section-PR
 ***********************************************************************************************/
.pr-site-ul {
	margin: 0 auto;
	/*width: 50%;*/
	width: 1160px;
	align-items: stretch;
	box-sizing: content-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	flex-flow: row wrap;
	-ms-flex-align: stretch;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: center;
/*	-ms-flex-pack: justify;*/
	-webkit-box-align: stretch;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
/*	-webkit-box-pack: justify;*/
	justify-content: center;
/*	justify-content: space-between;*/
}

.pr-site-ul-li {
	margin: 40px 0 0;
	line-height: 1;
	flex-basis: calc(50% - 20px);
}

.pr-site-ul-li-img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.pr-site-ul {
		/*width: 100%;*/
		display: block;
		width: auto;
	}

	.pr-site-ul-li {
		margin: 0;
		/*padding: 0 15px;*/
		padding: 10px 15px;
	}
}


/***********************************************************************************************/
/***********************************************************************************************
 section-01
 ***********************************************************************************************/
.container-section {
	/*font-size: 14px;*/
}

.container-section-01 {
	margin: 100px 0;
}

.section-01-body {
	margin: -12px auto 0;
	width: 1160px;
	position: relative;
}

.movie-ul {
	align-items: stretch;
	box-sizing: content-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	flex-flow: row wrap;
	-ms-flex-align: stretch;
	-ms-flex-flow: row wrap;
	/*-ms-flex-pack: center;*/
	-ms-flex-pack: justify;
	-webkit-box-align: stretch;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	/*-webkit-box-pack: center;*/
	-webkit-box-pack: justify;
	/*justify-content: center;*/
	justify-content: space-between;
}

.movie-ul-li {
	margin: 40px 0 0;
	border: 1px solid #e1dcd6;
	flex-basis: calc(50% - 20px);
}

.movie-ul-li-a {
	padding: 20px 20px 0;
	display: block;
	color: #333;
}

.movie-ul-li-a:hover {
	color: #333;
}

.movie-thumbnail {
	padding-top: 56.25%;
	width: 100%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.movie-thumbnail::before {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	background: rgba(255, 255, 255, .8);
	content: '';
	opacity: 0;
	transition-property: opacity;
	transition-duration: .2s;
	transition-timing-function: ease-in-out;
}

.movie-ul-li-a:hover .movie-thumbnail::before {
	opacity: 1;
}

.movie-thumbnail::after {
	border-top: 10px solid transparent;
	border-left: 15px solid #a36777;
	border-bottom: 10px solid transparent;
	width: 15px;
	height: 20px;
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 4px);
	content: '';
	opacity: 0;
	transition-property: opacity;
	transition-duration: .2s;
	transition-timing-function: ease-in-out;
}

.movie-ul-li-a:hover .movie-thumbnail::after {
	opacity: 1;
}

.movie-logo-box {
	padding: 12px 10px 0;
	float: right;
	/*position: absolute;
	top: 0;
	right: 0;*/
	line-height: 1;
	/*text-align: right;*/
}

.movie-logo {
	/*padding: 10px;*/
	display: inline-block;
	height: 80px;
	line-height: 1;
	background: #fff;
}

.movie-logo-img {
	display: block;
	height: 100%;
}

.movie-running-time-box {
	padding: 10px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.movie-running-time {
	padding: 3px 6px;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	background: #323230;
}

.movie-text {
	/*padding: 30px 20px 20px;*/
	position: relative;
	font-weight: bold;
	letter-spacing: 0.1em;
	clear: both;
}

.movie-text-inner {
	padding: 30px 20px 20px;
	/*padding-right: 150px;*/
}

.movie-text-company {
	font-size: 18px;
}

.movie-text-company-a {
	display: block;
	color: #1B1B1E;
}

.movie-text-company-a:hover {
	color: #0a8592;
	text-decoration: underline;
}

.movie-text-ttl {
	font-size: 22px;
}


@media screen and (max-width: 767px) {
	.container-section-01 {
		margin: 50px 0;
	}

	.section-01-body {
		margin-top: -8px;
		width: auto;
	}

	.movie-text-company {
		font-size: 11px;
	}

	.movie-text-ttl {
		font-size: 14px;
	}

	.movie-ul {
		/*border-bottom: 1px solid #e1dcd6;*/
		display: block;
	}

	.movie-ul-li {
		margin: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		display: table;
		width: 100%;
		table-layout: fixed;
	}

	.movie-ul-li:first-of-type {
		border-top: 0;
	}

	.movie-ul-li-a {
		padding: 10px 0 10px 15px;
		display: table-cell;
		width: 130px;
		position: relative;
		vertical-align: middle;
	}

	.movie-thumbnail::before {
		width: 30px;
		height: 30px;
		position: absolute;
		top: calc(50% - 15px);
		left: calc(50% - 15px);
	}

	.movie-thumbnail::after {
		border-top: 5px solid transparent;
		border-left: 8px solid #a36777;
		border-bottom: 5px solid transparent;
		width: 8px;
		height: 10px;
		position: absolute;
		top: calc(50% - 5px);
		left: calc(50% - 2px);
	}

	.movie-thumbnail {
		padding: 73px 0 0;
		/*display: table-cell;*/
		/*width: 130px;*/
	}

	.movie-text {
		padding: 10px 25px 10px 10px;
		display: table-cell;
		position: relative;
		vertical-align: middle;
	}

	.movie-text::after {
		border-top: 2px solid #007d8d;
		border-right: 2px solid #007d8d;
		width: 10px;
		height: 10px;
		position: absolute;
		top: calc(50% - 5px);
		right: 15px;
		content: '';
		transform: rotate(45deg);
		transition-property: all;
		transition-duration: .2s;
		transition-timing-function: ease-in-out;
	}

	.movie-ul-li-a:hover .movie-text::after {
		right: 10px;
	}

	.movie-text-inner {
		padding: 0;
	}

	.movie-logo-box {
		padding: 0;
		float: none;
	}

	.movie-logo {
		height: 30px;
	}

	.movie-running-time-box {
		padding: 0;
	}

	.movie-running-time {
		font-size: 12px;
	}
}


/***********************************************************************************************/
/***********************************************************************************************/
/***********************************************************************************************/
/***********************************************************************************************/
/***********************************************************************************************
 section-02
 ***********************************************************************************************/
.container-section-02 {
	margin: 100px 0;
}

.section-02-body {
	margin: -12px 0 0;
	padding: 0 0 100px;
  background-color: #ebe7e4;
  background-image: radial-gradient(#fff 25%, transparent 25%), radial-gradient(#fff 25%, transparent 25%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}

.present-alert-box {
	margin: 0 auto;
/*	padding: 20px 0 30px;*/
	max-width: 1160px;
	text-align: center;
}

.present-alert-label {
	padding: 8px 20px 8px 25px;
	display: block;
/*	display: inline-block;*/
	color: #feffb1;
	font-size: 44px;
	font-weight: bold;
	line-height: 1.5;
	background: #a18b7d;
}

.present-alert-label-m {
	font-size: 36px;
	vertical-align: baseline;
}

.present-alert-label-s {
	font-size: 30px;
	vertical-align: baseline;
}

.present-alert-text {
	margin: 0 auto;
	padding: 30px 0 0;
	width: 800px;
	font-size: 14px;
	text-align: left;
}

.present-ul {
	margin: 0 auto;
	width: 1160px;
	align-items: stretch;
	box-sizing: content-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	flex-flow: row wrap;
	-ms-flex-align: stretch;
	-ms-flex-flow: row wrap;
/*	-ms-flex-pack: center;*/
	-ms-flex-pack: justify;
	-webkit-box-align: stretch;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
/*	-webkit-box-pack: center;*/
	-webkit-box-pack: justify;
/*	justify-content: center;*/
	justify-content: space-between;
}

.present-ul-li {
	margin: 40px 0 0;
	padding: 10px 20px 20px;
	border: 1px solid #e1dcd6;
	background: #fff;
	flex-basis: calc(50% - 20px);
}


.present-ul-center {
	margin: 0 auto;
	width: 1160px;
	align-items: stretch;
	box-sizing: content-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	flex-flow: row wrap;
	-ms-flex-align: stretch;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: center;
	-webkit-box-align: stretch;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	justify-content: center;
}

.present-ul-center-li {
	margin: 40px 0 0;
	padding: 20px;
	/*border: 1px solid #e1dcd6;*/
	background: #fff;
	flex-basis: 50%;
}

.present-logo-box {
	padding: 0 0 10px;
}

.present-logo {
	height: 52px;
}

.present-photo-box {
	position: relative;
}

.present-photo {
	display: block;
	width: 100%;
}

.present-photo-text {
	padding: 15px 30px;
	display: inline-block;
	position: absolute;
	bottom: -14px;
	right: 0;
	color: #feffb1;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	background: #a18b7d;
}

.present-photo-text-s {
	font-size: 75%;
	vertical-align: baseline;
}

.present-photo-note-ul {
	padding: 20px 0 0;
	font-size: 10px;
	line-height: 1.3;
}

.present-photo-note-ul-li {
	padding-left: 1.3em;
	position: relative;
}

.present-photo-note-ul-li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

.present-text {
	padding: 30px 0 0;
}

.present-text-company {
	/*padding: 0 0 10px;*/
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.present-text-name {
	color: #004f91;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.present-text-body {
	padding: 20px 0 0;
}

.present-text-l {
	display: inline-block;
	color: #ff1493;
	font-size: 300%;
	font-weight: bold;
}

.present-text-s {
	font-size: 10px;
}

.list-num-ol {
	padding-left: 20px;
	list-style-type: decimal;
}

.list-num-ol-li {
	position: relative;
	font-size: 14px;
	list-style-type: decimal;
}

.present2-ul {
	margin: 0 auto;
	padding: 50px;
	width: 1160px;
	background: #fff;
}

.present2-ul-li {}

.present2-ul-li-2block {
	/*margin-bottom: 50px;*/
	/*padding-bottom: 30px;*/
	/*border-bottom: 1px solid #e1dcd6;*/
	align-items: stretch;
	box-sizing: content-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	flex-flow: row wrap;
	-ms-flex-align: stretch;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: justify;
	-webkit-box-align: stretch;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.present2-ul-li-inner {
	padding: 0 0 20px;
	position: relative;
	align-items: stretch;
	box-sizing: content-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	flex-flow: row wrap;
	-ms-flex-align: stretch;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: justify;
	-webkit-box-align: stretch;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.present2-ul-li-inner-block {
	display: block;
	flex-basis: calc(50% - 10px);
}

.present2-ul-li-inner-ul {
	flex-basis: calc(50% - 10px);
}

.present2-ul-li-inner-ul-li-sp {
	display: none;
}

.present2-logo-box {
	display: block;
	position: absolute;
	top: 0;
	left: 190px;
	line-height: 1;
}

.present2-logo {
	height: 52px;
}

.present2-image-box {
	position: relative;
	flex-basis: calc(50% - 10px);
}

.present2-photo-box {
	position: relative;
}

.present2-photo {
	display: block;
	width: 100%;
	max-width: 260px;
}

.figure-flex {
	align-items: stretch;
	box-sizing: content-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	flex-flow: row nowrap;
	-ms-flex-align: stretch;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: start;
	-webkit-box-align: stretch;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.present2-photo-note-ul {
	margin-left: 20px;
	padding: 20px 0 0;
	font-size: 10px;
	line-height: 1.3;
}

.present2-photo-note-ul-li {
	padding-left: 1.3em;
	position: relative;
}

.present2-photo-note-ul-li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

.present2-text {
	flex-basis: calc(50% - 10px);
}

.present2-text-flex {
	align-items: flex-start;
	box-sizing: content-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	flex-flow: row wrap;
	-ms-flex-align: start;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: justify;
	-webkit-box-align: start;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.present2-photo-label,
.present2-text-label {
	padding: 15px 30px;
	display: inline-block;
	width: 170px;
	/*position: absolute;
	top: 0;
	left: 0;*/
	color: #feffb1;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	background: #a18b7d;
}

.present2-photo-label-s,
.present2-text-label-s {
	font-size: 75%;
	vertical-align: baseline;
}

.present2-text-company {
	/*padding: 0 0 10px;*/
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.present2-text-name {
	color: #004f91;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.present2-text-body {
	padding: 0;
	flex-basis: calc(100% - 190px);
}

.present2-text-l {
	display: inline-block;
	color: #ff1493;
	font-size: 300%;
	font-weight: bold;
}

.present2-text-s {
	font-size: 10px;
}

.present2-header-h4 {
	margin: 0 auto;
	padding: 0 50px;
	max-width: 1160px;
  background: #fff;
}

.present2-header-h4-text {
	padding: 10px 20px;
	display: block;
	color: #feffb1;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	background: #a18b7d;
}

@media (max-width: 767px) {
	.container-section-02 {
		margin: 50px 0;
	}

	.section-02-body {
		margin-top: -8px;
		padding: 0;
	}

	.present-alert-box {
/*		padding: 0 0 25px;*/
	}

	.present-alert-label {
		padding: 5px 10px 3px;
		font-size: 22px;
	}

	.present-alert-label-m {
		font-size: 18px;
	}

	.present-alert-label-s {
		font-size: 15px;
	}

	.present-alert-text {
		padding:20px 20px 0;
		font-size: 12px;
		width: auto;
	}

	.present-ul {
		/*border-bottom: 1px solid #e1dcd6;*/
		display: block;
		width: auto;
	}

	.present-ul-li {
		margin: 0;
		padding: 10px 15px;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		display: table;
		width: 100%;
		table-layout: fixed;
		background: transparent;
	}

	.present-ul-li:first-of-type {
		border-top: 0;
	}

	.present-ul-center {
		/*border-bottom: 1px solid #e1dcd6;*/
		display: block;
		width: auto;
	}

	.present-ul-center-li {
		margin: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		display: table;
		width: 100%;
		table-layout: fixed;
		background: transparent;
	}

	.present-image-box {
		padding: 5px;
		display: table-cell;
		width: 130px;
		vertical-align: top;
	}

	.present-image-box-transparent {
		padding: 0 5px;
		display: table-cell;
		width: 120px;
		vertical-align: top;
	}

	.present-image-box-bg {
		background: #fff;
		padding: 5px 10px;
	}

	.present-logo-box {
		padding: 0 0 5px;
	}

	.present-logo {
		height: 20px;
	}

	.figure-flex {
		flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}

	.present-photo-text {
		margin: 5px 0 0;
		padding: 3px 8px;
		position: static;
		font-size: 12px;
	}

	.present-photo-note-ul {
		padding: 10px 0;
		font-size: 8px;
	}

	.present-text {
		padding: 0 0 0 10px;
		display: table-cell;
		position: relative;
		vertical-align: top;
	}

/*	.present-text::after {
		border-top: 2px solid #004f91;
		border-right: 2px solid #004f91;
		width: 10px;
		height: 10px;
		content:'';
		position: absolute;
		top: calc(50% - 5px);
		right: -5px;
		transform: rotate(45deg);
		transition-property: all;
		transition-duration: .2s;
		transition-timing-function: ease-in-out;
	}*/

	.present-text-company {
		/*padding: 0 0 10px;*/
		font-size: 11px;
	}

	.present-text-name {
		font-size: 14px;
	}

	.present-text-body {
		padding: 10px 0 0;
		font-size: 12px;
	}

	.present-text-s {
		font-size: 8px;
	}

	.present2-ul {
		padding: 20px;
		display: block;
		width: auto;
	}

	.present2-ul-li {
	}

	.present2-ul-li-2block {
		margin-bottom: 20px;
		padding-bottom: 0;
	}

	.present2-image-box {
	}

	.present2-logo-box {
/*		padding: 0 0 5px;*/
		left: 70px;
	}

	.present2-logo {
		height: 24px;
	}

	.present2-photo {
		max-width: 100%;
	}

	.present2-photo-note-ul {
		margin-left: 0;
		padding: 10px 0 0;
		font-size: 8px;
		flex-basis: 100%;
	}

	.present2-text {
		/*padding: 0 0 0 10px;
		display: table-cell;*/
		position: relative;
		vertical-align: top;
	}

	.present2-text-flex {
		display: block;
	}

	.present2-photo-label,
	.present2-text-label {
		padding: 4px;
		width: 70px;
		position: static;
		font-size: 16px;
		line-height: 1;
	}

	.present2-text-company {
		/*padding: 0 0 10px;*/
		font-size: 11px;
	}

	.present2-text-name {
		font-size: 14px;
	}

	.present2-text-body {
		padding: 10px 0 0;
		font-size: 12px;
	}

	.present2-text-l {
		font-size: 200%;
	}

	.present2-text-s {
		font-size: 8px;
	}

	.present2-header-h4 {
		padding: 0 20px;
	}

	.present2-header-h4-text {
		padding: 10px;
		font-size: 16px;
	}
}


/***********************************************************************************************/
/***********************************************************************************************/
/***********************************************************************************************/
/***********************************************************************************************
 section-03
 ***********************************************************************************************/
.container-section-03 {
	margin: 100px 0;
	border-bottom: 1px solid #e7e2de;
	position: relative;
}

.section-03-body {
	margin: -12px auto 0;
	width: 1160px;
}

.participating-compamies-message {
	margin-bottom: 30px;
	text-align: center;
}

.participating-compamies-note {
	text-align: right;
}

.participating-compamies-outer {
	padding: 0 0 65px;
}

.participating-compamies-box {
	margin: 0 auto;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-ms-flex-direction: row;
	-ms-flex-pack: start;
	-ms-flex-wrap: wrap;
	-ms-flex-align: stretch;
	-webkit-box-pack: start;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-align: stretch;
	justify-content: start;
	justify-content: flex-start;
	align-items: stretch;
}

.participating-compamies-frame {
	margin: 40px 0 0 20px;
	flex-basis: calc(20% - 16px);
/*	flex-basis: calc(14.2857% - 17.1428px);*/
	text-align: center;
}

.participating-compamies-frame:nth-of-type(5n+1){
	margin-left: 0;
}

.participating-compamies-a {
	display: block;
	text-decoration: none;
}

.participating-compamies-a:hover {
	text-decoration: none;
}

.participating-compamies-img {
	margin:0;
	display: block;
	width: 100%;
	vertical-align: middle;
}



@media (max-width: 767px) {
	.container-section-03 {
		margin: 50px 0;
	}

	.section-03-body {
		margin-top: -8px;
		/*padding: 50px 20px;*/
		width: auto;
	}

	.section-03-h3 {
		padding-bottom: 45px;
		font-size: 18px;
	}

	.participating-compamies-outer {
		padding: 0 20px 35px;
	}

	.participating-compamies-frame {
		margin: 30px 0 0 15px;
		flex-basis: calc(20% - 12px);
	}

/*	.participating-compamies-frame:nth-of-type(7n+1){
		margin-left: 15px;
	}*/

	.participating-compamies-frame:nth-of-type(5n+1){
		margin-left: 0;
	}
}

@media (max-width: 640px) {
	.participating-compamies-frame {
		margin: 20px 0 0 10px;
		flex-basis: calc(33.3333% - 6.6667px);
	}

/*	.participating-compamies-frame:nth-of-type(7n+1){
		margin-left: 10px;
	}*/

	.participating-compamies-frame:nth-of-type(5n+1){
		margin-left: 10px;
	}

	.participating-compamies-frame:nth-of-type(3n+1){
		margin-left: 0;
	}
}


/***********************************************************************************************/
/***********************************************************************************************
 section-04
 ***********************************************************************************************/
.container-section-04 {
	margin: 100px 0;
	position: relative;
}

.section-04-1-body {
	margin: -12px 0 0;
	padding: 0 0 100px;
	background-color: #ebe7e4;
	background-image: radial-gradient(#fff 25%, transparent 25%), radial-gradient(#fff 25%, transparent 25%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}

.section-04-2-body {
	padding: 100px 0;
}

.section-04-3-body {
	padding: 100px 0;
	background-color: #ebe7e4;
	background-image: radial-gradient(#fff 25%, transparent 25%), radial-gradient(#fff 25%, transparent 25%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}

.interview-box-outer {
	margin: 0 auto;
	width: 1160px;
}

.interview-ul-li {
	padding: 50px 50px 0;
	position: relative;
}

.interview-ul-li-a {
	padding: 50px 0 0;
	display: block;
	position: relative;
	color: #333;
}

.interview-ul-li-a:hover {
	color: #333;
}

.interview-box-h4 {
	padding: 20px;
	color: #fff;
	font-size: 25px;
	letter-spacing: 0.3em;
	text-align: center;
}

.interview-box-h4-01 {
	background: #4d91be;
}

.interview-box-h4-02 {
	background: #7385ab;
}

.interview-box-h4-03 {
	background: #5f969d;
}


.interview-photo {
	width: 520px;
	position: absolute;
	top: 0;
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: ease-in-out;
}

.interview-photo-l {
	left: 0;
}

.interview-photo-r {
	right: 0;
}

.interview-ul-li-a:hover .interview-photo {
	transform: scale(1.05);
}

.interview-photo-img {
	display: block;
	width: 100%;
}

.interview-text-box {
	padding: 20px;
	border: 1px solid #e2dcd7;
	position: relative;
	width: 570px;
	/*min-height: 350px;*/
	background: #fff;
}

.interview-text-box-l {
	margin: 0 auto 0 0;
}

.interview-text-box-r {
	margin: 0 0 0 auto;
}

.interview-text-no {
	color: #c6b9b0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.7em;
}

.interview-text-box-r .interview-text-n {
	text-align: right;
}

.interview-text-main-pc {
	padding: 80px 0 70px 45px;
	font-size: 25px;
	font-weight: bold;
}

.interview-text-main-01 {
	color: #4d91bd;
}

.interview-text-main-02 {
	color: #7385aa;
}

.interview-text-main-03 {
	color: #5e969c;
}

.interview-text-main-sp {
	display: none;
}

.interview-text-name-box {
	padding: 0 0 0 45px;
}

.interview-text-post {
	font-size: 14px;
}

.interview-text-name {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.interview-text-note {
	padding: 10px 0 0;
	font-size: 12px;
}

.interview-text-arr {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
}

.interview-text-arr-01 {
	background: #4d91bd;
}

.interview-text-arr-02 {
	background: #7385aa;
}

.interview-text-arr-03 {
	background: #5e969c;
}

.interview-text-arr::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 10px;
	height: 10px;
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 7px);
	content: '';
	transform: rotate(45deg);
}



@media (max-width: 767px) {
	.container-section-04 {
		margin: 50px 0;
	}

	.section-04-1-body {
		margin-top: -8px;
		padding: 0;
	}

	.interview-box-outer {
		width: auto;
	}

	.interview-box-h4 {
		margin: 0 15px 25px;
		padding: 10px 15px;
		font-size: 18px;
	}

	.interview-box-h4-01 {
		margin-top: 15px;
	}

	.interview-ul {
		border-bottom: 1px solid #e2dcd7;
	}

	.interview-ul-li {
		padding: 0;
		border-top: 1px solid #e2dcd7;
	}

	.interview-ul-li-a {
		padding: 10px 20px;
		position: relative;
		width: 100%;
	}

	.interview-ul-li-a::after {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		width: 10px;
		height: 10px;
		position: absolute;
		top: calc(50% - 5px);
		right: 10px;
		content: '';
		transform: rotate(45deg);
		transition-property: all;
		transition-duration: .2s;
		transition-timing-function: ease-in-out;
	}

	.interview-ul-li-a-01::after {
		border-color: #4d91bd;
	}

	.interview-ul-li-a-02::after {
		border-color: #7385aa;
	}

	.interview-ul-li-a-03::after {
		border-color: #5e969c;
	}

	.interview-ul-li-a:hover::after {
		right: -5px;
	}


	.interview-ul-li-a-inner {
		display: table;
		table-layout: fixed;
		width: 100%;
	}

	.interview-photo {
		margin: 0;
		display: table-cell;
		width: 120px;
		position: static;
		vertical-align: top;
	}

	.interview-text-box {
		padding: 0 5px 0 15px;
		border: 0;
		display: table-cell;
		width: auto;
		min-height: 0;
		position: relative;
		vertical-align: top;
		background: transparent;
	}

	.interview-text-no {
		font-size: 11px;
	}

	.interview-text-main-sp {
		padding: 10px 0 0;
		font-size: 14px;
		font-weight: bold;
		display: block;
	}

	.interview-text-main-pc {
		display: none;
	}

	.interview-text-name-box {
		padding: 0;
	}

	.interview-text-post {
		font-size: 12px;
		line-height: 1.5;
	}

	.interview-text-name {
		font-size: 12px;
	}

	.interview-text-note {
		padding: 10px 0 0;
		font-size: 10px;
	}

	.interview-text-arr {
		display: none;
		top: 0;
		bottom: auto;
		right: -20px;
		width: 20px;
		height: 100%;
		transition-property: all;
		transition-duration: .2s;
		transition-timing-function: ease-in-out;
	}

	.interview-ul-li-a:hover .interview-text-arr {
		right: -25px;
	}

	.interview-text-arr-01 {
		background: transparent;
	}

	.interview-text-arr-02 {
		background: transparent;
	}

	.interview-text-arr-03 {
		background: transparent;
	}

	.interview-text-arr::after {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		width: 10px;
		height: 10px;
		position: absolute;
		top: calc(50% - 5px);
		right: 0;
		content: '';
		transform: rotate(45deg);
		transition-property: all;
		transition-duration: .2s;
		transition-timing-function: ease-in-out;
	}

	.interview-text-arr-01.interview-text-arr::after {
		border-color: #4d91bd;
	}

	.interview-text-arr-02.interview-text-arr::after {
		border-color: #7385aa;
	}

	.interview-text-arr-03.interview-text-arr::after {
		border-color: #5e969c;
	}
}


/***********************************************************************************************/
/***********************************************************************************************/
/***********************************************************************************************/
/***********************************************************************************************
 section-05
 ***********************************************************************************************/
.container-section {
	/*font-size: 14px;*/
}

.container-section-05 {
	margin: 100px 0;
}

.section-05-body {
	margin: -12px auto 0;
	width: 1160px;
	position: relative;
}

.recsite-ul {
	align-items: stretch;
	box-sizing: content-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	flex-flow: row wrap;
	-ms-flex-align: stretch;
	-ms-flex-flow: row wrap;
	/*-ms-flex-pack: center;*/
	-ms-flex-pack: justify;
	-webkit-box-align: stretch;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	/*-webkit-box-pack: center;*/
	-webkit-box-pack: justify;
	/*justify-content: center;*/
	justify-content: space-between;
}

.recsite-ul-li {
	margin: 40px 0 0;
	border: 1px solid #e1dcd6;
	flex-basis: calc(50% - 20px);
}

.recsite-ul-li-a {
	padding: 0;
	display: block;
	color: #333;
}

.recsite-ul-li-a:hover {
	color: #333;
}

.recsite-thumbnail {
	padding-top: 56.25%;
	width: 100%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*.recsite-thumbnail::before {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	background: rgba(255, 255, 255, .8);
	content: '';
	opacity: 0;
	transition-property: opacity;
	transition-duration: .2s;
	transition-timing-function: ease-in-out;
}

.recsite-ul-li-a:hover .movie-thumbnail::before {
	opacity: 1;
}

.recsite-thumbnail::after {
	border-top: 10px solid transparent;
	border-left: 15px solid #a36777;
	border-bottom: 10px solid transparent;
	width: 15px;
	height: 20px;
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 4px);
	content: '';
	opacity: 0;
	transition-property: opacity;
	transition-duration: .2s;
	transition-timing-function: ease-in-out;
}

.recsite-ul-li-a:hover .recsite-thumbnail::after {
	opacity: 1;
}*/

.recsite-logo-box {
	padding: 12px 10px 0 0;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1;
	/*text-align: right;*/
}

.recsite-logo {
	/*padding: 10px;*/
	display: inline-block;
	height: 80px;
	line-height: 1;
	background: #fff;
}

.recsite-logo-img {
	display: block;
	height: 100%;
}

.recsite-text {
	padding: 30px 20px 20px;
	position: relative;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.recsite-text-company {
	padding-right: 150px;
	font-size: 18px;
}

.recsite-text-company-a {
	display: block;
	color: #1B1B1E;
}

.recsite-text-company-a:hover {
	color: #0a8592;
	/*text-decoration: underline;*/
}

.recsite-text-ttl {
	font-size: 22px;
}

.recsite-text-arr {
	padding-right: 3em;
	display: inline-block;
	position: relative;
	transition-property: all;
	transition-duration: .2s;
	transition-delay: 0;
  transition-timing-function: ease-in-out;
}

.recsite-text-arr::before {
	border-top: 2px solid #025092;
	width: 2em;
	height: 2px;
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	content: "";
}

.recsite-text-arr::after {
	border-top: 2px solid #025092;
	border-right: 2px solid #025092;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
	width: 8px;
	height: 8px;
	position: absolute;
	top: calc(50% - 4px);
	right: 0;
	transform: rotate(45deg);
	content: "";
}

.recsite-text-company-a:hover .recsite-text-arr {
	padding-right: 4em;
}


@media screen and (max-width: 767px) {
	.container-section-05 {
		margin: 50px 0;
	}

	.section-05-body {
		margin-top: -8px;
		width: auto;
	}

	.recsite-text-company {
		padding-right: 0;
		font-size: 11px;
	}

	.recsite-text-ttl {
		font-size: 14px;
	}

	.recsite-ul {
		/*border-bottom: 1px solid #e1dcd6;*/
		display: block;
	}

	.recsite-ul-li {
		margin: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		display: table;
		width: 100%;
		table-layout: fixed;
	}

	.recsite-ul-li:first-of-type {
		border-top: 0;
	}

	.recsite-ul-li-a {
		padding: 10px 0 10px 15px;
		display: table-cell;
		width: 130px;
		position: relative;
		vertical-align: middle;
	}

	/*.recsite-thumbnail::before {
		width: 30px;
		height: 30px;
		position: absolute;
		top: calc(50% - 15px);
		left: calc(50% - 15px);
	}

	.recsite-thumbnail::after {
		border-top: 5px solid transparent;
		border-left: 8px solid #a36777;
		border-bottom: 5px solid transparent;
		width: 8px;
		height: 10px;
		position: absolute;
		top: calc(50% - 5px);
		left: calc(50% - 2px);
	}*/

	.recsite-thumbnail {
		padding: 73px 0 0;
		/* display: table-cell; */
		/* width: 130px; */
	}

	.recsite-text {
		padding: 10px 25px 10px 10px;
		display: table-cell;
		position: relative;
		vertical-align: middle;
	}

	.recsite-text::after {
		border-top: 2px solid #007d8d;
		border-right: 2px solid #007d8d;
		width: 10px;
		height: 10px;
		position: absolute;
		top: calc(50% - 5px);
		right: 15px;
		content: '';
		transform: rotate(45deg);
		transition-property: all;
		transition-duration: .2s;
		transition-timing-function: ease-in-out;
	}

	.recsite-ul-li-a:hover .movie-text::after {
		right: 10px;
	}

	.recsite-logo-box {
		padding: 0;
		position: static;
	}

	.recsite-logo {
		/*padding: 3px;*/
		height: 30px;
	}
}


/***********************************************************************************************/
/***********************************************************************************************
 modal
 ***********************************************************************************************/
.modal-back {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	/*background: #000;*/
	background: rgba(0, 0, 0, 0.9);
	z-index: 10000;
}

.modal-outer {
	width: 100%;
	max-height: 100vh;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	overflow: auto;
}

.modal {
	padding: 30px;
	/*background: #000;*/
	text-align: center;
}

.modal-close-btn {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
}

.modal-close-btn::before {
	display: block;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	background: #fff;
	content: '';
	transform: rotate(45deg);
}

.modal-close-btn::after {
	display: block;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	background: #fff;
	content: '';
	transform: rotate(-45deg);
}

.modal-body {
	padding-top: 60px;
}

.modal-iframe {
	margin: 0 auto;
	border: 0;
	width: 100%;
	height: calc(100vw * 0.6);
	max-height: calc(100vh - 120px);
}

.modal-btn-box {
	margin-top: 30px;
	text-align: center;
}


@media screen and (max-width: 767px) {
	.modal-back {
		padding: 20px;
	}

	.modal-outer {

	}

	.modal {
		padding: 20px;
	}

	.modal-close-btn {
		right: 20px;
		top: 20px;
	}

	.modal-iframe {
		max-height: calc(100vh - 100px);
	}
}


@media screen and (max-width: 640px) {

}


.tall {
	text-align: left;
}

.talc {
	text-align: center;
}