@charset 'utf-8';


/*.boxCsnkForm*/
.boxCsnkform {
  padding-bottom: 5em;
}

.boxCsnkFormTop {
  margin-bottom: 3.0em;
  padding: 1.35em 1.5em 1.0em 2.0em;
  background-color: #e6eef1;
}
@media all and (max-width: 750px){
  .boxCsnkFormTop {
    margin-bottom: 1.2em;
    padding: 1.0em 1.0em 0.5em 1.2em;
  }
}

.boxCsnkFormTop .ul01 > li {
  margin-bottom: 0.6em;
  padding-left: 1.0em;
  background-image: url('./../../images/common/common-icn-circle01.png');
  background-repeat: no-repeat;
  background-position: left 0.4em;
  background-size: auto auto;
  color: #2d79ba;
}
@media all and (max-width: 750px){
  .boxCsnkFormTop .ul01 > li {
    background-position: left 0.55em;
    background-size: 1.5vw auto;
    font-size: 0.9rem;
  }
}

.csnkForm {
}
.csnkForm.modeConfirm {
  margin-top: -1.0em;
}
@media all and (max-width: 750px){
  .csnkForm {
  }
  .csnkForm.modeConfirm {
    margin-top: 0;
  }
}

.boxCsnkFormSystemMessage {
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  padding: 1.5em;
  background-color: rgba(0,0,0,0.8);
  line-height: 1.6;
  color: #fff;
}

.csnkForm :placeholder-shown {
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;/*inherit;*/
  font-size: 0.95rem;/*inherit;*/
  font-weight: inherit;
  color: #bbb;
}
.csnkForm ::-webkit-input-placeholder {
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;/*inherit;*/
  font-size: 0.95rem;/*inherit;*/
  font-weight: inherit;
  color: #bbb;
}
.csnkForm :-moz-placeholder {
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;/*inherit;*/
  font-size: 0.95rem;/*inherit;*/
  font-weight: inherit;
  color: #bbb;
}
.csnkForm ::-moz-placeholder {
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;/*inherit;*/
  font-size: 0.95rem;/*inherit;*/
  font-weight: inherit;
  color: #bbb;
}
.csnkForm :-ms-input-placeholder {
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;/*inherit;*/
  font-size: 0.95rem;/*inherit;*/
  font-weight: inherit;
  color: #bbb;
}

.csnkForm input {
  vertical-align: middle;
}

.csnkForm input[type="text"],
.csnkForm input[type="email"],
.csnkForm input[type="number"],
.csnkForm select,
.csnkForm textarea {
  border: 1px #8191b7 solid;
  letter-spacing: inherit;
  font-family: "Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;/*inherit;*/
  font-size: inherit;
}

.csnkForm input[type="text"],
.csnkForm input[type="email"],
.csnkForm input[type="number"],
.csnkForm select {
  width: 100%;
  height: 3em;
  padding: 0.5em 0.7em 0.7em 1.2em;
}
@media all and (max-width: 750px){
  .csnkForm input[type="text"],
  .csnkForm input[type="email"],
  .csnkForm input[type="number"],
  .csnkForm select {
    height: 2.5em;
    padding: 0.5em 0.5em 0.5em 1.0em;
  }
}


.csnkForm select {
  height: 3.4em;
  font-size: 0.95rem;
  color: #bbb;
}
@media all and (max-width: 750px){
  .csnkForm select {
    height: 2.9em;
  }
}

.csnkForm select option {
  color: #071d53;
  font-size: 1.0rem;
}

.csnkForm select option:first-child {
  display: none;
}


.csnkForm textarea {
  width: 100%;
  height: 15em;
  /*padding: 1.4em 0.7em 1.4em 1.2em;*/
  padding: 1.0em 0.7em 1.0em 1.2em;
  letter-spacing: 0.1em;
  font-size: inherit !important;
}
.csnkForm textarea[name="height"] {
  height: 10em;
}
@media all and (max-width: 750px){
  .csnkForm textarea {
    height: 8.3em;/*10em;*/
    /*padding: 0.7em 0.7em 0.7em 1.0em;*/
    padding: 0.7em 0.5em 0.7em 1.0em;
  }
  .csnkForm textarea[name="height"] {
    height: 10em;
  }
}

.csnkForm input[name="my_name"],
.csnkForm input[name="my_name_kana"],
.csnkForm input[name="email"],
.csnkForm input[name="telno"],
.csnkForm input[name="company_name"],
.csnkForm input[name="company_name_kana"] {
  width: 54%;
}
@media all and (max-width: 750px){
  .csnkForm input[name="my_name"],
  .csnkForm input[name="my_name_kana"],
  .csnkForm input[name="email"],
  .csnkForm input[name="telno"],
  .csnkForm input[name="company_name"],
  .csnkForm input[name="company_name_kana"] {
    width: 100%;
  }
}

.csnkForm select[name="pref"] {
  width: 30%;/*16.5em;*/
}
@media all and (max-width: 750px){
  .csnkForm select[name="pref"] {
    width: 100%;
  }
}

.csnkForm input[name="reservation_num"] {
  width: 10em;
}

