@charset "UTF-8";
@media screen and (min-width: 768px) {
#wrapper {
	min-width: 1280px;
	
}
#main {
	position: relative;
    box-sizing: border-box;
	width: 100%;
	min-width: 1280px;
	margin-bottom: 80px;
    padding: 0 0 0;
    /*background: linear-gradient(180deg,transparent 0%,transparent 230px,#ddeaf3 230px,#ddeaf3 100%);*/
    /*background: url("../images/bg01.png") top center,linear-gradient(180deg,transparent 0%,transparent 230px,#ddeaf3 230px,#ddeaf3 100%);*/
	overflow: hidden;
}

#main h2{
	z-index: -1;
	position: relative;
    box-sizing: border-box;
    height: 131px;
    margin-top: 139px;
	margin-bottom: 30px;
    padding: 33px 0 0 calc(135/1440*100%);
    background: url("../images/entry/ttl_bg.png") no-repeat left top;
    background-size: 1194px auto;
    line-height: 1;
	font-size: 46px;
    font-weight: bold;
	white-space: nowrap;
}
#main .cont{
	position: absolute;
    left: calc(135/1440*100%);
}
#main .fr{
    width: calc(868/1440*100%);
	height: auto;
}
#main h3{
    margin-bottom: 25px;
	font-size: 26px;
    font-weight: bold;
	line-height: 1.0;
	color: #fff;
}
#main h3 span{
	display: inline-block;
	padding: 20px 15px;
	background: #013591;
}
#main h3 span.second{
	margin-top: -18px;
}
#main p{
	width: 500px;
	font-size: 16px;
    line-height: 2.25;
	letter-spacing: 0.1em;
}

	
}
@media screen and (max-width: 767px) {
	#main {
		position: relative;
		box-sizing: border-box;
		width: 100%;
		margin-bottom: calc(80/750*100vw);
		padding-bottom: calc(10/750*100vw);
		/*background: linear-gradient(180deg,transparent 0%,transparent calc(206/750*100vw),#ddeaf3 calc(206/750*100vw),#ddeaf3 100%);*/
		/*background: url("../images/bg01.png") center repeat, linear-gradient(180deg,transparent 0%,transparent calc(206/750*100vw),#ddeaf3 calc(206/750*100vw),#ddeaf3 100%);*/
	}
	#main img {
		float: right;
		width: calc(672/750*100vw);
		margin-bottom: calc(50/750*100vw);
	}
	#main h2{
		clear: both;
		box-sizing: border-box;
		height: 16vw;
		margin-bottom: calc(50/750*100vw);
		padding: calc(33/750*100vw) 0 0 calc(33/750*100vw);
		background: url("../images/entry/sp/ttl_bg.png") no-repeat left top;
		background-size: 100% auto;
		font-size: calc(50/750*100vw);
		font-weight: bold;
		line-height: 1;
	}
	#main .cont{
		padding: 0 calc(30/750*100vw);
	}
	#main h3{
		margin-bottom: calc(25/750*100vw);
		font-size: calc(36/750*100vw);
		font-weight: bold;
		line-height: 1.0;
		color: #fff;
	}
	#main h3 span{
		display: inline-block;
		padding: calc(20/750*100vw) calc(15/750*100vw);
		background: #013591;
	}
	#main h3 span.second{
		margin-top: calc(-20/750*100vw);
	}
	#main p{
		font-size: calc(28/750*100vw);
		line-height: 1.8;
		letter-spacing: 0.1em;
	}
	
	
}

@media (min-width: 768px) {

.content {
}	
.content .inner {
	width: 822px;
	margin: 0 auto;
}	
.content h3 {
	margin-bottom: 65px;
	text-align: center;
}
.content h3 span {
	position: relative;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.0;
}
.content h3 span::after{
    content: "";
    position: absolute;
    bottom: -23px;
	left: calc(50% - 25px);
    width: 50px;
    height: 3px;
    margin: auto;
	background: #11a958;
}	
.content p {
	line-height: 2.25;
}
.content p.lead {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 2.25;
}
.entry_form {
	padding-bottom: 40px;
}
.entry_form .item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 500px;
	margin: 0 auto 30px;
}
.entry_form .item li {
	width: 50%;
	margin-bottom: 20px;
	font-size: 18px;
}
.entry_form .item li label {
	cursor: pointer;
}
.entry_form .item li input[type="radio"] {
	margin-right: 10px;	
}
.entry_form .item li label p {
}

