@charset "UTF-8";
/*
  事業紹介
  拠点紹介
  水上製作所について
  採用情報
  お問い合わせ
*/
/*ページ共通*/
.c_table {
  width: 100%;
  line-height: 1.8;
  th {
    border-bottom: 1px solid var(--main_color);
    color: var(--main_color);
    font-size: min(1.2rem, 20px);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: left;
    padding: 20px 0;
    width: 224px;
    vertical-align: top;
  }
  td {
    border-bottom: 1px solid #e5e5e5;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 2px;
    padding: 20px 0 20px 40px;
    width: calc(100% - 210px);
  }
}
@media screen and (max-width: 768px) {
  .c_table {
    th, td {
      display: block;
      width: 100%;
    }
    th {
      font-size: 14px;
      padding: 10px 0;
    }
    td {
      width: 100%;
      font-size: 12px;
      padding: 10px 0 10px 20px;
    }
  }
}

/*＝＝＝＝＝＝＝＝＝＝
  事業紹介
＝＝＝＝＝＝＝＝＝＝*/
.p-business_intro {
  padding: 200px 0;
}
.p-business_intro_list {
  li:not(:first-of-type) {
    margin-top: 80px;
  }
}

@media screen and (min-width: 769px) {
  .p-business_intro_list {
    .flex_layout-01:nth-of-type(even) {
      flex-direction: row;
    }
    .flex_layout-01:nth-of-type(odd) {
      flex-direction: row-reverse;
    }
    img {
      width: 40%;
    }
    .text_box {
      width: 60%;
    }
  }
}

@media screen and (max-width: 768px) {
  .p-business_intro {
    padding: 100px 0;
  }
}

.p-business_processing {
  color: #fff;
  .img_list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    img {
      width: 32%;
      max-width: 400px;
    }
  }
}

@media screen and (max-width: 768px) {
  .p-business_processing {
    .img_list {
      flex-direction: column;
      align-items: center;
      img {
        width: 100%;
      }
    }
  }
}

.p-business_equipment {
  .box {
    background-color: #fff;
    padding: 90px 0;
  }
  .box_inner {
    width: 88%;
    margin: 0 auto;
  }
  .table_ttl {
    color: var(--main_color);
    font-size: 1.8rem;
    margin: 80px 0 30px;
  }
  td {
    word-break: auto-phrase;
  }
}

@media screen and (max-width: 768px) {
  .p-business_equipment {
    .box {
      padding: 60px 0;
    }
    .table_ttl {
      font-size: 1.6rem;
      margin: 50px 0 20px;
    }
  }
}

/*＝＝＝＝＝＝＝＝＝＝
  拠点紹介
＝＝＝＝＝＝＝＝＝＝*/
.p-base_box {
  background-color: #fff;
  margin-bottom: 80px;
  .box_ttl {
    background-color: var(--main_color);
    color: #fff;
    font-size: 1.8rem;
    padding: 20px 6%;
  }
  .box_cont_inner {
    max-width: 1400px;
    width: 88%;
    margin: 0 auto;
    padding: 50px 0 100px;
  }
  .base_desc_ttl {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .list_mark {
    color: var(--main_color);
  }
  .desc_text {
    p {
      margin-bottom: 1.8em;
    }
  }
  .base_map {
    margin-top: 60px;
    iframe {
      width: 100%;
      max-height: 100%;
    }
  }
  .column {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    .desc_text {
      flex-basis: 65%;
    }
    .desc_img {
      flex-basis: 35%;
      margin-bottom: 2em;
    }
  }
}
@media screen and (max-width: 768px) {
  .p-base_box {
    margin-bottom: 60px;
    .box_ttl {
      font-size: 1.5rem;
    }
    .box_cont_inner {
      padding: 40px 0 60px;
    }
    .base_map {
      height: 52vw;
    }
    .column {
      flex-direction: column;
      gap: 20px;
    }
  }
}

/*＝＝＝＝＝＝＝＝＝＝
  水上製作所について
＝＝＝＝＝＝＝＝＝＝*/
.p-message_box {
  background-color: #fff;
  padding: 110px 0 90px;
  letter-spacing: 0;
  .box_inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
  }
  p {
    color: var(--main_deep);
    margin-bottom: 2em;
    font-weight: 500;
    line-height: 2;
  }
  .message_sign {
    font-size: 1.2rem;
    text-align: right;
    margin: 20px 0 0;
    img {
      width: 7em;
    }
  }
}

