@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ヘッダー */
.-txt .c-headLogo__link {
  font-size: 1rem;
}

.l-fixHeader__logo {
  padding: 8px;
}

/* フッターウィジェット */
#custom_html-3 {
  margin-top: 14px;
}

.footerw-company .company-name {
  font-weight: bold;
  margin-bottom: 14px;
}

/* お問い合わせフォーム */
.form-content {
  margin-bottom: 2rem;
}

.form-content input,
.form-content textarea {
  width: 100%;
}

.form-content .required {
  display: inline-block;
  font-size: 12px;
  background-color: red;
  color: #fff;
  padding: 1px 6px;
  margin-left: 20px;
  margin-bottom: 4px;
}

.form-accept {
  text-align: center;
  margin-bottom: 2rem;
}

.form-submit {
  text-align: center;
}

.form-submit input {
  padding: 10px 50px;
}

.form-submit .wpcf7-spinner {
  position: absolute;
}

/* サイトマップ用 */
.wsp-container {
  display: grid;
}

.wsp-container h2 {
  position: relative;
  text-decoration: none;
  display: block;
  border: 1px solid #ccc;
  padding: 5px 9px 5px 36px;
  margin: 40px 0 10px;
  background-color: #f6f6f6;
  color: #454545;
  font-size: 1em;
}

.wsp-container h2:before {
  position: absolute;
  content: "";
  top: 34%;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #c29f54;
}

.wsp-container ul {
  list-style: none !important;
  margin: 0;
}

.wsp-container a {
  position: relative;
  text-decoration: none;
  display: block;
  border: 1px solid #ccc;
  padding: 5px 9px 5px 36px;
  margin: 10px 0;
  background-color: #f6f6f6;
  color: #454545;
  font-size: 0.8em;
}

.wsp-container a:before {
  position: absolute;
  content: "";
  top: 34%;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #c29f54;
}

.wsp-container a:last-child {
  margin-bottom: 0;
}

.wsp-container a:hover {
  background-color: #fff;
}

.wsp-areas-list a {
  padding: 4px 9px 4px 34px;
  margin-left: 20px;
  font-size: 14px;
  color: #454545;
}

.wsp-areas-list a:before {
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #5d2240bb;
}

.sitemap-title {
  display: block;
  font-size: 1.4rem;
  color: #333;
  text-decoration: underline;
  margin-bottom: 30px;
  transition: 0.4s;
}

.sitemap-title:hover {
  opacity: 0.7;
}

/* 土屋電機さん共通sytle.css */
/* 大サイズ（sectionタイトルエリアなど） */
.big__fullwide {
  margin-bottom: 100px;
}

/* 中サイズ（表、画像など） */
.Medium__fullwide {
  margin-bottom: 100px;
}

.Medium__fullwide .l-container {
  /* max-width: 1024px !important; */
}

/* 小サイズ（記事など） */
.small__fullwide {
  margin-bottom: 100px;
}

.small__fullwide .l-container {
  max-width: 950px !important;
}

/* section間の余白 */
.section__marign {
  margin-top: 60px !important;
}

/* ヒーローセクション */
.l-topTitleArea {
  border-bottom: 15px solid transparent;
  border-image: linear-gradient(
    to right,
    #1e319b 0%,
    #1e319b 70%,
    #f2c300 50%,
    #f2c300 100%
  );
  border-image-slice: 1;
}
.l-topTitleArea .l-topTitleArea__body .c-pageTitle {
  font-size: 130px !important;
  text-align: center;
  margin-top: 100px;
  letter-spacing: 3px;
  position: relative;
  transform: skewX(-10deg);
}
@media screen and (min-width: 600px) {
  .l-topTitleArea {
    min-height: 660px;
    /* min-height: 80vh; */
  }
}

@media screen and (max-width: 959px) {
  /* .l-topTitleArea {
    min-height: 66vh;
  } */
  .l-topTitleArea .l-topTitleArea__body .c-pageTitle::before {
    font-size: 35px;
    top: -50%;
    right: 42%;
  }
}
@media screen and (max-width: 780px) {
  .l-topTitleArea .l-topTitleArea__body .c-pageTitle::before {
    right: 40%;
  }
}
@media screen and (max-width: 599px) {
  .l-topTitleArea .l-topTitleArea__body .c-pageTitle::before {
    font-size: 20px;
    top: -30%;
    right: 43%;
  }
}
@media screen and (max-width: 400px) {
  .l-topTitleArea .l-topTitleArea__body .c-pageTitle::before {
    font-size: 15px;
    top: -30%;
    right: 43%;
  }
}

/* wordpressの余計なcss削除 */
.swell-block-fullWide + .swell-block-fullWide {
  margin-top: 0;
}

