@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
#contents{
	/*position:  relative;*/
	/*background-image:url("../event/voice/img/backpattern.png");*/
	width: 100%;
	max-width: 725px;
	/*height:1094px;*/
}

.pc_contents_imglist{
	width: 100%;
}

#pc_contents_button_img1{
	width: 80%;
	padding: 20px;
	margin: 0 auto;
	background-color: #FFF;
}
.pc_entry_button{
	width: 100%;
	max-width: 533px;
}

#form-box{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	width: 100%;
	background-color: #D5F0FB;
	margin-top: 35px;
	padding-top: 25px;
}
#form-box .stepBox {
	background-color: #D5F0FB;
}
#form-box .form-container{
	width: 80%;
	padding: 20px;
	margin: 0 auto;
	background-color: #FFF;
}
#form-box .form-container .form-description {
	text-align: center;
	color: #73A4A4;
	margin-bottom: 20px;
}
#form-box .form-container label {
	display: block;
	font-size: 16px;
	color: #73A4A4;
	text-align: left;
	margin-left: 10%;
	margin-bottom: 8px;
}

#form-box .stepBox .stepList {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #D5F0FB;
}
#form-box .stepBox .stepList li {
	padding: 5px 2px 2px;
	margin: 10px 18px 0;
	width: 520px;
	height: 120px;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
#form-box .stepBox .stepList li:last-of-type::before {
	display: none;
}
#form-box .stepBox .stepList span {
	font-size: 1.7rem;
}
/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
.mailForm select,
.mailForm input {
	padding: 3px 7px;
	width: 100%;
	height: 39px;
	color: #4dbde9;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-radius: 5px;
	border: 2px solid rgb(51, 154, 226);
	box-sizing: border-box;
	background-color: #fff;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 20px;
}
.mailForm select {
	padding-right: 25px;
	background: #fff url(../event/next_career/img/icon02.png) no-repeat right 10px center / 10px auto;
}
.edd-root-native .edd-select {
	padding: 3px 25px 3px 7px;
	width: 100%;
	height: 39px;
	color: #4dbde9;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-radius: 5px;
	border: 2px solid rgb(51, 154, 226);
	box-sizing: border-box;
	background: #fff url(../event/next_career/img/icon02.png) no-repeat right 10px center / 10px auto;
}
.edd-value {
	padding: 9px 25px 3px 7px;
	width: 100%;
	height: 39px;
	color: #4dbde9;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-radius: 5px;
	border: 2px solid rgb(51, 154, 226);
	border-radius: 20px;
	box-sizing: border-box;
	background: #fff url(../event/next_career/img/icon02.png) no-repeat right 15px center / 20px auto;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.edd-arrow {
	display: none;
}
.edd-root {
	width: 100%;
	height: 39px;
}
.edd-head {
	border: none;
}
.edd-root::after {
	display: none;
}
.edd-body {
	margin: 0 5px;
	padding: 10px 0;
	z-index: 4;
	border: 2px solid rgb(51, 154, 226);
	border-top: none;
	box-shadow: none;
	background-color: #EAF7FD;
}
.edd-option {
	padding: 2px 21px;
	color: #026085;
	font-size: 1.3em;
	font-weight: bold;
}
.edd-items-list {
	transition: none;
}

