@charset "UTF-8";
.mw_wp_form_error .error_text{
  border: 2px solid #B70000;
  padding: 20px;
  margin: 0 0 20px 0;
  text-align: left!important;
}
body{
    background: #fff!important;
}
main{
    background: #fff;
}
.container {
  width: 1000px;
  margin: 72px auto 0;
  position: relative;
}
@media screen and (max-width: 779px) {
  .container {
    width: 92%;
  }
}
.form-container.profile{
/*    margin: 100px auto;*/
}
.form-container a{
    text-decoration: underline;
    color: #29bcc7;
}
input[type="submit"],
button {
    padding: 0;
    border: none;
    background: none;
    outline: none;
}
button,
select,
input[type="radio"],
input[type="submit"],
input[type="checkbox"] {
    cursor: pointer;
}
input[type="submit"],
button,
textarea,
input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"] {
    outline: none;
}
textarea,
input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"],
button,
input[type="submit"],
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}
select::-ms-expand {
    display: none;
}
::-webkit-input-placeholder,
:placeholder-shown {
    color: #999;
    font-size: 1.3rem;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}
input[type="text"],
input[type="number"] {
min-width: 100px;
}
textarea,
input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"],
select {
    font-size: 16px;
}
input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"] {
    padding: 0 10px;
    /* width: 100%; */
    /* height: 40px; */
    box-sizing: border-box;
    padding: 2px 10px;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    background: #ffffff;
    font-size: 1.3rem;
    -webkit-appearance: none;
    /* width: 430px; */
    height: 30px;
}
textarea {
    padding: 10px;
    width: 100%;
    min-height: 200px;
    border: 1px solid #aaaaaa;
    line-height: 1.5;
}
/*label.disabled span,*/
select:disabled {
    border: 3px solid #ccc !important;
    background-color: #ececec !important;
}
textarea:disabled,
input:disabled {
    border-color: #ccc !important;
    background-color: #ececec !important;
}
input[type="radio"]:disabled:checked + span,
input[type="checkbox"]:disabled:checked + span,
input[type="radio"]:disabled + span,
input[type="checkbox"]:disabled + span {
    border-color: #dcdcdc;
    background: white !important;
    color: #ccc !important;
}
.link-button:disabled,
.link-button:disabled:after {
    background-color: #ececec !important;
    border-color: #acacac !important;
    color: #bcbcbc !important;
    z-index: -1;
}
.link-button:disabled:before {
    border-left-color: #acacac !important;
}
input[type="submit"]:disabled:before {
    background-color: #dcdcdc !important;
}
input[type="submit"]:disabled div {
    background-color: #dcdcdc !important;
}

