@charset "utf-8";
/* CSS Document */

.form-group {
    padding: 0px 10px 10px;
    border-radius: 2px;
    background-color: #FFFFFF;
    margin-left: 5px;
    margin-right: 5px;
}
#form-anhor .top_wp_box {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.radio02-input{
  display: none;
}
.radio02-input + label{
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 10px;
    position: relative;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    display: flex;
    align-items: center;
    line-height: 20px;
    background-color: #FFFFFF;
    letter-spacing: -0.1em;
    font-size: 16px;
}
.radio02-input-basho + label{
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0.5em;
    align-items: baseline;
}
.radio02-input + label.finishi_radio{
     background-color:#CBCBCB;
}
.row-name {
    text-align: left;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-top: 1px solid #EBEBEB;
    padding-left: 1em;
}
.row-name_pp {
    border-top: none;
    margin-top: 0px;
}

.radio02-input + label::before{
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #D8D8D8;
  border-radius: 50%;
}
.radio02-input-basho + label::before{
  top: 5px;
  left: 5px;
  border: 1px solid #D8D8D8;
  background: #fff;
}
.radio02-input:checked + label::before{
  border: 1px solid #fff;
}
.radio02-input:checked + label .radio_txt{
    color: #fff;
}
.radio02-input:checked + label{
    color: #fff;
    background-color: #2f417f;
    border: 1px solid #2f417f;
}
.radio02-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);	
  left: 13px;
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 50%;
}
.radio02-input-basho:checked + label::after{
  top: 8px;
  transform: none;	
  left: 8px;
  background: #2f417f;	
}
.radio02-input-basho:checked + label .rv_select_check_off{
	display: none;
}
.radio02-input-basho:checked + label .rv_select_check_on{
	display: block;
}

.radio_y_box {
    text-align: left;
    display: flex;
	flex-wrap: wrap;
}
.form-group .note {
    padding-top: 5px;
    text-align: left;
    color: #969696;
    font-size: 1em;
}
.cal_input {
    padding: 10px;
    border-radius: 2px;
    background-color: #ddecf7;
}


@font-face{font-family:"IonIcons";src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}


.select-wrap {
    position: relative;
    margin-bottom: 5px;
}
/*.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
    content: "\f123";
    font-family: "IonIcons";
    line-height: 43px;
    color: #7F878C;
    pointer-events: none;
}*/
select{
    outline: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: #fff;
    vertical-align: middle;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
/*    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;*/
    height: 50px;
    padding: 8px 12px;
    border: 1px solid #CDCDCD;
    width: 100%;
    border-radius: 3px;
    font-size: 16px;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
.select-wrap.select-primary:before{
  color:#fff;
}
/*.select-wrap.select-primary > select{
  background:#c8a17e;
  color:#fff;
  border-color:#c8a17e;
}*/
.select-wrap.select-primary > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}