.mailForm .blueBox {
	padding: 5px 17px 20px;
	border-radius: 25px;
	background-color: #D5F0FB;
}
.mailForm .blueBox dl dt {
	margin-bottom: 31px;
	text-align: center;
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.23;
	letter-spacing: 0.05em;
}
.mailForm .blueBox dl dt small {
	color: #f562c5;
	font-size: 1rem;
}
.mailForm .blueBox dl dt .en {
	margin-right: 2px;
	/*color: #4DBDE9;
	font-size: 1.8rem;*/
	color: #000;
	font-size: 1.2em;
	vertical-align: -1px;
}
.mailForm .blueBox dl dd {
	margin-inline-start:5px;
}
.mailForm .blueBox .radioList {
	margin-top: -6px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 40px;
}
.mailForm .blueBox .radioList li {
	list-style: none;
	margin-top: 6px;
	width: calc((95% - 10px) / 2);
}
.mailForm .blueBox .radioList input {
	display: none;
}
.mailForm .blueBox .radioList input + span {
	padding: 23px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #FFF;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.06;
	letter-spacing: 0.05em;
	border-radius: 30px;
	box-shadow: 0px 4px 0px 0px rgba(245, 98, 197, 0.004);
	/*background-color: #8BCEF5;*/
}
.mailForm .blueBox .radioList input:checked + span {
	background-color: transparent;
}
.mailForm .blueBox .radioList input + span::after {
	width: calc(100% - 10px);
	height: calc(100% - 12px);
	position: absolute;
	left: 5px;
	top: 5px;
	border-radius: 30px;
	background-image: -moz-linear-gradient( 90deg, rgba(143,212,244,0.99608) 0%, rgb(117,182,251) 90%);
	background-image: -webkit-linear-gradient( 90deg, rgba(143,212,244,0.99608) 0%, rgb(117,182,251) 90%);
	background-image: -ms-linear-gradient( 90deg, rgba(143,212,244,0.99608) 0%, rgb(117,182,251) 90%);
	content: '';
}
.mailForm .blueBox .radioList input:checked + span::after {
	height: calc(100% - 10px);
	background-image: -moz-linear-gradient( 90deg, rgba(247,165,213,0.99608) 0%, rgb(247,86,196) 90%);
	background-image: -webkit-linear-gradient( 90deg, rgba(247,165,213,0.99608) 0%, rgb(247,86,196) 90%);
	background-image: -ms-linear-gradient( 90deg, rgba(247,165,213,0.99608) 0%, rgb(247,86,196) 90%);
} 
.mailForm .blueBox .radioList input + span::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 30px;
	box-sizing: border-box;
	/*border: 5px solid #fff;*/
	content: '';
	z-index: 2;
}
.mailForm .blueBox .radioList input + span small {
	position: relative;
	z-index: 4;
}

ul.whenList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列 */
  gap: 12px 16px;                         /* 行間・列間 */
}

/* ラベルを横並びに */
ul.whenList li label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  color: #6692cf;
}

/* ネイティブのラジオは隠す */
ul.whenList li input[type="radio"] {
  display: none;
}

/* テキスト部分に余白を確保しつつ、マーカー用の ::before を使う */
ul.whenList li span {
  position: relative;
  padding-left: 1.5em;
}

/* デフォルト（未選択）は外枠だけ */
ul.whenList li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border: 2px solid #88a8d7;  /* 枠の色 */
  border-radius: 50%;
  background: transparent;
  box-sizing: border-box;
}

/* 選択時は中を塗りつぶし、白フチを追加 */
ul.whenList li input[type="radio"]:checked + span::before {
  background: #93b0db;        /* 中の色 */
  border-color: #fff;         /* フチを白に */
	box-shadow: 0 0 0 2px #88a8d7;
}

/* テキスト位置を微調整したければこんな感じで */
ul.whenList li span {
  line-height: 1.2;
}

.mailForm .blueBox .btnList {
	margin: 12px -5px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 0;
}
.mailForm .blueBox .btnList li {
	list-style: none;
	margin: 10px 5px 0;
	width: 280px;
}
.mailForm .blueBox .btnList a {
	padding: 8px 5px;
	display: block;
	color: #fff;
	font-size: 1.9rem;
	font-weight: bold;
	border-radius: 15px;
	letter-spacing: 0.05em;
	text-align: center;
	background-color: #F78D8D;
	box-shadow: 0px 0px 5px 5px rgba(71, 189, 233, 0.1);
}
.mailForm .blueBox .btnList li.list01 {
	width: 87px;
}
.mailForm .blueBox .btnList li.list01 a {
	background-color: #AEAFAF;
}

.mailForm .blueBox.box01 {
	display: none;
	padding-left: 70px;
}
.mailForm .blueBox.box01 dl {
	padding-left: 70px;
}
.mailForm .blueBox.box01 dt {
	margin-bottom: 11px;
	/*padding-left: 24px;
	text-indent: -24px;*/
	text-align: left;
	font-size: 1.1em;
}
.mailForm .blueBox.box01 dd {
	margin-bottom: 22px;
	padding: 0 15px 0 15px;
	width: 75%;
}

.mailForm .blueBox.box01 dd.name {
	margin-bottom: 22px;
	padding: 0 15px 0 8px;
	width: 75%;
}
.mailForm .blueBox.box01 .hopeList {
	padding-left: 0;
	text-align:left; 
}
.mailForm .blueBox.box01 .hopeList li:not(:last-of-type) {
	margin-bottom: 10px;
}
.mailForm .blueBox.box01 .hopeList li{
	list-style: none;
}
.mailForm .blueBox.box01 .hopeList .ttl {
	padding-left: 9px;
	color: #026085;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

ul.hopecheck {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列 */
  gap: 8px 16px;                         /* 行間・列間 */
}

/* ラベルを横並びに */
ul.hopecheck li label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.2em;
  color: #6692cf;
}