@media screen and (max-width: 959px) {
  .big__fullwide,
  .Medium__fullwide,
  .small__fullwide {
    margin-bottom: 80px;
  }

  .section__marign {
    margin-top: 40px !important;
  }

  .l-topTitleArea .l-topTitleArea__body .c-pageTitle {
    font-size: 80px !important;
    margin-top: 30px;
  }
}

@media screen and (max-width: 599px) {
  .big__fullwide,
  .Medium__fullwide,
  .small__fullwide {
    margin-bottom: 50px;
  }

  .section__marign {
    margin-top: 30px !important;
  }

  .l-topTitleArea .l-topTitleArea__body .c-pageTitle {
    font-size: 50px !important;
    margin-top: 40px;
  }
}

@media screen and (max-width: 400px) {
  .l-topTitleArea .l-topTitleArea__body .c-pageTitle {
    font-size: 40px !important;
    margin-top: 40px;
  }
}

/* 採用情報 */
.text__vertical--area .wp-block-group__inner-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 20px;
  margin-bottom: 2em !important;
}
.text__vertical {
  writing-mode: vertical-rl;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  border-right: 1px solid #333;
  padding-right: 10px;
}
p.text__vertical:last-child {
  margin-bottom: 36px !important;
}
.photo__intro--area {
  padding: 0 50px;
}
.photo__recruit {
  aspect-ratio: 3/2;
}
.photo__recruit img {
  border-radius: 20px;
  object-fit: cover;
}
h2.title__yellow {
  position: relative;
  color: #f2c300 !important;
  font-size: 80px;
  font-weight: bold;
  font-style: italic;
  margin: 0 auto 30px;
}
.is-style-section_ttl.title__yellow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 48%;
  height: 6px;
  background-color: #f2c300;
}
.features__titlearea::before {
  content: "";
  position: absolute;
  top: 14.8%;
  left: 8%;
  transform: translateY(-50%) skewX(-20deg);
  width: 20px;
  height: 100px;
  background-color: #f2c300;
}
.features__titlearea .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 16px;
  line-height: 1;
}
.features__title {
  color: #f2c300;
  font-size: 32px;
  text-align: right;
}
.features__title--number {
  color: #fff;
  -webkit-text-stroke: 3px #f2c300;
  font-size: 100px;
  font-weight: bold;
}
.features__h3 {
  font-size: 28px !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  letter-spacing: 0.3em;
}
.post_content
  h3:where(
    :not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)
  )::before {
  content: none;
}
.features__p {
  width: 77%;
}
.features__photoarea {
  display: flex;
  align-items: center;
}
h2.title__black {
  position: relative;
  color: #333 !important;
  font-size: 80px;
  font-weight: bold;
  font-style: italic;
  margin: 0 auto 30px;
}
.is-style-section_ttl.title__black::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 50%;
  height: 6px;
  background-color: #333;
}
.interview__titlearea {
  margin-bottom: 0;
}
.interview__titlearea .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
}
.interview__title {
  color: #f2c300;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.interview__title--number {
  color: #f2c300;
  font-size: 32px;
  font-weight: bold;
}
.interview__intro {
  color: #2f365f;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}
figure.margin-r {
  margin-right: 60px;
}
figure.margin-l {
  margin-left: 60px;
}
.photo__interview {
  position: relative;
}
.caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.interview__q {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin-left: 130px;
}
.interview__q::before {
  content: "";
  position: absolute;
  left: -25%;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 1px;
  background-color: #333;
  border-radius: 1px;
}
.interview__q--onecolumn:before {
  content: "";
  position: absolute;
  left: -18%;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 1px;
  background-color: #333;
  border-radius: 1px;
}
.description__title {
  letter-spacing: 1.5em !important;
  margin: 0 !important;
}
.description__title--en {
  color: #f2c300;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.25em;
  margin-bottom: 10px;
}
.table__description .wp-block-table {
  --table-border: none;
}
.page-id-552 .small__fullwide h2 {
  font-size: 48px !important;
}
@media (max-width: 959px) {
  .features__titlearea .wp-block-group__inner-container {
    justify-content: left;
    padding-left: 4em;
  }
  .features__p {
    width: 100%;
  }
  .caption {
    bottom: 14vw;
    left: 3vw;
  }
}
@media (max-width: 599px) {
  .page-id-552 .small__fullwide h2 {
    font-size: 36px !important;
  }

  .caption {
    bottom: 12vw;
    font-size: 18px;
  }
  .captionImg .caption {
    bottom: 15vw;
  }
  .captionImga .caption {
    bottom: 11vw;
  }
  .features__titlearea .wp-block-group__inner-container {
    justify-content: left;
    padding-left: 4em;
  }
  .features__titlearea .wp-block-group__inner-container {
    padding-left: 2em;
  }
}

/* a_a20250702 お知らせ */
.c-pageTitle {
  color: #f2c300;
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
  opacity: 0.9;
}

.c-pageTitle__subTitle {
  display: block;
  opacity: 1;
  font-size: 4.3rem;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  margin-left: 0;
}

.p-postList.-type-simple {
  border-top: none !important;
}
.p-postList__title {
  font-size: 16px;
}
.category-notice .p-postList__link {
  border-bottom: 1px solid #5d7eab !important;
  font-size: 1em;
  font-weight: bold;
  position: relative;
  margin-bottom: 0px;
}
.home .p-postList__link {
  border-bottom: 1px solid #515679 !important;
  font-size: 1em;
  font-weight: bold;
  position: relative;
  margin-bottom: 0px;
}

.p-postList__link:hover {
  background-color: #f0f4fa;
  transition: background-color 0.3s ease;
}

.category-notice .p-postList__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #5a7ca8;
  border-radius: 50%;
}
.home .p-postList__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #2f375e;
  border-radius: 50%;
}
.p-postList__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 1;
}
.c-postTimes__posted.icon-posted {
  letter-spacing: 1px;
}
.p-postList__meta :before {
  display: none !important;
}
.c-postTimes__posted .icon-posted ::before {
  display: none !important;
}

