@charset "utf-8";
/* CSS Document */

/*****page_common*****/
.page_main section {
  padding-bottom: 16rem;
}
.page_main .hero{
  position: relative;
  margin-bottom: 6rem;
}
#products section .wrap{
  max-width: 1536px;
}
.page_content{
  margin-top: 16rem;
}
.page_tmp {
  max-width: 1200px;
  margin: 0 auto 6rem;
}

/*** page_hero ***/
.page_secondary .page_hero .wrap,#error404 .page_hero .wrap{
  max-width: 1000px;
}
.single .page_hero .wrap,.archive .page_hero .wrap{
  max-width: 1000px;
}
.page_default .page_hero .wrap{
  max-width: 1000px;
}
.page_hero{
  padding-top: 12rem;
}
.page_hero .img_outer{
  margin-top: 4rem;
}
.page_hero img{
  width: 100%;
  height: 66vh;
  max-height: 700px;
  object-fit: cover;
  border-radius: 4px;
}
#service .page_hero img{
  object-position: 50% 12%;
}
@media screen and (max-width:899px) {
  .page_hero img{
    height: 48vh;
  }
}

/*** パンくずリスト ***/
.breadcrumbs {
  font-size: 1.4rem;
  margin-top: 2.8rem;
  text-align: right;
}
.breadcrumbs a{
  color: #083793;
  border-bottom: 1px solid #083793;
}
.breadcrumbs a:hover{
  border-bottom: none;
  opacity: .6;
}

/*** ページ内リンク ***/
#welding,#sheet_metal,#coating{
  scroll-margin-top: 80px;
}
#schedule{
  scroll-margin-top: 680px;
}
#faq{
  scroll-margin-top: 840px;
}
#job{
  scroll-margin-top: 760px;
}
@media screen and (max-width:899px){
  #welding,#sheet_metal,#coating{
    scroll-margin-top: 60px;
  }
}
@media screen and (min-width:600px) and (max-width:899px){
  #schedule{
    scroll-margin-top: 68vw;
  }
  #faq{
    scroll-margin-top: 92vw;
  }
  #job{
    scroll-margin-top: 76vw;
  }
}
@media screen and (min-width:500px) and (max-width:599px){
  #schedule{
    scroll-margin-top: 76vw;
  }
  #faq{
    scroll-margin-top: 112vw;
  }
  #job{
    scroll-margin-top: 96vw;
  }
}
@media screen and (max-width:499px) {
  #schedule,#faq,#job{
    scroll-margin-top: 420px;
  }
  #faq{
    scroll-margin-top: 620px;
  }
  #job{
    scroll-margin-top: 460px;
  }
}
/*** page_contents page_link ***/
.page_contents{
  background-color: #f9f9f9;
  padding: 10rem 0;
}
.wrap.page_link{
  max-width: none;
  margin-bottom: 6rem;
}

/*** outline/job ***/
#outline dl, #job dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 1rem auto;
}
#outline dt, #outline dd, #job dt, #job dd {
  padding: 24px 0 16px;
  border-bottom: 1px solid #bcbcbc;
}
#outline dt, #job dt {
  flex-basis: 28%;
  font-weight: 500;
}
#outline dd, #job dd {
  flex-basis: 72%;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .l_r .wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
  .l_r .left_area {
      width: 32%;
      height: fit-content;
  }
  .l_r .right_area {
    width: 64%;
  }
}

/***** service *****/
#service_main .page_hero img{
  object-position: 78% 50%;
}
.page #service .bg_lightblue {
  margin-bottom: 10rem;
}
#service .intro h2{
  font-weight: 600;
}
#service .intro .text_box{
  font-size: 2rem;
  margin-bottom: 4rem;
}
.service_wrap{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#welding,#sheet_metal{
  border-bottom: 1px solid #A0A0A0;
}

