@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Noto+Sans+JP&family=Noto+Serif+JP:wght@200..900&display=swap');

/* 開発用・完成後消してよし */
body{
 /* background-image:url(../images/tmpl2.jpg);
  background-size: 1280px;
  background-position: top 169px center;
  background-repeat: no-repeat;
  position: 0;
  position: relative;
  opacity: .7;
  min-height: 8000px; */
}

/* 開発用ここまで・完成後消してよし */
#wpadminbar {
  /* ログイン中のサイト内wpヘッダーを半透明化 */
    background: #1d232799!important;
}
/* リセットCSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img{
  max-width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset{
  border: none;
}
a {
  transition: opacity 0.2s ease;
}
a:hover {
  opacity: 0.5;
}




/* 基本スタイル */
html{
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #372f1f;
  line-height: 1.6;
  width: 100%;
  background-image:url(../images/bg1_1920.webp);
  background-size: 100%;
  background-position: top center;
  background-repeat: repeat-y;
}
@media (max-width: 1920px) {
  body {
    background-image:url(../images/bg1_1920.webp);
    background-size: 1920px;
  }
}
@media (max-width: 1280px) {
  body {
    background-image:url(../images/bg1_1000.webp);
    background-size: 100%;
  }
}
.mincho{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.gothic{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.gothic2{
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.brsp{
  display: none;
}
.container{
  
}

/* ヘッダー */
.headerWrap{
  background-color: rgba(255,255,255,0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 990;
}
.headerArea {
  max-width: 1280px;
  width: calc(100% - 32px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.header-site-title{
  width: 83px;
  padding: 2px 0 0 0;

}
.header-site-title img{
  display: block;

}
.header-nav{
  width: 730px;
}
.header-nav-ul{
  display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    right: 0em;
    position: relative;
}
.header-nav-ul li{
  width: 16.666%;
  list-style-type: none;
  border-left: 1px solid #000;
  /* filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 3px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 3px rgba(255, 255, 255, 1)); */
}
.header_common_link{
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 0.9rem;
  color: #000;
  line-height: 1em;
  font-weight: normal;
}
.header_lang_link_root{
  width: fit-content;
  display: block;
  text-align: left;
  text-decoration: none;
  font-size: 0.9rem;
  color: #000;
  line-height: 1em;
  font-weight: normal;
  background-image:url(../images/icon_language.svg);
  background-size: contain;
  background-position: left 30px center;
  background-repeat: no-repeat;
  padding-left: 50px;
  
}
.header_lang_link{
  text-decoration: none;
  color: #000;
}

.header-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.headerMenuBTN{
  position: fixed;
  top: 8px;
  right: 0px;
  width: 32px;
  display: none;
  z-index: 1999;
  filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 3px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 3px rgba(255, 255, 255, 1));

}

@media (max-width: 949px) {
  .header-nav{
    width: 640px;
  }
  .header_common_link{
    font-size: 0.85rem;
  }
}
@media (max-width: 799px) {
  .header-nav{
    width: 600px;
  }
}
@media (max-width: 739px) {
  .headerWrap {
    background-color: rgba(255,255,255,0)!important;
  }
.headerArea {
    width: calc(100% - 12px);
}
    .header-site-title {
      width: 76px;
      padding: 0;
      filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 1))drop-shadow(0px 0px 3px rgba(255, 255, 255, 1));
  }
  .header-nav{
    display: none;
  }
  .headerMenuBTN{
    display: block;
  }
}

/* スマホメニュー用スタイル */
.spmenu{
  position: fixed;
  top: 0;
  right: -100%;
  width: 50%;
  height: 100vh;
  background-color: rgba(255,255,255,0.95);
  z-index: 1000;
  transition: right 0.3s ease-in-out;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}

.spmenu.active {
  right: 0;
}

.spmeUL1{
  list-style: none;
  padding: 60px 20px 20px;
  margin: 0;
  text-align: right;
}

.spmeUL1 li{
  border-bottom: 0.5px dotted #666;
 
}

.spmenu_common_link{
  display: block;
  padding: 15px 10px;
  color: #000;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 400;
  transition: background-color 0.2s;
}
.spmenu_lang_link_root{
  width: fit-content;
  display: block;
  text-align: left;
  text-decoration: none;
  font-size: 0.9rem;
  color: #000;
  line-height: 1em;
  font-weight: normal;
  background-image:url(../images/icon_language.svg);
  background-size: 0.9em;
  background-position: left 0.6em center;
  background-repeat: no-repeat;
  padding: 1em 0 1em 2em;
  margin: 0;
}
.spmenu_lang_link{
  text-decoration: none;
  color: #000;
}
.spmenu_mask{
  width: 100%;
  height: 100dvh;
  background-color: rgba(0,0,0,0.2);
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.spmenu_mask.active {
  opacity: 1;
  visibility: visible;
}

.contentWrap{
  width: 100%;
  padding-top: 132px;
}
@media (max-width: 949px) {
  .contentWrap{
    padding-top: 102px;
  }
}
@media (max-width: 739px) {
  .contentWrap{
    padding-top: 72px;
  }
}
.top_kvarea_root{
  padding-top: 50px;
}
.top_kvarea{
  width: 100%;
  height: calc(100dvh - 50px);
  position: relative;
  overflow: hidden;
}
.top_kvarea_video_pc {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

@media (max-width: 739px) {
  .top_kvarea_root{
    padding-top: 50px;
  }
  .top_kvarea{
    height: 90vw;
  }
}

.topContentArea{
  width: 100%;
  margin: auto;
  padding-top: 32px;
}


.top_missionArea{
  width: calc(100% - 32px);
  max-width: 1280px;
  margin: 38px auto 0 auto;
}
.top_Head2{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.top_Head2_span1{
  font-size: 2.4rem;
  color: #000;
  line-height: 1em;
  text-align: left;
  font-weight: 100;
  padding: 0 0.25em 0 0;
  width: fit-content;
  display: block;
}
.top_Head2_span_hr{
  flex: 1;
  height: 1px;
  border-bottom: 1px solid #000;
}
@media (max-width: 739px) {
  .top_Head2_span1{
    font-size: 2rem;
    padding: 0 0 0 0em;
  }
}
@media (max-width: 739px) {

}
.top_missionFlex1{
  width: 100%;
  /* display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch; */
  margin: 37px auto 0 auto;
}
.top_missionFlex1DIVL{
    width: calc(100% - 20px);
    margin: 0px auto 0 auto;
    padding: 0px 0 28px 0;
}
.top_missionFlex1DIVR{
  width: 100%;
  max-width: 1400px;
  position: relative;
  overflow: hidden;
  margin: auto;
}
.top_mission_start_btn{
  width: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
}
.top_mission_mov1{
  width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
  z-index: 9;
  cursor: pointer;
}
.top_missionFlex1P1{
  font-size: 1.2rem;
    color: #000;
    line-height: 1.6em;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0.14em;
}
.top_missionFlex1P2{
  font-size: 0.9rem;
    color: #000;
    line-height: 2.1em;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 0.6em;
}
.top_missionFlex1Video1{
  width: 100%;
  display: block;
}
@media (max-width: 949px) {
  .top_missionFlex1DIVL{
    
    padding: 8px 0 28px 0;
  }
  .top_missionFlex1DIVR{
    width: 100%;
  }
  .top_missionFlex1P2{
    font-size: 0.9rem;
      color: #000;
      line-height: 2.1em;
      text-align: left;
      font-weight: 400;
      letter-spacing: 0;
      margin-top: 2.0em;
      max-width: 1280px;
  }
  .top_mission_mov1{
    width: 100%;
    /* max-width: 640px; */
    height: auto;
    display: block;
    margin: 16px auto 0 auto;
    object-fit: initial;
    object-position: initial;
  }
}
@media (max-width: 739px) {
  .top_missionFlex1DIVL{
    padding: 8px 0 28px 0;
    width: calc(100% - 12px);
  }
  .top_missionFlex1P1{
    font-size: 1.1rem;
  }
  .top_missionFlex1P2{
    font-size: 0.85rem;
  }
}
.top_newsArea{
  width: calc(100% - 32px);
  max-width: 1280px;

  margin: 50px auto 0 auto;
}
.newslist_newsArea{
  width: calc(100% - 32px);
  max-width: 1280px;
  margin: 0 auto 0 auto;
}
.top_newsDIV1{
  width: calc(100% - 0);
  
  margin: 30px auto 0 auto;
  background-color: rgba(255,255,255,0.5);
  padding: 20px;
}
.newslist_listUL_li1{
  list-style-type: none;
  margin: 0 auto 14px auto;
  border-bottom: 1px solid #aaa;
  padding-bottom: 14px;
}
.newslist_listUL_li1:last-child{
  border-bottom: none;
}
.newslist_listUL_li1_link{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #000;
}
.newslist_listUL_thumbDIV{
  width: 20%;
  aspect-ratio: 4/3;

}
.newslist_listUL_thumbDIV img{
  width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
  display: block;

}
.newslist_listUL_textDIV{
  width: 72%;
}
.newslist_listUL_P1{
  display: block;
  position: relative;
}
.newslist_listUL_date{
  font-size: 0.9rem;
  color: #333;
  line-height: 1em;
  text-align: left;
  font-weight: normal;
  display: block;
}
.newslist_listUL_title{
  font-size: 1.2rem;
  color: #000;
  line-height: 1.5em;
  text-align: left;
  font-weight: normal;
  margin: 0.5em 0 0 0;
}
.newslist_listUL_genre_pc{
    color: #44C0F0;
    border: 1px solid #44C0F0;
    border-radius: 4px;
    font-size: 0.80rem;
    line-height: 1.2em;
    text-align: left;
    font-weight: normal;
    padding: 0.2em 0.5em 0.3em 0.5em;
    margin: 0.9em 0 0 0;
    display: inline-block;
}
.newslist_listUL_genre_sp{
    color: #44C0F0;
    border: 1px solid #44C0F0;
    border-radius: 4px;
    font-size: 0.7rem;
    line-height: 1.2em;
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.3em 0.2em 0.3em;
    margin-left: 1em;
    position: absolute;
    top: 0.5em;
    right: 0;
    display: none;
}
.nav-links{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: 30px auto 0 auto;
  gap: 5px;
}
.nav-links .page-numbers {
    background-color: #ddd;
    padding: 0.8em 0;
    line-height: 1em;
    border-radius: 100px;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    width: 34px;
    text-align: center;
}
.nav-links .current{
    background-color: #44C0F0;
    color: #fff;
}
.nav-links .page-numbers:hover {
    background-color: #44C0F0;
    color: #fff;
    opacity: .8!important;
}
.nav-links .current:hover {
    opacity: 1!important;
}
@media (max-width: 739px) {
  .newslist_listUL_thumbDIV{
    width: 25%;
  }
  .newslist_listUL_textDIV{
    width: calc(75% - 1em);
  }
  .newslist_listUL_title{
    font-size: 1.0rem;
    margin: 0.1em 0 0 0;
    line-height: 1.3em;
  }
  .newslist_listUL_date{
    display: inline;
  }
  .newslist_listUL_genre_sp{
    display: inline-block;
  }
  .newslist_listUL_genre_pc{
    display: none;
  }

}
@media (max-width: 439px) {
  .top_newsDIV1{
    padding: 12px;
  }
  .newslist_listUL_genre_pc{
      font-size: 0.7rem;
  }
  .newslist_listUL_genre_sp{
      font-size: 0.65rem;
  }
  .newslist_listUL_title{
    font-size: 0.9rem;
  }
}


.top_news_moreDIV1{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
}
.top_news_moreBTN1{
  text-decoration: none;
    border-radius: 50px;
    border: 1.5px solid #000;
    font-size: 0.85rem;
    color: #000;
    line-height: 1em;
    text-align: center;
    font-weight: normal;
    padding: 0.3em 1.7em 0.4em 0.7em;
    width: fit-content;
    display: block;
    background-image: url(../images/icon_next_tri_black.svg);
    background-size: 0.6em;
    background-position: right 0.7em top 0.6em;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
    margin-right: 0;
    margin-top: -1em;
}

@media (max-width: 739px) {
  
}

@media (max-width: 499px) {
    .top_news_moreBTN1{
      font-size: 0.8rem;
    }
}
.top_aboutArea{
  width: calc(100% - 32px);
  max-width: 1280px;

  margin: 50px auto 0 auto;
}

.top_about_TableBlock1_bodyTable1{
  margin: 40px auto 40px auto;
  font-size: 1.0rem;
  color: #000;
  line-height: 1.7em;
  text-align: left;
  font-weight: 400;
  width: calc(100% - 6em);
}

.top_about_TableBlock1_bodyTable_th1{
  width: 20%;
  padding: 36px 0 36px 16px;
 border-bottom: 1px dotted #000;
  vertical-align: top;
}
.top_about_TableBlock1_bodyTable_td1{
  padding: 36px 24px 36px 0;
  border-bottom: 1px dotted #000;
  vertical-align: top;
}
.top_about_TableBlock1_bodyTable_tr1:last-child .top_about_TableBlock1_bodyTable_th1{
  border: none;
}
.top_about_TableBlock1_bodyTable_tr1:last-child .top_about_TableBlock1_bodyTable_td1{
  border: none;
}
@media (max-width: 739px) {
  .top_about_TableBlock1_bodyTable1{
    width: calc(100% - 4em);
  }
  
  .top_about_TableBlock1_bodyTable_th1{
    width: 6em;
    padding: 36px 0 36px 0.2em;
  }
  .top_about_TableBlock1_bodyTable_td1{
    padding: 36px 0.5em 36px 0;
  }
}
@media (max-width: 599px) {
  .top_about_TableBlock1_bodyTable1{
    font-size: 0.9rem;
    width: calc(100% - 2em);
  }
  
  .top_about_TableBlock1_bodyTable_th1{
    width: 6em;
    padding: 24px 0 24px 0.2em;
    border-bottom: 1px solid #000;
    vertical-align: top;
  }
  .top_about_TableBlock1_bodyTable_td1{
    padding: 24px 0.5em 24px 0;
    border-bottom: 1px solid #000;
    vertical-align: top;
  }

}


.top_CareerArea{
  width: calc(100% - 32px);
  max-width: 1280px;

  margin: 38px auto 0 auto;
}
.top_CareerFlex1{
  width: 100%;
  display: block;
  margin: 37px auto 0 auto;
}
.top_CareerFlex1DIVL{
    width: calc(100% - 20px);
    margin: 0px auto 0 auto;
    padding: 8px 0 8px 0;
}
.top_CareerFlex1DIVR{
   width: 100%;
    padding-bottom: 9px;
}
.top_CareerFlex1P1{
  font-size: 1.2rem;
    color: #000;
    line-height: 1.6em;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0.30em;
}
.top_CareerFlex1P2{
      font-size: 0.9rem;
    color: #000;
    line-height: 2em;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 2.2em;
}
.top_Career_entry_btn1{
    display: block;
    margin: 2em auto 0 auto;
    width: fit-content;
    border: 1px solid #aaa;
    font-size: 0.9rem;
    color: #000;
    line-height: 1em;
    text-align: center;
    font-weight: 600;
    border-radius: 8px;
    padding: 1.3em 1.75em;
    text-decoration: none;
    background-color: #fff;
}
@media (max-width: 739px) {
  .top_CareerFlex1DIVL{
    width: calc(100% - 12px);
}
  .top_CareerFlex1P1{
    font-size: 1.1rem;
  }
  .top_CareerFlex1P2{
    font-size: 0.85rem;
  }
  .top_Career_entry_btn1{
    font-size: 0.85rem;
}
}
.footerWrap{
  width: 100%;
  margin-top: 75px;
  padding-bottom: 32px;
}
.footerArea{
  width: calc(100% - 32px);
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.footerNav{
  width: 960px;
}
.footerCopy{
  font-size: 0.9rem;
  color: #000;
  line-height: 1em;
  text-align: left;
  font-weight: 100;
  padding-top: 6px;
}
.footerNavUL{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.footerNavUL li{
  list-style-type: none;
  width: 16.6666%;
}
.footerNavUL li a{
  text-decoration: none;
  font-size: 0.8rem;
  color: #000;
  line-height: 1em;
  text-align: left;
  font-weight: normal;
}
@media (max-width: 1229px) {
  .footerNav{
    width: calc(100% - 220px);
  }
  .footerNavUL li{
    width: auto;
  }
  .footerCopy{
    font-size: 0.85rem;
  }
}
@media (max-width: 999px) {
  .footerWrap{
    padding-bottom: 8px;
  }
  .footerNav{
    width: 100%;
  }
  .footerNavUL li{
    width: auto;
  }
  .footerCopy{
    font-size: 0.85rem;
    width: 100%;
    text-align: center;
    margin: 6px auto 0 auto;
  }
}
@media (max-width: 739px) {
  .footerWrap{
    padding-bottom: 8px;
  }
  .footerNav{
    width: 100%;
  }
  .footerNavUL li{
    width: 33.3333%;
    text-align: center;
  }
  .footerCopy{
    font-size: 0.85rem;
    width: 100%;
    text-align: center;
    margin: 8px auto 0 auto;
  }
}
@media (max-width: 479px) {
  .footerNavUL li{
    width: 50%;
  }
}



/* サブページ用汎用css */
.cmnContentArea{
  width: calc(100% - 32px);
  max-width: 1280px;
  margin: auto;
  padding-top: 4px;
}
.cmn_Head2{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cmn_Head2_span1{
  font-size: 2.4rem;
  color: #000;
  line-height: 1em;
  text-align: left;
  font-weight: 100;
  padding: 0 0.25em 0 0;
  width: fit-content;
}
.cmn_Head2_span_hr{
  height: 1px;
  border-bottom: 1px solid #000;
  flex: 1;
}
@media (max-width: 739px) {
  .cmn_Head2_span1{
    font-size: 2rem;
    padding: 0 0 0 0em;
  }
}

/* About*/
.aboutContentArea{
  width: calc(100% - 32px);
  max-width: 1280px;
  margin: auto;
  padding-top: 4px;
}
.about_tableArea{
  width: 100%;
  margin: 38px auto 0 auto;
}
.about_TableBlock1{
  width: 100%;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 70px auto 0 auto;
}
.about_TableBlock1_headFlex{
  font-size: 1.2rem;
  line-height: 1.2em;
  color: #000;
  text-align: left;
  font-weight: 600;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: -0.6em;
}
.about_TableBlock1_headFlex_hr1{
  width: 30px;
  height: 0px;
  border-top: 1px solid #000;
}
.about_TableBlock1_headFlex_hr2{
  width: 70px;
  height: 0px;
  border-top: 6px solid #000;
}
.about_TableBlock1_headFlex_P1{
  letter-spacing: 0.08em;
  padding: 0 0.7em;
}
.about_TableBlock1_headFlex_P1 .brsp1{
  display: none;
}
.about_TableBlock1_headFlex_hr3{
  height: 0px;
  border-top: 1px solid #000;
  flex: 1;
}
.about_TableBlock1_bodyTable1{
  /* Career求人用 */
  margin: 0 0 0 8%;
  font-size: 1.0rem;
  color: #000;
  line-height: 1.7em;
  text-align: left;
  font-weight: 400;
  width: 92%;
}
.about_TableBlock1_bodyTable2{
  margin: 40px 0 100px 8%;
  font-size: 1.0rem;
  color: #000;
  line-height: 1.7em;
  text-align: left;
  font-weight: 400;
  width: 92%;
}

.about_TableBlock1_bodyTable_th1{
  width: 20%;
  padding: 36px 0 36px 16px;
  border-bottom: 1px solid #000;
  vertical-align: top;
}
.about_TableBlock1_bodyTable_td1{
  padding: 36px 24px 36px 0;
  border-bottom: 1px solid #000;
  vertical-align: top;
}
.about_TableBlock1_bodyTable_tr1:last-child .about_TableBlock1_bodyTable_th1{
  border: none;
}
.about_TableBlock1_bodyTable_tr1:last-child .about_TableBlock1_bodyTable_td1{
  border: none;
}
.about_TableBlock1_bodyTable_th2{
  width: 20%;
  padding: 20px 0 20px 16px;
  border-bottom: 1px solid #000;
  vertical-align: top;
}
.about_TableBlock1_bodyTable_td2{
  padding: 20px 24px 20px 0;
  border-bottom: 1px solid #000;
  vertical-align: top;
}

@media (max-width: 1249px) {
  .about_TableBlock1_bodyTable_td1 .brpc1{
    display: none;
  }
}
@media (max-width: 999px) {
  .about_TableBlock1_bodyTable_td1 .brpc1{
    display: none;
  }
}
@media (max-width: 739px) {
    .about_TableBlock1_headFlex{
      font-size: 1.3rem;
    }
    .about_TableBlock1_headFlex_hr1{
      width: 15px;
    }
    .about_TableBlock1_headFlex_hr2{
      width: 45px;
      border-top: 7px solid #000;
    }
    .about_TableBlock1_headFlex_P1{
      letter-spacing: 0em;
      padding: 0 0.5em;
    }
    .about_TableBlock1_headFlex_hr3{
    }
    .about_TableBlock1_bodyTable1{
      margin: 0 0 0 5%;
      font-size: 1.0rem;
      width: 95%;
    } 
    .about_TableBlock1_bodyTable2{
      margin: 20px 0 80px 5%;
      font-size: 1.0rem;
      width: 95%;
    } 
    .about_TableBlock1_bodyTable_th1{
      width: 6em;
      padding: 36px 0 36px 0.2em;
      border-bottom: 1px solid #000;
      vertical-align: top;
    }
    .about_TableBlock1_bodyTable_td1{
      padding: 36px 0.5em 36px 0;
      border-bottom: 1px solid #000;
      vertical-align: top;
    }
    .about_TableBlock1_bodyTable_th2{
      width: 6em;
      padding: 20px 0 20px 0.2em;
      border-bottom: 1px solid #000;
      vertical-align: top;
    }
    .about_TableBlock1_bodyTable_td2{
      padding: 20px 0.5em 20px 0;
      border-bottom: 1px solid #000;
      vertical-align: top;
    }
}
@media (max-width: 599px) {
    .about_TableBlock1_headFlex{
      font-size: 1.1rem;
    }
    .about_TableBlock1_headFlex_hr1{
      width: 15px;
    }
    .about_TableBlock1_headFlex_hr2{
      width: 35px;
      border-top: 7px solid #000;
    }
    .about_TableBlock1_headFlex_P1{
      letter-spacing: 0em;
      padding: 0 0.5em;
    }
    .about_TableBlock1_headFlex_hr3{
    }
    .about_TableBlock1_bodyTable1{
      margin: 0 0 0 16px;
      font-size: 0.95rem;
      width: calc(100% - 16px);
    } 
     .about_TableBlock1_bodyTable2{
      margin: 20px 0 80px 16px;
      font-size: 0.95rem;
      width: calc(100% - 16px);
    } 
    .about_TableBlock1_bodyTable_th1{
      width: 6em;
      padding: 24px 0 24px 0.2em;
      border-bottom: 1px solid #000;
      vertical-align: top;
    }
    .about_TableBlock1_bodyTable_td1{
      padding: 24px 0.5em 24px 0;
      border-bottom: 1px solid #000;
      vertical-align: top;
    }
    .about_TableBlock1_bodyTable_th2{
      width: 6em;
      padding: 18px 0 18px 0.2em;
      border-bottom: 1px solid #000;
      vertical-align: top;
    }
    .about_TableBlock1_bodyTable_td2{
      padding: 18px 0.5em 18px 0;
      border-bottom: 1px solid #000;
      vertical-align: top;
    }
    .about_TableBlock1_headFlex_sp2Lines{
      top: -1.2em;
    }
    .about_TableBlock1_headFlex_P1 .brsp1{
      display: block;
    }
}



/* Career*/
.careerContentArea{
  width: calc(100% - 32px);
  max-width: 1280px;
  margin: auto;
  padding-top: 4px;
}
.careerTableContainer{
  width: 100%;
  padding: 0 10px;
  margin: 50px auto 100px auto;
}
.careerTableContainer .career_formArea_head{
  margin-bottom: 50px;
}
.careerTableHeadDIV{
  width: 100%;
  border-left: 8px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px;
  cursor: pointer;
  margin: 20px auto 0 auto;
  font-size: 1rem;
  line-height: 1.2em;
}
.careerTableHeadDIV:hover{
  opacity: .5;
}
.careerTableHeadDIVP1{
  width: 200px;
  
}
.careerTableHeadDIVP2{
  width: calc(100% - 220px);
}
.careerTableHeadDIVP3{
  width: 20px;
}
.careerTableHeadDIVP1SP{
  display: none;
}
.careerTable{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

/* アコーディオンアニメーション */
.careerTableContent {
  overflow: hidden;
  transition: max-height 0.3s ease;
  max-height: 0;
}

.careerTableContent.active {
  max-height: 2000px; /* 十分な高さを設定 */
}

.careerTableHeadDIV .careerTableHeadDIVP3 {
  transition: transform 0.3s ease;
}

.careerTableHeadDIV.active .careerTableHeadDIVP3 {
  transform: rotate(180deg);
}
.careerTableTH{
  width: 212px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #000;
  padding: 20px 16px;
}
.careerTableTHP1{
  text-align: center;
  font-size: 1rem;
  line-height: 1.8em;
  font-weight: normal;
}
.careerTableTD{
  width: calc(100% - 212px);
  border-bottom: 1px solid #000;
  padding: 20px 16px;
}
.careerTableTDP1{
  font-size: 1rem;
  line-height: 1.8em;
  text-align: left;
  font-weight: normal;
}
.careerTableFooter{
  width: 100%;
  height: 60px;
}
@media (max-width: 739px) {
  .careerTableHeadDIV{
    border-left: 6px solid #000;
    padding: 12px 0px 12px 8px;
    font-size: 0.9rem;
  }
  .careerTableHeadDIV:hover{
    opacity: 1;
  }

  .careerTableTH{
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 20px 8px 0 8px;
  }
  .careerTableTHP1{
    text-align: left;
    font-size: 0.9rem;
    font-weight: 600;
  }
  .careerTableTD{
    width: 100%;
    border-bottom: 1px dotted #000;
    padding: 4px 8px 16px 8px;
  }
  .careerTableTDP1{
    font-size: 0.9rem;
    line-height: 1.8em;
    text-align: left;
    font-weight: 400;
  }
  .careerTableFooter{
    height: 30px;
  }

}
@media (max-width: 539px) {
  .careerTableHeadDIV{
    border-left: 6px solid #000;
    padding: 6px 0px 10px 8px;
  }
  .careerTableHeadDIVP1 .brsp{
    display: block;
  }
  .careerTableHeadDIVP1{
    width: calc(100% - 20px);
    line-height: 1.5em;
    font-size: 0.8rem;
  }
  .careerTableHeadDIVP1SP{
    display: block;
    font-size: 120%;
    font-weight: 600;
  }
  .careerTableHeadDIVP2{
    display: none;
  }
  .careerTableHeadDIVP3{
    width: 20px;
  }
}



.career_formArea{
  width: calc(100% - 32px);
  max-width: 1180px;
  margin: 0 auto 0 auto;
}
.career_formArea_head{
  font-size: 2.3rem;
  color: #231815;
  line-height: 1em;
  text-align: center;
  font-weight: 100;
}
.career_formArea_p1{
    font-size: 1.0rem;
    color: #000;
    line-height: 1.6em;
    text-align: left;
    font-weight: 400;
    margin: 38px auto 0 auto;
    max-width: 1080px;
}
@media (max-width: 739px) {
  .career_formArea_head{
    font-size: 1.8rem;
  }
  .career_formArea_p1{
      font-size: 0.9rem;
      margin: 38px auto 0 auto;
  }
}
.career_formArea_Flex1 legend{
  /* legendをブラウザ上で非表示にする */
  position: absolute;
  clip: rect(0 0 0 0);
}
.career_formArea_Flex1{
  width: 100%;
  max-width: 1080px;
  margin: 14px auto 0 auto;
}
.career_formArea_formRow{
  width: 100%;
  display: block;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items:stretch;
  margin: 26px auto;
}
.career_formArea_form_titleDIV{
  width: 200px;
  min-height: 65px;
  padding: 20px 0 0 12px;
   border-right: 1.5px solid #A6A6A7;
}
.career_formArea_form_inputDIV{
  width: calc(100% - 245px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 65px;
  align-content: center;
 
}
.career_formArea_form_titleDIV label{
  font-size: 0.95rem;
  color: #000;
  line-height: 1.2em;
  text-align: left;
  font-weight:600;
}
.career_formArea_form_hissuDIV_pc{
  width: 94px;
}
.career_formArea_form_hissuDIV_sp{
  display: none;
}
.career_formArea_form_hissuSpan{
  font-size: 1em;
  color: #fff;
  line-height: 1em;
  text-align: center;
  font-weight: 600;
  background-color: #44C0F0;
  letter-spacing: 0.3em;
  padding: 0.1em 0.8em;
  border-radius: 4px;
}
.career_formArea_form_hissuSpan_nini{
  /* 任意アイコン */
  background-color: #aaa!important;
}
.career_formArea_form_inputDIV > p {
  /* contactform7用 */
  width: calc(100% - 94px);
  display: block;
}
.career_formArea_form_inputDIV_for_otoiawase_textarea p{
  /* お問い合わせ用テキストエリア用 */
  /* textareaは常時width100%に */
  width: 100%!important;
  display: block;
}
.career_formArea_form_inputDIV_for_entryform_textarea {
  /* エントリーフォーム用テキストエリア用 */
    align-items: flex-start;
}

.career_formArea_form_inputType1{
  width: 100%;
  font-size: 1em;
  color: #000;
  line-height: 1em;
  text-align: left;
  font-weight: normal;
  padding: 0.5em;
  border: 1px solid #A6A6A7;
  background-color: #fff;
  border-radius: 0;
}
.career_formArea_form_inputType3{
  /* お問い合わせ用テキストエリア */
  width: 100%;
  font-size: 1em;
  color: #000;
  line-height: 1.8em;
  text-align: left;
  font-weight: normal;
  padding: 0.5em;
  border: 1px solid #A6A6A7;
  background-color: #fff;
  border-radius: 0;
  min-height: 10em;
}
.career_formArea_form_inputType4{
  /* エントリーフォーム用テキストエリア */
  width: 100%;
  font-size: 1em;
  color: #000;
  line-height: 1.8em;
  text-align: left;
  font-weight: normal;
  padding: 0.5em;
  border: 1px solid #A6A6A7;
  background-color: #fff;
  border-radius: 0;
  min-height: 10em;
}


.career_formArea_fileWrap {
  width: calc(100% - 94px);
}
.career_formArea_fileWrap p{
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin-top: 5px;
}

.career_formArea_fileLabel {
  position: relative;
  display: inline-block;
  cursor: pointer;
  max-width: 200px;
  
}

.career_formArea_fileLabel input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.career_formArea_filePlaceholder {
  display: inline-block;
  padding: 0.5em;
  border: 1px solid #A6A6A7;
  background: #fff;

  /* 長いファイル名対策 */
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.career_formArea_fileNote {
  font-size: 0.875rem;
  color: #666;
}
.career_formArea_formPrivacy{
  width: 100%;
  text-align: center;
}
.career_formArea_form_privacy_link{
  margin-left: 0.5em;
  color: #44C0F0;
}


.career_formArea_formSubmit{
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.career_formArea_submitBtn{
  font-size: 1em;
  color: #fff;
  line-height: 1em;
  text-align: center;
  font-weight: 600;
  background-color: #44C0F0;
  padding: 0.6em 1.5em;
  border-radius: 50px;
  border: none;
      min-width: 160px;
}
.career_formArea_submitBtn:hover{
  cursor: pointer;
  opacity: .5;
}
.career_formArea_submitBtn {
  /* contactform7用 送信ボタンを強制センタリング */
    margin: 21px auto 0 48px!important;
}
.wpcf7-spinner {
  /* contactform7用 送信ボタンを強制センタリング */
    margin: 0 0 0 24px!important;
}
@media (max-width: 739px) {

  .career_formArea_form_titleDIV{
    width: 150px;
    padding: 20px 0 0 0px;
  }
  .career_formArea_form_inputDIV{
    width: calc(100% - 165px);
  }
  .career_formArea_form_titleDIV label{
    font-size: 0.9rem;
  }
  .career_formArea_form_hissuDIV_pc{
    width: 80px;
  }
  .career_formArea_form_hissuSpan{
    font-size: 1em;
  }
  .career_formArea_form_inputType1{
    width: 100%;
    font-size: 1em;
    
  }
 
}

@media (max-width: 599px) {
.career_formArea_p1{
      font-size: 0.85rem;
  }
.career_formArea{
  width: 100%;
}
.career_formArea_fileWrap p {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-top: 0;
  }


  .career_formArea_fileNote {
    margin-top: 4px;
  }
  .career_formArea_formPrivacy p{
    font-size: 0.85rem;
  }
}
@media (max-width: 499px) {
  
      .career_formArea_form_titleDIV {
        width: 105px;
        padding: 18px 0 0 0px;
    }
    .career_formArea_form_titleDIV:has(.career_formArea_form_hissuDIV_sp){
      padding: 6px 0 0 0px;
    }
        .career_formArea_form_titleDIV label {
        font-size: 0.85rem;
        letter-spacing: -0.02em;
    }
        .career_formArea_form_inputDIV {
        width: calc(100% - 115px);
    }
        .career_formArea_form_hissuDIV_pc {
        display: none;
    }
    .career_formArea_form_hissuSpan {
        font-size: 0.7em;
        letter-spacing: 0.1em;
        padding: 0.2em 0.8em;
        display: block;
        width: fit-content;
    }
    .career_formArea_form_inputDIV > p {
      /* contactform7用 */
      width: 100%;
      display: block;
    }
    .career_formArea_form_inputType1 {
        width: 100%;
        font-size: 0.9em;
    }
    .career_formArea_form_inputType3 {
        width: 100%;
        font-size: 0.9em;
    }
    .career_formArea_filePlaceholder {
      font-size: 0.85rem;
  }
  .career_formArea_form_hissuDIV_sp{
  display: block;
}

}

/* Privacypolicy*/

@media (max-width: 739px) {

}

.privacyP1{
  font-size: 1.2rem;
    color: #000;
    line-height: 1.6em;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin: 3.5em 0 0 0;
    
}
.privacyBlock{
  width: 100%;
  margin: 2em 0;
}
.privacyP2{
  font-size: 0.9rem;
    color: #000;
    line-height: 2.0em;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 3em;
}
.privacyBlock1{
  margin: 2em 0;
}
.privacyP3{
  font-size: 0.9rem;
    color: #000;
    line-height: 2.0em;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 0.5em;
}
.privacyP4{
  font-size: 0.9rem;
    color: #000;
    line-height: 2.0em;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 0.5em;
}
@media (max-width: 739px) {
  .privacyP1{
    font-size: 1.1rem;
  }
  .privacyP2{
    font-size: 0.85rem;
  }
}

/* news記事*/
.newsDetailContentArea{
  width: calc(100% - 32px);
  max-width: 1280px;
  margin: auto;
  padding: 4px 0 0 0;
}
.newsDetailContentContainer{
  width: calc(100% - 24px);
  margin: 40px auto 0 auto;
}
.newsDetail_headFlex{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.newsDetail_dateP{
  font-size: 1em;
  color: #000;
  line-height: 1em;
  text-align: left;
  font-weight: normal;
}
.newsDetail_genreP{
  color: #44C0F0;
  border: 1px solid #44C0F0;
  border-radius: 4px;
  font-size: 0.80rem;
  line-height: 1.2em;
  text-align: left;
  font-weight: normal;
  padding: 0.2em 0.5em 0.3em 0.5em;
  display: inline-block;
}
.newsDetail_titleP{
  font-size: 1.2em;
  color: #000;
  line-height: 1.5em;
  text-align: left;
  font-weight: 500;
  margin: 1.5em 0 0.5em 0;
}
.newsDetailContentDIV{
  width: 100%;
  margin: auto;
}
.newsDetailBackBTN{
    text-decoration: none;
    border-radius: 50px;
    border: 1.5px solid #000;
    font-size: 0.85rem;
    color: #000;
    line-height: 1em;
    text-align: center;
    font-weight: normal;
    padding: 0.3em 0.7em 0.4em 1.7em;
    margin: auto;
    width: fit-content;
    display: block;
    background-image: url(../images/icon_prev_tri_black.svg);
    background-size: 0.6em;
    background-position: left 0.7em top 0.6em;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 739px) {
  .newsDetail_dateP{
    font-size: 0.9em;
  }
  .newsDetail_genreP{
    font-size: 0.7em;
  }
  .newsDetail_titleP{
    font-size: 1.1em;
    margin: 1.1em 0 0 0;
  }
}
@media (max-width: 539px) {
  .newsDetailContentContainer{
    width: 100%;
    margin: 40px auto 0 auto;
  }
  .newsDetail_titleP{
    font-size: 1.05em;
    margin: 1.1em 0 0 0;
  }
}




