/**
 * Theme Name:genesis-child
 * Theme URI:
 * Description:WordPressテーマ「GENESIS」の自作子テーマです。
 * Template:genesis_tcd103
 * Author:Kazuko Okimura
 * Author URI:
 * Version:1.10
 *
 * @format
 */

/*==============================================
#共通クラス
===============================================*/
.narrow-inner {
  max-width: 840px;
  width: 100%;
  margin-inline: auto;
}
.scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
/*==============================================
#ヘッダー
===============================================*/
/* 言語スイッチャー
-----------------------------------------------*/
#global_menu {
  height: 60px !important;
  top: 20px !important;
}
#global_menu > ul > li > a {
  height: 60px;
  line-height: 60px;
}
#global_menu ul ul {
  top: 60px;
}
.language-switcher {
  position: absolute;
  top: 4px;
  right: 94px;
}
.language-switcher a {
  display: inline-block;
  padding-inline: 6px;
  padding-bottom: 2px;
  color: #333;
  text-decoration: none;
  font-weight: normal;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.language-switcher a:hover {
  color: #000;
}

/* 現在の言語に適用するスタイル */
.language-switcher a.is-current {
  font-weight: bold;
  border-bottom: 2px solid #13188b;
}

/* 非アクティブなリンクのホバー時の下線 */
.language-switcher a:not(.is-current):hover {
  border-bottom: 2px solid #ccc;
}
@media screen and (max-width: 1100px) {
  .language-switcher {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 60px;
  }
  #drawer_menu_button {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/*==============================================
#フッター
===============================================*/
#footer_logo img {
  width: 120px;
  height: auto;
}
#footer_logo a {
  display: inline-block;
}

/*==============================================
#トップページ
===============================================*/
/* 製品（サービス）カテゴリの背景
-----------------------------------------------*/
@media screen and (max-width: 950px) {
  .cb_service_category_list_carousel .item {
    background: transparent;
  }
}

/* About us
-----------------------------------------------*/
.top-about__image {
  width: 60%;
  margin-inline: auto;
}
.top-about__btn {
  margin-top: 60px;
}
@media screen and (max-width: 1100px) {
  .top-about__image {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .top-about__btn {
    margin-top: 40px;
  }
}

/*==============================================
#私たちについて
===============================================*/
/* 3つの強み
-----------------------------------------------*/
.strength {
  background: url(/wp-content/uploads/2025/03/bg_3strength.webp)
    no-repeat center bottom/cover;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 100px 20px;
}
.post_content ul.strength__list {
  list-style: none;
  margin-left: unset;
}
.strength__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 40px;
}
.strength__item {
  max-width: 400px;
  width: 100%;
  color: #fff;
  padding: 2.5rem 1.5rem;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.075);
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px;
  border: 1px rgba(255, 255, 255, 0.4) solid;
  border-bottom: 1px rgba(40, 40, 40, 0.35) solid;
  border-right: 1px rgba(40, 40, 40, 0.35) solid;
  position: relative;
}
.post_content p.strength__number {
  line-height: 1;
  margin: 0;
}
.strength__number {
  font-size: 3.5rem;
  font-weight: bold;
  font-style: italic;
  color: #ece774;
  position: absolute;
  top: -32px;
  left: 24px;
}
.post_content h3.strength__title {
  margin: 0.5rem 0 1rem 0;
  text-align: center;
  font-size: 1.5rem;
}
.post_content p.strength__text{
  line-height: 1.6;
}
@media screen and (max-width: 1100px) {
  .strength__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
    padding-top: 20px;
  }
}
@media screen and (max-width: 800px) {
  .strength {
    padding: 80px 20px;
  }
  .strength__number {
    font-size: 3rem;
    top: -28px;
    left: 20px;
  }
  .post_content h3.strength__title {
    font-size: 1.5rem;
  }
}

/* 数字で見るTTS
-----------------------------------------------*/
.number__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2%;
  row-gap: 4rem;
}
.number__item {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 2rem;
  gap: 1rem;
  color: #13188b;
}
.post_content h3.number__title {
  margin: 0.5rem 0 1rem 0;
  line-height: 2;
}
.number__title {
  position: relative;
}
.number__title::before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3px;
  background-color: #ece774;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.number__img {
  width: 80px;
  height: 80px;
  margin-inline: auto;
}
.number__img img {
  width: 100%;
  height: auto;
}
.post_content p.number__number {
  margin: 0;
  line-height: 1;
}
.number__number {
  font-size: 1.5rem;
  font-weight: bold;
}
.number__number span {
  font-size: 4rem;
  padding-right: 0.05em;
}
.post_content p.number__number-note {
  text-align: center;
  margin-top: 0;
  line-height: 1.6;
  text-align: center;
  font-weight: 400;
}
.post_content p.number__text {
  line-height: 1.6;
  margin-top: 2em;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  .number__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 800px) {
  .number__items {
    grid-template-columns: 1fr;
  }
  .number__item {
    padding: 1.5rem;
    padding-bottom: 2rem;
    gap: 0.5rem;
  }
  .post_content h3.number__title {
    font-size: 1.75rem;
  }
  .number__img {
    width: 60px;
    height: 60px;
  }
  .number__number span {
    font-size: 3.5rem;
  }
  .post_content p.number__text {
    margin-top: 1em;
  }
}

