@charset "UTF-8";
.catchCopy {
  font-size: 180%;
  font-weight: bold;
}

.inv * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.inv img {
  max-width: 100%;
  height: auto;
  zoom: 1;
}

#recruit_title {
  margin: 10px 0;
  background: transparent url(./images/recruit_title.jpg) no-repeat;
  height: 100px;
  border: 1px solid #639e7b;
}

#recruit_title h1 {
  text-indent: -9999px;
  background: transparent;
}

.section {
  margin: 2rem 0;
  line-height: 1.4;
}

.sendto {
  position: relative;
  background-color: #fafafa;
  border: 1px solid #c0c0c0;
}

#main .sendto .title {
  position: absolute;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.5em 1em;
  background: none;
  color: #fff;
  background-color: #639e7b;
  text-indent: inherit;
}

.sendto p {
  text-align: center;
}

.caution {
  display: block;
  margin: 0.5em 0 0;
  font-size: 80%;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

table tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.1);
}

th,
td {
  vertical-align: top;
  border: solid 1px #c0c0c0;
  text-align: left;
  padding: 10px;
  background: #fefefe;
}

th {
  background-color: #fafafa;
}

.title {
  /*margin: 4rem 0 2rem;
    font-size: 150%;
    text-align: center;*/
  background: #2f4f4f;
  color: #fff;
  padding: 0.5em 1em;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.konnnahito {
  letter-spacing: -0.4em;
  padding: 0;
}

.konnnahito li {
  letter-spacing: 0.06em;
  vertical-align: top;
  display: inline-block;
  width: 23%;
  margin: 0 1%;
  border: 3px solid #71ac8f;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.konnnahito img {
  display: block;
}

/*.konnnahito li:before {
    content: '';
    display: block;
    padding-top: 100%;
    float: left;
}*/
.exam {
  padding: 2rem 0 4rem;
}

.exam .inner {
  position: relative;
  padding: 5rem 0 1rem;
  background: url("./images/bg-exam-middle.png") repeat-y center center;
  background-size: 100% auto;
}

.exam .inner:before,
.exam .inner:after {
  content: "";
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.exam .inner:before {
  height: 6rem;
  position: absolute;
  top: -2rem;
  background-position: center top;
  background-image: url("./images/bg-exam-top.png");
}

.exam .inner:after {
  height: 3rem;
  position: absolute;
  bottom: -3rem;
  background-position: center bottom;
  background-image: url("./images/bg-exam-bottom.png");
}

.exam .wrap {
  padding: 0 3rem;
}

.exam-title {
  color: #edc91e;
  margin: 0 0 3rem;
  font-size: 150%;
  text-align: center;
}

.exam dt {
  font-size: 130%;
}

.exam dd {
  margin: 0;
  padding: 1rem 0;
}

.exam dd input {
  width: 100%;
  padding: 0.5em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
}

.inquiry {
  padding: 2rem 0 0;
}

.inquiry textarea {
  width: 100%;
}

.user-data {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 110%;
  overflow: hidden;
}

.user-data li {
  position: relative;
  margin: 0.5rem 0;
}

/*.user-data .name,
.user-data .email{
  padding:0 .5em;
}*/
.user-data .name {
  width: 40%;
  float: left;
}

.user-data .email {
  float: left;
  width: 55%;
  margin-left: 5%;
}

.exam label {
  font-size: 0.75em;
  font-weight: bold;
}

.user-data input,
.user-data textarea {
  width: 100%;
  z-index: 9;
  position: relative;
}

.user-data input {
  padding: 0.5em;
  border: none;
  border-bottom: 1px dashed #ccc;
  background-color: transparent;
}

.submit {
  margin-top: 1rem;
  text-align: center;
}

.submit input {
  width: 200px;
  text-decoration: none;
  text-align: center;
  padding: 8px 0 10px;
  color: #fff;
  background-color: #49a9d4;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-style: none;
  font-size: 110%;
}

.workflow_list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  list-style: none;
  width: 100%;
}
.workflow_list li > img, .workflow_list li > .-img {
  width: 40%;
  flex-shrink: 0;
}
.workflow_list li .workflow_list-contents {
  flex: 1;
}
.workflow_list li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -60px; /* 矢印をより下に配置 */
  left: 50%;
  transform: translateX(-50%);
  width: 125px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='30' viewBox='0 0 50 30'%3E%3Cpath d='M15 5 L35 5 L35 15 L45 15 L25 25 L5 15 L15 15 Z' fill='%234472C4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.workflow_list .mitsuwa_work {
  padding: 1.5em 1em;
  border: 3px solid #529137;
  position: relative;
  margin-bottom: 45px;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 1em;
}
.workflow_list .mitsuwa_work:last-child {
  margin-bottom: 0;
}
.workflow_list li:not(:first-child) {
  margin-top: 0;
  display: flex;
  align-items: flex-start;
  gap: 1em;
}
.workflow_list li:hover .-text {
  display: block;
}
.workflow_list-contents .-title {
  font-size: 135%;
  font-weight: bold;
  margin: 5px 0 10px;
}

.talent_list {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.talent_list li {
  border: 4px solid #3a725d;
  padding: 1.5rem 2rem;
  margin-bottom: 0;
  border-radius: 48%;
  font-size: 16px;
  background-color: #fafafa;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100px;
  position: relative;
}
.talent_list li .note {
  display: block;
  font-size: 85%;
  margin-top: 5px;
  color: #666;
}/*# sourceMappingURL=recruit.css.map */