.csnkForm input[type="checkbox"] {
  margin-right: 0.5em;
}

.csnkForm input[name="zipcode"] {
  width: 15em;
}

.csnkForm .boxRadioWrap {
  padding-top: 0.8em;
}

.csnkForm .ulCheckbox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.csnkForm .ulCheckbox > li {
  margin-right: 1.5em;
  margin-bottom: 1.0em;
}

.csnkForm .txtError {
  color: #ff1e1e;
}

.csnkForm .dlForm {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 1.0em 0;
  line-height: 1.4;
  font-size: 1.1rem;
}
@media all and (max-width: 750px){
  .csnkForm .dlForm {
    display: block;
    padding: 0.4em 0;/*1.0em 0;*/
  }
}

.csnkForm.modeConfirm .dlForm {
  padding: 1.8em 0;
  /*border-bottom: 1px #b7b7b7 solid;*/
}
@media all and (max-width: 750px){
  .csnkForm.modeConfirm .dlForm {
    padding: 0.7em 0;
  }
}

.csnkForm .dlForm > dt {
  position: relative;
  width: 18.5%;
  padding-left: 1.4em;/*3.0em;*/
}
.csnkForm.modeConfirm .dlForm > dt {
  width: 23.8%;
}
@media all and (max-width: 750px){
  .csnkForm .dlForm > dt {
    width: 100%;
    margin-bottom: 0.3em;/*0.8em;*/
    padding: 0.5em 0 0.5em 1.0em;
    background-color: #fff;/*#ddd;*/
    font-size: 1.0rem;
  }
  .csnkForm.modeConfirm .dlForm > dt {
    width: 100%;
    padding: 0.3em 0 0.3em 0.8em;
  }
}

.csnkForm.langEn .dlForm > dt {
  padding-left: 1.5em;
}
@media all and (max-width: 750px){
  .csnkForm.langEn .dlForm > dt {
    margin-bottom: 0.8em;
  }
}

.csnkForm .dlForm > dt .markRequired,
.csnkForm .dlForm > dt .markNotRequired {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 3.6em;
  height: 1.9em;
  margin: auto;
  padding: 0.1em 0.1em 0.15em 0;
  font-size: 0.85rem;
}
@media all and (max-width: 750px){
  .csnkForm .dlForm > dt .markRequired,
  .csnkForm .dlForm > dt .markNotRequired {
    position: relative;
    right: auto;/*5%;*/
    top: -0.15em;
    left: 1.3em;
    bottom: auto;
    display: -webkit-inline-flex;
    display: inline-flex;
    height: 1.8em;
    font-size: 0.72rem;
  }
}

.csnkForm.modeConfirm .dlForm > dt .markRequired,
.csnkForm.modeConfirm .dlForm > dt .markNotRequired {
  display: none;
}

.csnkForm .dlForm > dt .markRequired {
  border: 2px #ed8e31 solid;
  background-color: #fff;
  color: #d35400;
}
@media all and (max-width: 750px){
  .csnkForm .dlForm > dt .markRequired {
    border: 1px #ed8e31 solid;
  }
}

.csnkForm.langEn .dlForm > dt .markRequired {
  background-color: transparent;
  color: #980101;
}

.csnkForm .dlForm > dt .markNotRequired {
  border: 1px #ccc solid;
}

.csnkForm .dlForm > dt .markRequired .str2,
.csnkForm .dlForm > dt .markNotRequired .str2 {
  letter-spacing: 0.2em;
}

.csnkForm .dlForm > dd {
  width: 78.5%;
  letter-spacing: 0.1em;
}
.csnkForm.modeConfirm .dlForm > dd {
  width: 76.2%;
}
@media all and (max-width: 750px){
  .csnkForm .dlForm > dd {
    width: 100%;
  }
  .csnkForm.modeConfirm .dlForm > dd {
    width: 100%;
    padding: 0 0 0 0.8em;
  }
}

.csnkForm .dlForm > dd .boxInputWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 750px){
  .csnkForm .dlForm > dd .boxInputWrap {
    display: block;
  }
}

.csnkForm .dlForm > dd .boxInputWrap .boxInput {
  width: 100%;
}
@media all and (max-width: 750px){
  .csnkForm .dlForm > dd .boxInputWrap .boxInput {
    width: 100%;
    margin-bottom: 1vw;
  }
}

.csnkForm .dlForm > dd .boxInputWrap .txtCaution {
  display: inline-block;
  margin-left: 10px;
}
@media all and (max-width: 750px){
  .csnkForm .dlForm > dd .boxInputWrap .txtCaution {
    display: block;
    margin-left: 0;
    text-align: right;
    font-size: 0.9rem;
  }
}

.csnkForm .dlForm > dd label > input[type="radio"],
.csnkForm .dlForm > dd label > input[type="checkbox"] {
  margin-right: 0.3em;
}

.csnkForm .dlForm > dd label > span {
  vertical-align: middle;
}

.csnkForm.modeConfirm .dlForm > dd .txtFormInput {
  line-height: 1.4;
}


