@charset "UTF-8";
/*------------------------------
 お問い合わせページ
------------------------------*/
/* main
------------------------------*/
.main-wrapper {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow: hidden;
}
.main-wrapper .pc {
  display: none;
}

.main-inner {
  width: 100%;
  margin: 0 auto;
}

/* content
------------------------------*/
.content {
  margin: 0 25px;
}

.content__inner {
  width: 100%;
  padding: 30px 0 0 0;
  margin: 0 auto 20px;
  box-sizing: border-box;
}

.content__title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}

.content__title--english {
  display: block;
  position: relative;
  font-size: 13px;
  line-height: 19px;
  margin-top: 7px;
}

.content__item-box {
  margin-bottom: 20px;
}
.is-confirm .content__item-box {
  display: none;
}

.content__item-box-inner {
  display: flex;
  flex-flow: row wrap;
}

.content__item, .content__item--long {
  width: 100%;
  height: auto;
  min-height: 58px;
  margin-bottom: 17px;
  overflow: hidden;
}
.content__item:last-child, .content__item--long:last-child {
  margin-bottom: 0;
}

.content__item--long {
  width: 100%;
}

.content__item-link,
a.content__item-link {
  display: table;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border: 2px solid #BCBCBC;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
}
.content__item-link:hover,
a.content__item-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.content__item-text {
  display: table-cell;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  padding: 8.5px 5px;
}

.content__item-text--english {
  display: block;
  font-size: 12px;
  line-height: 17px;
}

.content__link-box {
  padding: 0 10px;
}
.is-confirm .content__link-box {
  padding: 0;
}

.content__link, a.content__link {
  display: inline-block;
  position: relative;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: underline;
  padding-right: 24px;
  cursor: pointer;
}
.content__link::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 8px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: rotate(45deg);
  box-sizing: border-box;
  opacity: 0.5;
}
.content__link:hover {
  color: #333333;
  text-decoration: none;
}

.content__text {
  display: block;
  width: 100%;
}

.content__text {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.content__text--english {
  display: none;
}
.contact-transaction .content__text--english {
  display: inline;
}

/* modal
------------------------------*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.modal__inner {
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  width: calc(100% - 50px);
  margin: 0 auto;
  z-index: 2;
}

.modal__content {
  position: relative;
  padding-top: 34px;
  box-sizing: border-box;
}

.modal__close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.modal__close-inner {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
}

.modal__close-line, .modal__close-line--bottom, .modal__close-line--top {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-sizing: border-box;
}

.modal__close-line--top {
  top: 0;
  transform: translateY(15px) rotate(-45deg);
}

.modal__close-line--bottom {
  bottom: 0;
  transform: translateY(-13px) rotate(45deg);
}

.modal__content-inner {
  width: 100%;
  padding: 30px 30px 40px 30px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}

.modal__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  margin-bottom: 25px;
}

.modal__item-box {
  width: 100%;
}

.modal__item-box-inner {
  display: flex;
  flex-flow: row wrap;
}

.modal__item {
  width: 100%;
  height: auto;
  min-height: 58px;
  margin-bottom: 17px;
  overflow: hidden;
}
.modal__item:last-child {
  margin-bottom: 0;
}

.modal__item-link, a.modal__item-link {
  display: table;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border: 2px solid #BCBCBC;
  border-radius: 4px;
  box-sizing: border-box;
}
.modal__item-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.modal__item-text {
  display: table-cell;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

.modal__item-text--english {
  display: block;
  font-size: 12px;
  line-height: 17px;
}

/* form（既存修正）
------------------------------*/
/* 非表示対応 */
.forcms_block > .common_headline2_,
p[style="color:skyblue; font-weight: bold;"],
#table_name th,
#table_tel th,
#table_tel td .small_,
.common_headline2_ .must_,
#table_mail th,
div.questionnaire_box_ tr:first-of-type td [data-efo-type=email] + .small_ {
  display: none;
}

.forcms_block:last-child {
  margin-bottom: 50px;
}

#contact_recruitment,
#contact_transaction,
#contact_general,
#contact_press,
#contact_restaurant {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0 25px;
}

div.questionnaire_box_ {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.common_headline2_ {
  position: relative;
  width: 100%;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  text-align: left;
  text-shadow: none;
  background: none;
  border: none;
  padding: 0 0 0 52px;
  margin: 0 auto 10px;
  box-sizing: border-box;
}
.common_headline2_::before {
  content: "必須";
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  background-color: #DC0000;
  border-radius: 4px;
}

#contact_transaction .common_headline2_ {
  margin-bottom: 25px;
}