@media (max-width: 768px) {
  .p-message_box {
    padding: 80px 0 70px;
  }
}

.p-company_philosophy {
  .page_c_lead {
    color: #fff;
  }
}

.overlap_grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-items: start;
  margin-top: 110px;
}

.overlap_img {
  position: relative;
  img {
    width: 100%;
    display: block;
  }
}

.overlap_card {
  background: #fff;
  padding: 46px 140px 46px 60px;
  margin-right: -72px;
}

.overlap_label {
  color: var(--orange);
  font-family: "Barlow", sans-serif;
  font-size: 2rem;
  letter-spacing: .2em;
  font-weight: 700;
  .num {
    letter-spacing: .1em;
  }
}

.overlap_title {
  color: var(--main_color);
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 40px;
}

.overlap_desc {
  margin: 0 0 18px;
  p {
    margin-bottom: 2em;
  }
}

@media (max-width: 768px) {
  .overlap_grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 80px;
  }
  .overlap_card {
    padding: 40px 30px;
    margin-right: 0;
  }
}

.p-company_csr {
  margin-top: 120px;
}
.p-csr_box {
  background: #fff;
  display: flex;
  align-items: flex-start;
  gap: 20px 8%;
  margin-top: 40px;
  padding: 40px 60px;
  .ttl {
    color: var(--main_deep);
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
  .img_wrap {
    flex-basis: 26%;
  }
  .text_wrap {
    flex-basis: 74%;
    p:not(:last-of-type) {
      margin-bottom: 1.8em;
    }
  }
}

@media (max-width: 768px) {
  .p-csr_box {
    align-items: flex-start;
    flex-direction: column-reverse;
    padding: 40px 30px;
    .img_wrap {
      text-align: center;
      width: 68%;
      margin: 0 auto;
    }
  }
}

.p-history_wrap {
  width: min(1050px, 90%);
  margin: 200px auto 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 100px;
}

.history_item {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 40px 20px;
  .year {
    color: var(--main_color);
    font-family: "Barlow", sans-serif;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    width: 7.2rem;
    translate: 0 0.3em;
  }
  .detail {
    flex-basis: calc(100% - 7.2rem - 70px - 40px);
    translate: 0 0.2em;
  }
}
.history_dot_line {
  background: var(--main_color);
  position: relative;
  display: block;
  width: 70px;
  height: 1px;
}
.history_dot_line::before {
  content: '';
  width: 5px;
  height: 5px;
  background: var(--main_color);
  position: absolute;
  left: calc(50% - 2px);
  top: calc(50% - 2.5px);
  border-radius: 100%;
  z-index: 10;
}
.history_dot_line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 130px;
  background-color: var(--main_color);
}

@media (max-width: 768px) {
  .p-history_wrap {
    margin: 90px auto 0;
  }
  .history_item {
    gap: 30px 10px;
    .year {
      font-size: 2rem;
      width: 5rem;
    }
    .detail {
      flex-basis: calc(100% - 5rem - 40px - 20px);
      font-size: 12px;
    }
  }
  .history_dot_line {
    width: 40px;
  }
}

/*＝＝＝＝＝＝＝＝＝＝
  採用情報
＝＝＝＝＝＝＝＝＝＝*/
.p-recruit_interviewee_cont {
  width: min(920px, 90%);
  margin: 120px auto 100px;
  .media_wrap {
    video, img {
      width: 100%;
      vertical-align: bottom;
    }
    iframe {
      width: 100%;
      height: 42vw;
      max-height: 760px;
    }
  }
  .flex {
    display: flex;
    align-items: flex-start;
    gap: 10px 30px;
    margin: 30px 0 0;
  }
  .order_num {
    color: var(--orange);
    font-family: "Barlow", sans-serif;
    font-size: 2rem;
    font-weight: 800;
  }
  .text_wrap {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    margin-top: 0.6rem;
  }
  .name {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    .num {
      font-family: "Barlow", sans-serif;
      font-weight: 800;
    }
  }
}

