@charset "UTF-8";

/* ---------------------------------------
  entry
-----------------------------------------*/


/* sec_entryform
--------------------------------*/
#sec_entryform {
	z-index: 1;
}

#sec_entryform .bg {
	background-color: #f7f7f7;
	padding: 50px 0 0;
}

#sec_entryform .lead {
	width: 984px;
	margin: 0 auto;
	color: #000;
}

#sec_entryform .lead .txt {
	font-size: 1.8rem;
	letter-spacing: 0.15em;
}

#sec_entryform .lead .txt a {
	color: #808080;
	text-decoration: underline;
}

#sec_entryform .lead .note {
	font-size: 1.2rem;
	margin-top: 2em;
}

#sec_entryform .message {
	width: 984px;
	margin: 60px auto;
}

#sec_entryform .message .messagettl {
	color: #fff;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 2;
	letter-spacing: 0.14em;
	display: inline-block;
	padding: 0 1.6em;
	clip-path: polygon(20px 0%, calc(100% - 20px) 0%, 100% 100%, 0% 100%);
}

#sec_entryform .message .messagettl span {
	color: rgba(255, 255, 255, .35);
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.075em;
	display: inline-block;
	vertical-align: .3em;
	margin-left: 1.2em;
}

#sec_entryform .message .box {
	border-width: 2px;
	border-style: solid;
	padding: 30px 35px;
	position: relative;
	background-color: #fff;
}

#sec_entryform .message .box .txtwrap .ttl {
	font-weight: 700;
	font-size: 2.1rem;
	line-height: 1.85;
	letter-spacing: 0.1em;
	margin-bottom: .5em;
}

#sec_entryform .message .box .txtwrap .txt {
	text-align: justify;
}

#sec_entryform .message .box .txtwrap .name {
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.3;
	margin-top: .6em;
}

#sec_entryform .message .box .txtwrap .name span {
	font-size: 2rem;
	margin-left: 1em;
}

#sec_entryform .message .box .img {
	position: absolute;
	bottom: 0;
}

#sec_entryform.graduate .message .messagettl {
	background-color: #0b318f;
}

#sec_entryform.graduate .message .box {
	border-color: #0b318f;
}

#sec_entryform.graduate .message .box .txtwrap {
	width: 540px;
}

#sec_entryform.graduate .message .box .txtwrap .ttl {
	color: #0b318f;
}

#sec_entryform.graduate .message .box .img {
	right: 34px;
}

#sec_entryform.career .message .messagettl {
	background-color: #cd0016;
}

#sec_entryform.career .message .box {
	border-color: #cd0016;
}

#sec_entryform.career .message .box .txtwrap {
	width: 640px;
}

#sec_entryform.career .message .box .txtwrap .ttl {
	color: #cd0016;
}

#sec_entryform.career .message .box .img {
	right: 40px;
}

.form_wrap {
	margin-top: 100px;
	background-color: #fff;
	position: relative;
	padding: 30px 83px 70px;
	border-top-width: 6px;
	border-top-style: solid;
}

.form_wrap h2.ttl-confirm-format {
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 1.2em;
	font-weight: bold;
}

.form_wrap .notice {
	font-size: 1.8rem;
	text-align: center;
	margin-top: 2em;
}

@media screen and (max-width: 768px) {
	.form_wrap h2.ttl-confirm-format {
		font-size: 4vw;
	}
	.form_wrap .notice {
		font-size: 3.4vw;
	}
}

/*form*/
.form .box {
	padding: 24px 0;
	position: relative;
	border-bottom: 1px solid #cccccc;
}

.form .box dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.form .box dl + dl {
	margin-top: 17px;
}

.form .box dl dt,
.form .box dl dd {
	line-height: 1.5;
}

.form .box dl dd p {
	line-height: 1;
}

.form .box dl dd:not(.flex) p + p {
	margin-top: 20px;
}

.form .box dd p span.txt {
	margin-top: 1.4em;
}

.form .box dl dt {
	width: 300px;
	padding-top: 1.125em;
}

.form .box dl .must {
	display: inline-block;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1;
	margin-left: 2px;
}

.form .box dl dd {
	width: 684px;
}