/* ネイティブのラジオは隠す */
ul.hopecheck li input[type="checkbox"] {
  display: none;
}

/* テキスト部分に余白を確保しつつ、マーカー用の ::before を使う */
ul.hopecheck li span {
  position: relative;
  padding-left: 1.5em;
}

/* デフォルト（未選択）は外枠だけ */
ul.hopecheck li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border: 2px solid #88a8d7;  /* 枠の色 */
  border-radius: 50%;
  background: transparent;
  box-sizing: border-box;
}

/* 選択時は中を塗りつぶし、白フチを追加 */
ul.hopecheck li input[type="checkbox"]:checked + span::before {
  background: #93b0db;        /* 中の色 */
  border-color: #fff;         /* フチを白に */
	box-shadow: 0 0 0 2px #88a8d7;
}

/* テキスト位置を微調整 */
ul.hopecheck li span {
  line-height: 1.5;
}

.mailForm .blueBox.step dl {
	padding-left: 50px;
}
.mailForm .blueBox.box02 {
	display: none;
	padding-bottom: 29px;
	padding-left: 35px;
}
.mailForm .blueBox.box03 {
	display: none;
	padding-bottom: 91px;
}
.mailForm .blueBox.box02 .btnList {
	margin-top: 30px;
}
.mailForm .blueBox.box03 dl {
	padding-left: 100px;
}
.mailForm .blueBox.box03 .txtBox {
	margin-top: -7px;
}
.mailForm .txtBox .link {
	margin-bottom: 12px;
	text-align: center;
}
.mailForm .txtBox .link a {
	color: #026085;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-decoration: underline;
}
.mailForm .agree {
	text-align: center;
}

.mailForm .agree input[type="checkbox"] {
  display: none;
}

/* agree のラベルを横並びに */
.agree label {
  display: block;
  align-items: center;
  cursor: pointer;
}

/* ネイティブのチェックボックスを隠す */
.agree input[type="checkbox"] {
  display: none;
}

/* テキストにマーカー用のスペースを確保 */
.agree span {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.2;
}

/* 未選択時：外枠だけの ◯ */
.agree span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border: 2px solid #88a8d7;  /* 青い外枠 */
  border-radius: 50%;
  background: transparent;
  box-sizing: border-box;
}

/* 選択時：中を塗りつぶし、内枠白＋外側同色リング */
.agree input[type="checkbox"]:checked + span::before {
  background: #93b0db;           /* 中心の塗りつぶし */
  border-color: #fff;            /* 内枠を白に */
  box-shadow: 0 0 0 2px #88a8d7; /* 外側リング */
}

/*.mailForm .agree input + span {
	padding-left: 20px;
	display: inline-block;
	position: relative;
	color: #333;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	background: url(../img/common/icon03.png) no-repeat left center / 17px auto;
	vertical-align: top;
}
.mailForm .agree input + span::before {
	width: 7px;
	height: 7px;
	position: absolute;
	left: 5px;
	top: calc(50% - 3px);
	border-radius: 50%;
	background-color: #3BAEE1;
	content: '';
	opacity: 0;
	transition: .3s;
}
.mailForm .agree input:checked + span::before {
	opacity: 1;
}*/


.mailForm .blueBox .btnList li.list01 {
	width: 280px;
	margin-right: 20px;
}
.mailForm .blueBox .btnList li.list01 a {
	background-color: #8db1e0;
}