@media (max-width: 768px) {
  .p-recruit_interviewee_cont {
    margin: 90px auto 70px;
    .media_wrap {
      iframe {
        height: 140vw;
      }
    }
    .flex {
      gap: 10px 20px;
    }
    .order_num {
      font-size: 1.8rem;
    }
    .text_wrap {
      margin-top: 0.5rem;
    }
  }
}

.p-recruit_about_list {
  display: grid;
  gap: 10px;
  .about_item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
  .about_label {
    color: var(--orange);
    font-family: "Barlow", sans-serif;
    font-size: 2rem;
    letter-spacing: .2em;
    font-weight: 700;
    .num {
      letter-spacing: .1em;
    }
  }
  .about_card {
    background: #fff;
    padding: 46px 50px;
  }
  .card_title {
    color: var(--main_color);
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0 0 40px;
  }
  .about_desc {
    p:not(:last-of-type) {
      margin-bottom: 2em;
    }
  }
}

@media (min-width: 769px) {
  .p-recruit_about_list {
    &.list1 {
      grid-template-columns: 1fr 1fr;
    }
    &.list2 {
      grid-template-columns: 1fr 1fr 1fr;
      margin-top: 50px;
    }
  }
}

@media (max-width: 768px) {
  .p-recruit_about_list {
    .about_item {
      margin-bottom: 30px;
    }
    .about_card {
      padding: 46px 30px;
    }
  }
}

.sec_divider_img {
  img {
    max-width: inherit;
    width: 100%;
  }
}

.recruit_tab {
  input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
}

.tab_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 40px;
  border-bottom: 1px solid #ddd;
}
.tab_button {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid var(--main_color);
  border-radius: 10px;
  color: var(--main_color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 10px;
  transition: 0.2s;
  width: 350px;
  height: 80px;
  .triangle {
    display: block;
    font-size: 12px;
    display: block;
    rotate: 180deg;
  }
}

.tab_contents {
  background: #fff;
  margin-top: 50px;
  padding: 120px 100px;
  width: 100%;
}
.tab_content {
  display: none;
}

#recruit_tab1:checked ~ .tab_contents .tab_content-1 {
  display: block;
}
#recruit_tab2:checked ~ .tab_contents .tab_content-2 {
  display: block;
}

/* 選択中タブ */
#recruit_tab1:checked ~ .tab_buttons label[for="recruit_tab1"],
#recruit_tab2:checked ~ .tab_buttons label[for="recruit_tab2"] {
  background: var(--main_color);
  border: 1px solid var(--main_color);
  color: #fff;
}

.p-recruit_info_detail_ttl {
  border-top: 1px solid var(--main_color);
  border-bottom: 1px solid var(--main_color);
  color: var(--main_color);
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding: 30px 0;
  .sm {
    display: block;
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 10px;
  }
}

.p-recruit_info_detail {
  font-weight: 500;
  .mb {
    margin-bottom: 1.8em;
  }
  .subtitle {
    color: var(--main_color);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-top: 58px;
    margin-bottom: 0.8em;
  }
  .list_style-01 {
    line-height: 2.4;
    li::before {
      content: '⚫︎';
      display: inline-block;
      color: var(--main_color);
      margin-right: 10px;
    }
  }
  .list_style-02 {
    li {
      display: flex;
      align-items: flex-start;
      gap: 40px;
      margin-top: 30px;
    }
    .num {
      color: var(--orange);
      font-family: "Barlow", sans-serif;
      font-size: 1.8rem;
      font-weight: 800;
      letter-spacing: 0.1em;
    }
    .text_wrao {
      margin-top: 10px;
    }
    .ttl {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 10px;
    }
  }
}

.p-recruit_info_detail + .btn_wrap {
  margin-top: 150px;
}

@media (max-width: 768px) {
  .tab_buttons {
    gap: 8px 20px;
  }
  .tab_button {
    width: 350px;
    height: 60px;
    gap: 4px;
  }
  .tab_contents {
    padding: 80px 30px;
  }
  .p-recruit_info_detail_ttl {
    font-size: 1.3rem;
    .sm {
      font-size: 1rem;
    }   
  }
  .p-recruit_info_detail {
    .list_style-02 {
      li {
        gap: 20px;
      }
      .num {
        font-size: 1.6rem;
      }
      .ttl {
        font-size: 1.1rem;
      }
    }
  }
  .p-recruit_info_detail + .btn_wrap {
    margin-top: 100px;
    .c_btn {
      width: 90%;
    }
  }
}