.form .box dl dd.flex {
	justify-content: space-between;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form select,
.form textarea {
	width: 100%;
	background: #f7f7f7;
	height: 60px;
	border: 1px solid #e5e5e5;
	padding: 1em;
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.625;
}

.form input.short {
	width: 243px;
}

.form input.short2 {
	width: 130px;
}

::placeholder {
	color: #d2d2d3;
}

:-ms-input-placeholder {
	color: #d2d2d3;
}

::-ms-input-placeholder {
	color: #d2d2d3;
}

/*select*/

.form select {
	padding-right: 2em;
	background: #f7f7f7 url(../img/entry/select.png) no-repeat;
	background-position: right 18px center;
	cursor: pointer;
}

/*textarea*/

.form textarea {
	resize: vertical;
	overflow: auto;
}


/*check*/

.form .checklist {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin: 17px 0 0;
}

.form .checklist > * {
	display: block;
	line-height: 1.3125;
}

.form .wpcf7-list-item {
	margin: 0;
}

.form .checklist > * + * {
	/* margin-left: 40px; */
}

.form .checklist .wpcf7-list-item {
	width: 33%;
}

#sec_entryform.graduate .form .checklist .wpcf7-list-item {
	width: auto;
	margin-right: 40px;
}

.form .checklist .wpcf7-list-item + .wpcf7-list-item {
	margin-top: 0;
}

#sec_entryform.career .form .checklist .wpcf7-list-item:nth-child(n + 4) {
	margin-top: 15px;
}

.form .checkwrap label,
.form .checklist label {
	display: inline-block;
	position: relative;
}

.form .checkwrap input[type=checkbox],
.form .checklist input[type=radio],
.form .checklist input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 1px;
}

.form .checkwrap input[type=checkbox] + span,
.form .checklist input[type=radio] + span,
.form .checklist input[type=checkbox] + span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	padding-left: 1.8em;
	min-width: inherit;
}

.form .checkwrap input[type=checkbox] + span::before,
.form .checkwrap input[type=checkbox] + span::after,
.form .checklist input[type=radio] + span::before,
.form .checklist input[type=radio] + span::after,
.form .checklist input[type=checkbox] + span::before,
.form .checklist input[type=checkbox] + span::after {
	content: "";
	display: inline-block;
	position: absolute;
}

.form .checkwrap input[type=checkbox] + span::before,
.form .checklist input[type=radio] + span::before,
.form .checklist input[type=checkbox] + span::before {
	width: 1.125em;
	height: 1.125em;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	top: .15em;
	left: 0;
}

.form .checkwrap input[type=checkbox]:checked + span::before,
.form .checklist input[type=radio]:checked + span::before,
.form .checklist input[type=checkbox]:checked + span::before {
	border-style: solid;
	border-width: 1px;
}


.form .checkwrap input[type=checkbox]:checked + span::after,
.form .checklist input[type=radio]:checked + span::after,
.form .checklist input[type=checkbox]:checked + span::after {
	width: 0.6em;
	height: 0.35em;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-48deg);
	border-radius: 0;
	background: transparent;
	left: 0.25em;
	top: 0.45em;
}

/*name*/

.form .name dd p {
	display: flex;
	align-items: flex-start;
}

.form .name dd p span.txt {
	min-width: 3.5em;
}

/*birthday*/
.form .birthday dd p {
	display: flex;
	align-items: flex-start;
	max-width: 166px;
}

.form .birthday dd p + p {
	margin-left: 2.5em;
}

.confirm-format .form .birthday dd p + p {
	margin-left: 1em;
}

.form .birthday select {
	width: 130px;
}

.form .box .birthday dd.flex {
	justify-content: flex-start;
}

.form .birthday dd p span.txt {
	margin-left: 1.1em;
}


/*phone*/

.form .phone dd > span {
	display: inline-block;
	max-width: 130px;
	vertical-align: top;
}

.form .phone dd .txt {
	vertical-align: top;
	font-size: 2rem;
	line-height: 1;
	margin: 1em .5em 0;
}

.form .phone input:last-child {
	margin-right: 0;
}

.form .phone .txt_s {
	font-size: 1.2rem;
	margin: .8em 0 0 !important;
}

/*reki*/
.form .reki dd p {
	display: flex;
	align-items: flex-start;
}

.form .reki dd p .txt_ttl {
	width: calc(100% - 560px);
	margin-top: 1.2em;
}

.form .reki dd p input {
	width: 560px;
}

.form .reki dd p .graduation-year input,
.form .reki dd p .wpcf7-form-control-wrap[data-name="graduation-year"] input {
	width: 100%;
}

.form .reki dd p span.txt {
	margin-left: 1.1em;
}

.form .reki select {
	width: 130px;
}

.form .reki dd p .graduation-year {
	max-width: 130px;
}


/*privacy*/

.form .privacy {
	border: none;
	padding: 30px 0 0;
}