.global {
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 90px !important;
    padding-left: 90px !important;
    max-width: 1120px;
}
.form-group {
    margin: 6px 0;
}
.flex-group,
.radio-group,
.checkbox-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.radio-group,
.checkbox-group {
    margin: 0
}
.form-block .radio-group input[type="radio"],
.form-block .checkbox-group input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    border: none;
    opacity: 0;
}
input[type="checkbox"]:checked + span,
/* .radio-group input[type="radio"]:checked + span, */
.checkbox-group input[type="checkbox"]:checked + span {
  color: #ffffff;
  background: linear-gradient(154deg, #29BCC7 0%, #29C77F 100%);
  border: solid 1px transparent;
  -webkit-animation: effectPulsateGreen .5s ease-out;
  animation: effectPulsateGreen .5s ease-out;
}
.mwform-radio-field label .mwform-radio-field-text{
  margin-left: 20px;
  margin-right: 10px;
}
.radio-group input[type="radio"]:checked + span::before{
  margin-top: -9px;
  width: 15px;
  height: 15px;
  background: linear-gradient(154deg, #29BCC7 0%, #29C77F 100%);
}
.radio-group input[type="radio"]:checked + span::before{
    margin-top: -9px;
    width: 15px;
    height: 15px;
    background: linear-gradient(154deg, #29BCC7 0%, #29C77F 100%);
}
.radio-group input[type="radio"] + span::before{
  width: 17px;
  height: 17px;
  margin-top: -11px;
  position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    content: '';
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    border: 1px solid #aaaaaa;
    border-radius: 50%;
}
input[type=radio]:checked + span::before {
    -webkit-animation: effectPulsateGreen 0.5s ease-out;
    animation: effectPulsateGreen 0.5s ease-out;
}
.mw_wp_form_error .error_text {
    border: 2px solid #FF586E!important;
    margin-top: 20px!important;
  }
.mw_wp_form .error{
  color: #FF586E!important;
}

.radio-group label,
.checkbox-group label {
    position: relative;
    display: inline-block;
    margin: 6px 6px 6px 0;
    background: white;
}
/* .radio-group label span, */
.checkbox-group label span {
    /* display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 10px;
    height: 30px;
    border: 1px solid #aaaaaa; */
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
    border-radius: 3px;
    margin-bottom: 6px;
    padding: 8px 5px;
    line-height: 1;
    font-size: 1.2rem;
    border: solid 1px transparent;
    cursor: pointer;
    color: #000000;
    background: #f9f9f9;
    border: solid 1px #aaaaaa;
}
.flex-group input[type="number"],
.flex-group input[type="password"],
.flex-group input[type="text"],
.flex-group input[type="email"]{
    min-width: 100px;
    max-width: 100px;
}
.flex-group > * + *:not(first-child) {
    margin-left: 5px;;
}
.select-group {
    position: relative;
    display: block;
    z-index: 1;
    /*border: 1px solid #aaaaaa;*/
    background: white;
    /*font-size: 1.24rem;*/
}
.select-group:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 33px;
    height: 100%;
    content: "";
    border-left: 1px solid #aaaaaa;
    background: url(../img/icon-arrow-select.png) calc(50% - 1.5px)  center no-repeat;
    background-size: 8px;
}
.select-group select {
    padding: 0 43px 0 10px ;
    width: 100%;
    height: 30px;
    border: 1px solid #aaaaaa;
    background: none;
    outline: none;
}
.flex-group input[type="number"],
.flex-group input[type="password"],
.flex-group input[type="email"],
.flex-group input[type="text"] {
    min-width: 100px;
    max-width: 100px;
}
.flex-group > * + *:not(first-child) {
    margin-left: 5px;;
}
.postal-code input[type="number"],
.postal-code input[type="text"] {
    max-width: 180px;
}
.select-group {
    position: relative;
    display: block;
    z-index: 1;
    /*border: 1px solid #aaaaaa;*/
    background: white;
    /*font-size: 1.24rem;*/
}
.select-group:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 33px;
    height: 100%;
    content: "";
    border-left: 0;
    background: url(../img/icon-arrow-select.png) calc(50% - 1.5px)  center no-repeat;
    background-size: 8px;
}
.select-group select {
    padding: 0 43px 0 10px ;
    width: 100%;
    height: 30px;
    border: 1px solid #aaaaaa;
    background: none;
    outline: none;
}
.form-button .submit-button,
.form-button .search-button,
input[type="submit"]{
    position: relative;
    padding: 0;
    margin: 20px 10px;
    width: 355px;
    height: 44px;
    line-height: 44px;
    border: none;
    background: none;
    float: none;
}
.submit_btn{
    max-width: 750px;
    display: block;
    margin: 0 auto;
}
input.submit-button{
    background: linear-gradient(154deg, #29BCC7 0%, #29C77F 100%)!important;
    color:#fff!important;
    border-radius: 3px;
    margin-top: 0!important;
    font-size: 1.54rem!important;
/*    background-image: url(../img/go-i.png)!important;*/
    background-repeat: no-repeat!important;
    background-position: 90% 50%!important;
}
.form-button .submit-button:before,
.form-button .search-button:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 100%;
    content: "";
    background: #787b7c;
}
.form-button .submit-button:after,
.form-button .search-button:after {
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    right: calc(0% + 6px);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 15px;
    border-color: transparent transparent transparent #fff;
}
input[type="submit"]::before{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 100%;
    content: "";
    background: #787b7c;
}
input[type="submit"]::after{
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    right: calc(0% + 6px);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 15px;
    border-color: transparent transparent transparent #fff;

}
.form-button .submit-button div,
.form-button .search-button div {
    padding: 0 0 0 43px;
    height: 56px;
    background-color: #787b7c;
    font-size: 1.54rem;
    line-height: 56px;
    color: white;
}
.postal-code-search span {
    display: table-cell;
    padding: 0 15px;
    height: 40px;
    background: #666;
    color: white;
    vertical-align: middle;
}
label.error {
    display: block;
}
label.error {
    color: #f16e83;
}
.error_info {
  color: #f16e83;
}
.att,
.required {
    background: #ff586e;
    color: #fff;
    padding: 2px 5px;
    margin-left: 10px;
    font-size: 1rem;
}
.any {
    background: #9a9a9a;
    color: #fff;
    padding: 2px 5px;
    margin-left: 10px;
    font-size: 1rem;
}
.form-container .select-group {
    display: flex;
    align-items: center;
}
.form-container .select-group select {
    padding: 0 33px 0 10px;
}
.form-container:not(.profile) .select-group select {
    min-width: 79px;
}
.form-container .select-group:after {
    width: 23px;
    background: url(../img/icon-arrow-select.png) calc(50% - 1.5px) center no-repeat;
    background-size: 6px;
}
.form-container.resume .form-header,
.form-container.profile .form-header {
    border-bottom: none;
}
.form-container.resume .form-header,
.form-container.profile .form-header,
.block-container-header {
    padding: 25px 0;
    color: white;
}
.form-container.profile .form-header,
.block-container-header {
    background: #787b7c;
}
.form-header h5,
.block-container-header h5 {
    font-size: 1.24rem;
    color: white;
}
.form-header h4,
.block-container-header h4 {
    font-size: 1.86rem;
    font-weight: 600;
}
.resume .form-header h5,
.profile .form-header h5 {
    font-size: 1.47rem;
}
.form-header h5 span {
    font-size: 1rem;
}
.form-header .inner,
.block-container-header .inner {
    margin: 0 auto;
    padding: 0 90px;
    max-width: 980px;
}
.form-header .container {
    justify-content: space-between;
}
.block-container-header .container {
    flex-direction: column;
}
.block-container-header .notice-list {
    text-align: center;
    font-size: 1.16rem;
}
.block-container-header .notice-list li {
    display: inline-block;
}


.form-container .form-block {
    margin: 0 auto;
    padding: 10px 0 60px;
    /*max-width: 940px;*/
}
.form-container.resume .form-block {
    padding: 20px 0;
}
.form-container .table-outer {
/*    padding: 0 90px;*/
}
.form-container .table-outer:nth-child(even) {
    background: white;
}
.form-container .table-outer:last-child {
    background: none;
}
.form-container .table-outer > h2{
    font-size:18px;
    font-weight: bold;
    color: #000!important;
}
.form-container .table-outer > * {
    /*padding: 15px 20px 0;*/
    margin: 0 auto;
/*    padding: 0 25px 0 0;*/
    width: 100%;
}
.table-outer > .notice-block p {
    margin: 0 0 20px 0;
    text-align: center;
}
.table-form .link-banner {
    margin: 10px 0;
}
.form-container table {
    table-layout: fixed;
    margin: 0;
    color: black;
}
.form-container table,
.form-container table th,
.form-container table td {
    border: none;
    background: none;
}
.form-container table th,
.form-container table td {
    padding: 12px 0;
}
.form-container table th {
/*
    width: 15%;
    width: 190px;
    min-width: 190px;
*/
    background: #f9f9f9;
    width: 320px;
    vertical-align: top;
}
.form-container table th p {
    margin: 17px 0 0 0;
}
.table-form th p {
    position: relative;
    padding: 0 0 0 20px;
    font-size: 1.08rem;
}
.table-form th p:before {
    position: absolute;
    /*top: calc(50% - 8px);*/
    top: 3px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 4px solid #787b7c;
    content: "";
}
/* IE10以降 */
@media all and (-ms-high-contrast:none){
    .table-form th p:before {
        top: 0;
    }
}
.table-form .plane-text {
    margin: 17px 0 0 0;
}
/* .table-form .radio-group label span, */
.table-form .checkbox-group label span {
    padding: 8px 30px;
}
@media all and (-ms-high-contrast:none){
    /* .table-form .radio-group label span, */
    .table-form .checkbox-group label span {
        display: inline-block;
        padding: 4px 30px 0;
    }
}
.characters {
    display: inline-block;
    margin: 3px 0 0;
}
.form-container table th p span span {
    font-weight: normal;
}
.form-container .form-button {
    text-align: center;
}
.form-container .form-button {
    margin: 20px 0 0;
}
.form-container > .form-button {
    margin: 20px 0 0;
    background: white;
}
.form-container.entry-button {
    margin-bottom: 60px;
}
.form-button {
    margin: 0;
}
.form-button .registration-button div {
    padding-left: 14px;
    background-image: none;

}
.form-button .notice-block {
    margin: 0 0 40px;
}
.form-container .form-button button {
    width: 370px
}
.notice-block ul + span {
    display: block;
    margin: 6px 0 0;
}
.notice-list li span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 13px;
}
.notice-list li span:before {
    position: absolute;
    top: 8px;
    left: 3px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #787878;
    content: "";
}
.block-container-header .notice-list li span:before {
    background: white;
}
.note {
    color: #787878;
}
.form-container table.formcell {
    width: 970px;
/*    border: 5px solid #e3e3e3;*/
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 60px;
    text-align: left;
    font-size: 1.4rem;
}
.form-container table.formcell tr th,
.form-container table.formcell tr td{
    padding: 20px;
    border: solid 1px #cccccc;
    vertical-align: middle;
}
input.back{
    width: 355px;
    background-color: #999;
    color: #fff;
    font-size: 20px;
    border: solid #999;
    border-radius: 3px;
    font-size: 1.54rem!important;;
    float: left;
/*    background:url(../img/back-i.png) no-repeat;*/
    background-position: 5%;
}
input.go{
    width:50%;
    background-color: #fe7e17;
    color: #fff;
    font-size: 20px;
    border: solid #fe7e17;
    border-radius: 5px;
    padding:10px;
    background-image:url(../img/go-i.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
}
h2.contact{
    font-size:44px;
    padding-top:80px;
    padding-bottom:80px;
    font-weight:bold;
    text-align: center;
}
span.border-bottom{
    border-bottom:1px solid #acacac;
    padding-bottom:20px;
    color:#000;
}
section#contact p.bottom-space{
    padding-bottom:40px;
}
.mw_wp_form .horizontal-item + .horizontal-item{
    margin-left: 0!important;
}
div#mw_wp_form_mw-wp-form-10.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .select-group:after{
    background: none;
    border-left: none;
}
@media screen and (max-width: 779px) {
  #entry .container{
    width: 92%!important;
  }
  .submit_btn{
    padding: 10px;
  }
  .form-container .table-outer > h2{
    font-size: 100%;
  }
  #mw_wp_form_mw-wp-form-10 .container{
    margin-top: 0!important;
    width: 100%;
  }
  .table-outer > .notice-block p{
    text-align: left;
  }
  .table-outer > .notice-block p.bottom-space{
    width: 92%;
    margin: 0 auto;
    display: block;
  }
    .form-container .form-block {
        padding-bottom: 5%;
    }
    .table-form,
    .table-form tbody,
    .table-form tr,
    .table-form td,
    .table-form th {
        display: block;
    }
    textarea,
    input[type="number"],
    input[type="text"],
    input[type="email"],
    input[type="password"],
    select,
    .search-box .text-group input[type="number"],
    .search-box .text-group input[type="text"],
    .search-box .text-group input[type="email"],
    .search-box .select-group select  {
        font-size: 16px !important;
    }
    ::-webkit-input-placeholder,
    :placeholder-shown {
        font-size: 16px;
    }
    .select-group select,
    textarea,
    input[type="number"],
    input[type="text"],
    input[type="email"],
    input[type="password"] {
      border-color: #ddd;
    }
    .main > .inner > div {
        padding: 50px 0;
    }
    .main > .inner > div:first-child {
        padding: 50px 0;
    }
    .main > .inner > div.search-detail-block {
        padding: 50px 0;
    }
    .main > .inner > div.content-header-block {
        padding: 20px 17.5px 0;
    }
    .block-header {
        margin: 0 0 40px 0;
    }
    .block-header > h1,
    .block-header > span {
        margin: 35px 0 0;
    }
    .block-header h4 {
        margin: 20px 0px 0;
    }
    .block-header h2,
    .block-header h4 {
        font-size: 2.16rem;
    }
    .block-header h3 {
        font-size: 2.32rem;
    }
    .main > .inner > .twins-block.lower-page {
        padding-right: 17.5px;
        padding-left: 17.5px;
    }
    .twins-block > div {
        margin-right: 0;
        margin-left: 0;
    }
    .twins-block.lower-page > div {
        height: auto;
    }
    .twins-banner-block .banner-item {
        height: 73vw;
        max-height: 369px;
    }
    .twins-banner-block .banner-item:first-child {
        margin-bottom: 10px;
    }
    .newjob-block .newjob-list {
        padding: 0;
    }
    .recomend-block:before {
        background-color: rgba(0,0,0,.3);
    }
    .block-header h1,
    .block-header span {
        color: white;
    }
    .block-header h1,
    .block .block-header span {
        max-width: 500px;
        text-align: left;
    }
    body.casting .merit-block .block-header h1 br,
    body.casting .merit-block .block-header span br {
        display: none;
    }
    body.casting .registration-block .block-header h1,
    body.casting .registration-block .block-header span {
        max-width: 500px;
        text-align: left;
    }
    body.casting .registration-block .block-header h1 .notice,
    body.casting .registration-block .block-header span .notice{
        display: block;
    }
    body.casting .registration-block .block-header h1 br,
    body.casting .registration-block .block-header span br {
        display: none;
    }
    .advisor-block .block-header h1,
    .advisor-block .block-header span {
        max-width: 500px;
        text-align: left;
    }
    .advisor-block .block-header h1 br,
    .advisor-block .block-header span br {
        display: none;
    }
    .form-container table th {
        width: 100%;
        vertical-align: middle;
    }
    .form-container table th p {
        margin: 0;
    }
    .form-container table th,
    .form-container table td {
        padding: 5px 0;
        width: 100%;
        float: left;
    }
    .table-form .form-group {
        margin: 0 0 6px;
    }
    .flex-group *:not(select) {
        margin: 6px 6px 6px 0px;
    }
    .flex-group > * + *:not(first-child) {
        margin: 6px 6px 6px 0px;
    }
    .form-button .notice-block {
        padding: 0 17.5px;
        margin-bottom: 20px;
        line-height: 1.75;
    }
    .flow-block .block-header h3 {
        font-size: 2.48rem;
    }
    .form-header .inner,
    .block-container-header .inner {
        padding: 0 17.5px;
    }
    .form-container .table-outer {
/*        padding: 0 17.5px;*/
    }
    .form-container .table-outer > * {
        padding: 0;
        width: 100%;
    }
    .form-container .table-form .link-banner,
    .form-container .form-button input[type="submit"] {
        margin: 10px auto;
        width: 100%;
        margin-bottom: 30px;
        float: left
    }
    .form-container .table-form .add-note {
        margin: 10px auto;
    }
    .form-container table.formcell tr th{
            width: 96%;
            padding: 2%;
            font-weight: bold;
            font-size: 1.2rem;
    }
    .form-container table.formcell tr th{
      border: none
    }
    .form-container table.formcell tr td{
        padding: 2% 0% 2% 2%;
        width: 98%;
        margin-bottom: 10px;
        border: none;
        border-bottom: solid 1px #cccccc;
    }
    .form-container table.formcell {
        width: 100%;
        /* font-size: 16px; */
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .att,
    .required{
      font-weight: normal;
    }
    input.back{
        width: 80%;
        height: 44px;
    line-height: 44px;
    }
    input.go{
        width:80%;
        margin-top: 3%;
    }
    input[type="number"], input[type="text"], input[type="password"]{
        width: 48%;
    }
    input[type="email"],textarea{
      width: 90%;
    }
    h2.contact{
        font-size:28px;
        padding-top:10%;
        padding-bottom:8%;
        margin-bottom: 2%;
        font-weight:bold;
    }
    section#contact p.bottom-space{
        padding-bottom:5%;
        color:#676767;
        font-size:14px;
        text-align:left;
    }
}