.mailForm .btnList li.list02 {
	list-style: none;
	margin: 10px 5px 0;
	width: 530px;
}
.mailForm .btnList li.list02 input {
	width: 100%;
	/*height: 100%;*/
	max-width: 600px;
	position: absolute;
	/*left: 50%;
	top: 0;*/
	z-index: 4;
	border-radius: 50px;
	transform: translateX(-50%);
	color: transparent;
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.mailForm .btnList li.list02 span {
	padding: 8px 5px;
	display: block;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: 15px;
	letter-spacing: 0.05em;
	text-align: center;
	background-color: #F78D8D;
	box-shadow: 0px 0px 5px 5px rgba(71, 189, 233, 0.1);
}
.mailForm .blueBox.box03 .btnList {
	/*margin-top: 0;*/
	margin: 12px -5px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 0;
}
.mailForm .blueBox.box03 .btnList .list01 {
	width: 200px;
}
.mailForm .blueBox.box03 .btnList .list01 a {
	padding: 5px;
	font-size: 1.25rem;
}

.intro-label{
	/*font-size: 20px;
	font-weight: bold;
	color: #3CCB5E;
	text-align: left;*/
	padding: 3px 0;
	color: #fff;
	font-weight: bold;
	background: #73A4A4;
	text-align: center;
	margin-bottom: 10px;
}

.beintro-label{
	padding: 3px 0;
	color: #fff;
	font-weight: bold;
	background: #73A4A4;
	text-align: center;
	margin-bottom: 10px;
}
.present_txt{
	width: 80%;
	color: #73A4A4;
	font-size: 12px;
	margin: 0 auto;
	text-align: left;
}

#form-box .name-group {
	width: 80%; /* 親要素全体に広げる */
	margin-left: 10%;
    display: flex;
    justify-content: space-between;
    gap: 10px; /* フィールド間のスペース */
}

#form-box .name-group .first_name,
#form-box .name-group .second_name {
    width: calc(50% - 10px) !important; /* 50%の幅からgapを引いた値に調整 */
    box-sizing: border-box !important; /* パディングとボーダーを幅に含める */
}

#form-box .form-container input[type="text"], 
#form-box .form-container input[type="email"], 
#form-box .form-container checkbox{
    width: 80%; /* 全体の入力フィールドは幅100% */
    height: 50px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}
#form-box .form-container select{
    width: 80%; /* 全体の入力フィールドは幅100% */
    height: 50px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}


#form-box .form-container .required {
	margin-right: 5px;
	background-color: #DA7070;
	color: #FFFFFF;
	padding: 3px 10px;
	border-radius: 20px;
	font-size: 12px;
	display: inline-block;
}

#form-box .form-container .submit-btn {
	background: url('../event/introduction/img/emailform_button.png') no-repeat center center;
	background-size: contain;
	width: 100%;
	height: 50px;
	border: none;
	cursor: pointer;
	font-size: 16px;
	color: white;
	text-align: center;
	line-height: 50px;
}

#form-box .form-container .submit-btn:hover {
	opacity: 0.8;
}

#form-box .form-container .privacy-agreement {
	text-align: center;
	font-size: 12px;
	margin-bottom: 20px;
}





#sp_contents{
	/*position:  relative;*/
	width: 100%;
	/*position:  relative;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image:url(../event/voice/img/sp/sp_main.png);
	height: 837px;*/
}
.sp_contents_imglist{
	width: 100%;
}

#sp_contents_button_img1{
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	background-color: #FFF;
}
.sp_entry_button{
	width: 100%;
	/*max-width: 300px;*/
}

#form-box-sp{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	width: 100%;
	background-color: #D5F0FB;
	margin-top: 35px;
	padding-top: 25px;
}
#form-box-sp .stepBox {
	background-color: #D5F0FB;
}
#form-box-sp .form-container{
	width: 80%;
	padding: 20px;
	margin: 0 auto;
	background-color: #FFF;
}
#form-box-sp .form-container .form-description {
	text-align: center;
	color: #73A4A4;
	margin-bottom: 20px;
}
#form-box-sp .form-container label {
	display: block;
	font-size: 16px;
	color: #73A4A4;
	text-align: left;
	margin-left: 10%;
	margin-bottom: 8px;
}