.form .privacy .txt {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.125;
	letter-spacing: 0.05em;
}

.form .privacy .txt a {
	color: #808080;
	text-decoration: underline;
}

.form .privacy .checkwrap {
	line-height: 1.3125;
	margin: 30px 0 0;
}

.form .privacy .checkwrap input[type=checkbox] + span {
	font-weight: 700;
}

/*submitbtn*/

.form .maltistep-btn {
	margin: 60px auto 0;
	justify-content: center;
	display: flex;
}

.form .editbtn {
	position: relative;
	width: 345px;
	height: 62px;
	margin-bottom: 10px;
}

.form .submitbtn {
	position: relative;
	width: 345px;
	height: 62px;
	margin-left: 10px;
}

.form .editbtn {
	clip-path: polygon(10px 0%, 100% 0%, 100% 100%, 10px 100%, 0% 50%);
	background: #ccc;
	padding: 1px;
	transition: .3s ease;
}

.form .editbtn input {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #b2b2b2;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	padding: 0 4em;
	position: relative;
  clip-path: polygon(10px 0%, 100% 0%, 100% 100%, 10px 100%, 0% 50%);
  /* background-image: linear-gradient(to right, rgba(255, 255, 255, .7) 0%, rgba(65, 180, 190, 1) 50%, rgba(6, 74, 150, 1) 100%); */
	background: #fff;
	background-size: 200% auto;
	background-position: right center;
	transition: .3s ease;
	cursor: pointer;
}

.form .editbtn:hover {
	opacity: .7;
}

.form .submitbtn input {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	padding: 0 4em;
	position: relative;
	clip-path: polygon(calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0% 100%, 0% 0%);
	background-image: linear-gradient(to right, rgba(65, 180, 190, 1) 0%, rgba(6, 74, 150, 1) 50%, rgba(65, 180, 190, 1) 100%);
	background-size: 200% auto;
	background-position: right center;
	transition: .3s ease;
	cursor: pointer;
}

.form .submitbtn .wpcf7-spinner {
	margin: 24px auto;
	display: block;
}

.form .editbtn::before {
	content: "";
	width: 10px;
	height: 51px;
	background-image: url(../img/common/btn_arw_s_back.svg);
	position: absolute;
	right: auto;
	top: 0;
	left: 5px;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right center;
	transition: .3s ease;
	z-index: 2;
}