.c-postThumb__cat {
  display: none !important;
}

/* 250712_鮫島 */
h1 {
  display: flex;
  flex-direction: column-reverse;
  color: #ffffff !important;
}
h1 small {
  position: relative;
  left: -4%;
  color: #f2c300 !important;
  font-size: 2.8rem !important;
  transform: skewX(10deg);
}
@media (max-width: 599px) {
  h1 small {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 960px) {
  .transbg {
    background-color: transparent;
    position: absolute;
    color: #ffffff !important;
    border-color: #ffffff;
  }
  .transbg li span {
    color: #ffffff !important;
  }
}

/* メインビジュアル */
.mainvisual__title {
  font-size: min(3vw, 48px);
  display: block;
  color: #000;
  background-color: #fff;
  font-weight: bold;
  width: fit-content;
  padding: 10px;
  margin-bottom: 30px;
}

/* ヘッダー */
.c-gnav {
  gap: 20px;
}
.c-gnav > .menu-item > a {
  flex-direction: column-reverse;
  gap: 10px;
}
.c-gnav > .menu-item > a .ttl {
  font-size: 18px;
  letter-spacing: 1.5px;
  font-weight: bold;
}
.c-smallNavTitle {
  color: #f2c300;
  font-size: 13px;
  font-weight: bold;
  opacity: unset;
}
.contact__nav {
  background-color: #f2c300;
  padding: 0 20px;
  border: 1px solid transparent;
}
.contact__nav .c-smallNavTitle {
  color: #fff;
}
/* .contact__nav:hover {
  border-bottom: none;
  background-color: #fff;
  border: 1px solid #f2c300;
}
.contact__nav .c-smallNavTitle:hover {
  color: #f2c300;
} */
@media screen and (max-width: 959px) {
  .contact__nav {
    padding: 0;
  }
  .c-smallNavTitle {
    font-weight: normal !important;
    color: #f2c300 !important;
    font-size: 12px;
  }
  .contact__nav {
    background-color: transparent;
  }
  .menu-item a:not(.c-smallNavTitle) {
    font-weight: bold;
    font-size: 19px;
  }
}

/* フッター */
.w-footer__box img {
  width: 140px !important;
}
.l-footer__widgetArea .menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.w-footer__box:nth-child(3) {
  display: none !important;
}
.c-listMenu a {
  border-bottom: none !important;
}
.c-gnav .sub-menu a:before,
.c-listMenu a:before {
  content: "-";
}
.c-listMenu.c-listMenu li {
  font-size: 14px;
  width: fit-content;
}
#nav_menu-15 > div {
  width: 350px;
  margin-left: auto;
}
.c-listMenu a:hover {
  background-color: transparent;
  opacity: 0.7;
}
.company-detail {
  letter-spacing: 1.5px;
}
/* .c-gnav > .menu-item {
  height: 101%;
} */
@media screen and (max-width: 959px) {
  #nav_menu-15 > div {
    margin-left: 0;
  }
  .w-footer {
    display: flex;
    justify-content: space-between;
  }
  .c-widget__title.-spmenu::before {
    background: #303f76;
  }
}
@media screen and (max-width: 599px) {
  .w-footer {
    display: block;
  }
}

