@charset "UTF-8";

/*共通*/
section {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0 auto 9rem;
}

section.mae {
  margin: 0 auto 9.5rem;
}

h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #B5272D;
  text-align: center;
  padding-bottom: 3rem;
}

h3.outside {
  position: absolute;
  top: -0.7em;
  left: 0;
  right: 0;
  margin: auto;
  padding-bottom: 0;
}

h3+p {
  text-align: center;
}

.scroll_wrap .pc-none {
  font-size: 1.3rem;
}

@media screen and (max-width: 999px) {
  section {
    margin: 0 auto 4.5rem;
  }

  section.mae {
    margin: 0 auto 6rem;
  }

  h3 {
    font-size: 1.6rem;
    padding-bottom: 1.5rem;
  }

  h3+p {
    text-align: left;
  }
}


/* 会社概要 --------------------------------------------------------------------------*/

/*社長メッセージ*/
#about .message section {
  margin:8rem auto 9.5rem;
}
#about .message .message_text-area p {
  margin-bottom: 1rem;
  font-size: 1.7rem;
  line-height: 1.8;
}
#about .message .message_text-area p.sign{
  text-align: right;
}
@media screen and (max-width: 900px) {
  #about .message .page-title-inner{
    margin-top: 5rem;
  }
#about .message .message_text-area p {
  font-size: 1.5rem;
  line-height: 1.6;
}
}

/*企業理念*/
#about .philosophy{
  background: #F8F8F8;
  padding:50px 10%;
}

#about .philosophy h4 {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #B5272D;
  padding-top: 3rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.8rem;
}
#about .philosophy h4:first-child{
  padding-top: 0;
}
#about .philosophy p{
  line-height: 1.8;
  font-size: 1.8rem;
}
@media screen and (max-width: 900px) {
  #about .philosophy {
    padding: 10px;
  }

  #about .philosophy h4 {
    font-size: 1.5rem;
    padding-top: 1rem;
  }

  #about .philosophy p {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

/*会社概要*/
#about .profile table {
  width: 100%;
}
#about .profile table th {
  width: 15%;
  font-weight: normal;
  background: #F4F4F4;
  padding: 2rem 1rem 1.5rem;
  border: #999999 1px solid;
}

#about .profile table td {
  padding: 4.5rem 2rem;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  vertical-align: middle;
}
#about .profile table td.pd{
padding: 1rem 2rem;
}
#about .profile table td.company03{
  width: 30%;
}
#about .profile table td.bntda {
  border-right: 1px solid #fff;
}
#about .profile table td.bntd{
    border-left: 1px solid #fff;
}
#about .profile table td.bntd img{
  width: 170px;
}
#about .profile table td.ninsyo img {
  width: 200px;
}
#about .profile table td a.link{
  text-decoration: underline;
  color:#B5272D;
}
#about .profile .sp-none{
  display: inline-block;
}
@media screen and (max-width: 900px) {
  #about .profile table,
  #about .profile tbody,
  #about .profile tr {
    display: block;
    width: 100%;
  }
#about .profile table th{
  padding:0.5rem 1rem 0.5rem;
}
#about .profile table td,#about .profile table td.pd {
  padding: 1rem;
  word-break: break-all;
}
  #about .profile table td,
  #about .profile table th {
    display: block;
    width: 100%;
    border:none;
    border-bottom:#999999 1px solid;
  }
  #about .profile table th.top{
    border-top: #999999 1px solid;
  }
  #about .profile table td.bntda {
    border-bottom: 1px solid #fff;
  }
  #about .profile table td.bntd{
    border-top: 1px solid #fff;
  }
  #about .profile table td.company03 {
    display: none;
  }
  #about .profile .sp-none {
    display: none;
  }
}

/*沿革*/
#about .history{
  width: 100%;
  background: #F8F8F8;
  padding:5.5rem 0;
}
#about .history table {
  width: 100%;
}

#about .history table tr {
  border-bottom: #999999 1px solid;
}

#about .history table tr th {
  font-weight: bold;
  width: 15%;
}
#about .history table tr td{
  width: 85%;
}

#about .history table tr th,
#about .history table tr td {
  margin-top: 1rem;
  padding: 1.5rem 0 1rem;
}

@media screen and (max-width: 900px) {
#about .history{
  padding:2rem 0;
}
#about .history table tr th {
      width: 38%;
  }
}

/*免許・資格登録*/
#about .license h4 {
  font-weight: bold;
  border-bottom: 1px solid #B5272D;
  padding-top: 3rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.8rem;
}

#about .license h4:first-child {
  padding-top: 0;
}

#about .license p {
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
#about .license h4{
  padding-top: 1rem;
}
}

/* アクセス --------------------------------------------------------------------------*/
#access .sp-none {
  display: inline-block;
}
#access h3+p{
  text-align: left;
}
#access iframe{
  width: 100%;
  height:350px;
  margin:1rem 0 2rem;
}
#access h4{
    font-weight: bold;
    border-bottom: 1px solid #B5272D;
    padding-bottom: 0.5rem;
    margin-bottom: 0.8rem;
}
#access ul{
  margin:1rem 0 2rem;
}
@media screen and (max-width: 900px){
  #access .container{
    margin-top: 4rem;
  }
  #access .sp-none {
      display: none;
  }
  #access iframe {
    height:200px;
  }
  #access ul {
    margin: 0.5rem 0 1rem;
  }
}

