@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;
}
.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: #358e9d;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}
.header_01{
	padding: 10px 0;
	background-color: #fff;
}
.header_01 .fixedcontainer{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.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: 50px 0;
	background-image: url(../img/fv1.png);
	background-position: top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.box{
	margin-top: 40px;
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
}
.box_ttl{
	font-size: 32px;
	text-align: center;
}
.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;
}