@charset "UTF-8";
/*
Theme Name: Original theme
Theme URL:
Description:  堀井鉄工株式会社の採用サイトです。
Author: 堀井鉄工株式会社
Version: 1.0.0
*/

/* all */
body {
  font-size: 100%;
  text-size-adjust: 100%;
  letter-spacing: 0.7px;
  font-family: "Hiragino Kaku Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  margin:0 auto;
}

html {
  scroll-behavior: smooth;
}

*{
  box-sizing: border-box;
  margin:0;
  padding:0;
}

h1{
  font-size: 35px;
}

h2{
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom:35px;
  color:#41889e;
}

h2 span{
  padding: 0 3px;
  margin: 0 1px;
}

h3{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color:#41889e;
}

p,th,td,li,dd,dt{
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: 1px;
  color:#393939;
}

ul {
  list-style:none;
}

a{
  text-decoration: none;
  font-size: 14px;
}

ol{
  padding-left:1.5em;
  line-height: 1.6;
}

table{
  width: 100%;
  border-collapse: collapse;
}

input, select, textarea  {
  font-size: 100%;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%!important;
}

textarea{
  width: 100%;
  padding:10px;
}

img {
  vertical-align: bottom;
  object-fit: cover;
}

textarea:focus,select:focus,input:focus{
  outline: none;
}

a:hover,button:hover{
  cursor: pointer;
}

input,select{
  border-radius: 0;
}

a[href*="tel:"] {
  color:#000000;
}

.box_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 15px;
}

.cal_2{
  display: inline-block;
  width: calc(50% - 40px / 2);
}

.cal_3{
  display: inline-block;
  width: calc(33.33% - 60px / 3);
}

.cal_4{
  display: inline-block;
  width: calc(25% - 40px / 4);
}

.cal_5{
  display: inline-block;
  width: calc(20% - 150px / 5);
}

.cal_6{
  display: inline-block;
  width: calc(16.6% - 170px / 6);
}

.cal_7{
  display: inline-block;
  width: calc(14.2% - 250px / 7);
}

.wrapper{
  max-width: 1100px;
  width: 100%;
  margin:0 auto;
  padding:80px 40px;
}

.inner{
  max-width: 1100px;
  width: 100%;
  margin:0 auto;
  padding:80px 25px 100px 25px;
}

.en{
  margin-bottom: 5px;
  font-size: 60px;
  line-height: 1;
  font-family: "Jost", sans-serif;
}

i{
  padding-right:4px;
}

/* header */
header{
  z-index: 10;
  max-width: 1440px;
  width: 100%;
  position: absolute;
  top:0;
}

.logo_b{
  display: none;
}

.fixed{
  position: fixed;
  top:0;
  z-index: 99;
  right: 0;
}

.fixed .is_pc{
  display: block;
  margin-bottom: 10px;
}

.tell_icon{
  margin-right:5px;
  vertical-align: top;
  padding-top: 3px;
}

.is_sp{
  display: none;
}

.nav_menu li a{
  font-size: 14px;
  line-height: 1.5;
  padding: 40px 20px;
  display: block;
  letter-spacing: 2px;
}

.nav_menu .btn a{
  padding:10px 35px;
  background: #41889e;
  margin: 30px 30px 0 0;
  border-radius: 30px;
  color: #ffffff;
}

.nav_menu li a span{
  color: #1ab5e1 ;
  font-family: "Jost", sans-serif;
}

.logo_w{
  margin:28px 0 0 40px;
}

.fixed .logo_w{
  display: none;
}

.fixed {
  background: #ffffffde;
}

.fixed .nav_menu li a{
  color: #41889e;
  padding:30px 20px;
}

.fixed .nav_menu .btn a{
  color: #ffffff;
  padding: 10px 35px;
  margin-top: 20px;
}

.fixed .logo_b{
  display: block;
  margin: 15px 0 0 40px;
}

header h1{
  float: left;
  line-height: 1.2;
}

.header a{
  color:#ffffff;
  letter-spacing: 1px;
}

input#menu-btn-check{
  display: none;
}

.header ul{
  display: flex;
  justify-content: flex-end;
  margin-right:15px;
}

.nav_menu li a:hover{
  opacity: 0.7;
}

.header_btnbox{
  text-align: right;
  margin:20px 0 0 0;
}

.header_btnbox div{
  display:inline-block;
  text-align: center;
  margin-right: 20px;
  vertical-align: top;
}

/* index */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #41889e;
  opacity: 0.5;
  z-index: 2;
  pointer-events: none;
}

