/* constance variable */
/* noto sans font weight */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/* general method */
.flex_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex; }

/* constance variable */
/* noto sans font weight */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/* general method */
.flex_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex; }

h1 {
  margin-left: 8.0921052632%;
  font-size: 1.5rem;
  letter-spacing: 0.07em; }
  @media only screen and (max-width: 1599px) {
    h1 {
      margin-left: 4.625rem;
      font-size: 1.1875rem; } }
  @media only screen and (max-width: 736px) {
    h1 {
      margin-left: 3.0625rem;
      margin-left: 0; } }
  h1 span {
    border-bottom: solid 5px #000;
    display: inline-block;
    padding-bottom: 0.25em; }

.form {
  width: 82.8947368421%; }
  @media only screen and (max-width: 1260px) {
    .form {
      width: 94%; } }
  .form h2 {
    margin-bottom: 5rem;
    font-size: 1.5625rem;
    letter-spacing: 0.07em;
    text-align: center; }
    @media only screen and (max-width: 1599px) {
      .form h2 {
        margin-bottom: 3rem;
        font-size: 1.25rem; } }
    @media only screen and (max-width: 736px) {
      .form h2 {
        margin-bottom: 2rem; } }
    .form h2 span {
      border-bottom: solid 5px #000;
      display: inline-block;
      padding-bottom: 0.25em; }
  .form p {
    font-size: 1.25rem;
    letter-spacing: 0.07em; }
    @media only screen and (max-width: 1599px) {
      .form p {
        font-size: 1rem; } }
    .form p.policy {
      text-align: right; }
      .form p.policy a {
        text-decoration: underline; }
    .form p.read {
      margin-bottom: 5rem; }
      @media only screen and (max-width: 1599px) {
        .form p.read {
          margin-bottom: 3rem; } }
      @media only screen and (max-width: 736px) {
        .form p.read {
          margin-bottom: 2rem; } }
  .form p span, .form th span {
    color: #e60012; }
  .form table {
    width: 100%; }
    .form table:first-child {
      margin-bottom: 2.875rem; }
      @media only screen and (max-width: 1599px) {
        .form table:first-child {
          margin-bottom: 1.75rem; } }
      @media only screen and (max-width: 736px) {
        .form table:first-child {
          margin-bottom: 1.125rem; } }
    .form table th, .form table td {
      background: #efefef;
      border-bottom: solid 4px #fff;
      padding: 0.6875rem 2.3125rem;
      font-size: 1.25rem;
      text-align: left; }
      @media only screen and (max-width: 1599px) {
        .form table th, .form table td {
          font-size: 1rem;
          padding: 0.6875rem 1.375rem; } }
      @media only screen and (max-width: 736px) {
        .form table th, .form table td {
          display: block;
          font-size: 0.75rem; } }
    .form table th {
      width: 19.0476190476%;
      vertical-align: top;
      white-space: nowrap; }
    @media only screen and (max-width: 736px) {
      .form table th {
        border-bottom: none;
        width: auto;
        padding-bottom: 0.5em;
        font-weight: 500; }
      .form table td {
        padding-top: 0; } }
  .form input[type=text],
  .form textarea {
    border: solid 1px #8b8b8c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0.25em;
    font-size: 0.875rem; }
  .form input[type=text]:not(.num) {
    width: 60%; }
    @media only screen and (max-width: 768px) {
      .form input[type=text]:not(.num) {
        width: 70%; } }
    @media only screen and (max-width: 736px) {
      .form input[type=text]:not(.num) {
        width: 100%; } }
  .form input[type=text].other {
    width: 10em;
    margin-left: 1em; }
  .form input[type=radio] {
    margin-right: 0.5em; }
    .form input[type=radio]:not(:first-child) {
      margin-left: 1em; }
  .form textarea {
    width: 60%;
    height: 5em; }
    @media only screen and (max-width: 768px) {
      .form textarea {
        width: 70%; } }
    @media only screen and (max-width: 736px) {
      .form textarea {
        width: 100%; } }
  @media only screen and (max-width: 768px) {
    .form input.num {
      width: 3em; } }
  .form .btn {
    margin-top: 3.75rem;
    text-align: center; }
    @media only screen and (max-width: 1599px) {
      .form .btn {
        margin-top: 2.25rem; } }
    .form .btn a {
      background: #000;
      -webkit-border-radius: 1em;
      -moz-border-radius: 1em;
      border-radius: 1em;
      display: inline-block;
      padding: 1.25rem 3.75rem;
      color: #fff;
      font-size: 1.3125rem; }
      @media only screen and (max-width: 1599px) {
        .form .btn a {
          padding: 1.25rem 2.25rem;
          font-size: 1.0625rem; } }
      .form .btn a:hover {
        text-decoration: none; }

figure img,
.images img {
  width: 100%; }

article h1 {
  margin-bottom: 2.6875rem; }
  @media only screen and (max-width: 1599px) {
    article h1 {
      margin-bottom: 1.625rem; } }
  @media only screen and (max-width: 736px) {
    article h1 {
      margin-bottom: 1.0625rem; } }
article figure {
  margin-bottom: 1rem; }
  @media only screen and (max-width: 1599px) {
    article figure {
      margin-bottom: 0.625rem; } }
  @media only screen and (max-width: 736px) {
    article figure {
      margin-bottom: 0.375rem; } }
article .inner {
  width: 72.3684210526%;
  margin: 0 auto; }
  @media only screen and (max-width: 1099px) {
    article .inner {
      width: 92%; } }
article p.name {
  border-bottom: solid 4px #efefef;
  margin-bottom: 9.375rem;
  font-size: 0.9375rem;
  text-align: right; }
  @media only screen and (max-width: 1599px) {
    article p.name {
      margin-bottom: 5.625rem;
      font-size: 0.75rem; } }
  @media only screen and (max-width: 736px) {
    article p.name {
      margin-bottom: 3.75rem; } }
  article p.name b {
    font-size: 1.1875rem;
    font-weight: normal; }
    @media only screen and (max-width: 1599px) {
      article p.name b {
        font-size: 0.9375rem; } }
article p.catch {
  margin-bottom: 9.375rem;
  font-size: 1.9375rem;
  letter-spacing: 0.07em; }
  @media only screen and (max-width: 1599px) {
    article p.catch {
      margin-bottom: 5.625rem;
      font-size: 1.5625rem; } }
  @media only screen and (max-width: 736px) {
    article p.catch {
      margin-bottom: 3.75rem; } }
article section {
  margin-bottom: 7.5rem; }
  @media only screen and (max-width: 1599px) {
    article section {
      margin-bottom: 4.5rem; } }
  @media only screen and (max-width: 736px) {
    article section {
      margin-bottom: 3rem; } }
  article section h2 {
    border-bottom: solid 15px #efefef;
    margin-bottom: 2.125rem;
    padding-bottom: 1.25rem;
    font-size: 1.5rem; }
    @media only screen and (max-width: 1599px) {
      article section h2 {
        border-bottom: solid 7px #efefef;
        margin-bottom: 1.25rem;
        padding-bottom: 0.75rem;
        font-size: 1.1875rem; } }
  article section p {
    font-size: 1.1875rem; }
    @media only screen and (max-width: 1599px) {
      article section p {
        font-size: 0.9375rem; } }
  article section figure {
    margin-top: 7.8125rem; }
    @media only screen and (max-width: 1599px) {
      article section figure {
        margin-top: 4.6875rem; } }
    @media only screen and (max-width: 736px) {
      article section figure {
        margin-top: 3.125rem; } }
    article section figure img {
      width: 100%; }
article .message {
  margin-bottom: 12.5rem; }
  @media only screen and (max-width: 1599px) {
    article .message {
      margin-bottom: 7.5rem; } }
  @media only screen and (max-width: 736px) {
    article .message {
      margin-bottom: 3.75rem; } }
  article .message h3 {
    margin-bottom: 1.0625rem;
    font-size: 1.5rem;
    line-height: 100%; }
    @media only screen and (max-width: 1599px) {
      article .message h3 {
        font-size: 1.1875rem; } }
    article .message h3 span {
      background: #efefef;
      display: inline-block;
      padding: 1rem;
      position: relative;
      line-height: 100%; }
      article .message h3 span:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 17px 10px 0 10px;
        border-color: #efefef transparent transparent transparent;
        position: absolute;
        left: calc(50% - 10px);
        bottom: -17px; }
  article .message p {
    border: solid 10px #efefef;
    padding: 1.625rem 1.875rem;
    font-size: 1.1875rem; }
    @media only screen and (max-width: 1599px) {
      article .message p {
        padding: 1rem 1.125rem;
        font-size: 0.9375rem; } }
article .btn {
  margin-bottom: 13.25rem; }
  @media only screen and (max-width: 1599px) {
    article .btn {
      margin-bottom: 7.9375rem; } }
  @media only screen and (max-width: 736px) {
    article .btn {
      margin-bottom: 5.3125rem; } }
  article .btn a {
    background: #000;
    display: block;
    width: 100%;
    padding: 4.125rem 0;
    color: #fff;
    font-size: 1.5rem;
    text-align: center; }
    @media only screen and (max-width: 1599px) {
      article .btn a {
        padding: 2.5rem 0;
        font-size: 1.1875rem; } }
article .list {
  margin-bottom: 8.75rem; }
  @media only screen and (max-width: 1599px) {
    article .list {
      margin-bottom: 5.25rem; } }
  @media only screen and (max-width: 736px) {
    article .list {
      margin-bottom: 3.5rem; } }
  article .list li {
    width: 48%;
    font-size: 1.25rem; }
    @media only screen and (max-width: 1599px) {
      article .list li {
        font-size: 1rem; } }
    @media only screen and (max-width: 736px) {
      article .list li {
        font-size: 0.75rem; } }
  article .list img {
    display: block;
    width: 100%;
    margin-bottom: 0.375rem; }

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