
/* --------------- Entry --------------- */

.bg_pagettl.entry {
	background-image: url(../img/entry/bg_pagettl.jpg);
	background-repeat: no-repeat;
}
@media screen and (max-width: 850px) {
	.bg_pagettl.entry {
		background-image: url(../img/entry/sp/bg_pagettl.jpg);
		background-repeat: no-repeat;
	}
}
.bg_gray1 {
	margin: 0;
	padding: 0;
	background-color: #ebebec;
}
.bg_entry {
	margin: 0;
	padding: 0 0 120px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

ul.tab_courselist{
	width: 80%;
	max-width: 885px;    
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-evenly;
}
@media screen and (max-width: 700px) {
	ul.tab_courselist{ align-items: flex-end; }
}

ul.tab_courselist li{
	width: calc((100% - 20px) / 2);
	margin: 0;
	paddign: 0;
	color: #094084;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	background-color: #ffffff;
	border-left: solid 3.5px #1f2a67;
	border-top: solid 3.5px #1f2a67;
	border-right: solid 3.5px #1f2a67;
	box-sizing: border-box;
}
ul.tab_courselist li.active{
	position: relative;
}

ul.tab_courselist a{
	width: 100%;
	padding: 1em 8px;
	color: #1f2a67;
	display: block;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
@media screen and (max-width: 700px) {
	ul.tab_courselist li.active a { padding: 0.8em 8px; }
	ul.tab_courselist li:not(.active) a { padding: 0.3em 8px 0.4em; }
}
ul.tab_courselist li .inner{
	margin: 0;
	position: relative;
}

ul.tab_courselist li.active::after{
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: #ffffff;
	position: absolute;
	z-index: 1;
	bottom: -3px;
}

ul.tab_courselist li:not(.active) a {
	color: #fff;
	background-color: #1f2a67;
}

ul.tab_courselist li:hover:not(.active) a {
	color: #1f2a67;
	background-color: #ffffff;
}
@media screen and (max-width: 700px) {
	ul.tab_courselist li:not(.active):hover a { padding: 0.8em 8px; }
}
@media screen and (max-width: 700px) {
	.bg_entry { padding: 8vw 0 10vw; }
}
.bg_entry::before {
	content: "";
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #1f2a67;
	position: absolute;
	top: 155px;
	left: 0;
	z-index: -1;
}
@media screen and (max-width: 700px) {
	.bg_entry::before { top: calc( 8vw + 100px ); }
}
.col_entry {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 70px 4% 100px;
	background-color: #fff;
	box-sizing: border-box;
	border: solid 2px #1f2a67;
}

h2.sub_ttl {
	margin: 0;
	padding: 0;
	color: #1f2a67;
	font-size: min(7.08vw, 38px);
	font-weight: 500;
	line-height: 1.2;
}

.en_subttl {
	margin: 0 0 40px;
	font-size: min(4.86vw, 18px);
	color: #1f2a67;
}


@media screen and (max-width: 850px) {
	.col_entry { padding: 70px 3% 42px; }
}
@media screen and (max-width: 700px) {
	.col_entry { padding: 10% 5%; }
}
.list_entry{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.list_entry a.item {
	width: 30.44%;
	margin: 0 4.34% 42px 0;
	padding: 0 0 10px 0;
	text-decoration: none;
	line-height: 1.2em;
	font-size: 15px;
	color: #ffffff;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	background: #ffff;
	border: 3px solid #1f2a67;
	transition: all 1s;
	opacity: 0;
	position: relative;
	top: 30px;
}

.list_entry a.item.active{
	top: 0;
	opacity: 1;
}

.list_entry a.item:nth-of-type(3n){
	margin-right: 0;
}

.list_entry a.item.active:nth-child(3n - 1) {
	transition-delay: .2s;
}

.list_entry a.item.active:nth-child(3n) {
	transition-delay: .3s;
}

.list_entry a.item .thumb {
	width: 100%;
	height: calc( ( 82vw*0.3044 )*185 / 288 );
	max-height: 192px;
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
	background-color: #e0e3f3;
	overflow: hidden;
	position: relative;
}
.list_entry a.item .thumb img {
	width: auto;
	height: 105%;
	transition: transform 0.5s;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}
.list_entry a.item:hover .thumb img { transform: translate(-50%, -50%) scale(1.1); }

.list_entry a.item .title{
	padding: 10px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
    background: #1f2a67;
}

.list_entry a.item .catch{
	margin: 0 20px 0 20px;
    padding: 0 8px 15px 8px;
    text-align: left;
    line-height: 1.4em;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.list_entry a.item dl{
	margin: 0 10px 10px;
    width: calc(100% - 10px);
    display: flex;
    align-items: center;
}
.list_entry a.item dl:nth-of-type(2n){
	margin: 0 10px 0;
}

.list_entry a.item dl dt{
	padding: 5px 8px;
    width: 75px;
    font-size: 14px;
    font-weight: 700;
    box-sizing: border-box;
    background: #1f2a67;
    text-align: center;
}

.list_entry a.item dl dd{
	width: calc(100% - 10px);
	margin: 0 0 0 5px;
	padding: 0;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
}

@media screen and (max-width: 850px) {
	.list_entry a.item{
		width: 47.8%;
	}
	
	.list_entry a.item:nth-of-type(3n){
		margin: 0 4.34% 42px 0;
	}
	
	.list_entry a.item:nth-of-type(2n){
		margin: 0 0 42px 0;
	}
	.list_entry a.item .thumb {
		height: calc( ( 82vw*0.478 )*185 / 288 );
		max-height: 214px;
	}
	
}

@media screen and (max-width: 700px) {
	.list_entry a.item{
		width: 100%;
		margin: 0 0 42px;
		display: block;
	}
	
	.list_entry a.item:nth-of-type(3n){
		margin: 0 0 42px;
	}
	.list_entry a.item .thumb {
		height: calc( 82vw * 185 / 288 );
		max-height: unset;
	}
	h2.sub_ttl,
	.en_subttl {
		text-align: center;
	}
}

@media screen and (max-width: 500px) {
	.list_entry a .title{
		font-size: min(4vw , 20px);
	}
	
	.list_entry a .date{
		font-size: min(3.5vw , 15px);
	}
	
}

.flex{
	display: flex;
}

.page-nav{
	width: 100%;
	margin: 0;
	padding: 0;
}

.pagenav{
	margin: 50px 0 0px 0;
	padding: 0;
	justify-content: center;
}

.pagenav li{
	margin: 0 3.5px 10px;
	display: flex;
	transition: background .5s;
}

.pagenav li:hover{
	background-color: #f5f5f5;
}

.pagenav li.active{
	background-color: #1f2a67;
}

.pagenav li a,
.pagenav li span{
	width: 35px;
	height: 35px;
	color: #1f2a67;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagenav li.active a,
.pagenav li.active span {
	color: #fff;
}

@media screen and (max-width: 850px) {
	.pagenav{
		margin: 15px 0 0;
	}
	

}

@media screen and (max-width: 400px) {
	.pagenav li a, .pagenav li span{
		width: 28px;
		height: 28px;
	}
	
}

.pager_news_d{
	background-color: #fff;
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    padding: 0 0 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.pager_news_d .link{
	width: 30%;
    max-width: 190px;
    margin: 0;
    padding: 0;
}

.pager_news_d a{
	margin: 0;
    padding: 10px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    position: relative;
}

.pager_news_d .prev a .arrow{
	left: 20%;
}


.pager_news_d a.btn_newslist{
	width: 100%;
    max-width: 165px;
    background-color: #fff;
    position: relative;
    border: solid 1px #000000;
    border-radius: 44px;
}

.pager_news_d a.btn_newslist:after{
	position: absolute;
    left: auto;
    content: '';
    width: 50%;
    height: 2px;
    background: #000000;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.pager_news_d .link{
	width: 17%;
    margin: 0;
    padding: 0;
    display: inline-block;
	position: relative;
	text-decoration: none;
}

.pager_news_d .link:after{
	position: absolute;
	content: '';
	bottom: 15%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 1px;
	background: #1f2a67;
	transition: all .3s ease 0s;
}

.pager_news_d .link:hover{
	cursor: pointer;
}

.pager_news_d .link:hover::after{
	width: 100%;
}


@media screen and (max-width: 700px) {
	dl.txt_privacy1 { margin: 0 auto 30px; }
}
h2.mds2.entry{
	width: 100%;
	margin: 0 auto 40px;
	padding: 25px 13px;
	border-top: solid 1px #1f2a67;
	border-bottom: solid 1px #1f2a67;
	font-weight: 400;
	font-size: min(4.5vw , 27px);
}

h2.mds2.entry span.small{
	font-size: 15px;
}

h2.mds2.entry span{
	line-height: 1.4;
}

.inner_detail{
	width: 100%;
	margin: 0 0 100px;
	padding: 0;
}

.box_detail{
	width: 100%;
    margin: 0 0 45px;
    padding: 0 13px;
}

.img_detail1{
	width: 60%;
    max-width: 443px;
    margin: 0 0 40px;
    padding: 0;
}

.img_detail1 img{
	width: 100%;
}

.img_detail2{
	width: 50%;
    max-width: 244px;
    margin: 0 0 15px;
    padding: 0;
}

h3.mds3.detail{
	margin: 0 0 10px;
	font-size: 20px;
}

.txt_detail1{
	line-height: 1.8;
	margin: 0;
	padding: 0;
}

.txt_detail1 li{
	text-indent: -1em;
    padding-left: 1em;
}

.btn_topdetail{
	width: 165px;
    height: 44px;
    margin: 0;
    padding: 0;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_topdetail .inner{
	width: 7em;
    height: 1.5em;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.btn_topdetail .inner .btntxt{
	line-height: 1.5;
    display: inline-block;
}

.btn_topdetail .inner.requirement{
	width: 9em;
}

.btn_topdetail .arrow{
	width: 10px;
    height: 10px;
    margin: 0 0 0 8px;
    padding: 0;
    position: relative;
    z-index: 0;
}

.btn_topdetail .arrow::before{
	content: "";
    width: 100%;
    height: 3px;
    margin: 0;
    padding: 0;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transform: skewX(45deg);
    transition: width .3s;
    position: absolute;
    top: calc(50% - 2px);
    left: 0;

}

.col_entry a.btn_topdetail .arrow::before{
	border-color: #fff;
}

a.btn_topdetail:hover .arrow::before{
	width: calc(100% + 3px);
}

.col_entry a.btn_topdetail{
	width: 220px;
	height: 55px;
	margin: 30px auto 0;
	color: #fff;
    border-color: #1f2a67;
    background-color: #1f2a67;
    border-radius: 30px;
}

a.btn_topdetail:hover .inner .btntxt{
	animation: btn-hover1 1s forwards;
}

@keyframes btn-hover1 {
	0% { transform: translateY(100%); }
	100% { transform: translateY(0%); }
}

@media screen and (max-width: 700px) {
	h2.mds2.entry{
		padding: 13px 7px;
		font-size: min(6vw , 27px);
	}
	
	.box_detail{
		padding: 0;
	}
	
	.inner_detail{
		margin: 0 0 40px;
	}
	
	.img_detail1{
		width: 100%;
		max-width: 100%;
		margin: 0 0 20px;
	}
	
	.img_detail2{
		width: 63%;
		max-width: 100%;
		margin: 0 0 20px;
	}
	
	.btn_topdetail{
		width: 65%;
	}
	
	.pager_news_d{
		padding: 0;
	}
	

	
}
dl.txt_privacy1 dd {
	margin: 0;
	padding: 0 30px;
	line-height: 2;
	transition: all  .5s;
	transition-delay: .3s;
	opacity: 0;
	position: relative;
	top: 30px;
}
dl.txt_privacy1.active dd {
	opacity: 1;
	top: 0;
}
@media screen and (max-width: 700px) {
	dl.txt_privacy1 dd { padding: 0 12px; }
}
ul.list_privacy1 {
	margin: 0;
	padding: 0;
}
ul.list_privacy1 li {
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
ul.list_privacy1 li * { text-indent: 0; }



/*------- recruitment-------*/

.bg_entry .col_entry .data {
	margin: 0 0 100px;
	padding: 0;
}
@media screen and (max-width: 700px) {
	.bg_entry .col_entry .data {
		margin: 0 0 70px;
	}
}
.bg_entry .col_entry .data.last {
	margin: 0 0 35px;
}
@media screen and (max-width: 700px) {
	.bg_entry .col_entry1 .data { margin: 0; }
}
@media screen and (max-width: 700px) {
	.col_entry .en_subttl { margin: 0 0 20px; }
}
dl.list_requirement1 {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 850px) {
	dl.list_requirement1 { display: block; }
}
dl.list_requirement1 dt {
	width: 23.4%;
	margin: 0;
	padding: 1.5em 0.8em;
	color: #1f2a67;
	border-top: solid 1px #1f2a67;
	box-sizing: border-box;
}
dl.list_requirement1:last-child dt { border-bottom: solid 1px #1f2a67; }
@media screen and (max-width: 850px) {
	dl.list_requirement1 dt {
		width: 100%;
		padding: 1em 0.5em;
	}
	dl.list_requirement1:last-child dt { border-bottom: none; }
}
dl.list_requirement1 dd {
	width: 74.4%;
	margin: 0;
	padding: 1.5em 0.8em;
	border-top: solid 1px #c9caca;
	box-sizing: border-box;
}
dl.list_requirement1:last-child dd { border-bottom: solid 1px #c9caca; }
@media screen and (max-width: 850px) {
	dl.list_requirement1 dd {
		width: 100%;
		padding: 1em 0.5em;
	}
	dl.list_requirement1:last-child dd { border-bottom-color: #1f2a67; }

}
dl.list_requirement1 dd ul {
	margin: 0;
	padding: 0;
}
dl.list_requirement1 dd ul li {
	margin: 0 0 0.2em;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
dl.list_requirement1 dd ul li * { text-indent: 0; }
.bg_entry .col_entry .data.last + a.btn_topdetail { margin: 0 auto 110px; }

.col_entry1 {
	margin: 0;
	padding: 60px 0 0;
	border-top: solid 10px #1f2a67;
}
@media screen and (max-width: 700px) {
	.col_entry1 { padding: min( 8vw, 40px ) 0 0; }
}
.col_entry1 .mds_entry_en {
	margin: 0;
	padding: 0;
	color: #1f2a67;
	font-size: min(16vw, 96px);
	font-weight: 600;
	text-align: center;
	line-height: 1.1;
	letter-spacing: -0.05em;
}
.col_entry1 .mds_entry {
	margin: 0 0 35px;
	padding: 0;
	color: #1f2a67;
	font-size: min(5vw, 30px);
	font-weight: 500;
	text-align: center;
}
@media screen and (max-width: 700px) {
	.col_entry1 .mds_entry { margin: 0 0 min( 7vw, 35px ); }
}
.col_entry1 .txt_form_entry {
	margin: 0 0 50px;
	padding: 0;
	text-align: center;
}
.col_entry1 dl.list_requirement1 dt.require {
	padding-right: 3.5em;
	position: relative;
}

.col_entry1 dl.list_requirement1 dt .label_require {
	width: 3em;
	margin: 0;
	padding: 3px 0;
	line-height: 1.1;
	color: #ffffff;
	text-align: center;
	border-radius: 4px;
	background-color: #b79734;
	display: inline-block;
	position: absolute;
	top: 1.7em;
	right: 0.2em;
}
@media screen and (max-width: 850px) {
	.col_entry1 dl.list_requirement1 dt .label_require {
		margin: 0 0 0 8px;
		position: static;
	}
}

.col_entry1 dl.list_requirement1 dd input[type="text"],
.col_entry1 dl.list_requirement1 dd input[type="email"] {
	width: 100%;
	max-width: 310px;
	height: 48px;
	background: #f0f0f0;
	border: solid 1px #f0f0f0;
	border-radius: 5px;
}
.col_entry1 dl.list_requirement1 dd .form_yubin input[type="text"] {
	max-width: 155px;
}
.col_entry1 dl.list_requirement1 dd .form_address input[type="text"] {
	max-width: 460px;
}
.col_entry1 dl.list_requirement1 dd.age input[type="text"] {
	max-width: 100px;
}
.col_entry1 dl.list_requirement1 dd.input_long input[type="text"] { max-width: 400px; }

.col_entry1 dl.list_requirement1 dd  textarea{
	width: 100%;
	max-width: 460px;
	height: 195px;
	background: #f0f0f0;
	border: solid 1px #f0f0f0;
	border-radius: 5px;
}

.bg_entry .col_entry .data table{
	width: 100%;
	margin: 0;
	padding: 0;
}

.bg_entry .col_entry .data table th{
	margin: 0 0 0 0;
    padding: 28px 0 28px 12px;
    width: 214px;
    line-height: 1.4em;
    font-size: 15px;
    font-weight: bold;
    color: #1f2a67;
    box-sizing: border-box;
    border-top: 1px solid #1f2a67;
    vertical-align: top;
    text-align: left;
    position: relative;
}

.bg_entry .col_entry .data table th.last{
	border-bottom: 1px solid #1f2a67;
}

.bg_entry .col_entry .data table td {
	width: calc(100% - 229px);
	margin: 0 0 0 15px;
    padding: 28px 0 28px 10px;
    line-height: 1.6em;
    font-size: 15px;
    border-top: 1px solid #c9caca;
    vertical-align: top;
}

.bg_entry .col_entry .data table td.last{
	border-bottom: 1px solid #c9caca;
}

.tbl_contact td.mdl2 input{
	height: 48px;
	background: #f0f0f0;
    border: solid 1px #f0f0f0;
    border-radius: 5px;
}

.tbl_contact td.short2 input{
	max-width: 100px;
	height: 48px;
	background: #f0f0f0;
    border: solid 1px #f0f0f0;
    border-radius: 5px;
}

.tbl_contact .form_yubin{
	max-width: 190px;
}

.tbl_contact .form_yubin input[type="text"]{
	max-width: 155px;
	height: 48px;
	background: #f0f0f0;
    border: solid 1px #f0f0f0;
    border-radius: 5px;
}

.tbl_contact td input[type="text"]{
	width: 100%;
	height: 48px;
	background: #f0f0f0;
    border: solid 1px #f0f0f0;
    border-radius: 5px;
}

.tbl_contact td textarea{
	width: 100%;
	max-width: 457px;
	height: 195px;
	background: #f0f0f0;
    border: solid 1px #f0f0f0;
    border-radius: 5px;
}

.tbl_contact td.mdl2 input{
	max-width: 309px;
}

.tbl_contact td.mdl3 input{
	max-width: 309px;
}

.form_address .right{
	max-width: 460px; 
}

.tbl_contact td.radio .mwform-radio-field{
    margin-right: 30px;
    display: inline-block;
}

.txt_contact_privacy{
	margin: 0 0 25px;
    padding: 20px 0 0 0;
    text-align: center;
}

.txt_contact_privacy a{
	color: #1f2a67;
	font-weight: 500;
	text-decoration: underline;
}

.txt_contact_privacy a:hover{
	text-decoration: none;
}

.col_entry1 .btn_submit_entry .btn {
	width: 220px;
	margin: 30px auto 0;
	padding: 0;
	position: relative;
	z-index: 0;
}
.col_entry1 .btn_submit_entry .btn::after {
	content: "";
	width: 10px;
	height: 3px;
	margin: 0;
	padding: 0;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	transform: skewX(45deg);
	transition: width .3s;
	position: absolute;
	top: calc( 50% - 2px );
	left: calc( 50% + 50px );
	pointer-events: none;
}
.col_entry1 .btn_submit_entry .btn:hover::after { width: 13px; }

.col_entry1 input[type="submit"] {
	width: 100%;
	height: 55px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 15px;
	border: solid 1px #1f2a67;
	background-color: #1f2a67;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.col_entry1 input[type="submit"]:hover {
	background-color: #5c6bc1;
}

.col_entry1 input[type="button"] {
	width: 100%;
	height: 55px;
	margin: 0;
	padding: 0;
	color: #1f2a67;
	font-size: 15px;
	border: solid 1px #1f2a67;
	background-color: #fff;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background .3s;
}
.col_entry1 input[type="button"]:hover { background-color: #eff1fb; }

.col_entry1 dl.list_requirement1 p { margin: 0; }

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

	.bg_entry .col_entry .data table tr{
		display: block;
	}
	
	.bg_entry .col_entry .data table th{
		width: 100%;
		padding: 28px 0 28px 10px;
		display: block;
	}
	
	.bg_entry .col_entry .data table td{
		width: 100%;
		margin: 0;
		padding: 28px 0 28px 10px;
		display: block;
	}
	
	.require{
		position: initial;
	}
	
	

}


