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


.main {
  padding-top: 180px;
}

.box {
  padding-bottom: 20px;
  transform: translateX(-58px);
}
/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
  font-weight: bold;
  color: #fff;
}
.ribbon {
  --r: .8em;
  font-size: 2rem;
  font-weight: 500;
  border-block: .5em solid #0000;
  padding-inline: 2.8em calc(var(--r) + 2.8em);
  line-height: 1.8;
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%, 100% calc(100% - .25em), calc(100% - var(--r)) 50%, 100% .25em);
  background: #9ACCDD padding-box;
  width: fit-content;
  max-width: 700px;
}

.section__about {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
.section__entry {
  padding-bottom: 130px;
}
.section__recruit-mention{
 width: 720px;
 margin: 0 auto 80px;
 line-height: 3.5rem;
}
.section__recruit-mention p{
text-align: left;
}
@media(max-width: 570px) {
  .section__about {
    padding-bottom: 0px;
  }
}
.section__title {
  margin-bottom: 80px;
}
.withus-wapper {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.withus-wapper p {
  line-height: 4.2rem;
  font-size: 2rem;
  transform: translateY(-30px);
}
.transform_line01, .transform_line02 {
  width: 100px;
  height: 100px;
  background: #F3F4EF;
  padding: 1px;
}
.transform_line01 {
  transform: rotate(60deg);
  /*修正*/ width: 60px;
  border: 0;
  /*修正*/ border-top: 1px solid #333;
  margin: 0;
  padding: 0;
  transform-origin: 0% 0%;
}
.transform_line02 {
  transform: rotate(-60deg);
  /*修正*/ width: 60px;
  border: 0;
  /*修正*/ border-top: 1px solid #333;
  margin: 0;
  padding: 0;
  transform-origin: 100% 0%;
}
.staff_hanbai-wapper {
  display: flex;
  max-width: 1600px;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0 90px;
  margin: 60px auto 100px;
  justify-content: space-between;
}
.staff_mm_hanbai h4 {
  font-size: 2.5rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  background: #FFF;
  border: solid 1px #333;
  width: 360px;
  height: 70px;
  margin: 0 auto;
  align-items: center;
}
.staff_hanbai-table {
  width: 55%;
  text-align: left;
  line-height: 4rem;
  background-color: #FFF;
  border-radius: 20px;
  padding: 20px 50px 50px 50px;
  margin-right:50px;
}
.staff_hanbai-table tr {
  border-bottom: solid 1px #333;
}
.staff_hanbai-table th {
  width: 25%;
}
.staff_hanbai-table td span {
  font-size: 2.5rem;
}
.staff_hanbai-table td {
  font-size: 1.6rem;
  padding: 10px 0;
}
.staff_detail {
  width: 35%;
  text-align: left;
  display: flex;
  object-position: bottom;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.staff_detail h5 {
  border-bottom: solid 1px #333;
  padding: 10px 0;
}
.staff_detail p {
  font-size: 1.6rem;
  line-height: 3.5rem;
  text-align: left;
  padding: 10px 0 30px;
}
@media(max-width:1200px) {
  .staff_hanbai-table {
    width: 100%;
    margin: 0 auto 50px;
  }
  .staff_hanbai-wapper {
    justify-content: right;
    padding: 0;
    width: 80%;
  }
  .staff_detail {
    padding: 20px 50px 20px 50px;
    width: 75%;
  }
}
@media(max-width:820px) {
  .section__title {
    margin-bottom: 50px;
  }
  .section__recruit-mention{
    width:70%;
  }
    .staff_detail {
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
}
  .staff_hanbai-table th {
    width: 23%;
    font-size: 1.6rem;
  }
  .staff_detail p {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .withus-wapper {
    width: 80%;
    margin-bottom: 30px;
  }
  .withus-wapper p {
    font-size: 1.6rem;
    line-height: 3rem;
    transform: translateY(0);
  }
  .staff_mm_hanbai h4 {
    font-size: 2rem;
    width: 70%;
  }

  .staff_hanbai-table td {
    font-size: 1.5rem;
    padding: 10px 0;
    line-height: 3rem;
  }
  .staff_detail h5 {
    line-height: 3rem;
}

@media(max-width:620px) {
  .widthus-wapper{
  margin-bottom:0;
    }
  .ribbon {
    padding-inline: 1em calc(var(--r) + 1.5em);
  }
  .staff_hanbai-table {
    padding: 20px;
  }
  .box {
    padding-bottom: 20px;
    transform: translateX(-20px);
  }
   .transform_line01, .transform_line02 {
    display: none;
  }
  .staff_detail {
    padding: 0;
  }
}
.section__entry {
  margin-top:200px;
}
/*
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-bottom: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 186px;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
    border-radius: 5px;
    margin-left: 8px;
    padding: 5px;
    text-align: center;
    color: #ff3232;
    font-size: 1.1rem
}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #FFFFFF;
  font-size: 1.6rem;
}
@media screen and (max-width: 650px) {
.Form-Item-Input {
   font-size: 1.4rem;
  }
 .Form-Item-Label {
   font-size: 1.4rem;
}
}

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  background: #FFF;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  font-size: 1.5rem;
  font-weight: 300;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
    display: flex;
    color: #000;
    font-size: 20px;
    text-decoration: none;
    text-decolation-color: none;
    width: 380px;
    height: 80px;
    border-radius: 105px;
    background-color: #9ACCDD;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    letter-spacing: 1.2px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 60%;
    font-size: 1.6rem;
  }
}

input[type="checkbox"] {
  position: relative;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  margin-right:5px;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}
.checkbox01{
  pointer-events: none; 
}
input[type="checkbox"] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
*/

@media(max-width:650px){
.select-wapper-detail {
  font-size: 1.4rem;
  line-height: 3rem;
 }
}
.resume {
  display:flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  width:300px;
  height: 60px;
  padding:10px;
  border-radius: 10px;
  color: #FFF;
  background-color: rgba(153, 153, 153, 1);
  margin:60px auto;
  opacity: .6;
}
@media(max-width:480px){
.resume {
    width: 60%;
    font-size: 1.6rem;
  }
  }

.submit {
    display: flex;
    color: #000;
    font-size: 20px;
    text-decoration: none;
    text-decolation-color: none;
    width: 380px;
    height: 80px;
    border-radius: 105px;
    background-color: #9ACCDD;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    letter-spacing: 1.2px;
}
@media screen and (max-width: 480px) {
  .submit {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 60%;
    font-size: 1.6rem;
  }
}
  