.select-wrap.select-inverse:before{
  color:#fff;
}
.select-wrap.select-inverse > select{
  color:#fff;
  border-color: #fff;
}
.cal_box img {
    width: 25px;
    margin-left: 5px;
}
.cal_box {
    padding-bottom: 10px;
    text-align: left;
}
.short {
    padding: 10px;
    border: 1px solid #CDCDCD;
    border-radius: 2px;
    width: 60%;
    max-width: 360px;
}
.short140 {
    padding: 10px;
    border: 1px solid #CDCDCD;
    border-radius: 2px;
    width: 60%;
    max-width: 140px;
}
.text_post {
    padding: 10px;
    border: 1px solid #CDCDCD;
    border-radius: 2px;
}
.text_other {
    padding: 10px;
    border: 1px solid #CDCDCD;
    border-radius: 2px;
	max-width: 230px;
}
.text {
    padding: 10px;
    border: 1px solid #CDCDCD;
    width: 70%;
	border-radius: 2px;
}
.text_medium {
    padding: 10px;
    border: 1px solid #CDCDCD;
    width: 100%;
    border-radius: 2px;
    max-width: 400px;
}
.input01 {
    margin-bottom: 5px;
    text-align: left;
}
.job_entry_lead {
    line-height: 1.5;
    padding-bottom: 40px;
}
.job_entry_lead ul {
    color: #0e3195;
    font-weight: 900;
    padding: 20px 0 10px;
}
.job_entry_lead li {
    margin-left: 20px;
    padding-bottom: 10px;


}
.hissu {
    background-color: #D25E3B;
    color: #FFFFFF;
    padding: 5px;
    border-radius: 2px;
    display: inline-block;
    margin-left: 5px;
	position: absolute;
	left: 0;
	top: 0;
}
.nin {
    background-color: #bbb;
    color: #FFFFFF;
    padding: 5px;
    border-radius: 2px;
    display: inline-block;
    margin-left: 5px;
	position: absolute;
	left: 0;
	top:0;
}
.f_ok {
    background-color: #2F417F;
    color: #FFFFFF;
    padding: 5px;
    border-radius: 2px;
    display: inline-block;
    margin-left: 5px;
	position: absolute;
	left: 0;
	top:0;
	display: none;
}
.actions a {
    display: block;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    width: 65%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-weight: 400;
    font-size: 3em;
    position: relative;
}
.actions_k a {
    color: #FFFFFF;
    border-radius: 10px;
    background-color: #24b8c6;
}
.sub_wrap .top_new_job li {
    width: 100%;
	margin: 0 auto;
	float: none;
}
.textarea {
    padding: 10px;
    border: 1px solid #CDCDCD;
    height: 100px;
    width: 100%;
    border-radius: 2px;
}
.form-check-label {
}



.cb-set{
    display: grid;
    font-size: 14px;
    letter-spacing: 0;
    width: 46%;
    position: relative;
    margin-bottom: 10px;
    margin-right: 0.7em;
}

.checkbox,.label-cb{
  position: relative;
  vertical-align: middle;
}
.checkbox{
  margin: 0 -1.2em 0 .2em;
  z-index: 10;
}
.label-cb{
    padding-top: 20px;
    padding-bottom: 15px;
    z-index: 5;
    display: block;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #CDCDCD;
    border-radius: 3px;
    line-height: 1.5;
    text-align: center;
	height: 100%;
}

.cb-set input[type="checkbox"]:checked + label{
    background-color: #3f508b;
    border: 1px solid #2f417f;
	color: #fff;
}
.row_flex_pp input[type="checkbox"]:checked + label,.row_flex_pp input[type="checkbox"]:checked + label a,.row_flex_pp input[type="checkbox"]:checked + label li{
	color: #c0c0c0;
}




