@charset "UTF-8";
@media screen and (min-width: 768px) {
  .tt-line div:nth-child(3), .tt-line div:nth-child(4) {
    display: none;
  }
}

.tt-recruit {
  padding-bottom: 64px;
  margin-bottom: 64px;
}
.tt-recruit p {
  margin-bottom: 24px;
}
.tt-recruit .left-column .body, .tt-recruit .right-column .body {
  margin-bottom: 64px;
}
.tt-recruit .note {
  font-size: 1rem;
  line-height: 1.5;
}
.tt-recruit .jobdraft {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.tt-recruit .jobdraft-copy {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.tt-recruit-flow {
  margin-top: 40px;
}
.tt-recruit-career {
  margin-bottom: 32px;
}
.tt-recruit-env {
  margin-bottom: 32px;
}
.tt-recruit-env .left-column {
  background: #00A4ED;
  color: #fff;
  text-align: center;
  padding: 16px;
}
.tt-recruit-env .left-column h4 {
  font-size: 1.25rem;
  display: inline-block;
  padding: 0 0 0 48px;
  background: url(../../img/recruit/recruit/ico-recruit-01.png) no-repeat;
  background-size: 40px;
  line-height: 32px;
}
.tt-recruit-env .right-column {
  border: 4px solid #00A4ED;
  padding: 16px;
  margin-bottom: 16px;
}
.tt-recruit-env .right-column ul {
  margin: 0;
  padding-left: 14px;
}
.tt-recruit-env .right-column ul li {
  font-size: 1.125rem;
  font-weight: 700;
  padding-left: 8px;
  margin-bottom: 8px;
}
.tt-recruit-env .right-column ul li::marker {
  content: "●";
  font-size: 0.75rem;
  color: #0068B6;
}
.tt-recruit-event .left-column {
  background: #37AE9D;
}
.tt-recruit-event .left-column h4 {
  background: url(../../img/recruit/recruit/ico-recruit-02.png) no-repeat;
  background-size: 32px;
  line-height: 36px;
}
.tt-recruit-event .right-column {
  border-color: #37AE9D;
}
@media screen and (min-width: 768px) {
  .tt-recruit {
    padding-bottom: 80px;
  }
  .tt-recruit-career {
    margin-bottom: 64px;
  }
  .tt-recruit .tt-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .tt-recruit .tt-wrapper .txt-left {
    width: 65%;
  }
  .tt-recruit .tt-wrapper .photo-right {
    width: 30%;
  }
  .tt-recruit .tt-wrapper .left-column, .tt-recruit .tt-wrapper .right-column {
    width: 47%;
  }
  .tt-recruit .jobdraft {
    display: flex;
    gap: 12px;
    border-bottom: none;
  }
  .tt-recruit-env {
    margin-bottom: 64px;
  }
  .tt-recruit-env .tt-wrapper {
    margin-bottom: 24px;
  }
  .tt-recruit-env .tt-wrapper .left-column {
    width: 30%;
    display: flex;
    align-items: center;
  }
  .tt-recruit-env .tt-wrapper .left-column h4 {
    font-size: 1.375rem;
    padding: 64px 0 0 0;
    margin: 0 auto;
    background-size: 64px;
    background-position: center top;
  }
  .tt-recruit-env .tt-wrapper .right-column {
    width: 70%;
    margin-bottom: 0;
    font-size: 1.25rem;
  }
  .tt-recruit-env .tt-recruit-event .left-column {
    min-height: 160px;
  }
  .tt-recruit-env .tt-recruit-event .left-column h4 {
    background-size: 50px;
  }
}
.tt-recruit-btn {
  line-height: 1.5;
  background: #007FDE;
  border-radius: 32px;
  color: #fff;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  width: 330px;
  position: relative;
}
.tt-recruit-btn::after {
  content: url(../../img/recruit/common/tt-btn-arrow.svg);
  display: inline-block;
  width: 8px;
  height: 14px;
  position: absolute;
  right: 20px;
}
.tt-recruit-btn:hover {
  background: #0068B6;
}
@media screen and (min-width: 768px) {
  .tt-recruit-btn {
    border-radius: 32px;
    font-size: 1.125rem;
    padding: 19px 0;
    width: 330px;
  }
}
@media screen and (min-width: 768px) {
  .tt-recruit-btn {
    margin: 0 0 0 auto;
  }
}
.tt-recruit .tt-link-box {
  text-decoration: none;
  display: block;
  margin-bottom: 64px;
}
.tt-recruit .tt-link-box img {
  display: block;
  margin-bottom: 16px;
}
.tt-recruit .tt-link-box .link {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.tt-recruit .tt-link-box ::before {
  content: url(../../img/recruit/common/arrow-link.svg);
  display: inline-block;
  margin-right: 8px;
  vertical-align: bottom;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .tt-recruit .tt-link-box:hover {
    text-decoration: underline;
  }
  .tt-recruit .tt-link-box:hover img {
    opacity: 0.8;
  }
}
.tt-recruit .tt-faq dt {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  color: #0068B6;
  margin-bottom: 24px;
}
.tt-recruit .tt-faq dt span {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.tt-recruit .tt-faq dd {
  font-size: 1rem;
  line-height: 1.875;
  margin: 0 0 24px 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #999;
}
.tt-recruit .tt-faq dd span {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .tt-recruit .tt-faq {
    padding-bottom: 32px;
  }
  .tt-recruit .tt-faq dt {
    margin-bottom: 16px;
  }
  .tt-recruit .tt-faq dd {
    padding-bottom: 32px;
  }
  .tt-recruit .tt-faq dt, .tt-recruit .tt-faq dd {
    padding-left: 4rem;
  }
  .tt-recruit .tt-faq dt span, .tt-recruit .tt-faq dd span {
    display: inline-block;
    width: 3em;
    margin-left: -4rem;
  }
}

.tt-requirements {
  background: #fff;
  padding-bottom: 80px;
}

.tt-recruit-table {
  margin-bottom: 64px;
  line-height: 1.75;
}
.tt-recruit-table dt {
  border-top: 1px solid #999;
  font-weight: 700;
  padding: 16px 0 8px 0;
}
.tt-recruit-table dd {
  margin: 0;
  padding-left: 1rem;
  padding-bottom: 20px;
}
.tt-recruit-table dd p {
  margin-bottom: 16px;
  line-height: 1.75;
}
.tt-recruit-table dd .tt-papa-pj {
  border: none;
}
.tt-recruit-table dd .tt-papa-pj .link {
  margin-bottom: 0;
}
.tt-recruit-table dd .tt-papa-pj .link a {
  display: block;
  border: 1px solid #ccc;
}
.tt-recruit-table dd .tt-papa-pj .link a img {
  display: block;
}
.tt-recruit-table > :last-child {
  border-bottom: 1px solid #999;
}
.tt-recruit-table > :last-child a, .tt-recruit-table > :last-child p, .tt-recruit-table > :last-child img, .tt-recruit-table > :last-child label, .tt-recruit-table > :last-child div {
  border: none;
}
@media screen and (min-width: 768px) {
  .tt-recruit-table {
    font-size: 1.125rem;
    border-top: 1px solid #999;
    display: flex;
    flex-wrap: wrap;
  }
  .tt-recruit-table dt {
    border-top: none;
    border-bottom: 1px solid #999;
    padding: 16px;
    width: 20%;
  }
  .tt-recruit-table dd {
    border-bottom: 1px solid #999;
    line-height: 1.75;
    padding: 16px;
    width: 80%;
  }
  .tt-recruit-table dd .tt-papa-pj {
    display: flex;
    justify-content: space-between;
  }
  .tt-recruit-table dd .tt-papa-pj .body {
    width: 60%;
  }
  .tt-recruit-table dd .tt-papa-pj .link {
    width: 35%;
  }
  .tt-recruit-table dd .tt-papa-pj .link img:hover {
    opacity: 0.8;
  }
}

.tt-btn-large a, .tt-btn-large button {
  border: none;
  background: #007FDE;
  border-radius: 32px;
  color: #fff;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  width: 330px;
  position: relative;
}
.tt-btn-large a::after, .tt-btn-large button::after {
  content: url(../../img/recruit/common/tt-btn-arrow.svg);
  display: inline-block;
  width: 8px;
  height: 14px;
  position: absolute;
  right: 20px;
}
.tt-btn-large a:hover, .tt-btn-large button:hover {
  background: #0068B6;
}
@media screen and (min-width: 768px) {
  .tt-btn-large a, .tt-btn-large button {
    border-radius: 32px;
    font-size: 1.125rem;
    padding: 19px 0;
    width: 330px;
  }
}

.tt-entry {
  margin-top: 0;
}
.tt-entry input, .tt-entry textarea, .tt-entry select {
  font-size: 1rem;
  padding: 8px 16px;
  width: 96%;
  border: 1px solid #999;
  border-radius: 4px;
}
.tt-entry textarea {
  line-height: 1.4;
}
.tt-entry input[type=checkbox], .tt-entry input[type=radio], .tt-entry select {
  width: auto;
}
.tt-entry .formrun-system-show {
  color: red;
  padding-top: 4px;
  font-size: 0.875rem;
}
.tt-entry .tt-btn-large a::after, .tt-entry .tt-btn-large button::after {
  top: 24px;
  content: url(../../img/recruit/common/tt-btn-arrow.svg);
}
.tt-entry .tt-address input {
  margin-bottom: 8px;
}
.tt-entry .tt-address div {
  display: inline-block;
}
.tt-entry .tt-grad-year {
  display: inline-block;
}
.tt-entry .tt-recruit-table {
  margin-bottom: 32px;
}
.tt-entry .tt-recaptcha {
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .tt-entry button {
    cursor: pointer;
  }
  .tt-entry dt {
    width: 30%;
  }
  .tt-entry dd {
    width: 70%;
  }
  .tt-entry input {
    width: 60%;
  }
  .tt-entry textarea {
    width: 80%;
  }
  .tt-entry .tt-address span {
    display: inline-block;
    width: 11rem;
  }
}

.tt-btn-back {
  margin-top: 16px;
}

.tt-btn-back a {
  background: #999;
  border-radius: 32px;
  color: #fff !important;
  display: block;
  font-size: 1.125rem !important;
  font-weight: 700;
  margin: 0 auto;
  padding: 20px 0 !important;
  text-align: center;
  text-decoration: none;
  width: 220px;
  position: relative;
}
.tt-btn-back a::before {
  content: url(../../img/recruit/common/tt-btn-arrow-back.svg);
  display: inline-block;
  width: 12px;
  height: 20px;
  position: absolute;
  left: 20px;
  top: 20px;
}
.tt-btn-back a:hover {
  background: #aaa;
}
@media screen and (min-width: 768px) {
  .tt-btn-back a {
    border-radius: 32px;
    font-size: 1.125rem;
    padding: 19px 0;
    width: 220px;
  }
}

/*# sourceMappingURL=recruit.css.map */