/* 半導体製造装置って?/今後の半導体需要
-----------------------------------------------*/
@media (max-width: 781px) {
  .about-flex {
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
  }
  .wp-container-core-columns-is-layout-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

/*==============================================
#会社案内
===============================================*/
.service_category_content:first-of-type {
  padding-top: 0;
}
.service_category_content {
  padding: 100px 0;
}
body.hide_sidebar .design_header,
body.single-service .design_header {
  margin-top: 60px;
}
.company .post_content a {
  color: unset;
}
.company .post_content a:hover {
  color: #1e73be;
}
@media screen and (max-width: 800px) {
  .service_category_content {
    padding: 40px 0;
  }
  body.hide_sidebar .design_header,
  body.single-service .design_header {
    margin-top: 40px;
  }
  .service_category_content .post_list.type1 .image_wrap {
    width: 100%;
  }
}

/*==============================================
#会社情報
===============================================*/
/* 代表挨拶
-----------------------------------------------*/
@media screen and (max-width: 800px) {
  .president-name img {
  height:20px !important;
  }
  }
/* 概要
-----------------------------------------------*/
.company-info__table {
  min-width: 600px;
}

/* 沿革
-----------------------------------------------*/
.post_content ol.company-history {
  min-width: 400px;
  margin-bottom: 1rem;
  list-style: none;
  margin-left: unset;
}
.company-history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post_content p.company-history__year {
  margin: unset;
}
.company-history__year {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  padding: 15px 28px 13px;
  position: relative;
}
.company-history__year::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 2px;
  background: #13188b;
}
.company-history__year::after {
  content: "";
  position: absolute;
  top: 28px;
  right: -4.5px;
  width: 11px;
  height: 11px;
  display: block;
  background: #13188b;
  border-radius: 50%;
}
.company-history__item:first-child .company-history__year::before {
  top: 33px;
}
.company-history__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 80%;
  flex: 1 1 80%;
  padding: 15px 28px 13px;
}
@media screen and (max-width: 800px) {
  .company-history__year {
    padding: 14px 15px;
  }
  .company-history__year::after {
    top: 22px;
  }
  .company-history__text {
    padding: 14px 15px;
  }
}

/* アクセス
-----------------------------------------------*/
.company-access .design_header {
  margin-bottom: 30px;
}
.post_content p.company-access__address {
  margin-top: 1rem;
}
.company-access__way {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.company-access__car,
.company-access__train {
  width: 45%;
}
.post_content h4.company-access__way-title {
  font-size: 1.25rem;
}
.company-access__way-title {
  font-size: 1.5rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5em;
  border-bottom: 1px dashed #13188b;
}
.company-access__way-title img {
  width: 1.5rem;
  height: auto;
}
.post_content p.company-access__way-text {
  margin: 0;
}
@media screen and (max-width: 800px) {
  .company-access__way {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2.5rem;
  }
  .company-access__car,
  .company-access__train {
    width: 100%;
  }
}

/*==============================================
#企業理念
===============================================*/
/* リスト内の英語と日本語の間の余白 */
.tts-values :where(.wp-block-columns.is-layout-flex) {
  gap: 0.5em;
}
.indent {
  padding-left: 4em;
  text-indent: -4em;
}
@media screen and (max-width: 800px) {
  .pl-4rem {
    padding-left: 4rem;
  }
}

/*==============================================
#TTSグループ
===============================================*/
.tts-group__item + .tts-group__item {
  margin-top: 4rem;
}
.tts-group th {
  width: 20%;
  padding: 15px 14px 13px;
  white-space: pre;
}
.tts-group td {
  padding: 15px 14px 13px;
}
/* 海外代理店
-----------------------------------------------*/
.tts-group-agency .is-layout-flex:not(:last-child) {
  margin-bottom: 3em;
}
.tts-group-agency h3 {
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
}
.tts-group-agency h4 {
  margin: 0 0 0.5rem;
}
.tts-group-agency .is-layout-flex {
  row-gap: 3rem;
}

/*==============================================
recruit
===============================================*/
/* 採用情報
-----------------------------------------------*/
/* ナンバーリストの余白 */
.recruit ol > li {
  margin-top: 2em;
}
.recruit .merit ol > li > ul {
  margin-top: 0.75em;
}
/* 職場環境の間の余白 */
@media screen and (max-width: 782px) {
  .work-environment {
    margin-top: 2em;
  }
}
/* 下部リンクボタンの間の余白 */
@media screen and (max-width: 1100px) {
  .recruit .post_col {
    margin-bottom: 3.2em;
  }
}
/*==============================================
#新卒採用・キャリア採用共通
===============================================*/
/* 募集要項
-----------------------------------------------*/
.lp_content .table-wrapper table th {
  width: 140px !important;
}
@media screen and (max-width: 800px) {
  .lp_content .table-wrapper table th {
    width: 100px !important;
  }
}

/*==============================================
#新卒採用
===============================================*/
/* flow
-----------------------------------------------*/
.post_content ul.flow__list {
  list-style: none;
  margin-left: unset;
}
.flow__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}
.flow__item {
  background-color: #f7f7f7;
  padding-inline: 1.25rem;
  padding-bottom: 1.25rem;
  padding-top: 0.5rem;
  border-radius: 8px;
  position: relative;
}
.flow__item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #13188b;
  border-right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 104%;
}
.flow__item:first-child::before {
  content: none;
}
.post_content p.flow__number {
  margin: unset;
  line-height: 1.8;
}
.flow__number {
  font-size: 3rem;
  font-weight: bold;
  color: #13188b;
}
.post_content h4.flow__title {
  font-size: 24px;
  margin: 0em 0 0.75em 0;
}
.post_content p.flow__text {
  line-height: 1.8;
}
@media screen and (max-width: 1100px) {
  .post_content ul.flow__list {
    margin-left: auto;
  }
  .flow__list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .flow__item {
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
  }
  .flow__item::before {
    top: -13%;
    right: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    rotate: 90deg;
  }
  .flow__number {
    font-size: 2rem;
  }
  .post_content h4.flow__title {
    font-size: 1.5rem;
  }
}

