@charset "UTF-8";
@media screen and (min-width: 751px) {
	.SP {
		display: none !important;
	}
}

@media screen and (max-width: 750px) {
	.PC {
		display: none !important;
	}
}

/* #tpl-header
-----------------------------*/
#tpl-header {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	pointer-events: none;
}

#tpl-header .tpl-inner-wrap {
	height: 100%;
	position: relative;
}

#tpl-header .header-inner {
	position: relative;
	height: 100%;
}

#tpl-header .search-box {
	pointer-events: auto;
	margin-bottom: -10px;
	display: none;
}

@media screen and (max-width: 750px) {
	#tpl-header .search-box {
		margin-bottom: -5px;
	}
}

#tpl-header .gsc-control-wrapper-cse {
	width: 920px;
	margin: auto;
}

@media screen and (max-width: 750px) {
	#tpl-header .gsc-control-wrapper-cse {
		width: 84%;
		margin: auto;
	}
}

#tpl-header .gsc-control-cse {
	border: none;
	padding: 50px 0;
}

@media screen and (max-width: 750px) {
	#tpl-header .gsc-control-cse {
		padding: 30px 0 25px;
	}
}

#tpl-header .gsc-input {
	padding-right: 0;
	border-bottom: 1px solid #B4B4B4;
}

#tpl-header .gsc-input-box {
	border: none;
}

#tpl-header .gsib_a {
	padding: 0;
}

#tpl-header .gsib_b {
	display: none;
}

#tpl-header input.gsc-input {
	/*font-size: 30px;*/
	height: 90px !important;
}

@media screen and (max-width: 750px) {
	#tpl-header input.gsc-input {
		height: 60px !important;
	}
}

#tpl-header input.gsc-input::-webkit-input-placeholder {
	color: #CFCFD0;
	font-size: 17px;
}

@media screen and (max-width: 750px) {
	#tpl-header input.gsc-input::-webkit-input-placeholder {
		font-size: 15px;
	}
}

#tpl-header .gsc-search-button-v2 {
	width: 90px;
	height: 90px;
	background-color: #BD0008;
	border: none;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/internship/assets/common/img/search-icon.png);
	margin-left: 30px;
	outline: none;
	cursor: pointer;
}

@media screen and (max-width: 750px) {
	#tpl-header .gsc-search-button-v2 {
		width: 60px;
		height: 60px;
		background-size: 13px auto;
		margin-left: 15px;
	}
}

#tpl-header .gsc-search-button-v2 svg {
	display: none;
}

#tpl-header .menu-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: black;*/
	opacity: 0;
	pointer-events: none;
	transition-property: opacity;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	cursor: pointer;
}

#tpl-header .menu-bg.show {
	pointer-events: auto;
	opacity: 1;
}

#tpl-header .logo-bar {
	position: absolute;
	width: 100%;
	height: 90px;
	z-index: 4;
	top: 0;
	transition-property: background-color;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	pointer-events: auto;
	background-color: white;
}

@media screen and (max-width: 750px) {
	#tpl-header .logo-bar {
		z-index: 5;
		height: 60px;
	}
}

#tpl-header.white .logo-bar {
	background-color: white;
}

#tpl-header .logo-bar img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition-property: opacity;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	width: 235px;
}

@media screen and (max-width: 750px) {
	#tpl-header .logo-bar img {
		width: 46.66667vw;
	}
}

#tpl-header .logo-bar .site-logo-white {
	opacity: 1;
}

#tpl-header.white .logo-bar .site-logo-white, #tpl-header .logo-bar .site-logo {
	opacity: 1;
}

#tpl-header.white .logo-bar .site-logo {
	opacity: 1;
}

@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}

#tpl-header {
	z-index: 10000;
}

#tpl-header.hide {
	z-index: 9999;
}

.login_pc {
	position: absolute;
	z-index: 9987;
	top: 22px;
	right: 20px;
	display: block;
	pointer-events: auto;
}

.login_pc2 {
	position: absolute;
	z-index: 9987;
	top: 22px;
	right: 20px;
	display: block;
	pointer-events: auto;
}

.login_pc2:hover {
	opacity: 0.8;
}

.login_pc3 {
	position: absolute;
	z-index: 9987;
	top: 22px;
	right: 230px;
	display: block;
	pointer-events: auto;
}

.login_sp {
	position: fixed;
	z-index: 9987;
	width: 18.66667vw;
	height: 18.66667vw;
	right: 26.66667vw;
	bottom: 4vw;
}

.login_sp img {
	width: 100%;
}

#tpl-contents {
	margin: 0;
	padding-top: 90px;
}

@media screen and (max-width: 750px) {
	#tpl-contents {
		padding-top: 20vw;
	}
}

.top-contents {
	width: 980px;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	.top-contents {
		width: 100%;
	}
}

.top-contents a:hover {
	opacity: 0.8;
}

.main-name {
	text-align: center;
	font-size: 40px;
	line-height: 60px;
	padding-top: 80px;
	padding-bottom: 100px;
}