#form-box-sp .stepBox .stepList {
	/*margin-top: 10px;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #D5F0FB;
	margin: 0 auto;
	padding-left: 5%;
}
#form-box-sp .stepBox .stepList li {
	padding: 5px 2px 2px;
	margin: 10px 18px 0 0;
	width: 100%;
	/*height: 120px;*/
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
#form-box-sp .stepBox .stepList li img {
	width: 90%;
}
#form-box-sp .stepBox .stepList li:last-of-type::before {
	display: none;
}
#form-box-sp .stepBox .stepList span {
	font-size: 1.7rem;
}
/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
#form-box-sp .mailForm select,
#form-box-sp .mailForm input {
	padding: 3px 7px;
	width: 100%;
	height: 39px;
	color: #4dbde9;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-radius: 5px;
	border: 2px solid rgb(51, 154, 226);
	box-sizing: border-box;
	background-color: #fff;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 20px;
}
#form-box-sp .mailForm select {
	padding-right: 25px;
	background: #fff url(../event/next_career/img/icon02.png) no-repeat right 10px center / 10px auto;
}
#form-box-sp .edd-root-native .edd-select {
	padding: 3px 25px 3px 7px;
	width: 100%;
	height: 39px;
	color: #4dbde9;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-radius: 5px;
	border: 2px solid rgb(51, 154, 226);
	box-sizing: border-box;
	background: #fff url(../event/next_career/img/icon02.png) no-repeat right 10px center / 10px auto;
}
#form-box-sp .edd-value {
	padding: 5px 25px 5px 7px;
	width: 95%;
	height: 39px;
	color: #4dbde9;
	font-size: 1.25em;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-radius: 5px;
	border: 2px solid rgb(51, 154, 226);
	border-radius: 20px;
	box-sizing: border-box;
	background: #fff url(../event/next_career/img/icon02.png) no-repeat right 15px center / 18px auto;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
#form-box-sp .edd-arrow {
	display: none;
}
#form-box-sp .edd-root {
	width: 100%;
	height: 39px;
}
#form-box-sp .edd-head {
	border: none;
}
#form-box-sp .edd-root::after {
	display: none;
}
#form-box-sp .edd-body {
	margin: 0 5px;
	padding: 10px 0;
	z-index: 4;
	border: 2px solid rgb(51, 154, 226);
	border-top: none;
	box-shadow: none;
	background-color: #EAF7FD;
}
#form-box-sp .edd-option {
	padding: 2px 21px;
	color: #026085;
	font-size: 1.3em;
	font-weight: bold;
}
#form-box-sp .edd-items-list {
	transition: none;
}

#form-box-sp .mailForm .blueBox {
	padding: 5px 17px 20px;
	border-radius: 25px;
	background-color: #D5F0FB;
}
#form-box-sp .mailForm .blueBox dl dt {
	margin-bottom: 10px;
	text-align: center;
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.23;
	letter-spacing: 0em;
}
#form-box-sp .mailForm .blueBox dl dt small {
	color: #f562c5;
	font-size: 0.8em;
}
#form-box-sp .mailForm .blueBox dl dt .en {
	margin-right: 2px;
	/*color: #4DBDE9;
	font-size: 1.8rem;*/
	color: #000;
	font-size: 1.2em;
	vertical-align: -1px;
}
#form-box-sp .mailForm .blueBox dl dd {
	margin-inline-start:5px;
}
#form-box-sp .mailForm .blueBox .radioList {
	margin-top: -6px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0;
}
#form-box-sp .mailForm .blueBox .radioList li {
	list-style: none;
	margin-top: 6px;
	width: calc((100% - 5px) / 2);
}
#form-box-sp .mailForm .blueBox .radioList input {
	display: none;
}

#form-box-sp .mailForm .blueBox .radioList input + span {
	padding: 23px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #FFF;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.06;
	letter-spacing: 0.05em;
	border-radius: 30px;
	box-shadow: 0px 4px 0px 0px rgba(245, 98, 197, 0.004);
	/*background-color: #8BCEF5;*/
}
#form-box-sp .mailForm .blueBox .radioList input:checked + span {
	background-color: transparent;
	
}
#form-box-sp .mailForm .blueBox .step1 .radioList input[type="checkbox"] + span {
	height: 70px;
}
#form-box-sp .mailForm .blueBox .radioList input + span::after {
	width: calc(100% - 10px);
	height: calc(100% - 12px);
	position: absolute;
	left: 5px;
	top: 5px;
	border-radius: 30px;
	background-image: -moz-linear-gradient( 90deg, rgba(143,212,244,0.99608) 0%, rgb(117,182,251) 90%);
	background-image: -webkit-linear-gradient( 90deg, rgba(143,212,244,0.99608) 0%, rgb(117,182,251) 90%);
	background-image: -ms-linear-gradient( 90deg, rgba(143,212,244,0.99608) 0%, rgb(117,182,251) 90%);
	content: '';
}
#form-box-sp .mailForm .blueBox .radioList input:checked + span::after {
	height: calc(100% - 10px);
	background-image: -moz-linear-gradient( 90deg, rgba(247,165,213,0.99608) 0%, rgb(247,86,196) 90%);
	background-image: -webkit-linear-gradient( 90deg, rgba(247,165,213,0.99608) 0%, rgb(247,86,196) 90%);
	background-image: -ms-linear-gradient( 90deg, rgba(247,165,213,0.99608) 0%, rgb(247,86,196) 90%);
} 
#form-box-sp .mailForm .blueBox .radioList input + span::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 30px;
	box-sizing: border-box;
	/*border: 5px solid #fff;*/
	content: '';
	z-index: 2;
}
#form-box-sp .mailForm .blueBox .radioList input + span small {
	position: relative;
	z-index: 4;
}

