/* ハンバーガーサイズ */
.elementor-widget-container svg {
  width: 2em;
}

.page-header,
.right-sidebar {
  display: none;
}

.content-area {
  width: 100%;
}

/* add font awesome for cf7 */
.wpcf7-submit {
  font-family: FontAwesome !important;
}

/*  Information */
.site-content {
  margin-bottom: 0px;
}

.information-section {
  margin: 0px auto;
  max-width: 100%;
  text-align: center;
  font-weight: bold;
  margin-top: 0em;
}

.information-section h3 {
  font-size: 14px;
  margin-left: 37px;
  margin-bottom: 2em;
}

.information-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.information-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
  justify-content: space-between;
  text-align: left;
  width: 100%;
}

/* ボックス 1、3、5 カラー */
.information-item:nth-child(odd) {
  background-color: #e6e6e6;
}

/* ２，４カラー */
.information-item:nth-child(even) {
  background-color: white;
}

/* Category and Date */
.information-left {
  display: flex;
  align-items: center;
  flex-basis: 30%;
  justify-content: flex-start;
}

.information-category {
  background-color: #f1890f;
  color: white;
  padding: 0.3em 0.5em;
  border-radius: 1em;
  font-weight: bold;
  text-align: center;
  width: 8em !important;
  line-height: 1;
  /* margin-right: 1em; */
  /* margin-left: 1em; */
  /* font-size: 14px; */
}

/* Infomation-title */
.information-title {
  flex-grow: 1;
  padding-left: 1em;
  text-align: left;
  word-wrap: break-word;
  white-space: normal;
  max-width: 100%;
}
/* タイトルから下線を削除しますt */
.information-title a {
  text-decoration: none !important;
}

/*問い合わせページ */

.contact-page-form * {
  font-weight: bold;
}

.wpcf7-form p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

/* ラベルと入力フィールドを同じ行に揃えます */
.wpcf7-form label {
  display: inline-block;
  width: 230px;
  margin-right: 10px;
  text-align: left;
}

/* 入力フィールド */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  max-width: 100%;
}

/* contact page */
.contact-page-form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.contact-page-form p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 10px;
  text-align: center !important;
}

/* required */
.required-info {
  font-size: 12px;
  margin-bottom: 20px;
  text-align: right;
  color: red;
}

.contact-form {
  margin-top: 30px !important;
}

.contact-form .form-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}

/* label */
.contact-form label {
  width: 30%;
  text-align: left;
}

/* 入力ボックス */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  width: 65%;
  padding: 10px;
  border: 1px solid #000;
  background-color: #f9f9f9;
  margin-left: 20px;
  box-sizing: border-box;
}

/*  textarea */
.contact-form textarea {
  height: 100px;
}

.required {
  color: red;
}

.contact-info {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

/* Responsive cho mobile */
@media (max-width: 1023px) {
  .talent-slider {
    padding-bottom: 4em;
    margin-bottom: 0em;
  }

  .slick-dots li button {
    width: 1em;
    height: 1em;
  }

  /* Top page Infomation */
  .information-section {
    width: 100% !important;
    font-weight: bold;
    padding: 0;
  }
  .elementor-155 .elementor-element.elementor-element-5005bed {
    --container-widget-width: unset !important;
  }

  .information-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .information-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .information-left {
    display: flex;
    flex-direction: column; /* カテゴリと日付を縦に配置 */
    width: 30%;
    margin-right: 10px;
  }

  .information-category {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    padding: 3px 15px;
    background-color: #f1890f;
    color: white;
    border-radius: 20px;
    font-weight: bold;
    font-size: 1em;
    height: 25px;
    width: 7em !important;
  }

  .information-title {
    flex-grow: 1;
    padding-left: 10px;
    font-size: 14px;
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
  }

  /* お問い合わせページ */
  .wpcf7-form p {
    display: flex;
    flex-direction: column; /* ラベルと入力を垂直に配置する */
    align-items: flex-start;
  }

  .wpcf7-form label {
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
  }

  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form input[type="tel"],
  .wpcf7-form textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
}

.title1 {
  margin: 0 auto;
  text-align: center;
  font-size: 30px !important;
  letter-spacing: 2px;
  margin-bottom: 10px !important;
}
.title2 {
  margin: 0%;
  font-size: 12px !important;
  margin-bottom: 40px;
  text-align: center;
}
.profile-div {
  text-align: center;
}
.profile-table {
  margin: auto;
  width: 100%;
}
.profile-th {
  color: #f68828;
  border-top: 0cm;
  border-right: 0cm;
  border-left: 0cm;
  border-bottom: 1px;
  border-color: #f68828;
  border-style: dashed;
  padding: 0.2em;
  text-align: left;
  vertical-align: top;
  width: 100px;
  font-size: 16px;
  font-weight: 700;
}
.profile-td {
  border-top: 0cm;
  border-right: 0cm;
  border-left: 0cm;
  border-bottom: 1px;
  border-color: #f68828;
  border-style: dashed;
  padding: 0.2em;
  text-align: left;
  padding-top: 0%;
  padding-left: 30px;
  line-height: 200%;
  font-weight: bold;
  font-size: 16px;
}

.circle {
  width: 15px;
  height: 15px;
  background-color: orange;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.custom-submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 23%;
  background-color: #f68828;
  color: white;
  font-size: 1em;
  height: 2em;
}

.custom-submit span {
  flex-grow: 1;
  text-align: center;
  font-size: 1em;
  letter-spacing: 10px;
  margin-left: 10%;
}

.custom-submit i {
  transform: scale(1.4);
  transform-origin: center;
  font-size: inherit;
}

.form-row {
  margin-bottom: 1.5em;
}
.form-row:not(:last-child) {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 794px) {
  .custom-submit {
    width: 50%;
  }
  .form-row {
    margin-bottom: 1em;
  }
}