@media screen and (max-width: 750px) {
	.main-name {
		font-size: 52px;
		font-size: 6.93333vw;
		line-height: 11.06667vw;
		padding-top: 40px;
		padding-bottom: 50px;
	}
}

.main-name strong {
	font-weight: normal;
}

.main-name span {
	display: block;
	font-size: 20px;
	line-height: 1;
	margin-top: 10px;
}

@media screen and (max-width: 750px) {
	.main-name span {
		font-size: 28px;
		font-size: 3.73333vw;
		margin-top: 1.33333vw;
	}
}

.top-contents-col2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding-top: 80px;
}

@media screen and (max-width: 750px) {
	.top-contents-col2 {
		display: block;
		padding-top: 10.66667vw;
	}
}

.top-contents-col2 .main-name {
	padding-top: 0;
}

.top-contents-col2 .tpl-lt {
	width: 100%;
	padding: 0 40px;
	box-sizing: border-box;
}

@media screen and (max-width: 750px) {
	.top-contents-col2 .tpl-lt {
		padding: 0 4vw;
	}
}

.top-contents-col2 .tpl-lt .tpl-col2 {
	display: block;
}

.top-contents-col2 .tpl-lt .tpl-col2 div {
	width: 100%;
}

.top-contents-col2 .tpl-lt .tpl-col2 div .new-entry {
	margin-top: 0;
	width: 100%;
}

.top-contents-col2 .tpl-lt .tpl-col2 .btn03 {
	text-align: left;
	font-size: 15px;
}

@media screen and (max-width: 750px) {
	.top-contents-col2 .tpl-lt .tpl-col2 .btn03 {
		font-size: 12px;
	}
}

.top-contents-col2 .tpl-rt {
	width: 100%;
	padding: 0 40px;
	border-left: 1px solid #ddd;
	box-sizing: border-box;
}

@media screen and (max-width: 750px) {
	.top-contents-col2 .tpl-rt {
		padding: 8vw 4vw 0;
		border-left: none;
		border-top: 1px solid #ddd;
		margin-top: 8vw;
	}
}

.top-contents-col2 .tpl-rt .tpl-col2 {
	display: block;
}

.top-contents-col2 .tpl-rt .tpl-col2 div {
	width: 100%;
}

.top-contents-col2 .tpl-rt .tpl-col2 div .new-entry {
	margin-top: 0;
}

.top-contents-col2 .tpl-rt .tpl-col2 div .tpl-ttl4 {
	margin-top: 0;
}

.top-contents-col2 .tpl-rt .tpl-col2 .btn03 {
	margin-bottom: 60px;
}

.top-contents-col2 .tpl-rt div .btn01.btn01-bt {
	margin-top: 50px;
}

.tpl-col2 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media screen and (max-width: 750px) {
	.tpl-col2 {
		display: block;
		padding: 0 4vw;
	}
}

.tpl-col2 > div {
	width: calc(50% - 20px);
}

@media screen and (max-width: 750px) {
	.tpl-col2 > div {
		width: 100%;
	}
}

.tpl-ttl4 {
	font-size: 20px;
	line-height: 30px;
	color: #D92128;
	font-family: 'Sorts Mill Goudy','Sawarabi Mincho',游明朝,'Yu Mincho',YuMincho,'Hiragino Mincho ProN',HGS明朝E,メイリオ,Meiryo,serif;
	margin-top: 20px;
}

@media screen and (max-width: 750px) {
	.tpl-ttl4 {
		font-size: 18px;
		line-height: 27px;
	}
}

.tpl-ttl4:before {
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #D92128 100px, #eee 100px);
	margin-bottom: 15px;
}

.tpl-p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 32px;
}

@media screen and (max-width: 750px) {
	.tpl-p {
		font-size: 13px;
		line-height: 23px;
	}
}

.tpl-p .form01 input {
	width: 100%;
	height: auto;
	padding: 3% 4%;
	border: 1px solid #bcbcbc;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.btn01 {
	width: 80%;
	margin: auto;
	margin-top: 50px;
}

@media screen and (max-width: 750px) {
	.btn01 {
		margin-top: 20px;
	}
}

.new-entry {
	width: 80%;
	margin: auto;
	margin-top: 80px;
}

@media screen and (max-width: 750px) {
	.new-entry {
		margin-top: 40px;
	}
}

.btn03 {
	text-align: right;
	width: 100%;
	margin-top: 20px;
}

.btn03 a {
	font-size: 13px;
	color: inherit;
}

@media screen and (max-width: 750px) {
	.btn03 a {
		font-size: 11px;
	}
}

.btn-wrap {
	margin-top: 60px;
}

@media screen and (max-width: 750px) {
	.btn-wrap {
		margin-top: 8vw;
		padding: 0 4vw;
	}
}

.btn-wrap p a {
	display: block;
	width: 500px;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	.btn-wrap p a {
		width: 80%;
	}
}

.btn-wrap p a img {
	width: 100%;
}