#form-box-sp ul.whenList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列 */
  gap: 12px 16px;                         /* 行間・列間 */
}

/* ラベルを横並びに */
#form-box-sp ul.whenList li label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  color: #6692cf;
}

/* ネイティブのラジオは隠す */
#form-box-sp ul.whenList li input[type="radio"] {
  display: none;
}

/* テキスト部分に余白を確保しつつ、マーカー用の ::before を使う */
#form-box-sp ul.whenList li span {
  position: relative;
  padding-left: 1.5em;
}

/* デフォルト（未選択）は外枠だけ */
#form-box-sp ul.whenList li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border: 2px solid #88a8d7;  /* 枠の色 */
  border-radius: 50%;
  background: transparent;
  box-sizing: border-box;
}

/* 選択時は中を塗りつぶし、白フチを追加 */
#form-box-sp ul.whenList li input[type="radio"]:checked + span::before {
  background: #93b0db;        /* 中の色 */
  border-color: #fff;         /* フチを白に */
	box-shadow: 0 0 0 2px #88a8d7;
}

/* テキスト位置を微調整したければこんな感じで */
#form-box-sp ul.whenList li span {
  line-height: 1.2;
}

#form-box-sp .mailForm .blueBox .btnList {
	margin: 12px -5px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 0;
}
#form-box-sp .mailForm .blueBox .btnList li {
	list-style: none;
	margin: 10px 5px 0;
	width: 80%;
}
#form-box-sp .mailForm .blueBox li.list01 {
	width: 45%;
}
#form-box-sp .mailForm .blueBox .btnList a {
	padding: 8px 5px;
	display: block;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	border-radius: 15px;
	letter-spacing: 0.05em;
	text-align: center;
	background-color: #F78D8D;
	box-shadow: 0px 0px 5px 5px rgba(71, 189, 233, 0.1);
}
#form-box-sp .mailForm .blueBox .btnList li.list01 {
	width: 87px;
}
#form-box-sp .mailForm .blueBox .btnList li.list01 a {
	background-color: #8db1e0;
}

#form-box-sp .mailForm .blueBox.box01 {
	display: none;
}
#form-box-sp .mailForm .blueBox.box01 dl {
	padding-left: 25px;
}
#form-box-sp .mailForm .blueBox.box01 dt {
	margin-bottom: 11px;
	/*padding-left: 24px;
	text-indent: -24px;*/
	text-align: left;
	font-size: 0.85em;
	padding-left: 5px;
}
#form-box-sp .mailForm .blueBox.box01 dd {
	margin-bottom: 22px;
	padding-left: 5px;
	width: 95%;
}

#form-box-sp .mailForm .blueBox.box01 dd.name {
	margin-bottom: 22px;
	padding: 0 15px 0 8px;
	width: 95%;
}
#form-box-sp .mailForm .blueBox.box01 .hopeList {
	padding-left: 0;
	text-align:left; 
}
#form-box-sp .mailForm .blueBox.box01 .hopeList li:not(:last-of-type) {
	margin-bottom: 10px;
}
#form-box-sp .mailForm .blueBox.box01 .hopeList li{
	list-style: none;
}
#form-box-sp .mailForm .blueBox.box01 .hopeList .ttl {
	padding-left: 9px;
	color: #026085;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#form-box-sp ul.hopecheck {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列 */
  gap: 8px 16px;                         /* 行間・列間 */
}

/* ラベルを横並びに */
#form-box-sp ul.hopecheck li label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.9em;
  color: #6692cf;
}

/* ネイティブのラジオは隠す */
#form-box-sp ul.hopecheck li input[type="checkbox"] {
  display: none;
}

/* テキスト部分に余白を確保しつつ、マーカー用の ::before を使う */
#form-box-sp ul.hopecheck li span {
  position: relative;
  padding-left: 1.5em;
}

/* デフォルト（未選択）は外枠だけ */
#form-box-sp ul.hopecheck li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border: 2px solid #88a8d7;  /* 枠の色 */
  border-radius: 50%;
  background: transparent;
  box-sizing: border-box;
}