.row-check {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
	justify-content:flex-start;
	align-content: stretch;
	padding-left: 0.7em
}
.row-check:after {
    content: "";
    display: block;
    width: 48%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

.form-check-input {
    margin-right: 5px;
    position: absolute;
    z-index: 10;
    top: 4px;
    left: 4px;
}
.form_font {
    letter-spacing: 0.1rem;
    font-size: 14px;
}
.text_medium01 {
    width: 50%;
}
.link {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: flex;
    z-index: 100;
}
.return {
    align-items: center;
    width: 50px;
    position: relative;
}
.return a {
    display: flex;
    text-align: center;
    background-color: #FFFFFF;
    width: 100%;
    height: 1px;
    min-height: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    color: #061d3c;
}
.postBtn {
    font-size: 10px;
}
.row_select02 {
    text-align: left;
}
.ui-datepicker {
	width: 50vw;
	max-width: 300px;
}
.ui-datepicker td span,
.ui-datepicker td a {
   display: block;
   padding: .4em .2em;
   text-align: right;
   text-decoration: none;
   font-size:12px;	
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
	font-size: 10px;
	width: 80px;
	padding: 2px;
}
.ui-datepicker .ui-icon{
	text-indent:0;	
}
.form_com {
    font-size: 9px;
    letter-spacing: -0.1em;
}
.radio_txt {
    line-height: 1.5;
    font-weight: 600;
    text-indent: 0px;
    font-size: 14px;
    display: flex;
	align-items: center;
	justify-content: flex-start;
}
.input_flex01 {
    display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.input_flex03 {
    display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}
.radio_input {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.input_other {
	opacity: 0;
	display: none;
    border: none;
    padding-top: 10px;
    margin-left: 0px;
    margin-right: auto;
    padding-bottom: 10px;
}
.input_other.active {
	display: block;
	opacity: 1;
}
.row_flex_pp {
    padding-top: 40px;
}
.label-pp {
    line-height: 1.7;
    text-align: left;
    padding-top: 2em;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 1em;
    font-size: 12px;
    display: block;

}
.label-pp a {
    text-decoration: underline;
}
.input_flex_label2 label {
/*    height: 61px;*/
}
.row-check_label3 label {
/*    height: 81px;*/
}
.ank_human {
    position: absolute;
    width: 30px;
    right: 5%;
    top: -20px;
}
.radio_padding {
    padding-left: 30px;
    padding-right: 2em;
}
.row_name_in {
    line-height: 1.5;
    position: relative;
    padding-left: 3.8em;
}
.radio_input label span {
    padding-left: 23px;
	line-height: 1.3;
    text-align: left;
}
.radio_input-basho label span {
    padding-left: 0px;
	display: block;
	width: 100%;
}
.sentaku {
    font-size: 10px;
    padding-top: 5px;
    text-align: center;
}
.form_rei {
    font-size: 10px;
    padding-bottom: 5px;
}
.sonota {
    text-align: left;
    padding-bottom: 5px;
}
.gift_check {
    text-align: left;
    margin-left: 2em;
}
.quo_tyui_form {
    padding: 0px;
}
.row-check02 {
    text-align: left;
    display: flex;
	align-items: center;
	flex: 1;
}
.form_cv {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 0px;
	margin-bottom: 0px;

}
.md_visit_p {
    line-height: 1.5;
    font-size: 10px;
    padding: 10px;
    text-align: left;
}
.ev_cal {
    padding-left: 10px;
    padding-right: 10px;
	overflow-x: hidden;
}
.ank_br {
    padding-bottom: 5px;
    text-align: left;
    padding-left: 1em;
	letter-spacing: 0px;
}
.ank_br02 {
	text-align: right;
    padding-right: 1em;
    padding-left: 0;
    max-width: 305px;
    margin: 0 auto 0 0;
}
.input input {
    font-size: 16px;
}
.hissu_input {
    border: 1px solid #D25E3B;
}
.input_other_txt {
    display: inline-block;
    padding-bottom: 10px;
}
.input_other input {
    border: 1px solid #2f417f;
}
.row-info {
    padding-left: 1em;
    padding-right: 1em;
    text-align: left;
}
.city_txt {
    padding-top: 10px;
    padding-bottom: 5px;
    display: inline-block;
}
.ank_slide {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.ank_lst {
    margin-left: 10px;
    margin-right: 10px;
}
.ank01 {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    line-height: 1.5;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
input::placeholder,textarea::placeholder {
	opacity: 0.3;
}
.ank_flex {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}
.ank_btn {
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    width: 90%;
    max-width: 800px;
}
.ank_btn_close,.ank_btn_open {
	display: none;
}
.close .ank_btn_close {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #FFFFFF;
    background-size: 100% 100%;
    background-color: #d25e3b;
    border-bottom: 3px solid #5e010a;
}

.open .ank_btn_open {
    display: block;
}
.ank_form {
    display: none;
    padding-top: 20px;

}
.ank_form02 {
    padding-top: 20px;

}
.ank_box {
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.ank_ttl {
    font-size: 20px;
    font-weight: 500;
    color: #d25e3b;
    text-align: center;
    padding-top: 40px;
    border-left-color: #d25e3b;
    border-right-color: #d25e3b;
    border-top-color: #d25e3b;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-left-width: 2px;
    border-right-width: 2px;
    border-top-width: 2px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.ank_br {
    padding-bottom: 10px;
}
.ank_row {
    line-height: 1.7;
    text-align: left;
}
.ank_kome {
    padding-bottom: 20px;
}
.ank_btn svg{
	height: 0.5em;
	width: 0.5em;
	fill:#fff;
}
.ank_btn_open {
    background-color: #E5E5E5;
    padding-top: 15px;
    padding-bottom: 15px;
}

.medatsu{
  /* アニメーションの名前 */
  animation-name:medatsu;
  /* アニメーションの１回分の長さ */
  animation-duration: 0.8s;
  /* アニメーションの回数 */
  animation-iteration-count: infinite;
  /* アニメーションの進行具合 */
  animation-timing-function: ease;
  /* アニメーション再生の向き */
  animation-direction: alternate;
}
  /* アニメーションの設定 */
@keyframes medatsu{
  /* 開始地点 */
  0%{
  /* Y軸0px */
  transform: translateY(0) scale(1);
  }
  /* 終了地点 */
  100%{
  /* Y軸50px */
  transform: translateY(3px) scale(1.02);
  }
}

.ank_img {
    width: 2.5em;
    display: inline-block;
    transform: scale(3) translateY(-0.4em);
}
.ank_btn02 {
    font-size: 1em;
    display: block;
    line-height: 1.3;
    padding-bottom: 0.5em;
}
.ank_btn03 {
    font-size: 1.4em;
}
.quo_tyui_ttl {
	display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    position: relative;
    transform: translateY(2.5em);
    max-width: 380px;
}
.row-check03 {
    padding-left: 1em;
    padding-right: 1em;
	justify-content: center;
	flex: 1;
}
.ank_toku {
    padding-top: 4em;
    padding-right: 1em;
    padding-left: 2.5em;
    border: 1px solid #d7933c;
    position: relative;
    z-index: 1;
    padding-bottom: 2em;
    height: 200px;
    overflow-y: scroll;
}

.ank_toku li {
	padding-top: 0em;
	padding-right: 0.5em;
	padding-left: 0em;
	padding-bottom: 0.3em;
	font-size: 0.8em;
	line-height: 1.5;
	text-align: left;
}
#toku_btn {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 265px;
}
.toku_check_btn {
    background-color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    padding: 10px 0;
    font-weight: bold;
    border-radius: 100px;
    pointer-events: all;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    border: 1px solid #D8D8D8;
}
 .offtxt {
    display: none;
}
#toku_btn .toku_input {
    position: absolute;
    left: 50%;
    z-index: 3;
    top: 50%;
	transform: translateX(-121px) translateY(19px);
}
.toku_check_ok .offtxt {
    display:inline;
}
.toku_check_ok .ontxt {
    display:none;
}
.toku_check_ok .toku_check_btn {
    background-color: #3F508B;
    border: 1px solid #3F508B;
	color: #fff;
}
.form_staff_img {
    border-radius: 200px;
    display: inline-block;
    width: 3em;
    height: 3em;
    margin-right: 0.5em;
    margin-left: 0.5em;
}
.form-check-label02 {
    position: relative;
}
.pp_input {
    position: absolute;
    top: 0px;
    left: 50%;
	transform: translateX(-12px);
}
.form_event_img {
    display: inline-block;
    width: 40px;
    border-radius: 200px;
    height: 40px;
    object-fit: cover;
    margin-right: 9px;
}
.rv_icon {
    width: 2em;
    height: auto;
    display: inline-block;
    margin-right: 0.5em;
	transform: translateY(-2em) scale(1.5);
}
.rv_select_point {
    font-size: 0.7em;
    text-align: center;
    font-weight: 600;
}
.rv_select_ttl {
    font-size: 0.9em;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
}
.rv_select_lead {
    font-size: 0.7em;
    padding: 0.5em;
    text-align: center;
    line-height: 1.5;
}
.radio_input-basho {
    width: 47%;
    padding: 1em;
    margin: 0px;
}
.radio_basho_flex {
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.rv_select_l {
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 0px;
    font-size: 0.7em;
}

.rv_select_check_off {
    padding-top: 1.1em;
    padding-bottom: 1.1em;
    background-color: #d25e3b;
    text-align: center;
    border: 1px solid #d25e3b;
}
.rv_select_img {
    display: block;
}

.rv_select_check_on {
    padding-top: 1.1em;
    padding-bottom: 1.1em;
    text-align: center;
    background-color: #24346a;
    display: none;
    border: 1px solid #24346a;
}
.noslide .rv_select_a {
    display: block;
    border: 1px solid #2b2b2b;
    padding-top: 1.1em;
    padding-bottom: 1.1em;
    text-align: center;
    background-color: #FFFFFF;
	margin: 0;
}
.rv_event_box {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 3em;
}
.text_free {
    width: 100%;
    max-width: none;
}
textarea {
    line-height: 1.5;
}
.md_auto {
    margin-left: auto;
    margin-right: auto;
}
.form_policy_txt {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    margin-top: 3em;
    padding-bottom: 2px;
}
.u-privacy {
    margin-top: 6em;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
    width: 95%;
    border: 1px solid rgba(212,212,212,1.00);
    margin-bottom: 2em;
    padding: 20px;
    overflow-y: scroll;
}
.u-privacy p {
    font-size: 10px;
    line-height: 2;
    text-align: left;
    padding-bottom: 2em;
}
.u-privacy-ttl {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 1.3em;
}
.u-privacy h4 {
    font-size: 12px;
    text-align: left;
    font-weight: 600;
    padding-bottom: 1em;
    line-height: 1.5;
}
.u-privacy ol {
    font-size: 10px;
    text-align: left;
}
.u-privacy li {
    line-height: 2;
    padding-bottom: 1em;
}
.ank_waku {
    width: 100%;
	overflow-x: hidden;
}

.form_cv .wpcf7-not-valid-tip {
    padding: 1em 0 0 0;
}
body .wpcf7 form.invalid .wpcf7-response-output, body .wpcf7 form.unaccepted .wpcf7-response-output, body .wpcf7 form.payment-required .wpcf7-response-output{
	font-size: 14px;
	line-height: 1.5;
	padding: 20px 0 20px 0;
    border-color: #E37B7D;
	transform: translateY(-20px);
	display: block;
	margin: 0 auto;
	max-width: 600px;
}
.wpcf7-list-item-label{
	display: none;
}
body .wpcf7 form.failed .wpcf7-response-output, body .wpcf7 form.aborted .wpcf7-response-output{
	font-size: 14px;
	line-height: 1.5;
	padding: 1em;
    border-color: #E37B7D;
	transform: translateY(-20px);
	display: block;
	margin: 0 auto;
	max-width: 600px;
	text-align: center;
}


.thx_ttl_j02 .color_gold{
	font-size: 1.3em;
}

.prg_box {
    background-color: #EBEBEB;
    padding: 0.5em;
    max-width: 520px;
    width: 100%;
    z-index: 20;
    bottom: 0px;
    display: block;
    right: -100%;
    position: fixed;
    transition: all 0.3s ease;
}
.prg_box.active_disp {
    right: 0%;
    position: fixed;
	display: block;
}

.prg_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 7em;
}
.prg_l_bar {
    width: 48%;
    padding-right: 10px;
    display: flex;
	align-items: center;
}
.prg_bar_bk {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 100px;
    border: 1px solid #2F417F;
    height: 10px;
    position: relative;
}
.prg_bar_in {
    border-radius: 100px;
    background-color: #2F417F;
    height: 10px;
}
.prg_l_txt {
    width: 48%;
	display: flex;
	align-items: center;
}
.prg_txt01 {
    font-weight: 600;
    font-size: 2em;
}
.prg_txt02 {
    font-size: 5em;
    font-weight: 900;
    margin-left: 5px;
    margin-right: 5px;
}
.prg_txt2 {
    font-size: 3em;
    font-weight: 900;
    margin-left: 5px;
}
.prg_fin {
    display: none;
}
.prg_present {
    background-color: #e50021;
    font-size: 2em;
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    position: absolute;
    right: 6em;
    border-radius: 5px;
    top: -1.8em;
}
.prg_present img {
    width: 7px;
    display: block;
    position: absolute;
    left: 10px;
    bottom: -7px;
}
.wpcf7-submit.submit_no {
    background-color: #A3A3A3;
}
.row_flex.row_disp_no{
	display: none;
}
#radio-ctg {
	opacity: 0;
	position: absolute;
}
.wpcf7 form.sent .wpcf7-response-output{
	display: none;
}
/* ローディング */
/* 画面全体を覆うスタイル */
.loading-overlay {
    display: none; /* 初期状態では非表示 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5); /* 透過50%の白 */
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

/* 中央のローディングコンテナ */
.loading-container {
    position: relative;
    width: 100px; /* お好みでサイズ調整 */
    height: 100px;
}

/* 中央の画像 */
.loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px; /* お好みで画像サイズ調整 */
    height: 60px;
    z-index: 2; /* スピナーより前面に表示 */
}

/* 回転するスピナー */
.loading-spinner {
    position: static;
    top: 50%;
    left: 50%;
    width: 100px; /* スピナーの外周サイズ */
    height: 100px;
    border: 5px solid transparent;
    border-top: 5px solid #2f417f; /* スピナーの色 */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: spin 1s linear infinite;
}

/* スピンアニメーション */
@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.child_age_box {
  display: none;
  /* ふわっと表示のための簡単なトランジション例（任意） */
  opacity: 0;
  transition: opacity 0.3s ease;
}

.child_age_box.active{
	display: flex;
	flex-wrap: wrap;
    opacity: 1;

}
.child_age_box .cb-set{
	width: 17%;
}
.child_age_ttl{
	width: 100%;
	padding-top: 0.5em;
	padding-bottom: 1em;
	font-size: 1em;
}
































@media only screen and (min-width: 481px) {
.actions a {
    width: 350px;
    font-size: 24px;
}

.cal_box {
}
.row_select {
    width: 58%;
    margin-left: auto;
    margin-right: auto;
}
.row_select02 {
    margin-left: 0px;
    margin-right: auto;
}
.ui-datepicker {
	max-width: 300px;
	
}
.input_flex_label2 label {
}
.row-check_label3 label {
/*    height: 65px;*/
}
.ank_human {
    width: 40px;
}
.ank_btn {
    font-size: 20px;
}
.close .ank_btn_close:hover {
    color: #d25e3b;
    border-left-color: #d25e3b;
    border-right-color: #d25e3b;
    border-top-color: #d25e3b;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-left-width: 3px;
    border-right-width: 3px;
    border-top-width: 3px;
    background-color: #FFFFFF;
}
.close .ank_btn_close:hover svg {
	fill:#d25e3b;
}
.text_other {
	max-width: 370px;
}	
}


@media only screen and (min-width: 768px) {
.row_flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 20px;
}
.row_flex_pp {
    padding-top: 60px;
	justify-content: flex-start;
}
.row-name {
    border-left: none;
    border-bottom: none;
    width: 25%;
    margin: 0px;
    padding: 0px;
    position: relative;
    text-align: center;
    border-top: 2px solid #2f417f;
    min-height: 160px;
}
.row_name_in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0em;
    width: 100%;
}

.inputs {
    width: 75%;
    text-align: left;
    padding-top: 40px;
    border-top: 1px solid #EAEAEA;
    padding-bottom: 20px;
}
.form_font {
    font-size: 16px;
}
.link {
    display: block;
    width: auto;
    position: fixed;
    top: 50%;
    right: 10px;
    left: auto;
}
.return {
    display: inline-block;
    width: auto;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 33px;
    right: 33px;
}
.return a {
    padding: 23px;
}
.row_select {
    width: 50%;
    margin-left: 0px;
    margin-right: auto;
}
.select-wrap.select-primary > select{
	height: 50px;
	margin-bottom: 10px;
		
}	
.text_medium {
    padding: 15px;
}
.short {
    padding: 15px;
}
.y_time {
	width: 50%;
	height: 50px;
}	
.text_post {
    padding: 15px;
}	
.input01 {
    margin-bottom: 15px;
}
.text {
    padding: 15px;
}
.cb-set {
    width: 31%;
}
.input_other {
    border: none;
}
.row-check:after {
    content: "";
    display: block;
    width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.radio02-input + label {
    padding: 20px;
}
.radio02-input-basho + label {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0em;
}	
.radio02-input:checked + label::after{

	left:23px;
}	
.radio02-input-basho:checked + label::after{

	left:8px;
}	

.radio_txt {
    font-size: 16px;
    margin-right: 5px;
}
.actions a {
    width: 450px;
    font-size: 28px;
}
.radio_input02 {
    width: 48%;
    margin-left: 0px;
    margin-right: 0px;
}
.radio_input03 {
    width: 45%;
    margin-left: 10px;
    margin-right: 0px;
}
	
.ank_btn {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 40px;
}
.ank_ttl {
    font-size: 30px;
    padding-bottom: 20px;
}
.close .ank_btn_close {
    padding-top: 25px;
    padding-bottom: 25px;
}
.ank_btn_open {
    padding-top: 25px;
    padding-bottom: 25px;
}
.ank_btn02 {
    font-size: 16px;
}
.ank_btn03 {
    font-size: 36px;
}
.row_flex_pp02 {
	align-items: center;
}
.label-pp {
    padding-top: 0px;
    padding-right: 2em;
    padding-left: 7em;
    padding-bottom: 0px;
}
.pp_input {
    top: 50%;
    left: 7%;
    transform: translateY(-8px);	
}
.noslide .rv_select_a {
    width: 100%;
}
.rv_select_flex {
    display: flex;
	justify-content: space-evenly;	
}
.rv_select_l {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 2em;
    width: 43%;
    font-size: 16px;
}
.radio_input-basho {
    width: 328px;
}
.radio_basho_flex {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;

}
.rv_select_point {
    font-size: 16px;
}
.rv_select_ttl {
    font-size: 20px;
}
.rv_select_lead {
    font-size: 14px;
    padding-bottom: 1.5em;
    padding-top: 1em;
}
.ctc_select_txt {
    font-size: 16px;
    line-height: 1.7;
    padding: 1em;
}
.ctc_book {
    margin-bottom: 1em;
}
.u-privacy {
    padding: 50px;
    height: 100px;
}
.hissu,.nin,.f_ok {
	left:auto;
	right: 0;
	top: -35px;
}
.prg_txt01 {
    font-size: 16px;
}
.prg_txt02 {
    font-size: 50px;
}
.prg_txt2 {
    font-size: 30px;
}
.prg_present {
    right: 70px;
    top: -17px;
    font-size: 16px;
}
.prg_flex {
    height: 70px;
}



























	



	
}



@media only screen and (min-width: 900px) {
.w900 {
    margin: 0 auto;
    width: 900px;
}
.sub_wrap .top_new_job li {
    width: 70%;
}	
	
	
}

@media only screen and (min-width: 1000px) {
.job_entry_lead {
    margin: 0 auto;
    width: 900px;
}
.return {
    bottom: 43px;
    right: 43px;
}
.return a {
    padding: 33px;
}	


}


@media only screen and (min-width: 1200px) {
.ank_flex {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    max-width: none;
}
.ank_lst {
    width: 32%;
}
.radio_input03 {
    width: 32%;
}



}