.form .submitbtn::before {
	content: "";
	width: 10px;
	height: 51px;
	background-image: url(../img/common/btn_arw_s.svg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right center;
	transition: .3s ease;
	z-index: 2;
}


.form .editbtn input:hover {
	background-position: left center;
}
.form .submitbtn input:hover {
	background-position: left center;
}




.career .form_wrap {
	border-top-color: #cd0016;
}

.graduate .form_wrap {
	border-top-color: #0b318f;
}

.career .lead .note .must,
.career .form .box dl .must {
	color: #cd0016;
}

.graduate .lead .note .must,
.graduate .form .box dl .must {
	/* color: #0b318f; */
	color: #cd0016;
}

.career .form .checkwrap input[type=checkbox]:checked + span::before,
.career .form .checklist input[type=radio]:checked + span::before,
.career .form .checklist input[type=checkbox]:checked + span::before {
	background-color: #cd0016;
	border-color: #cd0016;
}

.graduate .form .checkwrap input[type=checkbox]:checked + span::before,
.graduate .form .checklist input[type=radio]:checked + span::before,
.graduate .form .checklist input[type=checkbox]:checked + span::before {
	background-color: #0b318f;
	border-color: #0b318f;
}

@media screen and (max-width: 768px) {
	#sec_entryform .bg {
		padding: 10vw 0;
	}

	#sec_entryform .lead {
		width: 100%;
	}

	#sec_entryform .lead .txt {
		font-size: 3.6vw;
	}

	#sec_entryform .lead .note {
		font-size: 2.4vw;
	}

	#sec_entryform .message {
		width: 100%;
		margin: 10vw auto;
	}

	#sec_entryform .message .messagettl {
		font-size: 4.8vw;
		padding: 0 1.6em;
		clip-path: polygon(4vw 0%, calc(100% - 4vw) 0%, 100% 100%, 0% 100%);
	}

	#sec_entryform .message .messagettl span {
		font-size: 2.4vw;
	}

	#sec_entryform .message .box {
		border-width: .4vw;
		padding: 6vw 0 0;
	}

	#sec_entryform .message .box .txtwrap {
		overflow: hidden;
		padding: 0 7.6vw;
		margin-bottom: -1px;
	}

	#sec_entryform .message .box .txtwrap .ttl {
		font-size: 4.4vw;
	}

	#sec_entryform .message .box .txtwrap .name {
		font-size: 2.8vw;
		margin-top: 1.7em;
	}

	#sec_entryform .message .box .txtwrap .name span {
		display: block;
		font-size: 4vw;
		margin-left: 0;
		margin-top: .75em;
	}

	#sec_entryform .message .box .img {
		position: static;
		float: right;
		clear: right;
	}

	#sec_entryform .message .box .space {
		font-size: 0;
		width: 1px;
		float: right;
	}

	#sec_entryform.graduate .message .box .txtwrap {
		width: 100%;
	}

	#sec_entryform.graduate .message .box .img {
		width: 44vw;
		margin-right: -4vw;
		margin-left: -8vw;
	}

	#sec_entryform.career .message .box .txtwrap {
		width: 100%;
	}

	#sec_entryform.career .message .box .img {
		width: 32.66vw;
		margin-right: -1vw;
	}

	.form_wrap {
		margin: 18vw 0 0;
		padding: 8vw 4vw 12vw;
		border-top-width: 1.2vw;
	}


	/*form*/
	.form .box {
		padding: 4vw 0;
	}

	.form .box dl {
		display: block;
	}

	.form .box dl + dl {
		margin-top: 4vw;
	}

	.form .box dl dd:not(.flex) p + p {
		margin-top: 4vw;
	}

	.form .box dd p span.txt {
		margin-top: 1em;
	}

	.form .box dl dt {
		width: 100%;
		padding-top: 0;
		margin-bottom: .5em;
	}

	.form .box dl .must {
		font-size: 3.2vw;
		margin-left: .4vw;
	}

	.form .box dl dd {
		width: 100%;
	}

	.form input[type="text"],
	.form input[type="email"],
	.form input[type="tel"],
	.form select,
	.form textarea {
		height: 10vw;
		padding: .75em .5em;
		font-size: 3.2vw;
	}

	.form input.short,
	.form .reki dd p .graduation-year input,
	.form .reki dd p .wpcf7-form-control-wrap[data-name="graduation-year"] input {
		width: 29vw;
	}

	.form input.short2 {
		width: 20vw;
	}

	::placeholder {
		font-size: 2.8vw;
	}

	:-ms-input-placeholder {
		font-size: 2.8vw;
	}

	::-ms-input-placeholder {
		font-size: 2.8vw;
	}

	/*select*/

	.form select {
		padding-right: 1.8em;
		background-size: 1.8vw auto;
		background-position: right 2vw center;
	}

	/*textarea*/

	.form .message textarea {
		height: 52vw;
	}


	/*check*/
	.form .checklist {
		width: 100%;
		margin: 0;
	}

	.form .checklist > * {
		width: 50%;
	}

	.form .wpcf7-list-item {
		margin: 0;
	}

	.form .checklist > * + * {
		margin-left: 0;
		margin: 1.4vw 0;
	}

	.form .checkwrap input[type=checkbox]:checked + span::after,
	.form .checklist input[type=radio]:checked + span::after {
		border-bottom: .53vw solid #fff;
		border-left: .53vw solid #fff;
	}

	/*name*/

	.form .name dd p {
		width: 48%;
	}

	.form .name dd p span.txt {
		min-width: 2.5em;
	}

	/*birthday*/
	.form .box .birthday dd.flex {
		justify-content: space-between;
	}

	.form .birthday dd p {
		max-width: 31%;
	}

	.form .birthday dd p + p {
		margin-left: auto;
	}

	.form .birthday select {
		width: 19vw;
	}

	.form .box .birthday dd.flex {
		justify-content: flex-start;
	}

	.form .birthday dd p span.txt {
		margin-left: .4em;
	}


	/*phone*/

	.form .phone dd > span {
		max-width: 27.4%;
	}

	.form .phone dd .txt {
		font-size: 3.2vw;
		margin: 1em .5em 0;
	}

	.form .phone input:last-child {
		margin-right: 0;
	}

	.form .phone .txt_s {
		font-size: 2.4vw;
	}

	/*reki*/

	.form .reki dd p {
		display: block;
	}

	.form .reki dd p .txt_ttl {
		display: block;
		width: 100%;
		margin-top: 1em;
		margin-bottom: .5em;
	}

	.form .reki dd p input {
		width: 100%;
	}

	.form .reki dd p span.txt {
		margin-left: 1em;
	}

	.form .reki select {
		width: 32vw;
	}

	.form .reki dd p .graduation-year {
		max-width: 32vw;
	}


	/*privacy*/

	.form .privacy {
		padding: 6vw 0 0;
	}

	.form .privacy .txt {
		font-size: 3.2vw;
	}

	.form .privacy .checkwrap {
		margin: 6vw 0 0;
	}

	/*submitbtn*/

	.form .submitbtn {
		margin: 12vw auto 0;
		width: 54vw;
		height: 12.4vw;
	}

	.form .submitbtn input {
		font-size: 3.2vw;
		padding: 0 2.5em;
		clip-path: polygon(calc(100% - 2vw) 0, 100% 50%, calc(100% - 2vw) 100%, 0% 100%, 0% 0%);
	}

	.form .submitbtn::before {
		width: 19.2vw;
		height: 11vw;
		right: 1.1vw;
	}

	.form .editbtn input {
		font-size: 3.2vw;
	}
	.form .maltistep-btn {
		flex-direction: column;
		margin: 0;
	}
	.form .maltistep-btn .editbtn {
		order: 2;
		width: 42vw;
		margin-left: auto;
		margin-right: auto;
		margin-top: 6vw;
		height: 10vw;
		clip-path: polygon(1.5vw 0%, 100% 0%, 100% 100%, 1.5vw 100%, 0% 50%);
	}
	.form .maltistep-btn .editbtn::before {
		height: 8vw;
		left: 0.34vw;
		background-image: url(../img/common/btn_arw_s_back_sp.svg);
	}
	.form .maltistep-btn .editbtn input {
		clip-path: polygon(1.5vw 0%, 100% 0%, 100% 100%, 1.5vw 100%, 0% 50%);
	}
	.form .maltistep-btn .submitbtn {
		order: 1;
		margin-top: 8vw;
	}
}