/*==============================================
#キャリア採用
===============================================*/
/* 募集要項（タブ切り替え）
-----------------------------------------------*/
.recruit-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  border-bottom: 1px solid;
}
.recruit-tabs__item {
  padding: 12px 24px;
  border-radius: 10px 10px 0px 0px;
  background: #dcdcdc;
  font-size: 18px;
  font-weight: bold;
  border: none;
}
.recruit-tabs__item[aria-selected="true"] {
  background: #13188b;
  color: #fff;
  pointer-events: none;
}
.recruit-tabs__item[aria-selected="false"] {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .recruit-tabs__item[aria-selected="false"]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.recruit-tabs__contents {
  margin-top: 30px;
  margin-inline: auto;
}
.recruit-tabs__content-wrap {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.recruit-tabs__content-wrap.js-show {
  opacity: 1;
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 800px) {
  .recruit-tabs {
    padding-top: 36px;
  }
  .recruit-tabs__item {
    padding: 10px 12px;
    font-size: 16px;
  }
  .lp_content table th {
    width: 90px !important;
  }
}

/* 応募フォームは#お問い合わせの下に記述 */

/*==============================================
#製品シングルページ
===============================================*/
/*products-item
-----------------------------------------------*/
.products-item + .products-item {
  margin-top: 120px;
}
.products-item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.products-item__image {
  max-width: 400px;
  width: 100%;
}
.products-item__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#single_service_main_content .post_content .s_table {
  white-space: normal;
}
@media screen and (max-width: 1100px) {
  .products-item__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .products-item__image {
    margin-inline: auto;
  }
}
@media screen and (max-width: 800px) {
  .products-item + .products-item {
    margin-top: 100px;
  }
  #single_service_main_content .post_content .s_table {
    padding: 0 20px;
  }
  .products-item__table {
    position: static;
  }
}

/*==============================================
#お問い合わせ
===============================================*/
.wpcf7 {
  max-width: 800px;
  margin: 0 auto !important;
}
.contact__required {
  background: #e74c3c;
  color: #fff;
  font-weight: bold;
  padding: 2px 5px 1px;
  border-radius: 4px;
  font-size: 0.85em;
  margin-inline: 8px;
}
.wpcf7 .half-width {
  width: 50%;
  max-width: 100%;
}
textarea {
  resize: vertical;
}
.contact__privacy {
  text-align: center;
}
.contact__privacy-link {
  text-decoration: underline;
}
.wpcf7 .wpcf7-submit {
  background-color: #13188b;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: #13188b;
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  .wpcf7 .half-width {
    width: 100%;
  }
}


/*==============================================
#応募フォーム
===============================================*/
.application__section {
  margin-top: 48px;
}
.application__section h2 {
  text-align: left;
  margin-bottom: 20px;
}
.fz-s {
  font-size: 14px;
  color: #888;
}
.application__sex .wpcf7-radio {
  display: inline-flex;
}
.application__birth>p {
display: flex;
gap: 1rem;
}
.address-title {
  font-weight: bold;
}
.application__birth br {
  display: none;
}
@media screen and (max-width: 800px) {
  .application__birth>p {
    flex-direction: column;
    }
}