.entry_form .c2{
	display: flex;
	justify-content: space-between;
}
.entry_form .c2 dl{
	width: 365px;
}
.entry_form dl{
	margin-bottom: 40px;
	letter-spacing: 0.1em;
}

.entry_form dl dt{
	box-sizing: border-box;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
}
.entry_form dl dt em{
	font-style: normal;
 	font-weight: normal;
	color:#ff5a00;
}
.entry_form dl .s{
	font-size: 14px;
}

.entry_form input[type="text"]{
	box-sizing: border-box;
	width: 365px;
	height: 55px;
    padding: 8px 15px;
    border: 1px solid #d2d2d2;
	background: #f8f8f8;
	font-family:'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Meiryo', 'メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	letter-spacing: 0.1em;
}
/*
.entry_form input[type="text"]:placeholder-shown {
    border: 1px solid #d2d2d2;
}
.entry_form input[type="text"]:not(:placeholder-shown){
    border: 1px solid #013495;
	background: #fff;
}
.entry_form input[type="text"]:focus {
	border: 1px solid #ff5a00;
	caret-color: #ff5a00;
	outline: 0;
	background: #fff;
}
*/
.entry_form input[type="email"]{
	box-sizing: border-box;
	width: 365px;
	height: 55px;
    padding: 8px 15px;
    border: 1px solid #d2d2d2;
	background: #f8f8f8;
	font-family:'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Meiryo', 'メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	letter-spacing: 0.1em;
}
.entry_form select{
	box-sizing: border-box;
	width: 365px;
	height: 55px;
    padding: 8px 15px;
    border: 1px solid #d2d2d2;
	background: #f8f8f8;
	font-family:'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Meiryo', 'メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 16px;
	letter-spacing: 0.1em;
	/*color: #848484;*/
}
/*
.entry_form select option{
	color: #000;
}
.entry_form select option:first-child{
	color: #848484;
}
*/
.entry_form dl.birth dd .birth_cont{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 5px;
}
.entry_form dl.birth dd .birth_cont input[type="text"]{
	width: 240px;
	margin-left: 12px;
	margin-right: 3px;
}
.entry_form dl.birth dd .birth_cont input[type="text"]:first-child{
	margin-left: 0;
}

.entry_form textarea{
	box-sizing: border-box;
    width: 100%;
    height: 185px;
    padding: 8px 15px;
    border: 1px solid #d2d2d2;
	background: #f8f8f8;
	font-family:'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Meiryo', 'メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 16px;
	letter-spacing: 0.1em;
}
/*
.entry_form .yubin_box input{
	float: left;
}
*/
.entry_form input.yubin_btn {
	cursor: pointer;
	float: left;
	display: block;
	box-sizing: border-box;
	width: 180px;
	height: 55px;
	margin-left: 15px;
	background: #ff5a00;
	border:none;
	color: #fff;
	font-family:'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Meiryo', 'メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.freshers {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 90px;
}
.freshers p {
	margin-right: 30px;
	font-size: 22px;
	font-weight: bold;
}

.content .btn input[type="submit"]{
	cursor: pointer;
	display: block;
	width: 573px;
	height: 100px;
	margin: 20px auto 100px;
	border: none;
    background: linear-gradient(to right, #ff5a00 23%, #ff9054);
	text-align: center;
	font-family:'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Meiryo', 'メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 100px;
	color: #fff;
	letter-spacing: 0.2em;
}


#return {
	padding: 53px 0;
	background: #ddeaf3;
}	
#return .return_btn input[type="button"] {
	cursor: pointer;
	display: block;
	width: 180px;
	height: 65px;
	margin: 0 auto;
	background: #ffffff;
	border: none;
	text-align: center;
	font-family:'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Meiryo', 'メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 65px;
}	

/*
.caution{
    margin-top: 30px;
    font-size: 14px;
    padding-left:1em;
    text-indent: -1em;
}
.caution a{
	color: #ed171f;
	text-decoration: underline;
}
*/
.entry_form .error{
	margin: 20px 0 30px 0!important;
	padding: 15px;
    background:#fcdcde;
    font-size: 16px;
	color:#ed171f;
	
	line-height: 1.5;
}

.entry_form.checkbox {
	padding-bottom: 60px;
	font-size: 18px;
	line-height: 1.0;
	text-align: center;
}
.entry_form.checkbox span {
}

.entry_form.checkbox input[type="checkbox"] {
	font-size: 18px;
	margin: 3px 10px 0 0;	
	transform: scale(1.4);
	vertical-align: top;
}


}