/*エラー用*/
#sec_entryform .wpcf7-not-valid-tip {
	display: block;
	line-height: 1.75;
	font-size: .72em;
	margin-top: 0.25em;
}

.wpcf7-list-item {
	display: block;
	margin-top: 4px;
}

/* .wpcf7-list-item + .wpcf7-list-item {
	margin-top: 4px;
} */

@media screen and (max-width: 768px) {
	.form .checklist .wpcf7-list-item.first {
		margin-top: 0;
	}

	.wpcf7-list-item + .wpcf7-list-item {
		margin-top: 1vw;
	}

	.form .checklist {
		align-items: flex-start;
	}

	#sec_entryform .form .wpcf7-form-control-wrap[data-name="type"] .checklist .wpcf7-list-item {
		margin-top: 2vw;
		margin-bottom: 2vw;
	}

	#sec_entryform .form .wpcf7-form-control-wrap[data-name="type"] .checklist .wpcf7-list-item:nth-child(odd) {
		width: 60%;
	}

	#sec_entryform .form .wpcf7-form-control-wrap[data-name="type"] .checklist .wpcf7-list-item:nth-child(even) {
		width: 40%;
	}
	
	#sec_entryform.graduate .form .wpcf7-form-control-wrap[data-name="type"] .checklist .wpcf7-list-item:nth-child(odd),
	#sec_entryform.graduate .form .wpcf7-form-control-wrap[data-name="type"] .checklist .wpcf7-list-item:nth-child(even) {
		width: 50%;
		margin-right: 0;
	}
}


/* thanks
--------------------------------*/
#sec_entryform.thanks .form_wrap {
	margin-top: 0;
	padding-top: 40px;
	padding-bottom: 60px;
}

#sec_entryform.thanks .form_wrap .ttl {
	text-align: center;
	font-weight: 700;
	font-style: italic;
	font-size: 2.4rem;
	line-height: 1.75;
	letter-spacing: 0.14em;
	margin-bottom: 40px;
}

#sec_entryform.thanks .form_wrap .ttl span {
	display: block;
	color: #ddd;
	font-size: 8.8rem;
	line-height: 1;
	letter-spacing: 0.05em;
	margin-bottom: -.5em;
}

#sec_entryform.thanks.career .form_wrap .ttl {
	color: #cd0016;
}

#sec_entryform.thanks.career .form_wrap .ttl span {
	color: #fbedef;
}

#sec_entryform.thanks.graduate .form_wrap .ttl {
	color: #0b318f;
}

#sec_entryform.thanks.graduate .form_wrap .ttl span {
	color: #eef0f7;
}

