/* A Modern CSS Reset */

*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd,ul,ol{margin:0;padding: 0;}ul[role="list"],ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}
body,
html {
	padding: 0;
	margin: 0;
	height: 100%;
	color: #000;
	font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size:16px;
}
@media only screen and (max-width: 768px) {
	body, td, th, input, textarea, dt, dd, ul, div, p {
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: 0
	}
}
small {
	font-size: 80%;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
button,
textarea,
select {
	/* デフォルトスタイルをリセット */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	font-family: inherit;
	border-radius: 0;
	box-sizing: border-box;
	font-size: 12px;
	color: inherit;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
	outline: none;
	background-color: transparent;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

@media (hover: hover) {
	a {
		-webkit-transition: all ease 0.2s;
		transition: all ease 0.2s;
		will-change: opacity;
	}

	a:hover {
		opacity: .7;
	}

}

a:link,
a:visited {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:visited {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	line-height: 1;
	vertical-align: bottom;
}

.mincho {
    font-family: 游明朝,YuMincho,Hiragino Sans,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ\ Ｐ明朝,ＭＳ\ 明朝,serif;
}

/*  common
------------------------------------*/


.sp {
	display: none;
}

.pc {
	display: block;
}


#wrapper {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.container {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}

.flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: top;
	-ms-flex-align: top;
	align-items: top;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flexbox.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	.container {
		padding: 0 1em;
	}
}



/*フィルター　タブ*/
/* ラジオボタンを非表示に */
input[type="radio"] {
	position: absolute;
	left: -9999px;
  }


.header_tit {
    text-align: center;
	margin-bottom: 30px;
}
.header_tit h1 img{
    display: block;
	margin: 0 auto;
}
.header_tit p{
	color: #008ccf;
	font-weight: bold;
	font-size: 28px;
	margin-top: 8px;
}

.header_info{	
	background: url(../img/info_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 40px 40px 40px;
	}
.header_info h2{
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 58px;
}
.header_info h2 span{
	font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size:42px;
}

.header_info .info{
	margin-top: 30px;
	position: relative;
}
.header_info .info .img{
	position: absolute;
	width: 50%;
	left: -22px;
	top: -90px;
	text-align: right;
}
.header_info .info .img img{
	display: inline-block;
}

.header_info .info .txt{
	width: 50%;
	color: #fff;
	margin-left: 54%;
}

.header_info .info .txt p{
	font-size: 18px;
}
.header_info .info .txt h3, .header_info .info .txt h4{
	font-size:24px;
}
.header_info .info .txt h3 strong{
	font-size:34px;
}
@media screen and (max-width: 768px) {
	.header_tit {
		text-align: center;
		margin-bottom: 20px;
	}
	.header_tit h1 {
		width: 60%;
		margin: 0 auto;
	}
	.header_tit p {
		font-size: 18px;
	}

	.header_info {
		background: url(../img/info_bg_sp.jpg) center bottom no-repeat;
		background-size:cover;
		padding: 20px 0;
	}
	.header_info h2 {
		font-size: 28px;
		line-height: 1.2;
	}
	.header_info h2 span {
		font-size: 20px;
	}
	.header_info .info {
		margin-top: 20px;
		position: relative;
	}
	.header_info .info .img {
		position: relative;
		width:80%;
		margin: 0 auto;
		left: 0;
		top: 0;
		text-align: center;
	}
	.header_info .info .txt{
		width: 100%;
		color: #fff;
		margin-left: 0%;
	}

	.header_info .info .txt p{
		font-size: 14px;
		text-align: center;
	}
	.header_info .info .txt h3, .header_info .info .txt h4{
		font-size:16px;
		text-align: center;
	}
	.header_info .info .txt h3 strong{
		font-size:22px;
	}
}

.message{
	font-size: 18px;
	padding:60px 0;
	max-width: 950px;
	margin: 0 auto;
	line-height: 1.8;
}

.interview_wrap .container{
	padding: 0 1em;
}
.interview_list{
	box-shadow: 0px 0px 18px -5px #777777;
	border-radius: 10px;
	margin-bottom: 40px;
}

.interview_list .thumb{
	width: 243px;
	max-height: 250px;
}
.interview_list .thumb img{
	object-fit: cover;
	object-position: center center;
	/* 追加 */
	font-family: 'object-fit:cover; object-position: center center;';
    width: 100%;
    height: 100%;
}

.interview_list .txt{
	flex: 1;
	padding: 15px 26px;
}

.interview_list .txt .sub_tit{
	font-size: 14px;
	margin-bottom: 10px;
}
.interview_list .txt .sub_tit span{
	font-size: 20px;
	color: #e60012;
	font-weight: 600;
}
.interview_list .txt h2{
	font-weight: bold;
	font-size: 38px;
	line-height: 1.2;
}
.interview_list .txt h3{
	font-size: 27px;
	font-weight: 600;
}

.interview_list .txt p{
	font-size: 18px;
	margin-top: 10px;
}



@media screen and (max-width: 768px) {
	.message{
		padding:40px 20px;
	}
	.message p{
		font-size: 14px;
	}
	
	.interview_list{
		flex-direction: column;
	}
	
	.interview_list .thumb{
		width: 100%;
		max-height: inherit;
	}
	.interview_list .thumb img{
		object-fit: cover;
		object-position: center center;
		/* 追加 */
		font-family: 'object-fit:cover; object-position: center center;';
		width: 100%;
		height: 100%;
	}
	
	.interview_list .txt {
		flex: 1;
		padding: 20px 10px;
	}
	
	.interview_list .txt .sub_tit{
		font-size: 12px;
		margin-bottom: 10px;
	}
	.interview_list .txt .sub_tit span{
		font-size: 16px;
	}
	.interview_list .txt h2{
		font-weight: bold;
		font-size: 24px;
	}
	.interview_list .txt h3{
		font-size: 16px;
		font-weight: 600;
	}
	
	.interview_list .txt p{
		font-size: 14px;
		margin-top: 10px;
	}
}

/* 通常（PC） */
.event-box {
  display: flex;
  border-radius: 8px;
  background: #f5f5f5;
  padding: 20px;
  font-family: 'Arial', sans-serif;
  position: relative;
  max-width: 1000px;
  margin: 40px auto;
  box-sizing: border-box;
}

.badge {
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: #e53935;
  color: #fff;
  padding: 20px 25px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  width: max-content;
}

.event-info {
  flex: 1;
  font-size: 18px; 
  color: #333;
  line-height: 1.8;
  padding-left: 3em;
}

.event-info b {
  font-weight: bold;
}

.highlight {
  font-size: 20px;
  font-weight: bold;
}

.badge {
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: #e53935;   /* 鮮やかな赤 */
  color: #fff;
  padding: 20px 25px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  width: max-content;
}

.badge small {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-top: 5px;
}

.cyber-list {
  margin: 30px auto;
  padding: 20px;
  border-radius: 8px;
  font-family: 'Arial', sans-serif;
  max-width: 1000px;
  box-sizing: border-box;
}

.cyber-title {
  background-color: #999999;  /* グレー背景 */
  color: #ffffff;             /* 白文字 */
  font-size: 30px;            /* 指定通りの大きめフォント */
  font-weight: bold;          /* 太字 */
  padding: 10px 20px;
  border-radius: 6px;         /* 角丸 */
  margin-bottom: 20px;
  display: inline-block;
}

.company-list {
  list-style: decimal;
  padding-left: 20px;
  font-size: 18px; /* 統一 */
  color: #333;
}

.company-list li {
  margin-bottom: 15px;
  line-height: 1.6;
}

.company-list a {
  font-weight: bold;
  color: #0066cc;
  text-decoration: none;
}

.company-list a:hover {
  text-decoration: underline;
}


.yellowbox{
	background: #FFFCD1;
	padding: 30px 50px;
	text-align: justify;
}

.matching_area{
	margin: 60px auto;
	padding: 0;
}

.matching_area .cat_all{
	background: #727171;
	color: #fff;
}
.matching_area .cat_a{
	background: #0097dd;
	color: #fff;
}
.matching_area .cat_b{
	background: #3EB489;
	color: #fff;
}
.matching_area .cat_c{
	background: #7d71b3;
	color: #fff;
}
.matching_area .cat_d{
	background: #f0831e;
	color: #fff;
}
.matching_area .cat_e{
	background: #de5e9e;
	color: #fff;
}
.matching_area .cat_f{
	background: #a8b65f;
	color: #fff;
}
.flow-text {
  font-size: 16px;
}





ol{
	list-style: none;
}
ol.filters{
	text-align: center;
}
ol.filters li{
	text-align: center;
	font-size: 15px;
	margin-bottom: .55em;
	margin-right: .25em;
}
ol.filters li.cat_all, ol.filters li.cat_a, ol.filters li.cat_b, ol.filters li.cat_c, ol.filters li.cat_f {
	width: 230px;
}

ol.filters li.cat_d, ol.filters li.cat_e{
	width: 350px;
}
  /* 以下はラベルのスタイル */
  .filters {
	margin-bottom: 2rem;
  }
  .filters * {
	display: inline-block;
  }
  .filters label {
	text-align: center;
	padding: 0.25rem 0;
	line-height: normal;
	cursor: pointer;
	transition: all 0.2s;
	display: block;
  }
  .filters.page label {
	text-align: center;
	padding: 0.25rem 0;
	line-height: normal;
	cursor: default;
	transition: all 0.2s;
	display: block;
  }
  .filters label:hover {
	opacity: .6;
  }
  .filters.page label:hover {
	opacity:1;
  }
  [value="All"]:checked ~ .filters [for="All"], 
  [value="cat_a"]:checked ~ .filters [for="cat_a"], 
  [value="cat_b"]:checked ~ .filters [for="cat_b"], 
  [value="cat_c"]:checked ~ .filters [for="cat_c"], 
  [value="cat_d"]:checked ~ .filters [for="cat_d"], 
  [value="cat_e"]:checked ~ .filters [for="cat_e"] {
	background: #333;
	color: #fff;
	display: block;
  }

/*//フィルター　タブ*/

ol.targets{
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
ol.targets li{
	margin-right: 10px;
	width: calc((100% / 4) - (10px * 4 / 4));
	position: relative;
	margin-bottom: 12px;
}


ol.targets li .cat{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 26px;
}

ol.targets li .cat span{
	font-size: 16px;
	font-weight: bold;
	padding:0 3px;
	margin-bottom: 2px;
}

ol.targets li a{
	position: relative;
	display: block;
	height: 100%;
}
ol.targets li img{
	width: 100%;
	margin: 0 auto;
    border: 1px solid #ccc;
}


ol.targets li .logo {
    display: flex;
    flex-flow: column;
    height: 100%;
	padding: 10px 35px 10px 20px;
}


ol.targets li h3{
	text-align: left;
	line-height: 1;
	font-size: 12px;
	font-weight: bold;
	margin-top: auto;
}


@media screen and (max-width: 768px) {
	.gray {
		background: #d6dfea;
		padding: 20px 20px;
	}
	.matching_area {
		margin: 30px auto;
		padding: 0;
	}
	ol.filters {
		text-align: center;
		padding: 0 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;	
	}
	
	ol.filters li.cat_all, ol.filters li.cat_a, ol.filters li.cat_d, ol.filters li.cat_e {
		width: 48%;
	}
	ol.targets li:not(:nth-child(4n)){
		margin-right: 0;
	}
	ol.filters li.cat_b, ol.filters li.cat_c {
		width: 100%;
	}
	.filters label {
		font-size: 12px;
	}
	ol.targets {
		justify-content:space-between;
		padding: 0 10px;
	}
	ol.targets li {
		width: 48%;
		margin-right: 0;
	}
	ol.targets li .cat span {
		font-size: 12px;
		font-weight: bold;
		padding: 0 3px;
		margin-bottom: 2px;
	}
}


.contact_btn{margin-bottom: 20px;}
.contact_btn a{
	display: block;
	max-width: 800px;
	margin: 0 auto;
	background: #fdd000;
	color: #000;
	font-weight: bold;
	font-size: 27px;
	text-align: center;
	padding: 30px 0;
}

.privacy_btn {
	text-align: center;
}

.privacy_btn a{
	text-decoration: underline;
}

.nagare_btn{margin-bottom: 20px;}
.nagare_btn a{
	display: block;
    max-width: 800px;
    margin: 1em auto;
    color: #003e8d;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    padding: 10px 10px;
    border: 4px solid #003e8d;
}

@media screen and (max-width: 768px) {
	.contact_btn a {
    font-size: 13px;
    padding: 20px 15px;
  }
    .nagare_btn a {
		font-size: 18px;
		padding: 20px 50px;
	}
}

#footer{
	background: #003e8d;
	padding: 30px 0;
	margin-top: 40px;
	text-align: center;
	color: #fff;
}

#footer h3{
	font-size: 18px;
}

#footer p{
	font-size:22px;
}
#footer p span{
	display: inline-block;
	margin: 5px;
}