/***** company *****/
#message .img_outer{
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 2.8rem;
}
@media screen and (min-width:900px) {
  #message .img_outer {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    }
    .message01 { grid-area: 1 / 1 / 2 / 2; }
    .message02 { grid-area: 1 / 2 / 2 / 3; }
    .message03 { grid-area: 1 / 3 / 2 / 4; }
}
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
  margin-top: 1.2rem;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:899px) {
  .map{
    margin-bottom: 2.8rem;
  }
}
@media screen and (min-width:900px) {
  .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%; /* 比率を4:3に固定 */
    margin-right: 2.8rem;
  }
}

/***** recruit *****/
#recruit_main .page_hero{
  padding-top: 0;
}
#recruit_main .page_hero .inner{
  background-color: #083793;
  padding-top: 12rem;
  height: calc(100vh - 80px);
}
.page #recruit_main .page_hero h1,.page #recruit_main .page_hero h1 .jp{
  color: #fefefe;
}
#recruit_main .page_content{
  padding-top: 10rem;
}
@media screen and (max-width:899px) {
  #recruit_main .page_hero .inner{
    height: calc(76vh - 60px);
  }
}
/*** recruit_message ***/
#recruit_message{
  text-align: center;
}
#recruit_message .background_logo{
  background-position: center center;
  background-size: 100% 100%; 
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  top: 0;
  left: 0;
}
.page_main section#recruit_message{
  padding-bottom: 0;
}
#recruit_message h2{
  padding-top: 4rem;
}
.message_catch{
  font-size: clamp(2rem, 4.4vw, 2.8rem);
  font-weight: 600;
  margin-bottom: 2.8rem;
}
#recruit_message .text_box{
  font-size: clamp(1.6rem, 3.4vw, 2rem);
  margin-bottom: 10rem;
  padding-bottom: 4rem;
}
.infiniteslide{
  font-size: clamp(14rem, 20vw, 20rem);
  font-weight: 600;
  color: #F6F6F6;
  line-height: .7;
}
@media screen and (max-width:899px) {
  #recruit_message .background_logo{
    background-size: 80% 80%; 
  }
}
/*** flow ***/
#schedule{
  padding-top: 16rem;
  padding-bottom: 18rem;
  z-index: 3;
}
.bg_blue #schedule .flow{
  color: #333;
  margin: 0 auto;
  width: 100%;
}
.flow dl {
  max-width: 1200px;
  padding: 2rem 2.4rem;
  margin: 1rem auto;
  position: relative;
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
}
.flow dl dt {
  letter-spacing: 0.02em;
	padding: 0;
  font-weight: 500;
}
.flow dl dt .number{
  color: #1E43AA;
  padding-right: 2rem;
  font-size: 2rem;
}
.flow dl dd{
	font-weight: normal;
  flex: 1;
}
#schedule .img_outer img{
  height: 100%;
}
@media screen and (max-width:799px) {
  #schedule .img_outer{
    margin-top: 2.8rem;
  }
}
@media screen and (min-width:900px) {
  #schedule .wrap {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: 40% 60%;
    grid-column-gap: 4rem;
    grid-row-gap: 0px;
    }
    #schedule h2 { grid-area: 1 / 1 / 2 / 2; }
    #schedule .flow { grid-area: 1 / 2 / 3 / 3; }
    #schedule .img_outer { grid-area: 2 / 1 / 3 / 2; }
  .flow dl dd{
    margin-left: 2rem;
  }
  .flow dl dt .number{
  font-size: 2.4rem;
  }
}
/***** FAQ *****/
#faq{
  z-index: 2;
  padding-bottom: 18rem;
}
#faq .background_logo_s_top{
  top: -10rem;
  z-index: 0;
}
/* accordion */
.accordion-area{
  list-style: none;
  margin:0 auto;
}
.accordion-area li{
  margin: 2rem 0;
}
.page_main #faq section {
  padding-bottom: 0;
  margin-top: 0;
  color: #333;
}
.page_main .accordion-area section .wrap{
  width: 100%;
}
.accordion-area h3{
  margin-bottom: 0;
}
.title {
  position: relative;
  cursor: pointer;
  font-size:1.6rem;
  font-weight: normal;
  padding: 2.8rem 6rem;
  background-color: #fefefe;
  border-bottom: 1px solid #ddd;
  transition: all .5s ease;
}
.title::before,
.title::after{
  position: absolute;
  content:'';
  top: 50%;
  right: 20px;
  width: 18px;
  height: 2px;
  background-color: #083793;
}
.title::before{
  transition: all .3s cubic-bezier(1,0,0,1);
  transition-property: transform;
  transition-timing-function: cubic-bezier(1,0,0,1);
  transform: translateY(-50%) rotate(-90deg);
}
.title::after{    
  transition: all .3s cubic-bezier(1,0,0,1);
  transition-property: transform,opacity;
  transition-timing-function: cubic-bezier(1,0,0,1);
  transform: translateY(-50%);
}
.title.close::before{
  transform: translateY(-50%) rotate(0deg);
}
.title.close::after{
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}
.title span::before{
  content: 'Q.';
  position: absolute;
  top: 1.7rem;
  left: 2.2rem;
  color: #333;
  font-size: 2.4rem;
  z-index: 2;
}
.box {
  display: none;/*はじめは非表示*/
  padding: 2.8rem 6rem;
  background-color: #fefefe;
}
.box p{
  padding-bottom: 0;
}
.box p::before{
  content: 'A.';
  position: absolute;
  top: -0.9rem;
  left: -3.6rem;
  color: #CF102B;
  font-size: 2.4rem;
  z-index: 2;
}
.note{
  font-size: 1.4rem;
  margin-top: .4rem;
}
@media screen and (max-width:768px) {
  .title::before,.title::after{
    top: 50%;
    right: 1.6rem;
  }
  .title {
    padding: 2rem 4.4rem 2rem 3.6rem;
  }
  .title span::before{
    top: 1.7rem;
    left: 1rem;
    font-size: 1.8rem;
  }
  .box {
    padding: 2rem 2rem 2rem 3.6rem;
  }
  .box p::before{
    top: -0.2rem;
    left: -2.5rem;
    font-size: 1.8rem;
  }
}