.top_text {
  position: absolute;
  z-index: 3;
  top: 280px;
  width: 100%;
  text-align: center;
}

.top_text p {
  font-size: 50px;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  line-height: 1.5;
}

.scroll {
  position: absolute;
  left: 35px;
  bottom: 0;
  width: 1.5px;
  z-index: 99;
  height: 195px;
}

.scroll-bar-container {
  width: 100%;
  height: 100%;
  background: #eee;
  overflow: hidden;
  position: relative;
}

.scroll-bar{
  height: 0%;
  background: linear-gradient(135deg, #41889e 0%, #3cb1af 100%);
  width: 100%;
  animation: growBar 3s linear infinite;
}

.scroll_line{
  position: absolute;
  z-index: 99;
  left: 20px;
  bottom:200px;
  writing-mode: vertical-rl;
  font-family: "Jost", sans-serif;
  color: #ffffff;
  font-weight: 300;
}

@keyframes growBar {
  0% {
    height: 0%;
  }
  100% {
    height:100%;
  }
}

.about_section{
  background: linear-gradient(to bottom, #41889e, rgba(65, 136, 158, 0));
}

.about_section h2,.about_section p{
  color: #ffffff;
}

@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-130%);
}
}

.scroll-infinity{
  padding-bottom:100px;
}

.scroll-infinity__wrap {
  display: flex;
  overflow-x: hidden;
  width: 100vw;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 1);
}
.scroll-infinity__item>img {
  width: 100%;
}

.vision_section{
  text-align: center;
  background: 
    linear-gradient(to right, rgb(154 193 205 / 50%), rgb(155 192 203 / 50%)), url(img/vision_back.png);
  background-size: cover;
  background-position: center;
}

.vision_section .wrapper{
  padding: 120px 40px 240px 40px;
}

.voice_section{
  background: #f2f2f2;
}

.voice_section .img{
  margin-bottom:10px;
}

.voice_section .title{
  color: #41889e;
  line-height: 2.7;
  font-weight: 500;
  background: #ffffff;
  padding:10px;
  display: inline;
  box-decoration-break: clone;
  font-size: 16px;
}

.voice_section .name{
  padding-top:10px;
}

.voice_section .department{
  font-size: 13px;
}

.number_section .cal_4{
  background: #f2f2f2;
  text-align: center;
  padding:25px 20px 15px 20px;
}

.number_section .icon{
  padding-bottom:10px;
}

.number_section .number span{
  font-size: 40px;
  line-height: 1.7;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  padding:0 2px;
}

.number_section .left,.number_section .right{
  width: calc(50% - 0px / 2);
}

.number_section .left{
  border-right: 1px solid #ffffff;
}

.number_section .base{
  border-right:none;
}

.number_section .number{
  color: #41889e;
}

.number_section .note{
  color: #41889e;
  font-size: 13px;
}

.number_section .cal_bace{
  padding: 40px 20px 25px 20px;
}

.number_section ul li{
  color: #41889e;
  font-size: 10px;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.5;
}

.number_section ul{
  list-style: disc;
}

.number_section .title{
  padding-top:15px;
  font-weight: bold;
}

.number_section .title02{
  padding-top:20px;
  font-weight: bold;
}

.number_section .cal_last{
  width: 70%;
  margin:0 auto;
}

.number_section .cal_last .box01{
  border-right: 1px solid #ffffff;
}

.number_section .cal_last .box03{
  border-left: 1px solid #ffffff;
}

.number_section .cal_last .cal_3{
  width: calc(33.33% - 30px / 3);
}

.number_section .icon_20s{
  opacity: 0.6;
}

.number_section .icon_30s{
  opacity: 0.8;
}

.recruit_section{
  text-align: center;
  background: #f2f2f2;
}

.recruit_section .box{
  background: #ffffff;
  padding:50px;
  position: relative;
  margin-top: 50px;
}