@media screen and (max-width: 768px) {
	#footer h3, #footer p {
		font-size: 16px;
	}
}



/*******interview*************/
div.banner{
	width: 325px;
	height:auto;
	box-shadow: 0px 0px 18px -5px #777777;
	text-align: center;
	margin: 4em auto;
}
div.banner a{
	display: block;
	text-align: center;
	padding: 10px 20px;
}
div.banner img{
	width: 110%;
}
.breadcrumb {
    padding: 30px 0;
    margin-bottom: 20px;
	font-size: 15px;
}
.breadcrumb a:after{
    display: inline-block;
	margin: 0 10px;
	content: ">";
	color: #777777;
}

.interview_tit {
	max-width: 800px;
	margin: 0 auto;
}
.interview_tit .sub_tit{
	font-size: 20px;
	margin-bottom: 20px;
}
.interview_tit .sub_tit span{
	display: block;
	font-size: 28px;
	font-weight: bold;
}

.interview_tit h2{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 40px;
}

.images{
	width: 330px;
	margin: 0 auto 40px;
}

.images p{
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
}

.interview_contents{
	max-width: 800px;
	margin: 0 auto;
	text-align: justify;
}

.interview_contents h3{
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 30px;
}

.interview_contents p{
	font-size: 18px;
	margin-bottom: 30px;
}