#contact_transaction .questionnaire_box_:nth-child(4) .common_headline2_ {
  margin-bottom: 15px;
}

div.questionnaire_box_ > table,
div.questionnaire_box_ div.questionnaire_box_content_ {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

div.questionnaire_box_ td {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 45px;
  border: none;
  padding: 0 0 10px 0;
  margin: 0;
}
div.questionnaire_box_ td br,
div.questionnaire_box_ td > p {
  display: none;
}
div.questionnaire_box_ td > p.error_ {
  display: block;
}

div.questionnaire_box_ tr:last-of-type td {
  padding-bottom: 0;
}

#table_mail td {
  padding-bottom: 54px;
}

#contact_transaction #table_mail td {
  padding-bottom: 72px;
}

div.questionnaire_box_ #table_mail tr:last-of-type td {
  position: relative;
  padding-bottom: 0;
}
div.questionnaire_box_ #table_mail tr:last-of-type td::before {
  content: "必須";
  display: block;
  position: absolute;
  top: -34px;
  left: 0;
  width: 38px;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  background-color: #DC0000;
  border-radius: 4px;
}
div.questionnaire_box_ #table_mail tr:last-of-type td::after {
  content: "メールアドレス(確認)";
  display: block;
  position: absolute;
  top: -34px;
  left: 0;
  width: 100%;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  text-align: left;
  background: none;
  border: none;
  padding: 0 0 0 52px;
  margin: 0;
  box-sizing: border-box;
}

#contact_transaction div.questionnaire_box_ #table_mail tr:last-of-type td {
  padding-bottom: 0;
}
#contact_transaction div.questionnaire_box_ #table_mail tr:last-of-type td::before {
  top: -52px;
}
#contact_transaction div.questionnaire_box_ #table_mail tr:last-of-type td::after {
  top: -52px;
}

#contact_transaction .questionnaire_box_ #table_mail::before {
  top: 76px;
}

div.questionnaire_box_ td .small_,
div.questionnaire_box_ td p.small_ {
  display: block;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  margin-top: 7px;
}

div.questionnaire_box_ td .small_ .error_,
div.questionnaire_box_ td .small_ p.error_ {
  display: block;
}

#contact_transaction div.questionnaire_box_ #table_name td .small_ {
  position: relative;
  margin: 10px 0 0 -7px;
}
#contact_transaction div.questionnaire_box_ #table_name td .small_::before {
  content: "*Please enter in full letters.";
  display: block;
  position: absolute;
  top: 17px;
  left: 0;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  margin: 4px 0 0 6px;
  box-sizing: border-box;
}

#contact_transaction div.questionnaire_box_ #table_name td .small_ + .error_ {
  margin-top: 30px;
}

#contact_transaction div.questionnaire_box_ #table_name td {
  position: relative;
  padding-bottom: 32px;
}
#contact_transaction div.questionnaire_box_ #table_name td::before, #contact_transaction div.questionnaire_box_ #table_name td::after {
  display: block;
  position: absolute;
  left: 35px;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  box-sizing: border-box;
}
#contact_transaction div.questionnaire_box_ #table_name td::before {
  content: "(Last Name) ";
  top: 15px;
}
#contact_transaction div.questionnaire_box_ #table_name td::after {
  content: "(First Name)";
  top: 106px;
}

#contact_transaction div.questionnaire_box_ #table_name tr:last-child td::before, #contact_transaction div.questionnaire_box_ #table_name tr:last-child td::after {
  left: 50px;
}

div.questionnaire_box_content_ input,
div.questionnaire_box_ table input,
div.questionnaire_box_content_ textarea,
div.questionnaire_box_content_ select {
  width: 100%;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background-color: #FFFFFF;
  border: 2px solid #E5E5E5;
  border-radius: 4px;
  padding: 4px;
  box-sizing: border-box;
}

div.questionnaire_box_content_ input,
div.questionnaire_box_ table input,
div.questionnaire_box_content_ select {
  height: 45px;
}

div.questionnaire_box_content_ textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 160px;
}

#contact_press .questionnaire_box_:nth-child(2) .common_headline2_,
#contact_restaurant .questionnaire_box_:nth-child(2) .common_headline2_ {
  padding-left: 0;
}