@media screen and (max-width: 768px) {
	#sec_entryform.thanks .form_wrap {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}

	#sec_entryform.thanks .form_wrap .ttl {
		font-size: 4.8vw;
		margin-bottom: 8vw;
	}

	#sec_entryform.thanks .form_wrap .ttl span {
		font-size: 17.6vw;
		margin-bottom: -1.5em;
	}
}

/* contact_tel
--------------------------------*/
.contact_tel {
	margin-top: -180px;
	height: 29.6vw;
	min-height: 530px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/entry/contact_bg_pc.png) no-repeat right top/ cover;
	padding-top: 3.8vw;
}

.contact_tel .box {
	width: 728px;
	margin: 0 auto 0;
	position: relative;
	-webkitclip-path: polygon(20px 0%, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
	clip-path: polygon(20px 0%, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
	backface-visibility: hidden;
}

.contact_tel .box .inner {
	align-items: center;
	padding: 26px 48px;
	position: relative;
	border: 3px solid #fff;
}

.contact_tel .box .inner::before,
.contact_tel .box .inner::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;

}

.contact_tel .box .inner::before {
	border-width: 18px 18px 0 0;
	border-color: #fff transparent transparent transparent;
	left: 0;
	top: 0;
}

.contact_tel .box .inner::after {
	border-width: 0 0 19px 19px;
	border-color: transparent transparent #fff transparent;
	right: 0;
	bottom: 0;
}

.contact_tel .box * {
	color: #fff;
}

.contact_tel .box .ttl {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: 0.14em;
}

.contact_tel .box .tel {
	padding-left: 26px;
	border-left: 2px solid #fff;
}

.contact_tel .box .tel .num {
	font-size: 3.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
}

.contact_tel .box .tel .txt {
	line-height: 1.5;
	margin-top: 6px;
}

#sec_entryform.thanks.graduate .contact_tel {
	height: 32.888vw;
	min-height: 592px;
	padding-bottom: 62px;
	background: url(../img/entry/contact_bg_pc_l.png) no-repeat right top/ cover;
}

#sec_entryform.thanks.career .contact_tel {
	padding-top: 0;
	height: 32.888vw;
	min-height: 592px;
}

@media screen and (min-width: 1800px) {
	.contact_tel {
		margin-top: -10vw;
	}
}

@media screen and (max-width: 768px) {
	.contact_tel {
		margin-top: -24vw;
		height: 105.6vw;
		min-height: inherit;
		background: url(../img/entry/contact_bg_sp.png) no-repeat right top/ cover;
		padding-top: 9vw;
	}

	.contact_tel .box {
		width: 84%;
		-webkitclip-path: polygon(15px 0%, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
	clip-path: polygon(15px 0%, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
	}

	.contact_tel .box .inner {
		padding: 6vw 8vw;
		display: block;
		border-width: 2px;
	}

	.contact_tel .box .inner::before {
		border-width: 14px 14px 0 0;
	}

	.contact_tel .box .inner::after {
		border-width: 0 0 14px 14px;
	}

	.contact_tel .box .ttl {
		font-size: 4vw;
		text-align: center;
		margin-bottom: 4vw;
	}

	.contact_tel .box .tel {
		padding-left: 0;
		padding-top: 4vw;
		border-left: none;
		position: relative;
	}

	.contact_tel .box .tel::before {
		content: "";
		width: 56.53vw;
		height: .4vw;
		background-color: #fff;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 0;
	}

	.contact_tel .box .tel .num {
		font-size: 7vw;
	}

	.contact_tel .box .tel .txt {
		margin-top: .4em;
	}

	#sec_entryform.thanks.graduate .contact_tel {
		height: 117.87vw;
		min-height: inherit;
		background: url(../img/entry/contact_bg_sp_l.png) no-repeat right top/ cover;
		padding-bottom: 12vw;
	}

}


/* sec_faqm
--------------------------------*/
#sec_faq {
	padding: 20px 0 100px;
}

#sec_faq .wrap {
	width: 984px;
}

#sec_faq .secttl {
	font-size: 3.6rem;
	margin-bottom: 60px;
}

#sec_faq .secttl .en {
	color: rgba(11, 49, 143, .35);
	font-size: 1.4rem;
	margin-top: .5em;
}

#sec_faq .faq_box {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#sec_faq .faq_box + .faq_box {
	margin-top: -1px;
}

#sec_faq .faq_box .q_txt {
	color: #0b318f;
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.15em;
	line-height: 1.6;
	padding: 35px 3.2em 35px 75px;
	position: relative;
	cursor: pointer;
}