.interview_contents h4{
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: 600;
}

.interview_contents h4:before{
	content: "ー";
	display: inline-block;
	margin-left: 5px;
}
.company_cat{
	margin: 0 auto 60px;
	position: relative;
}
.company_cat:after {
	position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #727171;
  bottom: .5em;
  left: 0;
}
.company_cat ol.filters{text-align: left;padding-left: 0;}

.company_tit {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.company_tit .sub_tit{
	font-size:32px;
	font-weight: bold;
}

.company_tit h2{
	font-size: 46px;
	margin-bottom: 40px;
}
.company_tit div:first-child{
	flex: 1;
	padding-right: 40px;
}
.company_tit .company_logo{
	width: 220px;
}


.company_contents{
	max-width: 800px;
	margin: 0 auto 100px;
}

.company_contents h3{
	background: #5eb7e8;
	color: #fff;
	font-size: 24px;
	margin-bottom:15px;
	padding: 5px 10px;
}
.company_contents div{
	margin-bottom: 20px;
}
.company_contents p{
	font-size: 18px;
	line-height: 1.8;
}

.company_contents .block{
	margin-bottom: 30px;
	text-align: justify;
}


.company_contents .block ul{
	list-style: none;
}

.company_contents .block ul li {
    text-align: center;
    width: 100%;
}
.company_contents .block ol {
	margin-bottom: 12px;
}
.company_contents .block ol li{
	padding-left: 1.2em;
	position: relative;
	line-height: 1.8;
}
.company_contents .block ol li:before{
    content: "■";
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 0;
}
.company_contents .block img{
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.breadcrumb {
		padding: 10px 0;
	}
	.interview_tit .sub_tit {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.interview_tit .sub_tit span {
		font-size: 20px;
	}
	.interview_tit h2 {
		font-size: 22px;
		margin-bottom: 40px;
	}
	.images {
		width: 100%;
		margin: 0 auto 40px;
	}
	.interview_contents h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.interview_contents p {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.interview_contents h4 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.company_cat {
		margin: 0 auto 20px;
	}
	.company_tit {
		display: block;
		margin-bottom: 40px;
	}
	.company_tit div:first-child{
		flex: 1;
		padding-right: 0;
	}
	.company_tit .sub_tit {
		font-size: 22px;
		font-weight: bold;
	}
	.company_tit h2 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.company_contents h3 {
		font-size: 18px;
	}
	.company_contents p {
		font-size: 14px;
		line-height: 1.8;
	}
}

/*form*/
.period{
	border: 4px solid #000;
	padding: 40px 20px 20px;
	margin-bottom: 60px;
	text-align: center;
}
.period p{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.form_title{
	padding: 8px;
	text-align: center;
	background: #003e8d;
	color: #fff;
	font-size: 24px;
	margin-bottom: 30px;
}

.form_area{
	padding: 0 40px;
}
.form_area dl {
    font-size: 16px;
}
.form_area dl + dl {
    margin-top: 47px;
}
.form_area dl dt{
	font-weight: bold;
}
.form_area dl dt span {
    display: inline-block;
	color: #dd1313;
    font-size: 12px;
    margin-left: 10px;
}

.form_area dl dd {
    margin-top: 10px;
}

.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="numb"], .form_area input[type="url"], .form_area input[type="tel"], .form_area input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    background-color: #EFEFEF;
    border-radius: 0;
    border: none;
    font-size: 16px;
    height: 63px;
    margin: 0;
    outline: none;
    padding: 0 30px;
    width: 100%;
}

.form_area textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    background-color: #EFEFEF;
    border-radius: 0;
    border: none;
    font-size: 16px;
    height: 184px;
    line-height: 1.5;
    margin: 0;
    outline: none;
    padding: 20px 30px;
    width: 100%;
}

.check_area{
	margin-bottom: 40px;
	padding: 20px;
	border: 1px solid #c0c0c0;
}
.check_area h3{
	font-weight: bold;
	margin-bottom: 10px;
}
.checkbox {
    display: inline-block;
	margin-right: 10px;
	margin-bottom: 20px;
}

input.check {
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
  }
  
  label.check_label {
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	cursor: pointer;
  }
  
  label.check_label:before {
	content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 19px;
    height: 19px;
    top: 1px;
    border: solid 2px #ccc;
    border-radius: 3px;
    transition: all ease-in-out 0.125s;
  }
  
  label.check_label:after {
	content: "";
	position: absolute;
	top: 11px;
	left: 5px;
	transform: rotate(-45deg) scaleX(0);
	transform-origin: left;
	width: 12px;
	height: 5px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transition: transform 0.125s ease-in-out;
  }
  
  input.check:checked + label.check_label:before {
	background-color: #074DBF;
	border-color: #074DBF;
  }
  
  input.check:checked + label.check_label:after {
	transform: rotate(-45deg) scaleX(1);
  }
  

  @media screen and (max-width: 768px) {
	.period {
		border: 4px solid #000;
		padding: 20px 20px 20px;
		margin-bottom: 40px;
	}
	.period p {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.form_title {
		font-size: 20px;
	}
	.form_area {
		padding: 0;
	}
	.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="numb"], .form_area input[type="url"], .form_area input[type="tel"], .form_area input[type="password"] {
		font-size: 14px;
		height: 43px;
		padding: 0 20px;
	}
	.form_area textarea {
		font-size: 14px;
		height: 124px;
		padding: 20px 20px;
		width: 100%;
	}
	.checkbox {
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 10px;
	}
  }
/* ▼ スマホ用レスポンシブ対応（イベントボックス & バッジ） */
@media screen and (max-width: 768px) {
  .event-box {
    flex-direction: column;
    padding: 15px;
    max-width: 95%;
    font-size: 16px;
  }

  .event-info {
    font-size: 16px;
    padding-left: 0 !important;
  }

  .event-info .highlight {
    font-size: 18px;
  }

  .badge {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 auto 15px auto;
    font-size: 18px;
    padding: 15px 20px;
    box-shadow: none;
  }

  .badge small {
    font-size: 14px;
  }

  .cyber-title {
    font-size: 17px;
    padding: 8px 16px;
    margin-bottom: 15px;
  }

  .company-list {
    font-size: 15px;
  }
}
/* マッチングの流れ用リスト調整 */
.flow-reset {
  padding-left: 0; /* SP時 padding-left: 3em の上書き用（@media付きで強化） */
}

.flow-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.flow-list li {
  display: flex;
  align-items: flex-start;
}

.flow-number {
  min-width: 2em;
  font-weight: bold;
}

.flow-text {
  flex: 1;
  font-size: 16px;
}

/* スマホ用調整 */
@media screen and (max-width: 768px) {
  .event-info.flow-reset {
    padding-left: 0 !important;
  }

  .flow-text {
    font-size: 14px;
    line-height: 1.8;
  }

  .flow-number {
    min-width: 2em;
    font-size: 16px;
  }
}
