@charset "UTF-8";

@media (max-width: 991.98px) {
  header#wrapper-navbar {
    position: fixed;
    top: 0;
  }
}

.popup-banner {
  position: fixed;
  bottom: 100px;
  right: 10px;
  width: 150px;
  margin-left: auto;
  z-index: 100;
}

.grecaptcha-badge {
  z-index: 500;
}

body.page-contact main .entry-content .form_wrap .form_inner form .check_wrap,
body.page-contact-check main .entry-content .form_wrap .form_inner form .check_wrap,
body.page-download main .entry-content .form_wrap .form_inner form .check_wrap {
  text-align: center;
  color: #2c2d34;
  padding: 3rem 0 1rem;
}

/*--------------------------------------------------------------
# 各ページ : post-type-archive-post_preparation
# body.post-type-archive-post_preparation
--------------------------------------------------------------*/
body.post-type-archive-post_preparation .main_bg,
body.single-post_preparation .main_bg {
  background: url(img/products/bg_img01.jpg) no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 100vw;
  height: 65vh;
  position: relative;
}
body.post-type-archive-post_preparation .main_bg::before,
body.single-post_preparation .main_bg::before {
  /* 透過した黒を重ねる */
  background-color: rgba(128, 128, 128, 0.4);
  /* どの範囲に重ねるかを指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}
body.post-type-archive-post_preparation .main_bg .title_wrap,
body.single-post_preparation .main_bg .title_wrap {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  text-align: center;
}
body.post-type-archive-post_preparation .main_bg h1,
body.single-post_preparation .main_bg h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  body.post-type-archive-post_preparation .main_bg h1,
  body.single-post_preparation .main_bg h1 {
    font-size: 1.8rem;
  }
}
body.post-type-archive-post_preparation .main_bg p,
body.single-post_preparation .main_bg p {
  color: #fff;
  font-weight: bold;
}
body.post-type-archive-post_preparation .main_bg p:last-of-type,
body.single-post_preparation .main_bg p:last-of-type {
  font-size: 2rem;
}
body.post-type-archive-post_preparation main p.title {
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  body.post-type-archive-post_preparation main p.title {
    margin-bottom: 0;
  }
}
body.post-type-archive-post_preparation main .card_wrap {
  position: relative;
}
body.post-type-archive-post_preparation main .card_wrap:hover {
  opacity: 0.8;
}
body.post-type-archive-post_preparation main .card_wrap .text_wrap {
  padding-top: 1.5rem;
}
@media (max-width: 991.98px) {
  body.post-type-archive-post_preparation main .card_wrap .text_wrap {
    padding-top: 0.7rem;
  }
}
body.post-type-archive-post_preparation main .card_wrap .text_wrap .text_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  border-bottom: 1px solid #98a6b5;
}
@media (max-width: 991.98px) {
  body.post-type-archive-post_preparation main .card_wrap .text_wrap .text_inner {
    padding: 0.5rem 0;
  }
}
body.post-type-archive-post_preparation main .card_wrap .text_wrap .text_inner:first-child {
  border-top: 2px solid #98a6b5;
}
body.post-type-archive-post_preparation main .card_wrap .text_wrap .text_inner .left {
  width: 35%;
}
body.post-type-archive-post_preparation main .card_wrap .text_wrap .text_inner .right {
  width: 65%;
}
body.post-type-archive-post_preparation main .card_wrap .text_wrap .text_inner p {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  body.post-type-archive-post_preparation main .card_wrap .text_wrap .text_inner p {
    font-size: 0.8rem;
  }
}
body.post-type-archive-post_preparation main .card_wrap a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

body.page-profile main .entry-content .recruit_blog_wrap {
  padding: 5rem 0;
}
body.page-profile main .entry-content .recruit_blog_wrap .blog_inner {
  padding-top: 3rem;
}
body.page-profile main .entry-content .recruit_blog_wrap .blog_inner .card_wrap {
  border: 1px solid #dddddd;
  margin-bottom: 1rem;
}
body.page-profile main .entry-content .recruit_blog_wrap .blog_inner .card_wrap .text_inner {
  padding: 1.5rem;
}
body.page-profile
  main
  .entry-content
  .recruit_blog_wrap
  .blog_inner
  .card_wrap
  .text_inner
  .card_wrap__date {
  color: #bbb;
  font-size: 0.8rem;
  line-height: normal;
  margin-bottom: 0.5rem;
}
body.page-profile
  main
  .entry-content
  .recruit_blog_wrap
  .blog_inner
  .card_wrap
  .text_inner
  .card_wrap__title {
  font-weight: bold;
  font-size: 1.3rem;
}
body.page-profile main .entry-content .recruit_blog_wrap .blog_inner .card_wrap .text_inner a {
  background: #404040;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 0.5rem;
  border: 1px solid #404040;
  border-radius: 3px;
  margin-top: 1rem;
  display: block;
  font-size: 0.9rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.page-profile
  main
  .entry-content
  .recruit_blog_wrap
  .blog_inner
  .card_wrap
  .text_inner
  a:hover {
  background: #fff;
  color: #404040;
  text-decoration: none;
}
body.single-recruit_blog .main_bg {
  background: url(img/profile/bg-recruit.jpg) no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 100vw;
  height: 65vh;
  position: relative;
}
body.single-recruit_blog .main_bg::before {
  /* 透過した黒を重ねる */
  background-color: rgba(128, 128, 128, 0.4);
  /* どの範囲に重ねるかを指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}
body.single-recruit_blog .main_bg .title_wrap {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  text-align: center;
}
body.single-recruit_blog .main_bg h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  body.single-recruit_blog .main_bg h1 {
    font-size: 1.8rem;
  }
}
body.single-recruit_blog .main_bg p {
  color: #fff;
  font-weight: bold;
}

/*--------------------------------------------------------------
20260216_追加
--------------------------------------------------------------*/
.text-orange {
  color: #e85400;
}
body.home main .entry-content .front_wrap03 .tech_inner {
  flex-wrap: wrap;
}
body.home main .entry-content .front_wrap03 .tech_inner .tech_bg03 {
  background: url(img/front/tech_img03.jpg) no-repeat;
  background-size: cover;
}
body.home main .entry-content .front_wrap03 .tech_inner .tech_bg04 {
  background: url(img/front/tech_img04.jpg) no-repeat;
  background-size: cover;
}

body.home main .entry-content .front_wrap04 .img_wrap {
  flex-wrap: wrap;
}
body.home main .entry-content .front_wrap04 .img_wrap .img_bg03 {
  background: url(img/front/product_img05.jpg) no-repeat;
  background-size: cover;
}
body.home main .entry-content .front_wrap04 .img_wrap .img_bg04 {
  background: url(img/front/product_img06.jpg) no-repeat;
  background-size: cover;
}

body.page-insert .main_bg {
  background: url(img/insert/bg_img01.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100vw;
  height: 65vh;
  position: relative;
}
body.page-insert .main_bg::before {
  /* 透過した黒を重ねる */
  background-color: rgba(128, 128, 128, 0.4);
  /* どの範囲に重ねるかを指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}
body.page-insert .main_bg .title_wrap {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  text-align: center;
}
body.page-insert .main_bg h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  body.page-insert .main_bg h1 {
    font-size: 1.8rem;
  }
}
body.page-insert .main_bg p {
  color: #fff;
  font-weight: bold;
}

.temp_wrap02 {
  overflow: hidden;
  background: #e5e3e4;
}

.temp_wrap02 h3 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .temp_wrap02 h3 {
    font-size: 1.5rem;
  }
}

.temp_wrap02 .wrap {
  padding: 5rem 0;
  background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 767.98px) {
  .temp_wrap02 .wrap {
    padding: 0;
  }
}

.temp_wrap02 .wrap .inner02 .right_inner h3 {
  width: 570px;
  margin-left: auto;
}
@media screen and (max-width: 1380px) {
  .temp_wrap02 .wrap .inner02 .right_inner h3 {
    width: 100%;
  }
}

.temp_wrap02 .wrap .inner03 {
  position: relative;
  padding-top: 5rem;
}

.temp_wrap02 .wrap .inner03 .left_inner {
  width: 630px;
  position: relative;
  z-index: 5;
  margin-left: -100px;
}

@media screen and (max-width: 1380px) {
  .temp_wrap02 .wrap .inner03 .left_inner {
    text-align: center;
    width: 100%;
    margin-left: auto;
  }
}

.temp_wrap02 .wrap .inner03 .right_inner {
  position: absolute;
  left: 50%;
  margin-left: -230px;
  background: #f7f7f7;
  padding: 5rem 3rem 5rem 18rem;
  width: 100vw;
  bottom: -10%;
}

@media screen and (max-width: 1380px) {
  .temp_wrap02 .wrap .inner03 .right_inner {
    position: relative;
    width: 100%;
    top: 0;
    padding: 2rem;
    left: auto;
    margin-left: auto;
  }
}

.temp_wrap02 .wrap .inner03 .right_inner p {
  font-size: 0.9rem;
  margin-bottom: 0;
  width: 620px;
}

@media screen and (max-width: 1380px) {
  .temp_wrap02 .wrap .inner03 .right_inner p {
    width: 100%;
  }
}

body.page-insert main .entry-content .bg {
  background: url('img/insert/insert-img03.jpg') no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 600px;
}
@media (max-width: 991.98px) {
  body.page-insert main .entry-content .bg {
    height: 300px;
  }
}

body.page-insert main .entry-content .section03 {
  background: url('img/insert/bg_img02.jpg') no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 7rem 0;
}
@media (max-width: 991.98px) {
  body.page-insert main .entry-content .section03 {
    padding: 4rem 0;
  }
}
body.page-insert main .entry-content .section03 h2 {
  text-align: center;
  color: #2c2d34;
  font-size: 2.5rem;
  margin-bottom: 4rem;
}
@media (max-width: 991.98px) {
  body.page-insert main .entry-content .section03 h2 {
    font-size: 1.8rem;
  }
}
body.page-insert main .entry-content .section03 .title {
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 2rem;
  font-size: 1.3rem;
}
@media (max-width: 991.98px) {
  body.page-insert main .entry-content .section03 .title {
    font-size: 1.1rem;
  }
}
body.page-insert main .entry-content .section03 .title::before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #e85400;
  border-radius: 2px;
}
body.page-insert main .entry-content .section03 .mini-title {
  border-bottom: 3px solid #e85400;
  padding-bottom: 0.2rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: bold;
  inline-size: fit-content;
}
body.page-insert main .entry-content .section04 {
  padding: 5rem 0;
}
@media (max-width: 991.98px) {
  body.page-insert main .entry-content .section04 {
    padding: 3rem 0;
  }
}
body.page-insert main .entry-content .section04 h2 {
  text-align: center;
  color: #2c2d34;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  body.page-insert main .entry-content .section04 h2 {
    font-size: 1.8rem;
  }
}
body.page-insert main .entry-content .section04 p{
  text-align: center;
}
body.page-insert main .entry-content .section04 ul{
  display: flex;
  justify-content: center;
  gap:1rem;
  padding: 0;
  list-style: none;
}
body.page-insert main .entry-content .section04 ul li{
  border:1px solid #504B4B;
  padding:5px 10px;
}
@media (max-width: 991.98px) {
  body.page-insert main .entry-content .section04 ul{
    flex-wrap: wrap;
  }
}