#sec_faq .faq_box .q_txt::before {
	content: "Q.";
	width: 75px;
	height: auto;
	color: #0b318f;
	font-family: 'Manrope', sans-serif;
	font-style: italic;
	font-weight: 600;
	font-size: 3.5rem;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	position: absolute;
	left: 0;
	top: 32px;
	text-align: center;
}

#sec_faq .faq_box .acdbtn .ico {
	position: absolute;
	right: 26px;
	top: 50%;
	margin-top: -12px;
	width: 24px;
	height: 24px;
}

#sec_faq .faq_box .acdbtn .ico::before,
#sec_faq .faq_box .acdbtn .ico::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #000;
	width: 24px;
	height: 2px;
	transition: .3s ease;
}

#sec_faq .faq_box .acdbtn .ico::before {
	transform: translateY(-50%) rotate(90deg);
}

#sec_faq .faq_box .acdbtn.open .ico::before {
	transform: rotate(45deg);
}

#sec_faq .faq_box .acdbtn.open .ico::after {
	transform: rotate(-45deg);
}

#sec_faq .faq_box .acdcnt {
	display: none;
	margin-bottom: 35px;
}

#sec_faq .faq_box .a_txt {
	background-color: #eff8fd;
	padding: 24px 118px 24px 75px;
	position: relative;
	text-align: justify;
	color: #000000;
}

#sec_faq .faq_box .a_txt::before {
	content: "A.";
	width: 75px;
	height: auto;
	color: #0b318f;
	font-family: 'Manrope', sans-serif;
	font-style: italic;
	font-weight: 600;
	font-size: 3.5rem;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	position: absolute;
	left: 0;
	top: 22px;
	text-align: center;
}


@media screen and (max-width: 768px) {
	#sec_faq {
		padding: 14vw 0 0;
	}

	#sec_faq .wrap {
		width: 84%;
	}

	#sec_faq .secttl {
		font-size: 6.67vw;
		margin-bottom: 12vw;
	}

	#sec_faq .secttl .en {
		font-size: 2.8vw;
	}

	#sec_faq .faq_box .q_txt {
		font-size: 3.6vw;
		padding: 6.4vw 14.6vw;
	}

	#sec_faq .faq_box .q_txt::before {
		width: 14.6vw;
		font-size: 6.4vw;
		top: 6vw;
	}

	#sec_faq .faq_box .acdbtn .ico {
		right: 6vw;
		margin-top: -2vw;
		width: 4vw;
		height: 4vw;
	}

	#sec_faq .faq_box .acdbtn .ico::before,
	#sec_faq .faq_box .acdbtn .ico::after {
		width: 4vw;
		height: .4vw;
	}

	#sec_faq .faq_box .acdcnt {
		margin-bottom: 35px;
	}

	#sec_faq .faq_box .a_txt {
		padding: 4.2vw 7vw 4.2vw 14.6vw;
	}

	#sec_faq .faq_box .a_txt::before {
		width: 14.6vw;
		font-size: 6.4vw;
		top: 4vw;
	}
}

/* sec_mynavi
--------------------------------*/
#sec_mynavi {
	width: 100%;
	height: 0;
	position: relative;
	top: -9.44vw;
}

#sec_mynavi .box {
	background-color: #0b318f;
	-webkitclip-path: polygon(25px 0%, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
	clip-path: polygon(25px 0%, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
	padding: 40px 83px 60px;
	z-index: 2;
}

#sec_mynavi .box .ttl {
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	line-height: 1.9;
	margin-bottom: 1.25em;
}

#sec_mynavi .box .link {
	width: 470px;
	background-color: #00aaeb;
	padding: 4px;
	margin-left: auto;
	margin-right: auto;
}

#sec_mynavi .box .link .logo {
	height: 78px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

#sec_mynavi .box .link .txt {
	color: #fff;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.5;
	padding: 1em;
	position: relative;
}

#sec_mynavi .box .link .txt::before {
	content: "";
	width: 11px;
	height: 30px;
	background: url(../img/common/arw_s.svg) no-repeat center / auto 100%;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translate(0, -50%);
	transition: .3s ease;
	z-index: 2;
}


@media screen and (min-width: 769px) {
	#sec_mynavi .box .link a:hover .txt::before {
		transform: translate(5px, -50%);
	}
}

