@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

*::before,
*::after {
  box-sizing: border-box;
}

body {
	font-family: "Noto Sans", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height:1.8;
	background-color:#FFF8CB;
	background-image: linear-gradient(90deg, rgba(244, 134, 25, 0.07) 1px, transparent 1px), linear-gradient(rgba(244, 134, 25, 0.07) 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 20px 20px;
  scroll-behavior: smooth;
}

@media screen and (width < 768px) {
	body {
		font-size: 13px;
	}
}

a {
	color: #F48619;
}

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

.cf:after {
	clear:both;
}

.st-wrapper {
	overflow: hidden;
}

@media screen and (width < 768px) {
	.st-wrapper {
		padding-top: 57px;
	}
}

.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 (width < 768px) {
	.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 screen and (width < 768px) {
	.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 (width < 768px) {
	.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 {
	width: 100%;
}

.main-image-img-pc {
	display: block;
}

.main-image-img-sp {
	display: none;
}

.main-catch-text {
	margin: 0 auto;
	padding: 90px 50px 110px;
	border-radius: 0 0 190px 190px;
	max-width: 1440px;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	background: #fff;
}

.main-catch-text::after {
	border-top: 36px solid #fff;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	position: absolute;
	left: calc(50% - 30px);
	bottom: -36px;
	content: '';
}

.main-catch-text-inner {
	margin: 70px auto 0;
	max-width: 1040px;
	text-align: center;
}


@media screen and (width < 768px) {
	.main-image {

	}

	.main-catch-text {
		padding: 50px 20px;
		border-radius: 0 0 50px 50px;
	}

	.main-catch-text-inner {
		margin: 30px auto 0;
	}

	.main-catch-text::after {
		bottom: -24px;
	}
}


/***********************************************************************************************/
/***********************************************************************************************
 .h2
 ***********************************************************************************************/
.h2 {
	text-align: center;
}

.h2-en {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	line-height: 1;
}

.h2-ja {
	padding: 10px 0;
	border-bottom: 3px dashed #F48619;
	display: inline-block;
	color: #F48619;
	font-size: 42px;
	font-weight: 600;
	line-height: 1.5;
}


@media screen and (width < 768px) {
	.h2-ja {
		padding: 10px 0;
		font-size: 24px;
	}
}


/***********************************************************************************************/
/***********************************************************************************************/
/***********************************************************************************************/
/***********************************************************************************************/
/***********************************************************************************************
 section-01
 ***********************************************************************************************/
.container-section {

}

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

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

.movie-chu {
	font-size: 36px;
	text-align: center;
}

.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: justify;
	-webkit-box-align: stretch;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.movie-ul-li {
	padding: 80px 0 0;
	flex-basis: calc(50% - 50px);
	position: relative;
}

.movie-num-box {
	border-radius: 50%;
	width: 70px;
	height: 70px;
	/*width: 110px;
	height: 110px;*/
	position: absolute;
	top: -40px;
	left: -5px;
	z-index: 10;
	/*background: radial-gradient(circle at center, #fff 0, #fff 35px, rgba(255, 255, 255, 0) 100%);*/
	background: #fff;
	box-shadow: 0 0 20px 20px rgba(255, 255, 255, 1);
}

.movie-num {
	display: block;
	color: #F48619;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 70px;
	/*line-height: 110px;*/
	vertical-align: middle;
	text-align: center;
}

.movie-ul-li-a {
	display: block;
	position: relative;
}

.movie-ul-li-a:hover {

}

.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: 80px;
	height: 80px;
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	background: linear-gradient(45deg, rgba(244, 134, 25, .8) 0, rgba(244, 134, 25, .8) 50%, rgba(245, 198, 151, .8) 100%);
	content: '';
	opacity: 1;
	transition-property: opacity;
	transition-duration: .2s;
	transition-timing-function: ease-in-out;
}

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

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

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

/*.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 0 20px;
}

.movie-logo-box {
	padding: 0 0 0 86px;
	position: relative;
	line-height: 1;
}

.movie-logo-fig {
	border-radius: 3px;
	width: 86px;
	height: 86px;
	position: absolute;
	top: calc(50% - 43px);
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
}

/*.movie-logo-img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(50% 50%);
}*/

.movie-cmp {
	padding: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	background: #000;
}

.movie-text-inner {

}

.movie-text-ul {
	margin: 35px 0 0;
	list-style-type: none;
}

.movie-text-ul-li {
	padding: 0 0 16px 16px;
	position: relative;
	line-height: 1.5;
}

.movie-text-ul-li:last-of-type {
	padding-bottom: 0;
}

.movie-text-ul-li::before {
	border-radius: 50%;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 6px;
	left: 0;
	background: #F48619;
	content: '';
}

.movie-text-ul-li-a {
	color: #F48619;
	font-family: "Inter", sans-serif;
}

.movie-note-box {
	margin: 0 auto;
	padding: 75px 0 0;
}

.movie-note-flex {
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	justify-content: center;
}

.movie-note-h3 {
	padding: 30px;
	border: 1px solid #000;
	border-radius: 5px;
}

.movie-note-body {
	padding: 0 0 0 30px;
}


@media screen and (width < 768px) {
	.container-section-01 {
		margin: 40px 0 0;
	}

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

	.movie-chu {
		padding: 0 20px;
		font-size: 20px;
		text-align: center;
	}

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

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

	.movie-ul {
		display: block;
	}

	.movie-ul-li {
		padding: 40px 0 0;
	}

	.movie-ul-li-a {
		margin: 0 auto;
		padding: 20px;
		max-width: 530px;
		position: relative;
		vertical-align: middle;
	}

	.movie-num-box {
		width: 50px;
		height: 50px;
		top: 0;
		left: 20px;
		box-shadow: 0 0 10px 10px rgba(255, 255, 255, 1);
	}

	.movie-num {
		font-size: 16px;
		line-height: 50px;
	}

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

	.movie-text {
		padding: 0 20px;
	}

	.movie-logo-box {
		padding: 0 0 0 70px;
	}

	.movie-logo-fig {
		border-radius: 3px;
		width: 70px;
		height: 70px;
		top: calc(50% - 35px);
	}

	.movie-cmp {
		padding: 15px;
		font-size: 18px;
	}

	.movie-text-ul {
		margin: 30px 0 0;
	}

	.movie-note-box {
		padding: 40px 20px 0;
	}

	.movie-note-h3 {
		padding: 20px;
	}

	/*.movie-logo {
		height: 30px;
	}

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

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


@media screen and (width < 640px) {
	.movie-thumbnail::before {
		width: 60px;
		height: 60px;
		position: absolute;
		top: calc(50% - 30px);
		left: calc(50% - 30px);
	}

	.movie-note-flex {
		display: block;
	}

	.movie-note-body {
		padding: 20px 0 0;
	}
}


/***********************************************************************************************/
/***********************************************************************************************
 qa
 ***********************************************************************************************/
.qa-box {
	margin: 0 auto;
	padding: 170px 0;
	width: 1160px;
	position: relative;
	z-index: 10;
}

.qa-box-inner {
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	justify-content: space-between;
}

.qa-h2 {
	flex-basis: 190px;
	color: #F48619;
	font-family: "Inter", sans-serif;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: .15em;
	line-height: 1;
}

.qa-ul {
	border-bottom: 1px solid #000;
	flex-basis: calc(100% - 190px);
}

.qa-ul-li {
	border-top: 1px solid #000;
	font-size: 20px;
	line-height: 1.6;
}

.qa-ul-li-q {
	padding: 28px 90px 28px 95px;
	position: relative;
	background: #FFF8CB;
	cursor: pointer;
}

.qa-ul-li-q.minus {
	color: #fff;
	background: #F48619;
}

.qa-ul-li-q::before {
	width: 29px;
	height: 3px;
	position: absolute;
	top: calc(50% - 1.5px);
	right: 30px;
	background: #F48619;
	content: '';
}

.qa-ul-li-q::after {
	width: 3px;
	height: 29px;
	position: absolute;
	top: calc(50% - 14.5px);
	right: 43px;
	background: #F48619;
	content: '';
}

.qa-ul-li-q.minus::before {
	background: #fff;
}

.qa-ul-li-q.minus::after {
	display: none;
}

.qa-ul-li-q-no {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	position: absolute;
	top: calc(50% - 25px);
	left: 30px;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	background: #F48619;
}

.qa-ul-li-q.minus .qa-ul-li-q-no {
	color: #F48619;
	background: #fff;
}

.qa-ul-li-a {
	border-top: 1px solid #000;
	position: relative;
	background: #fff;
}

.qa-ul-li-a-inner {
	padding: 28px 90px 28px 95px;
	position: relative;
}

.qa-ul-li-a-no {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	position: absolute;
	top: calc(50% - 25px);
	left: 30px;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	background: #000;
}


@media screen and (width < 768px) {
	.qa-box {
		padding: 70px 20px;
		width: auto;
	}

	.qa-box-inner {
		display: block;
	}

	.qa-h2 {
		padding: 0 0 20px;
		font-size: 24px;
	}

	.qa-ul {
		margin: 0 auto;
	}

	.qa-ul-li {
		font-size: 13px;
	}

	.qa-ul-li-q {
		padding: 15px 30px 15px 50px;
	}

	.qa-ul-li-q::before {
		width: 14px;
		height: 2px;
		position: absolute;
		top: calc(50% - 1px);
		right: 10px;
	}

	.qa-ul-li-q::after {
		width: 2px;
		height: 14px;
		position: absolute;
		top: calc(50% - 7px);
		right: 16px;
	}

	.qa-ul-li-q-no {
		width: 30px;
		height: 30px;
		top: calc(50% - 15px);
		left: 10px;
		line-height: 30px;
	}

	.qa-ul-li-a {
		padding: 10px;
	}

	.qa-ul-li-a-inner {
		padding: 5px 20px 5px 40px;
		position: relative;
	}

	.qa-ul-li-a-no {
		width: 30px;
		height: 30px;
		position: absolute;
		top: calc(50% - 15px);
		left: 0;
		line-height: 30px;
	}
}


/***********************************************************************************************/
/***********************************************************************************************
 section-03
 ***********************************************************************************************/
.container-section-03 {
	padding: 150px 0 140px;
	background: #fff;
}

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


.section-03-body a {
	color: #4293D2;
}

.section-03-img {
	display: block;
	width: 100%;
}

.section-03-msg {
	padding: 20px 0;
	border-bottom: 1px solid #000;
	color: #4293D2;
	font-size: 23px;
	font-weight: 700;
	text-align: center;
}

.section-03-notice {
	margin: 30px auto 0;
	display: table;
	max-width: 1000px;
	text-align: left;
}

.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;
}

@media screen and (width < 768px) {
	.container-section-03 {
		padding: 50px 20px;
	}

	.section-03-body {
		width: auto;
	}

	.section-03-msg {
		font-size: 18px;
	}

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


/***********************************************************************************************/
/***********************************************************************************************
 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 (width < 768px) {
	.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;
}