/*** guideline ***/
#guideline .box_left,#guideline .box_right{
  width: 100%;
}
#guideline .dl_line{
  background-color: #fefefe;
  padding: 3.6rem 6vw;
}
#guideline .dl_line dd{
  border-bottom: 1px solid #918E79;
}
@media screen and (min-width:900px){
  #message .text_area{
    width: 80vw;
  }
  #message .img_outer .img_left{
    width: 22vw;
    max-width: 224px;
  }
  #message .img_outer .img_right{
    width: 400px;
    right: 6rem;
  }
}
@media screen and (min-width:1100px){
  #guideline .dl_line dt{
    border-bottom: 1px solid #918E79;
  }
  #guideline .dl_line dt{
    width: 32%;
  }
  #guideline .dl_line dd{
    width: 68%;
  }
}

/***** contact *****/
.contact_info {
  max-width: 1200px;
  border: 1px solid #c8c8c8;
  padding: 4rem 1.6rem;
  text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.contact_info a {
  text-decoration: none;
}
.contact_info .tel_number {
  font-size: 2rem;
  margin-left: 0.4rem;
  font-weight: 500;
}
.contact_info .tel_number .number{
  font-size: 3.6rem;
}
.contact_info p{
  font-size: clamp(1.4rem, 3.2vw, 1.6rem);
}
.contact_info .flex_box{
  justify-content: space-around;
}

/*** Contact Form7 ***/

input[type="text"]:focus,textarea:focus,input[type="email"]:focus,input[type="tel"]:focus {
  outline: solid 2px #666;
}
input[type="text"],textarea,input[type="email"],input[type="tel"] {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
input[type="text"],input[type="email"],input[type="tel"] {
  height: 2rem;
}
.contact7 {
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 4rem;
  background-color: #F6F9FF;
  padding: 2rem 2vw;
}
.contact7 dl {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 4rem;
}
.contact7 dl dt {
  display: flex;
  justify-content: space-between;
  flex-basis: 32%;
}
.contact7 dl dd {
  width: 630px;
  flex-basis: 68%;
}
.contact7 dl dd select, .contact7 dl dd textarea {
  width: 100%;
}
.contact7 dl dd select, .contact7 dl dd textarea, .contact7 dl dd input {
  padding: 2rem 1.6rem;
  background: #fff;
  border: 1px solid #ddd;
}
section .contact7 dd.form_name p, section .contact7 dd.birthday p {
  display: flex;
}
section .contact7 dd.form_name p span input.wpcf7-text {
  width: 96%;
}
section .contact7 dd.birthday p span input.wpcf7-text {
  width: 94%;
  margin-left: 2rem;
}
dd.birthday .age {
  padding: 2rem 0rem;
}
.wpcf7-text {
  width: 100%;
}
/* 必須マーク */
.contact7 .must {
  background: #EB606D;
}
/* 任意マーク */
.contact7 .optional {
  background: #999;
}
.contact7 .must, .contact7 .optional {
  color: #FFF;
  font-size: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  letter-spacing: 2px;
}
/* CF7チェックボックスとラジオボタンを縦並びに */
span.wpcf7-list-item {
  display: block;
}
.contact7 .radio dd input {
  width: auto;
}
.wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7 form .wpcf7-response-output {
  border: none;
}
/* チェックボックスデザイン */
.contact7 dl.checkbox dd input{
	padding: 0 1.6rem;
  border: none;
}
input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
  }
input[type="checkbox"]::before,
input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
  }