#contact_press .questionnaire_box_:nth-child(2) .common_headline2_::before,
#contact_restaurant .questionnaire_box_:nth-child(2) .common_headline2_::before {
  display: none;
}

div.questionnaire_box_ div.desc_ {
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  text-align: left;
  border: none;
  padding: 0 0 0 95px;
  margin: 0;
  box-sizing: border-box;
}

#contact_transaction div.questionnaire_box_ div.desc_ {
  padding: 0 0 0 52px;
}

#contact_transaction div.questionnaire_box_ #table_mail tr:last-of-type td .small_ {
  position: relative;
}
#contact_transaction div.questionnaire_box_ #table_mail tr:last-of-type td .small_::before {
  content: "(E-mail Address (Confirmation)";
  display: block;
  position: absolute;
  top: -80px;
  left: 0px;
  width: 100%;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  text-align: left;
  padding: 0 0 0 52px;
  box-sizing: border-box;
}

div.submit_ {
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  margin: 30px auto 55px;
}
div.submit_ button[name=confirm] {
  display: block;
  position: relative;
  order: 1;
  width: 100%;
  height: 35px;
  background: none;
  cursor: pointer;
}
div.submit_ button[name=confirm]::before {
  display: block;
  content: "確認画面へ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  background-color: #333333;
  border-radius: 4px;
}
div.submit_ a {
  display: block;
  position: relative;
  order: 2;
  width: 100%;
  height: 35px;
  margin-top: 10px;
  cursor: pointer;
}
div.submit_ a img {
  display: none;
}
div.submit_ a::before {
  content: "戻る";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: auto;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 31px;
  background-color: #FFFFFF;
  border: 2px solid #A0A0A0;
  border-radius: 4px;
}

/* 確認画面 */
.questionnaire_confirm_ {
  display: none;
  width: 100%;
  border-top: 2px solid #E5E5E5;
}
.questionnaire_confirm_ tbody {
  display: block;
  width: 100%;
}
.is-confirm .questionnaire_confirm_ {
  display: block;
}
.is-confirm .questionnaire_confirm_ tr {
  display: block;
  padding: 15px 0 15px;
  border-bottom: 2px solid #E5E5E5;
}
.is-confirm .questionnaire_confirm_ tr:last-child {
  border-bottom: none;
}
.is-confirm .questionnaire_confirm_ th {
  display: block;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-align: left;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 4px;
  box-sizing: border-box;
}
.is-confirm .questionnaire_confirm_ th .must_ {
  display: none;
}
.is-confirm .questionnaire_confirm_ td {
  display: block;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  border: none;
  box-sizing: border-box;
}
.contact-transaction.is-confirm .questionnaire_confirm_ tr:nth-child(1) th::after {
  content: "(Company Name)";
}
.contact-transaction.is-confirm .questionnaire_confirm_ tr:nth-child(2) th::after {
  content: "(Department Name)";
}
.contact-transaction.is-confirm .questionnaire_confirm_ tr:nth-child(3) th::after {
  content: "(Corporate Website URL)";
}
.contact-transaction.is-confirm .questionnaire_confirm_ tr:nth-child(4) th::after {
  content: "(Name)";
}
.contact-transaction.is-confirm .questionnaire_confirm_ tr:nth-child(5) th::after {
  content: "(Phone Number)";
}
.contact-transaction.is-confirm .questionnaire_confirm_ tr:nth-child(6) th::after {
  content: "(E-mail Address)";
}
.contact-transaction.is-confirm .questionnaire_confirm_ tr:nth-child(7) th::after {
  content: "(Inquiry details)";
}
.contact-transaction.is-confirm .questionnaire_confirm_ th {
  position: relative;
}
.contact-transaction.is-confirm .questionnaire_confirm_ th::after {
  display: inline-block;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  box-sizing: border-box;
}
.submit_ {
  display: none;
}
.is-confirm .submit_ {
  display: flex;
  margin-top: 15px;
}
.is-confirm .submit_ input[name=back],
.is-confirm .submit_ input[name=regist] {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  z-index: 2;
  cursor: pointer;
}
.is-confirm .submit_ .submit-back,
.is-confirm .submit_ .submit-regist {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.is-confirm .submit_ .submit-back {
  order: 2;
}
.is-confirm .submit_ .submit-regist {
  order: 1;
  margin-bottom: 10px;
}