/* パンくずリスト */
.p-breadcrumb {
  padding-top: 48px !important;
  font-weight: bold;
}
.p-breadcrumb__list,
.p-breadcrumb__item {
  gap: 0;
}
.p-breadcrumb__item {
  font-size: 1.3em;
}
.icon-home:before {
  content: none;
}
.p-breadcrumb__item:after {
  width: 24px;
  height: 16px;
}
@media (max-width: 959px) {
  .p-breadcrumb {
    padding-top: 48px !important;
    padding-bottom: 24px;
  }
}
@media (max-width: 599px) {
  .p-breadcrumb {
    padding-top: 32px !important;
    padding-bottom: 24px;
  }
}
/* お知らせアーカイブ */
#body_wrap.archive .l-topTitleArea .l-topTitleArea__body .c-pageTitle {
  flex-direction: column;
  /* position: relative !important;
  left: -4% !important; */
  color: #f2c300 !important;
  font-size: 2.4rem !important;
  transform: unset !important;
}

#body_wrap.archive .c-pageTitle__subTitle {
  font-size: 80px !important;
  text-align: center;
  letter-spacing: 3px;
  position: relative;
  color: #ffffff !important;
  padding-left: 0.8em;
  transform: skewX(-10deg) !important;
}

#body_wrap.archive .c-pageTitle {
  font-weight: bold !important;
}

#body_wrap.archive .c-pageTitle__subTitle {
  font-style: unset !important;
  letter-spacing: 5px !important;
}
#body_wrap.archive .-type-simple .p-postList__link {
  padding: 1.2em 0.25em;
}
[class*="page-numbers"] {
  font-size: 16px;
}
#body_wrap.archive .w-beforeFooter,
.single-post .w-beforeFooter,
.page-id-62 .w-beforeFooter,
.page-id-552 .w-beforeFooter,
.page-id-114 .w-beforeFooter,
.page-id-3 .w-beforeFooter {
  display: none;
}
@media (max-width: 959px) {
  #body_wrap.archive .c-pageTitle__subTitle {
    font-size: 80px !important;
  }
}

@media screen and (max-width: 599px) {
  #body_wrap.archive .l-topTitleArea .l-topTitleArea__body .c-pageTitle {
    font-size: 1.5rem !important;
  }

  #body_wrap.archive .c-pageTitle__subTitle {
    font-size: 50px !important;
  }
}
/* お知らせ記事 */
.single-post h1 {
  position: relative;
  text-align: center !important;
  color: #333333 !important;
}
.single-post h1::before {
  content: "お知らせ";
  display: inline-block;
  color: #2f365f;
  font-size: 24px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.single-post .p-articleMetas,
.single-post .p-breadcrumb {
  display: none;
}
.c-smallNavTitle.desc {
  color: #f2c300 !important;
}
.contact__nav .c-smallNavTitle.desc {
  color: #ffffff !important;
}
.single-post .p-breadcrumb__text,
.single-post .p-breadcrumb.lie {
  display: block !important;
}
.single-post .l-content {
  padding-top: 10em;
}
.single-post .c-postTitle + .p-breadcrumb {
  display: block;
  padding-top: 6em !important;
}
.single-post .p-breadcrumb__list {
  padding: 0 var(--swl-pad_post_content, 0);
}
.single-post .post_content {
  margin-top: 1em;
}
.page-id-62 .c-pageTitle__subTitle {
  font-style: unset;
}
.p-spMenu__nav .contact__nav .c-smallNavTitle.desc {
  color: #f2c300 !important;
}
/* ヘッダー */
.l-header__inner,
.l-fixHeader__inner {
  padding-right: 0;
  max-width: 1920px;
}
.l-fixHeader__inner {
  height: 80px;
}
.c-gnav a::after {
  background-color: #f2c300;
}
[class*="is-style-btn_"] a {
  width: 240px !important;
  max-width: 240px !important;
  box-sizing: border-box;
}
.page-id-114 .wpcf7-submit {
  padding: 18px 80px 18px 16px !important;
}
.page-id-114 .form-accept a {
  text-decoration: underline;
  text-underline-offset: 8px;
}
.page-id-114 .form-content:has(textarea) br {
  display: none;
}
@media (max-width: 599px) {
  #nav_menu-15 > div {
    width: 100%;
  }
  .l-footer__widgetArea .menu {
    grid-template-columns: 1fr;
  }
  .l-footer__widgetArea .menu li {
    width: 100%;
    border-bottom: 1px solid #cccccc;
  }
}
.page-id-9 .l-header,
.single .l-header,
.page-id-114 .l-header,
.page-id-119 .l-header {
  border-bottom: 2px solid rgba(0, 0, 0, 0.7);
}
.l-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.7);
}
#before_footer_widget .contact__fullwide {
  margin-bottom: 0;
}

#top_title_area .l-topTitleArea__body .c-pageTitle__subTitle {
  font-size: 80px !important;
}
#top_title_area .l-topTitleArea__body .c-pageTitle {
  font-size: 2rem !important;
}
@media (max-width: 959px) {
  #top_title_area .l-topTitleArea__body .c-pageTitle__subTitle {
    font-size: 50px !important;
  }
  #top_title_area .l-topTitleArea__body .c-pageTitle {
    font-size: 1.4rem !important;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
