@charset "utf-8";
/* CSS Document */
*{
	box-sizing:border-box;
	padding:0;
	margin:0;
	word-break:normal;
	word-wrap:break-word;

}
body{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6", "メイリオ","Meiryo",Arial, sans-serif;
	/*font-family: "Yu Mincho", "游明朝", "游明朝体", "	Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS Mincho", "ＭＳ 明朝", "	MS PMincho", "ＭＳ Ｐ明朝", "Sawarabi Mincho";*/
/*font-family: 'Roboto', sans-serif;*/
	background-color:#fff;
	color:#333;
	font-size: 16px;
	line-height: 1.6;
	overflow-x: hidden;
}
.cf7-form{
	position: absolute;
	z-index: -999;
	visibility: hidden;
}
img{
	vertical-align:bottom;
	margin:0;
	padding:0;
	border:0;
	max-width:100%;
}
.clearfix:before,
.clearfix:after{
	display: table;
  	content: " ";
}
.clearfix:after{
	clear: both;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
ul li{
	list-style:none;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0px;
}
h1,h2,h3,h4,h5,h6{
font-weight: bold;
}
.os-animation{
    opacity: 0;
}  

.os-animation.animated{
    opacity: 1;
}
a{
	color: inherit;
}
a:visited,
a:link,
a:hover,
a:active,
a:focus{
	outline:none;
	text-decoration:none;
}
a:hover{
	opacity:0.8;
	transition:opacity 0.5s ease;
}
.main{
	max-width: 750px;
	margin: 0 auto;
	position: relative;
}
#page2,
#page3,
#page4,
#page5,
#page6,
#page7{
	display: none;
}
.header{
	max-width: 750px;
	margin: 0 auto;
	background-color: #21262c;
	color: #fff;
	padding: 10px 0 11px;
}
.header_inner{
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	grid-template-areas:
		"logo brand"
		"copy copy";
	column-gap: 8px;
	row-gap: 5px;
	align-items: center;
	padding: 0 10px;
	box-sizing: border-box;
}
.header_media{
	grid-area: logo;
}
.header_media img{
	width: 88px;
	height: auto;
	display: block;
}
.header_brand{
	grid-area: brand;
	font-size: clamp(13px, 2.1vw, 18px);
	font-weight: 700;
	line-height: 1.2;
	white-space: normal;
	word-break: keep-all;
	overflow-wrap: anywhere;
	min-width: 0;
	letter-spacing: -0.03em;
}
.header_copy{
	grid-area: copy;
	margin-top: 0;
	font-size: clamp(12px, 2vw, 17px);
	font-weight: 700;
	color: #7dc1cf;
	line-height: 1.25;
	white-space: normal;
	word-break: keep-all;
	overflow-wrap: anywhere;
	letter-spacing: -0.03em;
}
.header_copy span{
	color: #d4786f;
}
.header_copy_accent{
	color: #7dc1cf !important;
}
.btn{
	position: relative;
	display: inline-block;
	border: none;
	outline: none;
	padding: 20px;
	overflow: hidden;
	text-align: center;
	border-radius: 10px;
	font-weight: bold;
	font-size: 28px;
	color: #fff;
}
.btn::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	background: rgba(255, 255, 255, 0.1);
	z-index: 1;
	left: 0;
	top: 0;
}
.btn p{
	position: relative;
	z-index: 2;
}
.btn span{
	position: relative;
	z-index: 2;
}
.bg_green{
	background-color: #358e9d;
}
.bg_yellow{
	background-color: #f7931e;
}
.type_list label{
	display: block;
	padding: 20px;
	width: 100%;
	position: relative;
	margin-top: 20px;
	cursor: pointer;
	letter-spacing: 2px;
}
.type_list label input{
	display: none;
}
.type_list label>*{
	position: relative;
	z-index: 2;
}
.type_list label input:checked + span{
	background-color: #333;
}
.type_list label:hover{
	opacity: 0.8;
}
.bg_sky{
	background-color: #e8f2f4;
}
.page_01_fv{
	padding: 18px 0 40px;
	background-image: url(../img/fv1.png);
	background-position: right top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.fv_badge{
	display: inline-block;
	margin-bottom: 20px;
	padding: 8px 16px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid rgba(53, 142, 157, 0.25);
	color: #358e9d;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.08em;
	box-shadow: 0 12px 24px rgba(23, 75, 84, 0.08);
}
.fv_intro{
	margin-top: 6px;
	min-height: 300px;
	display: flex;
	align-items: center;
}
.fv_intro_copy{
	max-width: 470px;
	padding: 8px 0 12px;
}
.fv_date{
	display: flex;
	align-items: flex-end;
	gap: 8px;
	color: #9b6816;
	font-weight: 700;
	line-height: 1;
	text-shadow: 0 2px 0 rgba(255,255,255,0.45);
}
.fv_date_md{
	font-size: 100px;
	letter-spacing: -0.03em;
	filter: drop-shadow(0 4px 12px rgba(0,0,0,0.08));
}
.fv_date_label{
	font-size: 56px;
	padding-bottom: 12px;
	filter: drop-shadow(0 4px 10px rgba(0,0,0,0.08));
}
.fv_intro_title{
	margin-top: 10px;
	font-size: 46px;
	line-height: 1.4;
	color: #2f3338;
}
.fv_condition_bar{
	margin-top: 8px;
	padding: 18px 22px;
	background: rgba(0,0,0,0.18);
}
.fv_condition_bar p{
	font-size: 28px;
	font-weight: 700;
	color: #2f3338;
}
.fv_condition_bar span{
	margin: 0 4px 0 6px;
}
.box{
	margin-top: 40px;
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
}
.fv_entry_box{
	margin-top: 18px;
	position: relative;
	padding: 42px 24px 24px;
	border-radius: 16px;
	box-shadow: 0 18px 38px rgba(23, 75, 84, 0.14);
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.box_eyebrow{
	position: absolute;
	left: 50%;
	top: -18px;
	transform: translateX(-50%);
	display: inline-block;
	margin: 0;
	padding: 8px 20px;
	border-radius: 999px;
	background: #fff5df;
	color: #d48b21;
	font-weight: bold;
	font-size: 13px;
	white-space: nowrap;
}
.box_ttl{
	font-size: 20px;
	text-align: center;
	color: #62666c;
	margin-top: 4px;
}
.box_lead{
	margin-top: 12px;
	text-align: center;
	color: #5e6f73;
}
.type_list{
	margin-top: 20px;
}
.fv_entry_box .type_list label{
	min-height: 116px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-radius: 16px;
	box-shadow: 0 6px 0 rgba(0,0,0,0.12), 0 12px 24px rgba(23, 75, 84, 0.14);
	padding: 20px 18px;
}
.fv_entry_box .type_list label + label{
	margin-top: 14px;
}
.fv_entry_box .type_list label .type_label_text{
	display: block;
	flex: 1 1 auto;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.4;
}
.type_label_icon{
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	margin-right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.type_label_icon img{
	width: 52px;
	height: 52px;
	object-fit: contain;
}
.card_primary{
	background: linear-gradient(180deg, #dfab57 0%, #d8a24b 50%, #c7893f 50%, #c7893f 100%);
}
.card_secondary{
	background: linear-gradient(180deg, #84c7d1 0%, #84c7d1 50%, #5db1be 50%, #5db1be 100%);
}
.card_primary:hover{
	background: linear-gradient(180deg, #cf9a46 0%, #c18c39 50%, #b8792f 50%, #b8792f 100%);
}
.card_secondary:hover{
	background: linear-gradient(180deg, #73b8c3 0%, #73b8c3 50%, #4da1ae 50%, #4da1ae 100%);
}
.footer_info{
	background-color: #fff;
	padding: 40px 0; 
}
.update_at{
	text-align: right;
	color: #f7931e;
}
.copyright{
	margin-top: 40px;
	text-align: center;
}
.footer_txt{
	margin-top: 40px;
}
.footer{
	background-color: #fff;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding: 0 5% 40px;
	text-align: center;
	font-size: 14px;
}
.footer_links{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.fixedcontainer{
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
}
.top_ttl{
	padding: 20px 0;
	font-size: 32px;
	color: #358e9d;
	text-align: center;
}
.bg_gray{
	background-color: #ccc;
}
.step{
	text-align: center;
}
.main_content{
	padding: 50px 0;
}
.main_box{
	max-width: 700px;
	margin: 0 auto;
	width: 90%;
	border-radius: 10px 10px 0 0;
	background-color: #fff;
	padding: 30px 20px;
}
.sec_div{
	margin-top: 20px;
}
.sec_ttl{
	font-size: 30px;
	padding-left: 30px;
	position: relative;
	margin-bottom: 20px;
}
.sec_ttl::before{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #358e9d;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.check_list{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}
.checkbox{
	display: block;
	background-color: #fff;
	width: calc(50% - 10px);
	height: 100px;
	text-align: center;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	position: relative;
}
.checkbox p{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	border-radius: 10px;
}
.checkbox input[type="checkbox"]{
	display: none;
}
.checkbox input[type="checkbox"]:checked + p{
	background-color: #358e9d;
	color: #fff;
}
.checkbox input[type="radio"]{
	display: none;
}
.checkbox input[type="radio"]:checked + p{
	background-color: #358e9d;
	color: #fff;
}
.main_box_footer{
	background-color: #f9f9f9;
	max-width: 700px;
	margin: 0 auto;
	width: 90%;
	text-align: center;
	padding: 30px 20px;
	border-radius: 0 0 10px 10px;
}
.flex_box_footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.radiobox{
	position: relative;
	width: calc(50% - 10px);
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	text-align: center;
}
.radiobox input[type="radio"]{
	display: none;
}
.radiobox div{
	text-align: center;
	margin-bottom: 5px;
}
.radiobox p{
	font-size: 20px;
	color: #333;
}
.radiobox>*{
	position: relative;
	z-index: 2;
}
.radiobox>span{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	z-index: 1;
}
.radiobox input[type="radio"]:checked + span{
	background-color: #b8d7dd;
}
.flex_radiobox{
	margin-top: 20px;
}
.flex_radiobox .radiobox{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.back_btn{
	width: 190px;
	background-color: #ccc;
}
.next_btn{
	width: 340px;
	background-color: #ccc;
}
.next_btn.active{
	background-color: #f7931e;
}
.no_publish{
	text-align: center;
	margin-top: 20px;
}

.sec_sub_txt{
	margin: -20px 0 20px;
}
.sec_sub_txt span{
	color: #f7931e;
}
.recruit_count{
	padding: 10px 0;
	border: 1px solid #358e9d;
	border-radius: 30px;
	font-size: 24px;
	text-align: center;
	margin-top: 20px;
}
.recruit_count span{
	color: #f7931e;
	font-weight: bold;
}
.input_wrap{
	position: relative;
}
.input_wrap input,
.input_wrap select{
	width: 100%;
	padding: 20px;
	height: 76px;
	font-size: 20px;
	background-color: #fff7ea;
	border: 1px solid #358e9d;
	border-radius: 10px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	outline: none;
}
.input_wrap select{
	appearance: none;
	position: relative;
	background-image: url(../img/select-arrow.svg);
	background-repeat: no-repeat;
	background-size: 17px 19px;
	background-position: 95% 50%;
}
.input_wrap input[type='number']{
	-webkit-appearance: none;
	-moz-appearance: textfield;
}
.input_wrap input[type='number']::-webkit-outer-spin-button,
.input_wrap input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.submit_btn{
	border: none;
	outline: none;
	position: relative;
	background: transparent;
	z-index: 1000;
}
.thanks_content{
	padding: 50px 0;
}
.thanks_ttl{
	font-size: 32px;
	color: #358e9d;
	text-align: center;
	margin-bottom: 20px;
}
.page_modal{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	z-index: 100;
}
.page_modal_in{
	max-width: 750px;
	width: 90%;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	padding: 50px;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.page_modal_close{
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #333;
	color: #fff;
	border: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page_modal_content{
	height: 400px;
	overflow-y: scroll;
}
.page_modal_content h2{
	text-align: center;
	margin-bottom: 10px;
    font-size: 24px;
}
.page_modal_content h3{
	font-size: 20px;
}
.page_modal table{
	width: 100%;
}
.page_modal table th,
.page_modal table td{
	border: 1px solid #ccc;
	padding: 10px;
}
.page_modal table th{
	width: 200px;
}
.footer_links a{
	cursor: pointer;
}

/* =========================
   入力UI 共通制御
   ========================= */

/* 未入力（placeholder表示中）＝薄いクリーム */
.input_wrap input:placeholder-shown,
.input_wrap textarea:placeholder-shown {
  background-color: #fff7e8 !important;
}

/* 入力済み＝薄い水色 */
.input_wrap input:not(:placeholder-shown),
.input_wrap textarea:not(:placeholder-shown) {
  background-color: #eef6ff !important;
}

/* select：未選択（value="" が選択中）＝薄いクリーム */
.input_wrap select {
  background-color: #fff7e8 !important;
}

/* select：選択済み（value!="" が選択中）＝薄い水色 */
.input_wrap select:has(option:not([value=""]):checked) {
  background-color: #eef6ff !important;
}

/* フォーカスで青くならない（影だけ消す） */
.input_wrap input:focus,
.input_wrap textarea:focus,
.input_wrap select:focus {
  box-shadow: none !important;
  outline: none !important;
}

/* =========================
   Chrome オートフィル対策
   ========================= */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #eef6ff inset !important;
  -webkit-text-fill-color: inherit !important;
  transition: background-color 9999s ease-out;
}

/* =========================
   エラー表示（最優先）
   ========================= */
.input_wrap.is-error input,
.input_wrap.is-error textarea,
.input_wrap.is-error select {
  border: 2px solid #d93025 !important;
  background-color: #fff !important;
  box-shadow: none !important;
}

.input_error {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #d93025 !important;
}