/* CSR --------------------------------------------------------------------------*/
#csr h4{
  font-weight: bold;
  border-bottom: 1px solid #B5272D;
  padding-bottom: 0.5rem;
  margin-bottom: 0.8rem;
  margin-top: 4rem;
}
#csr h4.top{
  margin-top: 0;
}
#csr h5{
  font-weight: bold;
  padding:0.3rem 0;
}
#csr .kouken ul{
  display: flex;
  margin:3rem auto;
}
#csr .kouken ul.sdgs{
 padding:0 30% 0 0;
}
#csr .kouken ul li{
  margin:0 1%;
}
#csr .iso{
  background: #F8F8F8;
  padding: 5rem 0;
}
#csr ol{
  list-style: decimal;
  margin-left: 2em;
}
#csr .seal{
  width: 80%;
  margin:3rem 0
}
@media screen and (max-width: 900px){
#csr{
  margin-top: 4rem;
}
#csr h4 {
    padding-top: 1rem;
    margin-top: 2rem;
  }
#csr .kouken ul{
  margin:1rem auto;
}
#csr .kouken ul.sdgs{
  padding:0;
}
#csr .iso{
  padding:2rem 0;
}
#csr .seal{
  width: 100%;
  margin:1rem 0;
}
}

/* 採用 --------------------------------------------------------------------------*/
#recruit{
  margin-bottom: 100px;
}
#recruit tr{
  border-bottom: 1px solid #B5272D;
}
#recruit tr.top{
    border-top: 1px solid #B5272D;
}
#recruit th {
  width: 15%;
  padding: 1.5rem 0;
}
#recruit td {
  width: 85%;
  padding: 1.5rem 0;
}
#recruit td a{
display: flex;
align-items: center;
justify-content: center;
border-radius: 15px;
width: 120px;
font-size: 14px;
background: #B5272D;
color: #fff;
height: 30px;
  
}
@media screen and (max-width: 900px) {
  #recruit {
    margin-top: 4rem;
    margin-bottom: 50px;
  }
  #recruit table,#recruit tbody,#recruit tr{
    display: block;
    width: 100%;
  }
#recruit th,#recruit td{
  display: block;
  width: 100%;
}
#recruit th{
  padding:1rem 0 0.5rem;
}
#recruit td{
  padding:0 0 1rem;
}
}

/* エントリー --------------------------------------------------------------------------*/


.form {
  background: #F8F8F8;
  padding: 52px 8%;
  margin-top: 9rem;
}

form {
  margin-top: 5rem;
}

form th {
  font-weight: normal;
  width: 35%;
}

form td {
  width: 65%;
  padding-bottom: 3rem;
}

._red {
  display: inline-block;
  background: #B5272D;
  color: #fff;
  font-size: 1.1rem;
  padding: 3px 10px;
  margin-left: 1em;
}

input,
textarea {
  border: #7a7a7a 1px solid;
  background-color: #fff;
  width: 100%;
  padding: 5px 10px;
}

.p-birth {
  width: 100px;
  margin:0 1em 0 0.5em;
}
.p-postal-code {
  width: 100px;
  margin: 0 0.5em;
}

.sex_item {
  width: 30%;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}

input[type="radio"] {
  width: 20px;
  margin-bottom: 0;
}

.ymd_item {
  display: flex;
}

.ymd_item input {
  width: 20%;
  margin: 0 1rem 3rem 2rem;
}

.email_item {
  width: 75%;
}

.email_item input:first-child {
  margin-bottom: 1rem;
}

select {
  border: #000 1px solid;
  background-color: #fff;
  width: 200px;
  padding: 0.3rem 1rem;
  margin-bottom: 3rem;
  position: relative;
}

textarea {
  height: 200px;
}

.btnarea {
  display: flex;
  justify-content: center;
}

[type=button],
[type=reset],
[type=submit],
button {
  background: none;
  border: none;
  border-bottom: 1px solid #7a7a7a;
  text-align: center;
  display: block;
  width: 160px;
  margin: 0 10px;
}

@media screen and (max-width: 900px) {
  .form {
    padding: 30px 3%;
    margin-top: 3.5rem;
  }

  form {
    margin-top: 3rem;
  }

  form table,
  form tbody,
  form tr {
    display: block;
  }

  form th,
  form td {
    width: 100%;
    display: block;
  }

  form th {
    margin-bottom: 0.2rem;
  }

  form td {
    padding-bottom: 1rem;
  }

  ._red {
    padding: 2px 10px;
  }

  input,
  textarea {
    margin-bottom: 2rem;
  }

  input#mail {
    margin-bottom: 1rem;
  }

  textarea {
    margin-bottom: 3rem;
    height: 150px;
  }
}

.mw_wp_form_confirm small {
  display: none;
}