/* 選択時は中を塗りつぶし、白フチを追加 */
#form-box-sp ul.hopecheck li input[type="checkbox"]:checked + span::before {
  background: #93b0db;        /* 中の色 */
  border-color: #fff;         /* フチを白に */
	box-shadow: 0 0 0 2px #88a8d7;
}

/* テキスト位置を微調整 */
#form-box-sp ul.hopecheck li span {
  line-height: 1.5;
}

#form-box-sp .mailForm .blueBox.step dl {
	padding-left: 50px;
}
#form-box-sp .mailForm .blueBox.box02 {
	display: none;
	padding-bottom: 29px;
	padding-left: 10px;
}
#form-box-sp .mailForm .blueBox.box03 {
	display: none;
	padding-bottom: 91px;
}
#form-box-sp .mailForm .blueBox.box02 .btnList {
	margin-top: 30px;
}
#form-box-sp .mailForm .blueBox.box03 dl {
	padding-left: 0;
}
#form-box-sp .mailForm .blueBox.box03 .txtBox {
	margin-top: -7px;
}
#form-box-sp .mailForm .txtBox .link {
	margin-bottom: 12px;
	text-align: center;
}
#form-box-sp .mailForm .txtBox .link a {
	color: #026085;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-decoration: underline;
}
#form-box-sp .mailForm .agree {
	text-align: center;
}

#form-box-sp .mailForm .agree input[type="checkbox"] {
  display: none;
}

/* agree のラベルを横並びに */
#form-box-sp .agree label {
  display: block;
  align-items: center;
  cursor: pointer;
}

/* ネイティブのチェックボックスを隠す */
#form-box-sp .agree input[type="checkbox"] {
  display: none;
}

/* テキストにマーカー用のスペースを確保 */
#form-box-sp .agree span {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.2;
}

/* 未選択時：外枠だけの ◯ */
#form-box-sp .agree span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border: 2px solid #88a8d7;  /* 青い外枠 */
  border-radius: 50%;
  background: transparent;
  box-sizing: border-box;
}

/* 選択時：中を塗りつぶし、内枠白＋外側同色リング */
#form-box-sp .agree input[type="checkbox"]:checked + span::before {
  background: #93b0db;           /* 中心の塗りつぶし */
  border-color: #fff;            /* 内枠を白に */
  box-shadow: 0 0 0 2px #88a8d7; /* 外側リング */
}

#form-box-sp .mailForm .blueBox.step2 .btnList li.list01 {
	width: 150px;
	margin-right: 20px;
}
#form-box-sp .mailForm .blueBox.step2 .btnList li.list01 a {
	background-color: #8db1e0;
}
#form-box-sp .mailForm .blueBox.step2 .btnList li.next {
	width: 150px;
}

#form-box-sp .mailForm .blueBox.step3 .btnList li.list01 {
	width: 150px;
	margin-right: 20px;
}
#form-box-sp .mailForm .blueBox.step3 .btnList li.list01 a {
	background-color: #8db1e0;
}
#form-box-sp .mailForm .blueBox.step3 .btnList li.next {
	width: 150px;
}


#form-box-sp .mailForm .btnList li.list02 {
	list-style: none;
	margin: 10px 5px 0;
	width: 600px;
}
#form-box-sp .mailForm .btnList li.list02 input {
	width: 100%;
	/*height: 100%;*/
	max-width: 600px;
	position: absolute;
	/*left: 50%;
	top: 0;*/
	z-index: 4;
	border-radius: 50px;
	transform: translateX(-50%);
	color: transparent;
	border: none;
	background-color: transparent;
	cursor: pointer;
}
#form-box-sp .mailForm .btnList li.list02 span {
	padding: 12px 5px;
	display: block;
	color: #fff;
	font-size: 0.9rem;
	font-weight: bold;
	border-radius: 15px;
	letter-spacing: 0.05em;
	text-align: center;
	background-color: #F78D8D;
	box-shadow: 0px 0px 5px 5px rgba(71, 189, 233, 0.1);
}
#form-box-sp .mailForm .blueBox.box03 .btnList {
	/*margin-top: 0;*/
	margin: 12px -5px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 0;
}
#form-box-sp .mailForm .blueBox.box03 .btnList .list01 {
	width: 150px;
	margin-right: 20px;
}
#form-box-sp .mailForm .blueBox.box03 .btnList .list01 a {
	padding: 5px;
	font-size: 1.25rem;
}

