/*
Theme Name: ISSUE Child
Theme URI: https://tcd-theme.com/tcd106/
Template: issue_tcd106
Author: TCD
Author URI: https://tcd-theme.com/
Description: WordPress theme "ISSUE" is a template for recruitment websites. It features memorable animations and rich leading line design, and it has options to produce staff introductions, dialogue contents, interview articles, and so on.
Version: 1.9.2.1751963527
Updated: 2025-07-08 17:32:07

*/
/* table -仮-
th,
td {
  border-bottom: 1px solid #ccc;
  border-left: 0px;
  border-right: 0px;
  padding: 8px 10px;
}

th:first-of-type,
td:first-of-type {
  border-top: 1px solid #ccc;
  padding: 8px 10px;
}
*/

/*------------------------------
COMMON
-------------------------------*/
.gray_bg_width {
  background: #f3f3f3;
  padding: 50px 50px;
  width: 100vw;
  margin: 50px calc(50% - 50vw);
}

#maincontent {
  width: 100%;
  margin: 0 auto;
}

#page_contents {
	padding: 0;
}

@media screen and (max-width:1160px) {
  body #page_contents {
    padding: 0 0 0;
  }
}

@media screen and (max-width:800px) {
  body #page_contents {
    padding: 30px 0 0;
  }
}

.gray_bg_width .maincontent {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width:1160px) {
  .gray_bg_width #maincontent {
    width: auto;
  }
}

@media screen and (max-width:800px) {
  .gray_bg_width {
    padding: 20px 20px;
  }
}

@media screen and (max-width:800px) {
  .post_row .post_col-2b,
  .post_row .post_col-2b_r {
    width: 100%;
  }
}

.post_col-2b {
  width: calc(40% - 15px);
}

.post_col-2b_r {
  width: calc(60% - 15px)
}

.post_col-3b {
  width: calc(30% - 15px);
}

.post_content img.h40 {
  height: 400px !important;
  object-fit: cover;
}
/*- frame -*/
.q_frame.column2 {
  column-count: 2;
}

@media screen and (max-width:800px) {
  .q_frame.block_content.column2  {
    flex-direction: column;
  }
  .block_content .post_col-2b,
  .block_content .post_col-2b_r {
    width: 100%;
  }
}

/*- flexbox -*/
.block_content {
  display: flex;
  margin: 0 auto 30px;
  justify-content: space-between;
}

@media screen and (max-width:800px) { 
  .block_content.align1 {
    flex-direction: column;
  }
  .block_content .post_col-3b {
    width: 100%;
  }
  .post_col-3b p {
    height: auto;
    font-size: 18px;
    margin: 0 0 1em 0 !important;
  }
  .post_content .block_content .post_col-3b img {
    height: 100px !important;
    width: auto;
    margin: 1em auto !important;
  }
}

/*------------------------------
TOP
-------------------------------*/
.cb_free_space {
  padding: 100px 0;
  background-color: #0350bf;
  color: #fff;
}

.cb_free_space .post_content {
  line-height: 1.8em;
}

.scroll_content_inner {
  
}

/*------------------------------
TABLE
-------------------------------*/
th,td {
  vertical-align: middle;
}

/*------------------------------
company
-------------------------------*/
.topmessage {
  font-size: 24px;
  font-weight: 600;
}


/*------------------------------
flow
-------------------------------*/
.flow_design {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_list {
  padding-left: 0;
}

.flow_list > li {
  list-style-type: none;
  border-radius: 15px;
	border: 1px solid #0350bf;
  background: #F4F6FA;
  position: relative;
  padding: 20px;
	height: 140px;
	align-content: center;
}

@media screen and (max-width:800px) {
  .flow_list > li {
    height: auto;
  }
}

.flow_list > li:not(:last-child) {
  margin-bottom: 20px;
}

.flow_list > li dl {
  display: flex;
  align-items: center;
  gap: 20px;
}

.flow_list > li dl dt {
  font-size: 1.2em;
  font-weight: 700;
  width: 20%;
  min-width: 7em;
}

.flow_list > li .flow_icon {
  color: #0350bf;
  margin-right: 0.5em;
}

.flow_list > li dl dd {
  margin: 0;
  width: calc(80% - 20px);
}

/*------------------------------
recruitct_
-------------------------------*/

.recruit_selectbox {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 50px auto 200px;
}

.select_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 32px;
}

