@charset "UTF-8";
::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #c7c7c7;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #c7c7c7;
}
:-ms-input-placeholder {
	/* IE 10+ */
	color: #c7c7c7;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #c7c7c7;
}
@media (max-width: 700px) {
	.entry_form .top_message {
		padding: 0 10px;
		line-height: 1.5;
	}
}
.entry_form.loading {
	opacity: 0.6;
	pointer-events: none;
}
.entry_form h2 {
	margin: 70px 0;
	font-size: 24px;
	text-align: center;
}
@media (max-width: 700px) {
	.entry_form h2 {
		font-size: 20px;
		margin: 30px 0;
	}
}
.entry_form .pre-wrap {
	white-space: pre-wrap;
}
.entry_form .error.top {
	font-size: 15px;
	color: #e40012;
	margin-top: 5px;
	font-weight: 700;
	background: #fee;
	padding: 10px;
	border-radius: 5px;
}
.entry_form .errors {
	margin: 20px 0;
	background: #ffeeee;
	padding: 13px;
	border-radius: 5px;
	color: #c00;
}
.entry_form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
.entry_form fieldset h3 {
	background: #224e9d;
	color: white;
	font-size: 14px;
	margin: 15px 0 5px;
	padding: 10px;
}
.entry_form fieldset .rows > .row {
	display: flex;
	padding: 15px 20px;
	align-items: flex-start;
	border-bottom: 1px solid #d3d3d3;
}
.entry_form fieldset .rows > .row:first-child {
	border-top: 1px solid #d3d3d3;
}
@media (max-width: 700px) {
	.entry_form fieldset .rows > .row {
		display: block;
		padding: 5px 0 10px;
	}
}
.entry_form fieldset .rows > .row.has-error {
	background: #fee !important;
}
.entry_form fieldset .rows > .row .control-label {
	position: relative;
	color: #2e4d98;
	flex: 0 0 280px;
	padding-top: 10px;
	font-size: 16px;
	font-weight: 700;
}
@media (max-width: 700px) {
	.entry_form fieldset .rows > .row .control-label {
		display: block;
		padding: 5px 0 10px;
		line-height: 25px;
	}
}
.entry_form fieldset .rows > .row .input {
	flex: 1 1 auto;
}
.entry_form fieldset .rows > .row .input input[type='text'],
.entry_form fieldset .rows > .row .input input[type='email'],
.entry_form fieldset .rows > .row .input input[type='password'],
.entry_form fieldset .rows > .row .input input[type='search'],
.entry_form fieldset .rows > .row .input textarea,
.entry_form fieldset .rows > .row .input select {
	display: inline-block;
	background-color: #fff;
	border: none;
	font-size: 16px;
	line-height: 40px;
	height: 50px;
	border-radius: 5px;
	padding: 0 20px;
	width: 100%;
	outline: none;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6;
}
.entry_form fieldset .rows > .row .input input[type='text'][type='search'],
.entry_form fieldset .rows > .row .input input[type='email'][type='search'],
.entry_form fieldset .rows > .row .input input[type='password'][type='search'],
.entry_form fieldset .rows > .row .input input[type='search'][type='search'],
.entry_form fieldset .rows > .row .input textarea[type='search'],
.entry_form fieldset .rows > .row .input select[type='search'] {
	border-radius: 40px;
	padding: 0 20px;
	margin-bottom: 5px;
}
#app-contact .entry_form fieldset .rows > .row .input textarea {
	height: 110px;
	padding-top: 10px;
	padding-bottom: 10px;
}
input[type='radio'] {
	vertical-align: middle;
}
.entry_form fieldset .rows > .row .input dl {
	margin: 0;
}
.entry_form fieldset .rows > .row .input dl + dl {
	margin-top: 10px;
}
.entry_form fieldset .rows > .row .input dl dt {
	margin: 0;
	padding: 0;
	font-weight: 700;
}
.entry_form fieldset .rows > .row .input dl dd {
	margin: 0;
	padding: 0 0 0 15px;
}
.entry_form fieldset .rows > .row .input dl dd .item {
	margin: 5px 0;
	font-size: 15px;
	line-height: 1.3;
}
word .entry_form fieldset .rows > .row .input dl dd .item::before {
	content: '・';
}
.entry_form fieldset .rows > .row .input dl dd .item.columns .column {
	flex: 1 1 auto;
}
.entry_form fieldset .rows > .row .input dl dd .item.columns .time {
	flex: 0 0 110px;
}
.entry_form fieldset .rows > .row.required .control-label {
	padding-left: 40px;
}
.entry_form fieldset .rows > .row.required .control-label::before {
	position: absolute;
	top: 7px;
	left: 0;
	content: '必須';
	background: #e40012;
	color: white;
	padding: 5px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
}
.entry_form fieldset .rows .radios,
.entry_form fieldset .rows .checks {
	display: flex;
	gap: 10px 20px;
	flex-wrap: wrap;
	padding: 10px 0;
}
.entry_form fieldset .rows .radios label,
.entry_form fieldset .rows .checks label {
	cursor: pointer;
}
.entry_form fieldset .rows .radios input:disabled,
.entry_form fieldset .rows .checks input:disabled {
	cursor: default;
}
.entry_form fieldset .rows .radios input:disabled + span,
.entry_form fieldset .rows .checks input:disabled + span {
	color: #777;
}
.entry_form fieldset .rows .help {
	font-size: 15px;
	color: #444;
	margin-top: 5px;
}
@media (max-width: 700px) {
	.entry_form fieldset .rows .help {
		font-size: 13px;
		line-height: 1.3;
	}
}
.entry_form fieldset .rows .error {
	font-size: 15px;
	color: #e40012;
	margin-top: 5px;
	font-weight: 700;
}
@media (max-width: 700px) {
	.entry_form fieldset .rows .error {
		font-size: 13px;
		line-height: 1.3;
	}
}
.entry_form fieldset .rows .row.name .pre,
.entry_form fieldset .rows .row.name_kana .pre {
	white-space: nowrap;
	padding: 0 10px;
}
.entry_form fieldset .rows .row.company select {
	width: 100px;
	font-size: 14px;
}
.entry_form fieldset .rows .row.hours {
	display: block;
	margin: 50px 0;
	padding: 0;
}
@media (max-width: 700px) {
	.entry_form fieldset .rows .row.hours {
		margin: 30px 0;
		padding: 0 10px;
	}
}
.entry_form fieldset .rows .row.hours .title {
	margin: 20px 0;
	display: flex;
	gap: 20px;
	align-items: center;
}
.entry_form fieldset .rows .row.hours .title h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
}
.entry_form fieldset .rows .row.hours .title label {
	cursor: pointer;
}
.entry_form fieldset .rows .row.hours h5 {
	margin: 0;
	padding: 9px 10px;
	background: #e2e2e2;
	font-size: 15px;
	line-height: 1.2;
}
.entry_form fieldset .rows .row.hours .radios {
	margin: 10px 0 20px;
	padding: 0 10px;
	justify-content: space-between;
}
@media (max-width: 700px) {
	.entry_form fieldset .rows .row.hours .radios {
		gap: 10px 0;
	}
	.entry_form fieldset .rows .row.hours .radios label {
		flex-basis: 33.3%;
	}
}
.entry_form .columns {
	display: flex;
}
.entry_form .columns.gap10 {
	gap: 10px;
}
.entry_form .columns.align-center {
	align-items: center;
}
.entry_form .select-online-offline .remarks {
	background: #e1ebfc;
	border-radius: 5px;
	padding: 15px;
	max-width: 700px;
	margin: 20px auto;
	line-height: 1.5;
	text-align: center;
}
@media (max-width: 700px) {
	.entry_form .select-online-offline .remarks {
		margin: 20px 15px;
	}
	.entry_form .select-online-offline .remarks br {
		display: none;
	}
}
.entry_form .select-online-offline .notes {
	text-align: center;
	margin: 10px;
	line-height: 1.3;
}
.entry_form .select-online-offline .buttons {
	margin: 50px 0;
	display: flex;
	justify-content: center;
	gap: 2px;
}
@media (max-width: 700px) {
	.entry_form .select-online-offline .buttons {
		margin: 30px 0;
		padding: 0 10px;
	}
}
.entry_form .select-online-offline .buttons button,
.entry_form .select-online-offline .buttons div.button {
	display: block;
	width: 100%;
	max-width: 250px;
	background: #97a5a9;
	color: white;
	border: none;
	padding: 15px 5px;
	line-height: 1;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	transition-duration: 0.3s;
	font-feature-settings: 'palt';
}
.entry_form .select-online-offline .buttons button.real,
.entry_form .select-online-offline .buttons div.button.real {
	border-radius: 5px 0 0 5px;
}
.entry_form .select-online-offline .buttons button.online,
.entry_form .select-online-offline .buttons div.button.online {
	border-radius: 0 5px 5px 0;
}
.entry_form .select-online-offline .buttons button.active,
.entry_form .select-online-offline .buttons div.button.active {
	background: #224e9d;
}
.entry_form .select-online-offline .buttons button:hover,
.entry_form .select-online-offline .buttons div.button:hover {
	opacity: 0.8;
}
@media (max-width: 700px) {
	.entry_form .select-online-offline .buttons button,
	.entry_form .select-online-offline .buttons div.button {
		font-size: 15px;
	}
}
.entry_form .select-online-offline .error {
	margin: -20px auto 20px;
	padding: 15px 5px;
	max-width: 500px;
	background: #fee;
	border-radius: 5px;
	color: #e40012;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
.entry_form .seminars {
	margin: 80px 0 50px;
}
@media (max-width: 700px) {
	.entry_form .seminars {
		margin: 30px 0;
	}
}
.entry_form .seminars .warning {
	margin: 0 auto;
	background: #fff3e8;
	text-align: center;
	padding: 15px 5px;
	max-width: 600px;
	border-radius: 5px;
}
.entry_form .seminars .warning p {
	margin: 0;
	color: #e80404;
	font-size: 16px;
	font-weight: 700;
}
@media (max-width: 700px) {
	.entry_form .seminars .warning {
		border-radius: 0;
	}
	.entry_form .seminars .warning p {
		font-size: 14px;
	}
}
.entry_form .seminars .title {
	margin: 50px 0 30px;
	display: flex;
	gap: 20px;
}
@media (max-width: 700px) {
	.entry_form .seminars .title {
		display: block;
		margin: 30px 0 20px;
		padding: 0 10px;
	}
}
.entry_form .seminars .title h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
}
.entry_form .seminars .title ul {
	margin-top: 0;
	list-style: none;
}
@media (max-width: 700px) {
	.entry_form .seminars .title ul {
		margin: 20px 0 0;
		padding: 0;
	}
}
.entry_form .seminars .title ul li {
	font-size: 14px;
}
.entry_form .seminars .title ul li + li {
	margin-top: 5px;
}
.entry_form .seminars h5 {
	margin: 0;
	padding: 9px 10px;
	background: #e2e2e2;
	font-size: 15px;
	line-height: 1.2;
}
.entry_form .cards {
	margin: 15px 0;
}
.entry_form .cards .by_time {
	display: flex;
	justify-content: space-between;
	padding: 15px 10px;
}
.entry_form .cards .by_time .card {
	position: relative;
	flex: 0 0 48%;
	padding: 15px 15px 45px;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	transition-duration: 0.3s;
	cursor: pointer;
}
@media (max-width: 700px) {
	.entry_form .cards .by_time .card {
		padding: 15px 5px 40px;
	}
}
.entry_form .cards .by_time .card.disabled {
	pointer-events: none;
	background: #f4f4f4;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.entry_form .cards .by_time .card:hover button {
	opacity: 0.7;
}
.entry_form .cards .by_time .card.selected {
	background: #c8eaff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15) inset;
}
.entry_form .cards .by_time .card.selected .button button {
	background: white !important;
	color: #224e9d !important;
	opacity: 1;
}
.entry_form .cards .by_time .card .head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 0 -15px;
}
@media (max-width: 700px) {
	.entry_form .cards .by_time .card .head {
		display: block;
		margin-left: -5px;
	}
}
.entry_form .cards .by_time .card .head .shoulder {
	color: white;
	padding: 5px 20px 5px 15px;
	border-radius: 0 20px 20px 0;
	font-size: 13px;
	font-weight: 700;
}
@media (max-width: 700px) {
	.entry_form .cards .by_time .card .head .shoulder {
		padding: 3px 10px 3px 10px;
	}
}
.entry_form .cards .by_time .card .head .time {
	color: #224e9d;
}
@media (max-width: 700px) {
	.entry_form .cards .by_time .card .head .time {
		margin: 5px 0;
		text-align: right;
	}
}
.entry_form .cards .by_time .card .head .time::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 3px;
	transform: translateY(2px);
	background-image: url(../media/images/common/icon_clock.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.entry_form .cards .by_time .card.category-1 .shoulder {
	background: #8bc932;
}
.entry_form .cards .by_time .card.category-2 .shoulder {
	background: #de79a8;
}
.entry_form .cards .by_time .card.category-3 .shoulder {
	background: #e07f53;
}
.entry_form .cards .by_time .card h6 {
	margin: 10px 0 20px;
	font-size: 16px;
	line-height: 1.5;
	color: #224e9d;
}
@media (max-width: 700px) {
	.entry_form .cards .by_time .card h6 {
		margin: 5px 0;
		font-size: 13px;
	}
}
.entry_form .cards .by_time .card .speakers {
	margin: 15px 0;
}
.entry_form .cards .by_time .card .speakers .speaker {
	display: flex;
	margin: 5px 0;
	line-height: 1.3;
}
.entry_form .cards .by_time .card .speakers .speaker .office {
	margin-right: 10px;
	font-size: 12px;
}
.entry_form .cards .by_time .card .speakers .speaker .office:empty {
	display: none;
}
.entry_form .cards .by_time .card .speakers .speaker .name {
	font-size: 13px;
}
@media (max-width: 700px) {
	.entry_form .cards .by_time .card .speakers .speaker {
		display: block;
	}
	.entry_form .cards .by_time .card .speakers .speaker .office {
		display: block;
	}
	.entry_form .cards .by_time .card .speakers .speaker .name {
		display: block;
		text-align: right;
	}
}
.entry_form .cards .by_time .card .button {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	margin: 15px 0 0;
	text-align: center;
}
.entry_form .cards .by_time .card .button button,
.entry_form .cards .by_time .card .button .label {
	display: inline-block;
	width: 120px;
	background: #224e9d;
	color: white;
	border-radius: 30px;
	border: none;
	padding: 7px 20px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	transition-duration: 0.3s;
	cursor: pointer;
}
@media (max-width: 700px) {
	.entry_form .cards .by_time .card .button button,
	.entry_form .cards .by_time .card .button .label {
		font-size: 12px;
		padding: 5px 15px;
		width: 80px;
	}
}
.entry_form .cards .by_time .card .button.no-vacant .label {
	width: auto;
	background: #aaa;
	color: white;
}
.entry_form .submit {
	margin: 50px 0;
	display: flex;
	/* flex-direction: column; */
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.entry_form .submit button,
.entry_form .submit input[type='submit'],
.entry_form .submit input[type='button'] {
	/* background: #2d4d98; */
	background: url(../media/images/common/yamagata/arrow03.svg) no-repeat right 15px center / 33px #2d4d98;
	border: 1px solid #2d4d98;
	color: white;
	width: 400px;
	height: 80px;
	line-height: 1.2;
	text-align: center;
	border-radius: 50px;
	transition-duration: 0.3s;
	cursor: pointer;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.05em;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
}
/* .entry_form .submit button::after,
.entry_form .submit input[type='submit']::after,
.entry_form .submit input[type='button']::after {
	content: '';
	width: 33px;
	height: 33px;
	background: url(../media/images/common/yamagata/arrow03.svg) no-repeat 0 0 / 100% 100%;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
} */
.entry_form .submit button:hover,
.entry_form .submit input[type='submit']:hover,
.entry_form .submit input[type='button']:hover {
	opacity: 0.7;
}
.entry_form .submit button:disabled,
.entry_form .submit input[type='submit']:disabled,
.entry_form .submit input[type='button']:disabled {
	pointer-events: none;
	background: #bbb;
}
@media (max-width: 767px) {
	.entry_form .submit {
		margin: 40px 0 0 0;
	}
	.entry_form .submit button,
	.entry_form .submit input[type='submit'],
	.entry_form .submit input[type='button'] {
		width: 100%;
		max-width: 300px;
	}
}
.entry_form .submit .modify {
	margin-top: 40px;
}
.entry_form .submit .modify span {
	padding-bottom: 2px;
	display: inline-block;
	font-size: 14px;
	color: #444;
	border-bottom: 1px solid #777;
	transition-duration: 0.3s;
	cursor: pointer;
}
.entry_form .submit .modify span:hover {
	color: #777;
}
.entry_form .agreement {
	border-top: 1px solid #ccc;
	margin: 30px 0 0;
	padding-top: 30px;
}
.entry_form .agreement p {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
}
@media (max-width: 700px) {
	.entry_form .agreement p {
		padding: 0 15px;
		font-size: 14px;
	}
}
.entry_form .agreement ul {
	margin: 0 auto;
	list-style: none;
	display: flex;
	justify-content: center;
}
.entry_form .agreement ul li {
	line-height: 1.5;
}
.entry_form .agreement ul li label {
	cursor: pointer;
}
.entry_form .agreement ul li label a {
	display: inline-block;
	padding-left: 10px;
	color: #224e9d;
}
.entry_form .agreement ul li label a:hover {
	color: #0531c2;
}
.entry_form .agreement ul li label input {
	cursor: pointer;
}
.entry_form .agreement ul li + li {
	margin-top: 10px;
}
.entry_form .agreement iframe {
	display: block;
	margin: 30px 0;
	width: 100%;
	height: 500px;
	border: 1px solid #ccc;
}
@media (max-width: 700px) {
	.entry_form .agreement iframe {
		margin: 30px auto;
		width: 95vw;
	}
}
.entry_form.confirm fieldset .rows > .row .control-label {
	padding-top: 0;
}
.entry_form.confirm fieldset .rows > .row .control-label::after {
	content: '：';
}
.entry_form.confirm fieldset .rows > .row .input {
	font-size: 14px;
	padding: 0 0 5px 20px;
}
.entry_form .complete .message {
	text-align: center;
	line-height: 1.4;
}
.entry_form .complete .back {
	margin: 50px 0;
	display: flex;
	justify-content: center;
}
.entry_form .complete .back a {
	display: block;
	background: #e40012;
	color: white;
	width: 240px;
	line-height: 45px;
	text-align: center;
	border: none;
	border-radius: 50px;
	transition-duration: 0.3s;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}
.entry_form .complete .back a:hover {
	opacity: 0.7;
}
.privacy_policy {
	padding: 10px;
}
.privacy_policy * {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
	font-family: sans-serif;
}
@media (max-width: 700px) {
	.privacy_policy * {
		font-size: 13px;
	}
}
.privacy_policy h2 {
	font-size: 20px;
	margin: 0 0 20px;
}
@media (max-width: 700px) {
	.privacy_policy h2 {
		font-size: 18px;
	}
}
.privacy_policy h3 {
	font-size: 16px;
	margin: 20px 0;
}
@media (max-width: 700px) {
	.privacy_policy h3 {
		font-size: 15px;
	}
}
.privacy_policy p + p {
	margin-top: 10px;
}
.privacy_policy ul {
	margin: 0 0 20px 20px;
}
.privacy_policy .signature {
	margin-top: 20px;
	text-align: right;
}
.privacy_policy a:link,
.privacy_policy a:visited {
	color: #224e9d;
}
.privacy_policy a:hover,
.privacy_policy a:active {
	color: #0531c2;
}
.input_wrap {
	background-color: #f8f4ed;
	padding: 80px 0;
}
.input_wrap p {
	font-size: 15px;
	line-height: 2;
}
.input_container {
	max-width: 1030px;
	margin: 0 auto;
	padding: 0 15px;
}
.entry_form fieldset .rows > .row.required .control-label::before {
	content: '必須';
}