@media screen and (max-width: 768px) {
	#sec_mynavi {
		width: 100%;
		height: 0;
		position: relative;
		top: -24vw;
	}

	#sec_mynavi .box {
		-webkitclip-path: polygon(3.33vw 0%, 100% 0, 100% calc(100% - 3.33vw), calc(100% - 3.33vw) 100%, 0 100%, 0 3.33vw);
		clip-path: polygon(3.33vw 0%, 100% 0, 100% calc(100% - 3.33vw), calc(100% - 3.33vw) 100%, 0 100%, 0 3.33vw);
		padding: 8vw;
	}

	#sec_mynavi .box .ttl {
		font-size: 4.8vw;
		line-height: 1.68;
	}

	#sec_mynavi .box .link + .link {
		margin-top: 4vw;
	}

	#sec_mynavi .box .link {
		width: 100%;
		padding: 1vw;
	}

	#sec_mynavi .box .link .logo {
		height: 14.13vw;
	}

	#sec_mynavi .box .link .logo img {
		width: auto;
		height: 7.2vw;
	}

	#sec_mynavi .box .link .txt {
		font-size: 3.2vw;
		padding: .75em;
	}

	#sec_mynavi .box .link .txt::before {
		width: 2vw;
		height: 4vw;
	}
}

/* sec_session
--------------------------------*/
#sec_interview_list.under {
	margin-top: -160px;
	padding-top: 160px;
	padding-bottom: 0;
}

#sec_interview_list.under::before {
	border: none;
	height: calc(100% - 270px);
}

#sec_interview_list.under .check {
	font-weight: 700;
	font-style: italic;
	font-size: 3.2rem;
	line-height: 1.875;
	margin-bottom: 90px;
}

#sec_interview_list.under .check span {
	border-bottom: 5px solid #0b318f;
}

#sec_interview_list .ttlwrap {
	margin-bottom: 60px;
}

#sec_mynavi + #sec_interview_list.under {
	padding-top: 450px;
}

@media screen and (min-width: 1800px) {
	#sec_interview_list.under {
		margin-top: -8.8vw;
		padding-top: 9.34vw;
	}
}

@media screen and (max-width: 768px) {
	#sec_interview_list.under {
		margin-top: -8.8vw;
		padding-top: 23vw;
	}

	#sec_interview_list.under::before {
		height: calc(100% - 63vw);
	}

	#sec_interview_list.under .check {
		font-size: 6.13vw;
		margin-bottom: 18vw;
	}

	#sec_interview_list.under .check span {
		border-bottom: .93vw solid #0b318f;
	}

	#sec_interview_list .ttlwrap {
		margin-bottom: 6vw;
	}

	#sec_interview_list .ttlwrap .secttl {
		text-align: center;
		margin-bottom: 1.5em;
	}

	#sec_interview_list .ttlwrap .lead {
		text-align: center;
		letter-spacing: 0.1em;
	}

	#sec_mynavi + #sec_interview_list.under {
		/* padding-top: 110vw; */
		padding-top: 80vw;
	}
}

/* sec_other
--------------------------------*/
#sec_other {
	padding: 100px 0 8px;
}

#sec_other .bnrwrap .bnr {
	width: 557px;
	margin: 0 auto;
	box-shadow: 8px 8px 0 rgba(0, 0, 0, .2);
}

#sec_other .bnrwrap .bnr:nth-child(n + 3) {
	margin-top: 36px;
}

#sec_other .bnrwrap .bnr a {
	position: relative;
	display: block;
	transition: .3s ease;
}


@media screen and (min-width: 769px) {
	#sec_other .bnrwrap .bnr a::before {
		content: "";
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, .15);
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		transition: .3s ease;
	}

	#sec_other .bnrwrap .bnr a:hover::before {
		opacity: 1;
	}

	#sec_other .bnrwrap .bnr a:hover {
		transform: translate(8px, 8px);
	}
}

@media screen and (max-width: 768px) {
	#sec_other {
		padding: 10vw 0 1.6vw;
		-webkit-clip-path: polygon(0 8.5vw, 100% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(0 8.5vw, 100% 0%, 100% 100%, 0% 100%);
		margin-top: 16vw;
	}

	#sec_other .bnrwrap .bnr {
		width: 100%;
		box-shadow: 1.6vw 1.6vw 0 rgba(0, 0, 0, .2);
	}

	#sec_other .bnrwrap .bnr + .bnr {
		margin-top: 6.4vw;
	}
}

/* confirm-format
--------------------------------*/
.confirm-format .form .box dl dt {
	padding-top: 0;
}

.confirm-format .form .box dl.name dd p span.txt {
	display: none;
}

.confirm-format .form .box dl.name dd.flex {
	justify-content: flex-start;
}

.confirm-format .form .birthday dd p span.txt {
	margin-left: 0;
	margin-top: 0;
}

.confirm-format .form .phone dd .txt  {
	margin: 0.15em 0.5em 0;
}