.select_list li {
  border-bottom: 1px solid #0350BF;
  padding-bottom: 10px;
  list-style: none;
}

.select_item {
  font-weight: 600;
  /*font-size: 15px;*/
  color: #0350BF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.select_item::after {
  content: "＞";
  display: inline-block;
  color: #0350BF;
}
.post_content a.select_item {
  color: #0350BF;
  text-decoration: none;
}

.post_content a.select_item:hover {
  color: #e60012;
  text-decoration: none;
}

.l_recruit_message {
  margin-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.l_recruit_message::before {
  content: "";
  display: block;
  background-color: #F0F5FC;
  width: 100%;
  padding: 120px 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}

.recruit_message_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recruit_message_content {
  width: 50%;
  padding-right: 50px;
  text-align: left;
}

.recruit_message_image {
  width: 50%;
}

.recruit_message_title {
  color: #0350BF;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}

.recruit_voice {
  padding: 100px 0;
  background: linear-gradient(90deg, #0097FF, #0350BF);
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.recruit_voice_title {
  margin-bottom: 50px;
}

.voice_box {
  margin-bottom: 100px !important;
  transition: all 1s;
}

#voice_title_position {
  justify-content: center;
  margin-bottom: 1em;
}

.post_content .voice_title_ja {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  /*letter-spacing: .1rem;*/
  line-height: 1;
	text-align: center;
}

.voice_info {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.voice_name {
  color: #fff;
  text-align: left;
  font-weight: 700;
}

.voice_taglist {
  width: 160px;
}

.post_content .voice_taglist th {
  background-color: #fff;
  color: #0350BF;
  text-align: center;
  width: 100px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 0px 0px 0px;
  border-radius: 9999px;
}

.post_content .l_inner .voice_taglist td {
  width: calc(100% - 100px);
  color: #fff;
  text-align: right;
  padding: 0 0 0 1em;
}

.interview {
  margin: 100px auto 0;
  width: 100%;
}

@media only screen and (max-width: 798px) {
  .interview {
    width: 100%;
  }
}

.interview_box {
  margin-bottom: 50px;
}

.interview_title {
  color: #fff;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
}

.interview_title::after {
  height: 1px;
  background-color: #fff;
  width: 100%;
  content: "";
  display: inline-block;
  margin-left: 20px;
}

.interview_answerbox {
  padding-top: 20px;
}

.interview_answer {
  color: #fff;
  text-align: left;
}

.senior_box {
  background-color: #fff;
  width: 100vw;
  margin: 100px calc(50% - 50vw) 0;
  padding: 50px 0;
  border-radius: 5px;
}

.post_content .senior_title {
  /* マルイ修正 */
  font-size: 24px;
  /*font-size: 16px;*/
  font-weight: 600;
  width: 1200px;
  margin: 0 auto;
}

.senior_inner {
  width: 1200px;
  margin: 50px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
  column-gap: 20px;
}

.senior_image img {
  border-radius: 5px;
}

.senior_name {
  margin-top: 4px;
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
}

.senior_content {
  width: calc(100% - 40px);
  padding-left: 20px;
}

#senior_interview {
  color: #3a3a3a;
}

#senior_interview::after {
  background-color: #3a3a3a;
}

#senior_interview_answer {
  color: #3a3a3a;
}

.recruit_number {
  padding: 100px 0;
}

.number_maintitle {
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  color: #0350BF;
}

.number_content {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 50px;
  column-gap: 50px;
}

.numdber_box {
  background-color: #F0F5FC;
  border-radius: 5px;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(0, 50px);
  transition: all 1s;
}

.number_title {
  color: #0350BF;
  /*font-size: 15px;*/
  font-weight: 600;
  margin-bottom: 10px;
}

.number_item {
  /*font-size: 40px;*/
  font-size: 56px;
  letter-spacing: .1rem;
  font-style: italic;
  font-weight: 600;
  color: #0350BF;
  margin-bottom: 20px;
}

.recruit_outline_wrap {
  padding: 100px 0;
  background-color: #f6f6f6;
  width: 100vw;
  margin: 50px calc(50% - 50vw);
}

.recruit_outline_mainttl {
  font-size: 24px;
  color: #0350BF;
  font-weight: 600;
}

.j_description_container {
  padding-top: 100px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.jd_box {
  max-width: 870px;
  margin: 0 auto;
}

.jd_title {
  background-color: #0350BF;
  border-radius: 9999px;
  line-height: 1;
  /*padding: 4px 8px;*/
  padding: 8px 14px 10px 14px;
  /*マルイ修正*/
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 50px 0;
  width: fit-content;
  display: block;
}

.jd_tbl {
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
}

.post_content .l_inner .jd_tbl th {
  width: 240px;
  padding: 20px 10px;
  text-align: left;
  border-right: none;
  border-bottom: 1px solid #fff;
  font-weight: 700;
}

.post_content .l_inner .jd_tbl td {
  width: calc(100% - 240px);
  padding: 20px 10px;
  text-align: left;
  border-bottom: 1px solid #fff;
}

.cmn_title.white {
  color: #fff;
}

.cmn_title.blue {
  color: #0350BF;
  justify-content: center;
}

.cmn_title {
  display: flex;
  align-items: center;
}

.number_maintitle {
  text-align: center;
}

.cmn_title img {
  width: 62px;
  /*マルイ修正*/
  /*width: 32px;*/
  margin-right: 5px;
}

.cmn_ttl_en {
  font-weight: 700;
  /*font-size: 16px;*/
  font-size: 30px;
  /*マルイ修正*/
  font-style: italic;
}
.l_inner .container {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.post_content .l_inner table {
	border-left: none;
	border-top: none;
}
.post_content .l_inner td {
	background: none;
	border-right: none;
	border-bottom: none;
	
}

@media only screen and (max-width: 798px) {
  body.header_type2 #lp_page_header {
    margin-top: 0px !important;
  }
  .recruit_selectbox {
    margin-bottom: 70px;
  }
  .recruit_voice {
    padding: 50px 0;
  }
  .post_content ul.select_list {
    display: flex;
    flex-direction: column;
    margin-left: 0px;
  }
  .interview_title {
    flex-direction: column;
    white-space: pre-wrap;
    padding-bottom: 10px;
  }
  .interview_title::after {
    width: calc(100% - 20px);
    margin: 0 auto !important;
  }
  .post_content .senior_title {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    text-align: center;
  }
  .senior_inner,
  .number_content {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .post_content .jd_box .s_table {
    white-space: normal;
    margin: 0;
    padding: 0;
    scrollbar-width: none;
  }
  .post_content .l_inner .jd_tbl th {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 10px 6px 5px 6px;
  }
  .post_content .l_inner .jd_tbl td {
    width: 100%;
    display: block;
    padding: 5px 6px 10px 6px;
  }
}

/*------------------------------
widget
-------------------------------*/
.widget_tab_post_list .title span {
  font-family: var(--content_font_type);
}

/*------------------------------
Contact
-------------------------------*/
.wpcf7-form-control.wpcf7-select {
  font-family: var(--content_font_type);
}

/*------------------------------
Globalnavi-グロナビ
-------------------------------*/
a.my-custom-link-class {
  cursor: default;
}