#form-box-sp .intro-label{
	/*font-size: 20px;
	font-weight: bold;
	color: #3CCB5E;
	text-align: left;*/
	padding: 3px 0;
	color: #fff;
	font-weight: bold;
	background: #73A4A4;
	text-align: center;
	margin-bottom: 10px;
}

#form-box-sp .beintro-label{
	padding: 3px 0;
	color: #fff;
	font-weight: bold;
	background: #73A4A4;
	text-align: center;
	margin-bottom: 10px;
}
#form-box-sp .present_txt{
	width: 80%;
	color: #73A4A4;
	font-size: 12px;
	margin: 0 auto;
	text-align: left;
}

#form-box-sp .name-group {
	width: 80%; /* 親要素全体に広げる */
	margin-left: 10%;
    display: flex;
    justify-content: space-between;
    gap: 10px; /* フィールド間のスペース */
}

#form-box-sp .name-group .first_name,
#form-box-sp .name-group .second_name {
    width: calc(50% - 10px) !important; /* 50%の幅からgapを引いた値に調整 */
    box-sizing: border-box !important; /* パディングとボーダーを幅に含める */
}

#form-box-sp .form-container input[type="text"], 
#form-box-sp .form-container input[type="email"], 
#form-box-sp .form-container checkbox{
    width: 80%; /* 全体の入力フィールドは幅100% */
    height: 50px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}
#form-box-sp .form-container select{
    width: 80%; /* 全体の入力フィールドは幅100% */
    height: 50px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}


#form-box-sp .form-container .required {
	margin-right: 5px;
	background-color: #DA7070;
	color: #FFFFFF;
	padding: 3px 10px;
	border-radius: 20px;
	font-size: 12px;
	display: inline-block;
}

#form-box-sp .form-container .submit-btn {
	background: url('../event/introduction/img/emailform_button.png') no-repeat center center;
	background-size: contain;
	width: 100%;
	height: 50px;
	border: none;
	cursor: pointer;
	font-size: 16px;
	color: white;
	text-align: center;
	line-height: 50px;
}

#form-box-sp .form-container .submit-btn:hover {
	opacity: 0.8;
}

#form-box-sp .form-container .privacy-agreement {
	text-align: center;
	font-size: 12px;
	margin-bottom: 20px;
}


/*#form-box-sp{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	width: 100%;
	background-repeat: repeat;
	background-image:url(../event/introduction/img/emailform_back.png);
}
#form-box-sp .form-container{
	width: 80%;
	padding: 20px;
	margin: 0 auto;
	background-color: #FFF;
}
#form-box-sp .form-container .form-title{
	width: 100%;
}
#form-box-sp .form-container .form-description {
	text-align: center;
	color: #73A4A4;
	margin-bottom: 20px;
	font-size: 12px;
}
#form-box-sp .form-container label {
	display: block;
	font-size: 16px;
	color: #73A4A4;
	text-align: left;
	margin-bottom: 8px;
}
.present_txt_sp{
	width: 100%;
	color: #73A4A4;
	font-size: 12px;
	margin: 0 auto;
	text-align: left;
}
#form-box-sp .form-container .name-group {
	width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

#form-box-sp .form-container .name-group .first_name,
#form-box-sp .form-container .name-group .second_name {
    width: calc(50% - 5px) !important;
    box-sizing: border-box !important;
}

#form-box-sp .form-container input[type="text"], 
#form-box-sp .form-container input[type="email"], 
#form-box-sp .form-container checkbox{
    width: 100%;
    height: 50px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}
#form-box-sp .form-container select{
    width: 100%;
    height: 50px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

#form-box-sp .form-container .required {
	margin-right: 5px;
	background-color: #DA7070;
	color: #FFFFFF;
	padding: 3px 10px;
	border-radius: 20px;
	font-size: 12px;
	display: inline-block;
}

#form-box-sp .form-container .submit-btn {
	background: url('../event/introduction/img/emailform_button.png') no-repeat center center;
	background-size: contain;
	width: 100%;
	height: 50px;
	border: none;
	cursor: pointer;
	font-size: 16px;
	color: white;
	text-align: center;
	line-height: 50px;
}

#form-box-sp .form-container .submit-btn:hover {
	opacity: 0.8;
}

#form-box-sp .form-container .privacy-agreement {
	text-align: center;
	font-size: 12px;
	margin-bottom: 20px;
}*/