input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #666;
    width: 20px;/*チェックボックスの横幅*/
    height: 20px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
  }
input[type="checkbox"]::after {
    border-bottom: 3px solid #666;/*チェックの太さ*/
    border-left: 3px solid #666;/*チェックの太さ*/
    opacity: 0;/*チェック前は非表示*/
    height: 8px;/*チェックの高さ*/
    width: 11px;/*チェックの横幅*/
    transform: rotate(-45deg);
    top: -6px;/*チェック時の位置調整*/
    left: 9px;/*チェック時の位置調整*/
  }
input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
  }

.contact7 .check {
  margin: 4rem 0 2rem;
}
.contact7 .agree {
  margin-top: 6rem;
}
.check .agree_box {
  height: 400px; /* 横幅を200pxに指定 */
  border: 1px solid #666; /* わかりやすくボーダーを引く */
  overflow-y: scroll;
  margin: 1.2rem 0 2rem;
  padding: 1.2rem;
}
.btn_contact7 {
  width: 100%;
  position: relative;
  transition: all .2s ease-out;
  margin: 4rem 0 2rem;
}
.btn_contact7 p{
  width: 90%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.btn_contact7 input {
  width: 100%;
  padding: 2.8rem 0;
  background: #083793;
  color: #fefefe;
  border-radius: .4rem;
  font-size: 1.1em;
  font-weight: bold;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
  text-align: center;
  transition: all .2s ease-out;
}
.btn_contact7 input.wpcf7-previous{
	background: #f8f8f8;
    border: #083793 solid 2px;
    color: #083793;
}
.btn_contact7 input:hover {
  background: #CF102B;
}
.contact7 .previous input:hover{
	border: #CF102B solid 2px;
}
.confilm_age{
	padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .contact7 dl {
    display: block;
  }
  .contact7 dl dt {
    justify-content: flex-start;
    flex-basis: auto;
  }
  .contact7 dl dd {
    flex-basis: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .btn_contact7 p{
    width: 100%;
  }
}
@media screen and (min-width: 600px){
	.contact7 .btn_wrap{
		display: flex;
		justify-content: space-between;
	}
	.contact7 .previous{
		width: 28%;
		margin-left: 4rem;
	}
}
@media screen and (max-width: 599px) {
	.contact7 .previous{
		margin-top: 0;
	}
}

/*** thanks ***/
#thanks .hero{
  padding-bottom: 0;
}
#thanks .page_hero .catch .en{
  display: none;
}

/*** privacy-policy ***/
.privacy-policy section h2{
	margin-bottom: 2rem;
  font-weight: 500;
}

/*** NotFound ***/
#error404 .catch,#error404 section{
	max-width: 1000px;
	margin: 0 auto 10rem;
}