/*＝＝＝＝＝＝＝＝＝＝
  お問い合わせ
＝＝＝＝＝＝＝＝＝＝*/
.contact_form_content {
  background: #fff;
}
.contact_form_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 180px 10px 100px;
}

.contact_form_content label {
  .label_name {
    color: var(--main_color);
    width: 100%;
  }
  span {
    display: inline-block;
  }
}

input.form_text_box, textarea {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background-color: #fff;
  font-size: 1rem;
  width: 100%;
  padding: 8px;
}
input.form_text_box {
  height: 50px;
}

span.required {
  background-color: #a40000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.1;
  display: inline-block;
  padding: 5px 6px 4px;
  position: relative;
  top: -2px;
}

.wpcf7-file {
  display: inline-block;
  background-color: #fff;
  font-size: 16px;
  height: 100%;
  width: 100%;
  margin: 26px 0 0;
}
input[type=file]::file-selector-button {
  background-color: var(--main_color);
  border-radius: 5px;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 8px 16px; 
  margin-right: 10px;
  height: 54px; 
  width: 270px;
}

.wpcf7-previous {
  margin:0 auto;
  color:#fff;
  font-weight: bold;
  padding: 18px;
}

.contact_form_note {
  color: #747474;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0;
}

/*個人情報保護同意*/
.contact_form_content .wpcf7-acceptance {
  label {
    display: block;
    margin: 0;
  }
  input[type="checkbox"] {
    vertical-align: bottom;
  }
  .policy_text {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 20px;
  }
}
.acceptance_text {
  color: #747474;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  margin-top: 20px;
}

.wpcf7-spinner {
  display: none;
}
.wpcf7-submit {
  background-color: var(--main_color);
  border-radius: 5px;
  color: #fff;
  width: 400px;
  height: 80px;
  margin: 100px auto;
  padding: 10px;
  text-align: center;
  display: block;
}

@media (min-width: 769px) {
  .contact_form_content label {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin: 40px 0;
    .label_name {
      display: flex;
      justify-content: space-between;
      width: 13em;
      padding-top: 16px;
    }
  }
  .wpcf7-form-control-wrap, .form_control_wrap {
    width: calc(100% - 13em);
  }
  .contact_form_bottom {
    width: calc(100% - 13em);
    margin: 100px 0 50px auto;
  }
}

@media (max-width: 768px) {
  .contact_form_inner {
    padding: 60px 14px;
  }
  .contact_form_content label {
    display: block;
    margin: 30px 0;
    .label_name {
      margin-bottom: 10px;
    }
  }
  span.required {
    font-size: 12px;
    margin-left: 10px;
  }
  .wpcf7-file {
    font-size: 14px;
  }
  input[type=file]::file-selector-button {
    width: 160px;
  }
  .contact_form_bottom {
    margin: 60px 0 0;
  }
  .contact_form_content .wpcf7-acceptance {
    .policy_text {
      margin: 0 6px 0 12px;
    }
  }
  .wpcf7-submit {
    width: 280px;
    height: 60px;
    margin: 50px auto;
  }
}

.contact_thanks_msg {
  width: min(900px, 86%);
  margin: 0 auto;
  line-height: 2.4;
}

.form_privacy_box {
  margin-bottom: 40px;
}

.form_privacy_inner {
  background-color: #fff;
  border: 1px solid #e5e5e5;;
  font-size: 14px;
  font-weight: 400;
  height: 240px;
  overflow-y: scroll;
  padding: 0px 30px 20px;
  .privacy_list_ttl {
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .privacy_list_ttl_sub {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  ol {
    list-style-position: inside;
  }
  li p {
    display: inline;
  }
}

@media (max-width: 768px) {
  .form_privacy_inner {
    font-size: 12px;
    padding: 0px 20px 20px;
    .privacy_list_ttl {
      font-size: 14px;
    }
  }
}