@media (max-width: 767px) {
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}

button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}


	.content {
	}	
	.content .img {
	}	
	.content .inner {
		padding: 0 calc(30/750*100vw);
	}	
	.content h3 {
		margin-bottom: calc(95/750*100vw);
		text-align: center;
	}	
	.content h3 span {
		position: relative;
		display: inline-block;
		font-size: calc(40/750*100vw);
		font-weight: bold;
		line-height: 1.0;
	}
	.content h3 span::after{
		content: "";
		position: absolute;
		bottom: calc(-37/750*100vw);
		left: calc(50% - 35/750*100vw);
		width: calc(70/750*100vw);
		height: calc(6/750*100vw);
		margin: auto;
		background: #11a958;
	}	
	.content p {
	}
	.content p.lead {
		margin-bottom: calc(40/750*100vw);
		font-size: calc(26/750*100vw);
		line-height: 1.8;
	}
	.entry_form {
		padding-bottom: calc(80/750*100vw);
	}
	.entry_form .item {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 0;	
	}
	.entry_form .item li {
		display: flex;
		width: 50%;
		margin-bottom: calc(40/750*100vw);
	}
	.entry_form .item li label {
		cursor: pointer;
		font-size: calc(26/750*100vw);
		font-family:'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Meiryo', 'メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	}
	.entry_form .item li input[type="radio"] {
		margin-right: calc(10/750*100vw);	
	}
	.entry_form .item li label p {
	}

	.entry_form .c2{
	}
	.entry_form .c2 dl{
	}
	.entry_form dl{
		margin-bottom: calc(45/750*100vw);
		letter-spacing: 0.1em;
	}
	.entry_form dl dt{
		box-sizing: border-box;
		margin-bottom: calc(10/750*100vw);
		font-weight: bold;
		font-size: calc(32/750*100vw);
		line-height: 1.6;
	}
	.entry_form dl dd{
		font-size: calc(28/750*100vw);
		line-height: 1.6;
	}
	.entry_form dl dt em{
		font-style: normal;
		font-weight: normal;
		color:#ff5a00;
	}
	.entry_form dl .s{
		font-size: calc(24/750*100vw);
	}

	.entry_form input[type="text"]{
		box-sizing: border-box;
		width: 100%;
		height: calc(85/750*100vw);
		padding: calc(15/750*100vw) calc(30/750*100vw);
		border: 1px solid #d2d2d2;
		background: #f8f8f8;
		font-family:'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Meiryo', 'メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
		font-size: calc(28/750*100vw);
		letter-spacing: 0.1em;
	}
	/*
	.entry_form input[type="text"]:placeholder-shown {
		border: 1px solid #d2d2d2;
	}
	.entry_form input[type="text"]:not(:placeholder-shown){
		border: 1px solid #013495;
		background: #fff;
	}
	*/
	.entry_form input[type="text"]:focus {
		border: 1px solid #ff5a00;
		caret-color: #ff5a00;
		outline: 0;
		background: #fff;
	}
	.entry_form input[type="email"]{
		box-sizing: border-box;
		width: 100%;
		height: calc(85/750*100vw);
		padding: calc(15/750*100vw) calc(30/750*100vw);
		border: 1px solid #d2d2d2;
		background: #f8f8f8;
		font-family:'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Meiryo', 'メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
		font-size: calc(28/750*100vw);
		letter-spacing: 0.1em;
	}
	.entry_form select{
		box-sizing: border-box;
		width: 100%;
		height: calc(85/750*100vw);
		padding: calc(15/750*100vw) calc(30/750*100vw);
		border: 1px solid #d2d2d2;
		background: #f8f8f8;
		font-family:'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Meiryo', 'メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
		font-size: calc(28/750*100vw);
		letter-spacing: 0.1em;
	}
	/*
	.entry_form select option{
		color: #000;
	}
	.entry_form select option:first-child{
		color: #848484;
	}
	*/
	.entry_form dl.birth dd .birth_cont{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.entry_form dl.birth dd .birth_cont input[type="text"]{
		width: calc(180/750*100vw);
		margin-left: calc(12/750*100vw);
		margin-right: calc(3/750*100vw);
	}
	.entry_form dl.birth dd .birth_cont input[type="text"]:first-child{
		margin-left: 0;
	}

	.entry_form textarea{
		box-sizing: border-box;
		width: 100%;
		height: calc(335/750*100vw);
		padding: calc(15/750*100vw) calc(30/750*100vw);
		border: 1px solid #d2d2d2;
		background: #f8f8f8;
		font-family:'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Meiryo', 'メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
		font-size: calc(28/750*100vw);
		letter-spacing: 0.1em;
	}
	/*
	.entry_form .yubin_box dd{
		display: flex;
		justify-content: space-between;
	}
	*/
	.entry_form .yubin_box dd input[type="text"]{
		width: calc(445/750*100vw);
	}
	.entry_form input.yubin_btn {
		cursor: pointer;
		float: left;
		display: block;
		box-sizing: border-box;
		width: calc(210/750*100vw);
		height: calc(85/750*100vw);
		background: #ff5a00;
		border:none;
		color: #fff;
		font-family:'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Meiryo', 'メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
		font-size: calc(28/750*100vw);
		font-weight: bold;
		letter-spacing: 0.1em;
	}

	.entry_form p.att {
		margin-top: calc(15/750*100vw);
	}
	.content .btn input[type="submit"]{
		cursor: pointer;
		display: block;
		width: calc(590/750*100vw);
		height: calc(140/750*100vw);
		margin: 0 auto calc(120/750*100vw);
		border: none;
		background: linear-gradient(to right, #ff5a00 23%, #ff9054);
		text-align: center;
		font-family:'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Meiryo', 'メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
		font-size: calc(30/750*100vw);
		font-weight: bold;
		line-height: calc(100/750*100vw);
		color: #fff;
		letter-spacing: 0.2em;
	}


	.entry_form .caution{
		display: block!important;
		padding: 0 4.9% 4.9%;
		font-size: 2.99vw;
		line-height: 1.4;
	}
	
	.entry_form .caution p{
		padding-left:1em;
		text-indent: -1em;
	}
	.caution a{
		color: #ed171f;
		text-decoration: underline;
	}
	
	.entry_form .error{
		margin: 20px 0 30px;
		padding: 5%;
		background: #fcdcde;
		color:#ed171f;
		line-height: 1.5;
	}
	
	.freshers {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: calc(100/750*100vw);
	}
	.freshers p {
		margin-right: calc(20/750*100vw);
		font-size: calc(30/750*100vw);
		font-weight: bold;
	}
	.freshers .bnr {
		width: calc(300/750*100vw);
	}
	#return {
		padding: calc(85/750*100vw) 0;
		background: #ddeaf3;
	}	
	#return .return_btn input[type="button"] {
		display: block;
		width: calc(240/750*100vw);
		height: calc(80/750*100vw);
		margin: 0 auto;
		background: #ffffff;
		border: none;
		text-align: center;
		font-size: calc(26/750*100vw);
		font-weight: bold;
		line-height: calc(80/750*100vw);
		font-family:'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Meiryo', 'メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	}
	
	.entry_form.checkbox {
		padding-bottom: calc(100/750*100vw);
		font-size: calc(32/750*100vw);
		line-height: 1.0;
		text-align: center;
	}
	.entry_form.checkbox span {
	}
	
	.entry_form.checkbox input[type="checkbox"] {
		margin: calc(7/750*100vw) calc(20/750*100vw) 0 0;	
		transform: scale(1.4);
		vertical-align: top;
	}
	
}
/*----------------------------
確認画面
-----------------------------*/

@media (min-width: 768px) {
.confirm .entry_form .item {
	display: block;
	width: 500px;
	margin: 0 auto 50px;
}
.confirm .entry_form .item li {
	width: 100%;
	margin-bottom: 20px;
	font-size: 18px;
	text-align: center;
}
	
}

@media (max-width: 767px) {
	
}

/*----------------------------
サンクス画面
-----------------------------*/
@media (min-width: 768px) {
.thx h3{
	/*
	margin-bottom: 35px;
    font-size:24px;
	color: #ed171f;
	*/
}
.thx .inner {
	text-align: center;
	padding-bottom: 100px;
}
.thx p {
	display: inline-block;
	text-align: left;
}

	
}
@media (max-width: 767px) {
	/*
	.thx h3{
		margin-bottom: 35px;
		padding: 0 4.9%;
		font-size: 3.26vw;
		color: #ed171f;
	}
	*/
	.thx .inner {
		padding-bottom: calc(100/750*100vw);
	}
	.thx p {
		line-height: 1.8;
		font-size: calc(28/750*100vw);
	}
	
}

@media screen and (min-width: 768px) {}
@media screen and (max-width: 767px) {}