.recruit_section h3{
  position: absolute;
  top:-15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.recruit_section .textbox p{
  color:#ffffff;
}

.recruit_section .text{
  font-size: 16px;
  line-height: 1.5;
  padding-bottom:10px;
}

.recruit_section .text02{
  font-size: 12px;
  line-height: 1.7;
}

.recruit_section .cal_6{
  position: relative;
}

.recruit_section .icon{
  position: absolute;
  right: -34px;
  top: 200px;
}

.recruit_section .text span{
  display: inline-block;
  transform: rotate(270deg);
  padding: 3px;
}

.recruit_section .textbox{
  height: 290px;
  padding: 15px 10px;
}

.recruit_section .number{
  font-size: 30px;
  font-family: "Jost", sans-serif;
}

.recruit_section .flow_container a{
  text-decoration: underline;
  color: #fbf4b1;
  font-size: 12px;
}

.flow01 .textbox{
  background: #41889e;
}

.flow02 .textbox{
  background: #3c8a9b;
}

.flow03 .textbox{
  background: #378c99;
}

.flow04 .textbox{
  background: #328f97;
}

.flow05 .textbox{
  background: #2d9194;
}

.flow06 .textbox{
  background: #289392;
}

.flow07 .textbox{
  background: #249690;
}

.flow01 .number{
  color:#41889e;
}

.flow02 .number{
  color:#3c8a9b;
}

.flow03 .number{
  color:#378c99;
}

.flow04 .number{
  color:#328f97;
}

.flow05 .number{
  color:#2d9194;
}

.flow06 .number{
  color:#289392;
}

.flow07 .number{
  color:#249690;
}

.recruit_section .text_upper{
  padding-bottom:15px;
}

.recruit_section .type01,.recruit_section .type02{
  padding: 30px 20px 40px 20px;
}

.recruit_section .type01 p,.recruit_section .type02 p{
  color:#ffffff;
}

.recruit_section .type01{
  background: #41889e;
}

.recruit_section .type02{
  background: #249690;
}

.recruit_section .name{
  border-bottom:1px solid #ffffff;
  font-size: 19px;
  padding-bottom:10px;
}

.recruit_section .detail{
  padding-top:10px;
}

.btn_section{
  text-align: center;
  background: 
  linear-gradient(to right, rgba(65, 136, 158, 0.5), rgba(65, 136, 158, 0.5)),
  url(img/slide03.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.btn_section h2{
  color:#ffffff;
  font-size: 19px;
}

.btn_section .btn{
  padding: 20px 0;
  background:#41889e ;
  border-radius: 90px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
  color: #ffffff;
}

.btn_section .btn02{
  background: #249690;
}

.info_section{
  background: linear-gradient(to right, #41889e, #41889e);
  text-align: center;
}

.info_section h2{
  color:#ffffff;
}

.info_section .cal_2{
  padding:20px 100px;
  background: #ffffff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
}

.message_section .text{
  padding-bottom:15px;
}

.message_section .name{
  text-align: right;
}

.message_section .box_container{
  row-gap: 0;
}

footer{
  padding:80px;
  border-top:1px solid#eeeeee99;
}

footer  .cal_4{
  padding:0 30px;
}

footer .link_box{
  border-right: 1px solid #ddd;
  border-left:1px solid #ddd;
}

footer .icon{
  margin: 0 7px 1px 0;
}

footer a{
  color: #41889e;
  display: block;
  padding: 2px 0;
  font-size: 13px;
}

footer p{
  color: #41889e;
  font-size: 13px;
}

.copyright{
  text-align: right;
  color: #41889e;
}

/* page */
.subpage{
  background: #f7f7f7;
}

.subpage_h1{
  text-align: right;
  position: relative;
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 500;
  background-image: url(img/slide02.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  height: 350px;
}

.page-id-9 .subpage_h1,.page-id-24 .subpage_h1{
  background-image: url(img/slide03.png);
}

.subpage_h1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #41889e;
  opacity: 0.5; 
  pointer-events: none; 
  z-index: 2;
}

.subpage_h1 .en{
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 80px;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  bottom: -18px;
  right: 95px;
  z-index: 3;
  color: #ffffffbd;
}

.subpage_h1 .jp{
  z-index: 3;
  position: absolute;
  bottom: 62px;
  right: 103px;
  color: #ffffffbd;
}

.voice_detail{
  text-align: center;
}

.voice_detail h2{
  color: #41889e;
  line-height: 2.3;
  font-weight: 500;
  background: #ffffff;
  padding: 10px;
  display: inline;
  box-decoration-break: clone;
  font-size: 20px;
}

.voice_detail .name{
  font-weight: 500;
  color: #41889e;
  font-size: 15px;
  padding: 10px 0 30px 0;
}

.voice_detail .textbox{
  padding: 0 0 50px 0;
}

.voice_detail .img{
  padding-bottom:30px;
}

.voice_detail .btn{
    padding: 10px 35px;
    background: #41889e;
    margin: 30px 30px 0 0;
    border-radius: 30px;
    color: #ffffff;
}

.subpage .text_block{
  padding:15px 30px ;
  border: 2px solid #41889e;
  border-radius: 5px;
  margin-bottom:60px;
}

.subpage .text{
  margin-bottom:30px;
}

.subpage h3{
  padding-bottom:20px;
}

.breadcrumbs{
  padding:10px 16px;
  font-size: 14px;
  color: #777777;
}

.breadcrumbs a{
  color: #41889e;
}

.breadcrumbs .en{
  display: none;
}


.table{
  border-top:none;
  box-shadow: 0px 15px 15px rgb(0 0 0 / 8%);
}

.table th,.table td{
  padding:20px 40px;
  border:1px dotted #41889e;
  border-right:none!important;
  border-left:none!important;
}

.table td{
  background: #ffffff;
  word-break: break-all;  /* 単語の途中でも折り返す */
  overflow-wrap: break-word; 
  word-wrap: break-word;   
}

.table th{
  width:25%;
  color:#41889e;
  background:#eee;
  font-weight: 500;
  padding:20px 30px;
}

.table th p{
  color:#41889e;
}
.table .note{
  font-size: 10px;
  color:#777777;
  font-weight: normal;
  letter-spacing: 1px;
}

.wpcf7 form.sent .wpcf7-response-output{
  border-color: #41889e !important;
}

.wpcf7-spinner{
  display: none!important;
}

.required,.optional{
  font-size: 10px;
  border: 1px solid #f46666;
  padding: 2px;
  color: #f46666;
  margin-left: 5px;
}

.optional{
  color: #ababab;
  border: 1px solid #ababab;
}

.submit-container{
  max-width: 300px;
  margin: 0 auto;
}

.submit-container input{
  background: #41889e;
  color: #ffffff;
  box-shadow: 0px 4px 4px rgb(77 77 77 / 17%);
}

.service_img01{
  position: absolute;
  left: -195px;
  top:-15px;
  border-radius: 0 7px 7px 0;
}

.margin_bottom{
  margin-bottom:30px;
}

.upload-notice{
  margin-top:30px;
}

.upload-notice p{
  font-size: 13px;
  color: #666666;
}

.details h3{
  margin-top:35px;
}

.entry_text{
  text-align: center;
  margin-bottom: 25px;
}

.entry_text p{
  color:#41889e;
}

.wpcf7-list-item label {
  display: inline-flex;
  align-items: center; /* 縦の位置を中央に */
  cursor: pointer;
}

.wpcf7-list-item input[type="radio"],.wpcf7-list-item input[type="checkbox"],.wpcf7-submit,.wpcf7-previous{
  cursor: pointer;
}

.wpcf7-submit:hover,.wpcf7-previous:hover{
  opacity: 0.9;
}

.wpcf7-list-item {
  display: inline-block;
  margin-right: 10px; /* 各項目の間隔 */
}

.wpcf7-list-item-label{
  white-space: nowrap;
  color:#353535;
  padding-left:6px;
}

.wpcf7-not-valid-tip{
  color: #f46666;
}

.acceptance {
  margin-top:15px;
  text-align: center;
}

.acceptance a{
  color: #41889e;
  text-decoration: underline;
}

.privacy_policy h2{
  font-size: 16px;
  margin-bottom: 10px;
}

.privacy_policy .text_box{
  background: #ffffff;
  padding:15px;
  margin-bottom: 25px;
}

.privacy_policy ul{
  list-style: disc;
  padding: 10px 0 10px 1.4em;
}

.faq_item{
  background: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 10px 10px rgb(146 146 146 / 8%);
}

dt{
  color: #41889e;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
  margin-bottom: 7px;
}

.qa_label_a{
  color: #f46666;
}

.faq h3{
  margin-top:40px;
}

.benefits .cal_3{
  background: #ffffff;
  padding: 20px;
  text-align: center;
  position: relative;
}

.benefits{
  margin-bottom:40px;
}

.benefits h4{
  color: #41889e;
  margin-bottom: 10px;
  font-weight: 500; 
}

.benefits p{
  font-size: 12px;
  color: #41889e;
  line-height: 1.7;
}

.benefits img{
  padding-bottom:25px;
}

.benefits .number{
  position: absolute;
  left: 0;
  top: -8px;
  opacity: 0.1;
  font-size: 80px;
  font-family: "Jost", sans-serif;
  font-style: italic;
  line-height: 1;
}

.wpcf7-previous{
  margin: 5px 0 0 0;
  background: #9d9d9d!important;
}

.wpcf7-submit{
  margin-top:15px;
}

.thanks_section{
  text-align: center;
}