.boxFormPrivacy {
  margin-top: 2.0em;
  padding: 1.1em 0;
  background-color: #f1f1f1;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.05rem;
}
@media all and (max-width: 750px){
  .boxFormPrivacy {
    margin-top: 0.5em;
    padding: 1.0em 0;
    font-size: 0.9rem;
  }
}

@media all and (max-width: 750px){
  .boxFormPrivacyIn {
    line-height: 2.0;
  }
}

.boxFormPrivacyIn label {
  vertical-align: middle;
}

.boxFormPrivacyIn a {
  padding: 0.2em 2.0em 0.2em 0;
  background-image: url('./../../images/base/base-icn-external01.png');
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto auto;
}
@media all and (max-width: 750px){
  .boxFormPrivacyIn a {
    background-position: 97% center;
    background-size: 4.5vw auto;
  }
}

.boxFormSubmit {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 5.0em;
  padding: 3.5em 0 0 0;
  text-align: center;
}
.csnkForm.modeConfirm .boxFormSubmit {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 750px){
  .boxFormSubmit {
    margin-bottom: 2.0em;
    padding: 1.5em 0 0 0;
  }
}

.boxFormSubmit .btnSubmit {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 438px;
  height: 60px;
  padding-right: 1.7em;
  padding-bottom: 0.1em;
  border: 0;
  /*border-radius: 60px;*/
  border-radius: 0;
  background-color: #2178bb;
  background-image: url('./../../images/contact/contact-submit-btn-icn-arrow01.png'), url('./../../images/contact/contact-submit-btn-bg01.jpg');
  background-repeat: no-repeat, no-repeat;
  background-position: 79% center, center top;
  background-size: auto auto, auto auto;
  letter-spacing: 0.12em;
  font-family: inherit;
  font-size: 1.35rem;
  /*font-weight: 700;*/
  color: #fff;
  cursor: pointer;
}
.pageLangEn .boxFormSubmit .btnSubmit {
  letter-spacing: normal;
  font-size: 1.3rem;
}
@media all and (max-width: 750px){
  .boxFormSubmit .btnSubmit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 15vw;
    background-position: 90% center, center top;
    background-size: 7vw auto, cover;
    /*border-radius: 15vw;*/
    font-size: 1.15rem;
  }
  .pageLangEn .boxFormSubmit .btnSubmit {
    font-size: 1.0rem;
  }
}

.csnkForm .boxFormSubmit .btnSubmitConfirm,
.csnkForm .boxFormSubmit .btnSubmitSend {
  /*
  background-image: url('./../../images/common/form-submit-icn-arrow01-r.png');
  background-repeat: no-repeat;
  background-position: 93% center;
  background-size: auto auto;
  */
}

.csnkForm .boxFormSubmit .btnSubmitSend {
  /*width: 300px;*/
  /*margin: 0 0.5em;*/
  margin-bottom: 1.6em;
}
.pageLangEn .csnkForm .boxFormSubmit .btnSubmitSend {
  width: 370px;
}
@media all and (max-width: 750px){
  .csnkForm .boxFormSubmit .btnSubmitSend {
    width: 100%;
    margin: 0;
    margin-bottom: 1.0em;
  }
  .pageLangEn .csnkForm .boxFormSubmit .btnSubmitSend {
    width: 100%;
  }
}

.csnkForm .boxFormSubmit .btnSubmitBack {
  width: 330px;
  height: 50px;
  /*margin: 0 0.5em;*/
  padding-right: 0;
  padding-left: 2.0em;
  background-color: #e6e6e6;
  background-image: url('./../../images/contact/contact-submit-btn-icn-arrow02.png');
  background-repeat: no-repeat;
  background-position: 26% center;
  background-size: auto auto;
  font-size: 1.23rem;
  color: #071d53;
}
@media all and (max-width: 750px){
  .csnkForm .boxFormSubmit .btnSubmitBack {
    width: 100%;
    height: 12vw;
    margin: 0;
    margin-bottom: 5vw;
    padding-bottom: 0.1em;
    background-size: 2.5vw auto;
  }
}


.boxCsnkFormThanks {
  padding: 0 0 3.5em 0;
}
.pageRecruitment.single .boxCsnkFormThanks {
  padding-top: 5em;
}
@media all and (max-width: 750px){
  .boxCsnkFormThanks {
    padding: 1.0em 0 2.5em 0;
  }
}

.boxCsnkFormThanks .ttlCsnkFormThanks {
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxCsnkFormThanks .ttlCsnkFormThanks {
    margin-bottom: 5vw;
    line-height: 1.4;
    font-size: 1.3rem;
  }
}


.boxCsnkFormThanks .ttlBase01 {
  margin-bottom: 3.2em;
}

.boxCsnkFormThanks .ttlBase01 .ttlJa {
  letter-spacing: 0.12em;
  font-size: 1.8rem;
}
@media all and (max-width: 750px){
  .boxCsnkFormThanks .ttlBase01 .ttlJa {
    text-align: center;
    font-size: 1.6rem;
  }
}

.boxCsnkFormThanksIn {
  text-align: center;
}
@media all and (max-width: 750px){
  .boxCsnkFormThanksIn {
  }
}