@charset "UTF-8";
/* Scss Document */
body {
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal; }

footer {
  margin-top: 70px; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
header.change .gl_nav ul li a {
  color: #000; }

h3 {
  font-size: 60px;
  display: inline;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 0.3em;
  display: block; }

p.center {
  text-align: center;
  margin: 50px auto; }

p {
  line-height: 2; }

p.read {
  width: 80%;
  max-width: 1200px;
  margin: 60px auto;
  font-weight: 600;
  font-size: 1.2em;
  text-align: center; }

p + p {
  margin-top: 1em; }

.title_s {
  display: inline-block;
  font-weight: bold;
  font-size: 20px; }

.title {
  margin-bottom: 80px;
  text-align: center; }

.cont_wrap .tx_wrap p {
  font-weight: normal; }

.wrapper {
  width: 100%; }
  .wrapper .title_area {
    text-align: center;
    width: 100%;
    padding: 10%;
    max-height: 80vh;
    background-color: #0063a9;
    background-size: cover; }
    .wrapper .title_area h2 {
      color: #fff;
      background: none;
      display: block;
      margin-bottom: 0.3em; }
    .wrapper .title_area .title_s {
      color: #fff;
      background: none; }
  .wrapper .content_wrap {
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
    overflow: hidden; }

section {
  margin: 100px auto;
  /* &::before {
  	display: block;
  	margin: 0 auto 40px auto;
  	content: '';
  	width: 50%;
  	height: 1px;
  	background-color: #a9c856;
  } */ }
  section .cont_wrap {
    margin-top: 40px; }
  section .image_wrap img {
    animation: fluidrotate 20s ease 0s infinite;
    animation-duration: 20s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: fluidrotate; }
  section#vision .cont_wrap, section#mission .cont_wrap, section#value .cont_wrap {
    text-align: center; }
  section#vision .copy_text, section#mission .copy_text, section#value .copy_text {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px; }
    section#vision .copy_text p, section#mission .copy_text p, section#value .copy_text p {
      display: inline-block;
      margin: 0 auto; }
  section#philosophy p {
    text-align: center; }
  section#philosophy .logo_image {
    margin: 70px auto;
    text-align: center; }
    section#philosophy .logo_image img {
      width: 80%;
      max-width: 400px; }
  section#company-profile .cont_wrap {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    section#company-profile .cont_wrap dt {
      font-weight: 600; }
    section#company-profile .cont_wrap > dl {
      display: block;
      margin-bottom: 2em;
      width: 48%; }
      section#company-profile .cont_wrap > dl dl + dl {
        margin-top: 0.5em; }
      section#company-profile .cont_wrap > dl > dt {
        border-bottom: 1px solid #000;
        margin-bottom: 1em; }
      section#company-profile .cont_wrap > dl dd {
        margin-left: 1em;
        margin-bottom: 0.2em; }
  section#history .cont_wrap > dl {
    margin: 20px auto; }
    section#history .cont_wrap > dl > dt {
      border-bottom: 3px dotted #0063a9;
      margin-bottom: 1em;
      font-weight: 600;
      font-size: 20px;
      line-height: 2em; }
    section#history .cont_wrap > dl dl {
      display: flex;
      flex-wrap: wrap;
      clear: both; }
      section#history .cont_wrap > dl dl dt {
        width: 10%;
        min-width: 60px;
        font-weight: 600;
        font-size: 16px;
        padding-left: 1em;
        box-sizing: border-box; }
      section#history .cont_wrap > dl dl dd {
        width: 90%;
        margin-bottom: 1em; }
  section#access .cont_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    section#access .cont_wrap .map_cont {
      width: 100%; }
      section#access .cont_wrap .map_cont iframe {
        width: 100%; }
      section#access .cont_wrap .map_cont .text {
        margin: 1em 0; }
  section#message .tx_wrap {
    -webkit-flex-basis: 55%;
    flex-basis: 55%; }
    section#message .tx_wrap p {
      font-weight: normal; }
  section#message .sign {
    display: block;
    margin-top: 20px; }
  section#message .image_wrap {
    -webkit-flex-basis: 35%;
    flex-basis: 35%; }
    section#message .image_wrap img {
      max-width: 100%; }

.required {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  padding: 0.2em 0.5em;
  margin-right: 0.7em; }

textarea, select, input {
  border: 1px solid #000;
  padding: 0.5em 1em;
  border-radius: 0; }

input[type="checkbox"],
input[type="radio"] {
  margin-right: 0.5em; }

textarea {
  width: 100%; }

.choice {
  padding-right: 2em; }

.contact_form table {
  table-layout: fixed;
  margin-bottom: 40px; }
  .contact_form table tr {
    vertical-align: middle; }
  .contact_form table th {
    width: 30%;
    min-width: 240px; }
  .contact_form table td {
    width: 70%; }
  .contact_form table th,
  .contact_form table td {
    padding: 1.5em; }
.contact_form p {
  margin: 0 auto; }

.back {
  display: block;
  margin-top: 20px; }

/*----------------------------
Service
----------------------------*/
body.service {
  background-color: #f7f7f7; }
  body.service .content_wrap {
    width: 100%;
    padding: 0;
    max-width: inherit; }
  body.service #service.sec_wrap {
    padding: 100px 0;
    padding-bottom: 0; }
    body.service #service.sec_wrap::before {
      display: none; }
    body.service #service.sec_wrap .wrap {
      padding: 70px 40px; }
      body.service #service.sec_wrap .wrap.bg_wrap {
        background-color: #0063a9; }
    body.service #service.sec_wrap .cont_wrap.flex_cont {
      width: 100%;
      max-width: 1400px; }
      body.service #service.sec_wrap .cont_wrap.flex_cont .image_wrap {
        -webkit-flex-basis: 53%;
        flex-basis: 53%; }
    body.service #service.sec_wrap .title {
      margin-bottom: 0;
      letter-spacing: 0.01em; }
    body.service #service.sec_wrap h3, body.service #service.sec_wrap .title_s {
      text-align: left;
      display: block;
      overflow: hidden;
      clear: both; }
    body.service #service.sec_wrap h3 {
      line-height: 1; }
      body.service #service.sec_wrap h3 img {
        width: auto;
        max-height: 85px;
        max-width: 270px;
        filter: unset; }
    body.service #service.sec_wrap .title_s {
      margin-bottom: 30px; }
      body.service #service.sec_wrap .title_s span {
        background: none;
        font-size: 28px;
        color: #000; }
    body.service #service.sec_wrap .cont_wrap .tx_wrap p {
      color: #555555;
      font-size: 14px; }
    body.service #service.sec_wrap .tx_wrap {
      -webkit-flex-basis: 45%;
      flex-basis: 45%;
      padding: 3vw;
      background-color: #fff;
      top: -150px; }
      body.service #service.sec_wrap .tx_wrap .btn {
        width: 100%; }
    body.service #service.sec_wrap .right_wrap {
      /* top:-20px;
      right: 0px;
      width: 55%; */ }
    body.service #service.sec_wrap .image_wrap {
      animation: inherit; }
      body.service #service.sec_wrap .image_wrap img {
        margin-bottom: 80px; }
    body.service #service.sec_wrap img {
      animation: inherit; }
    body.service #service.sec_wrap .cost_labo h3 img {
      height: 100px; }

/*----------------------------
recruit
----------------------------*/
.recruit .op_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .recruit .op_wrap > li {
    flex-wrap: wrap;
    width: 48%;
    height: auto;
    background: #eee;
    margin-bottom: 20px;
    text-align: center; }
    .recruit .op_wrap > li a {
      display: block;
      text-decoration: none;
      color: #fff;
      background: #000;
      padding: 5em 1em;
      border: 1px solid #000; }
      .recruit .op_wrap > li a .op {
        margin-top: 1em; }
        .recruit .op_wrap > li a .op li {
          font-size: 18px; }
      .recruit .op_wrap > li a:hover {
        border: 1px solid #000;
        background: #fff;
        color: #000;
        text-decoration: none; }
.recruit .list_wrap {
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .recruit .list_wrap li {
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
    position: relative;
    height: auto;
    margin-bottom: 40px; }
    .recruit .list_wrap li a {
      display: block;
      transition: all 0.5s ease 0s; }
    .recruit .list_wrap li a:hover {
      -moz-transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    .recruit .list_wrap li .image_wrap {
      margin-bottom: 20px;
      padding: 10px; }
      .recruit .list_wrap li .image_wrap img {
        width: 100%; }
    .recruit .list_wrap li .tx_wrap {
      padding: 20px; }
    .recruit .list_wrap li h4 {
      font-size: 16px; }
    .recruit .list_wrap li .sub_text {
      font-size: 12px;
      color: #777;
      font-weight: 600; }
    .recruit .list_wrap li .name {
      font-weight: 600;
      color: #000;
      font-size: 20px;
      margin: 10px 0; }
    .recruit .list_wrap li:nth-child(2) .image_wrap img {
      animation: fluidrotate_2 30s ease 0s infinite;
      animation-name: fluidrotate_2; }
    .recruit .list_wrap li:nth-child(3) .image_wrap img {
      animation: fluidrotate_3 25s ease 0s infinite;
      animation-name: fluidrotate_3; }
    .recruit .list_wrap li:nth-child(4) .image_wrap img {
      animation: fluidrotate_4 23s ease 0s infinite;
      animation-name: fluidrotate_4; }
    .recruit .list_wrap li:nth-child(5) .image_wrap img {
      animation: fluidrotate_2 33s ease 0s infinite;
      animation-name: fluidrotate_2; }
    .recruit .list_wrap li:nth-child(6) .image_wrap img {
      animation: fluidrotate_3 43s ease 0s infinite;
      animation-name: fluidrotate_3; }
  .recruit .list_wrap a:hover {
    text-decoration: none; }
.recruit .i_wrap {
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .recruit .i_wrap > li {
    position: relative;
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
    height: auto;
    background: #eee;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
    opacity: 0.8;
    transition-property: all;
    transition: 0.3s linear;
    background-blend-mode: normal;
    background-position: center 27%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: fluidrotate 20s ease 0s infinite;
    animation-duration: 20s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: fluidrotate; }
    .recruit .i_wrap > li:nth-child(1) {
      background-image: url("../image/recruit/terado1.jpg"); }
    .recruit .i_wrap > li:nth-child(2) {
      background-image: url("../image/recruit/kumagai.png"); }
    .recruit .i_wrap > li:nth-child(3) {
      background-image: url("../image/recruit/fujita.png"); }
    .recruit .i_wrap > li:nth-child(4) {
      background-image: url("../image/recruit/adati.png"); }
    .recruit .i_wrap > li:hover {
      opacity: 1.0; }
    .recruit .i_wrap > li::before {
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: ' '; }
    .recruit .i_wrap > li a {
      position: relative;
      display: block;
      text-decoration: none;
      color: #fff;
      /*background: $color;*/
      padding: 2em 1em; }
      .recruit .i_wrap > li a:hover {
        opacity: 1.0;
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
  .recruit .i_wrap h4 {
    font-size: 24px;
    margin-bottom: 0.5em; }
  .recruit .i_wrap .sub_text {
    margin-bottom: 0.5em; }
  .recruit .i_wrap .sub_text, .recruit .i_wrap .name {
    font-weight: 600; }

.recruit_detail .op_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .recruit_detail .op_wrap > li {
    width: 49%;
    background: #fff;
    border: 2px solid #0063a9;
    padding: 2em;
    padding-top: 1.3em;
    margin-bottom: 20px; }
    .recruit_detail .op_wrap > li h4 {
      text-align: center;
      margin: 0 auto 1em auto;
      padding-bottom: 0.5em;
      border-bottom: 3px solid #0063a9;
      line-height: 1; }
      .recruit_detail .op_wrap > li h4 .small {
        white-space: nowrap; }
.recruit_detail .recruit_table .title {
  margin: 0; }
.recruit_detail .recruit_table table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse; }
  .recruit_detail .recruit_table table tr {
    padding: 1em;
    border: 1px solid #ccc; }
  .recruit_detail .recruit_table table th {
    padding: 10px;
    line-height: 1.7;
    text-align: center;
    background: #0063a9; }
  .recruit_detail .recruit_table table td {
    padding: 1em; }
.recruit_detail .recruit_table ul li {
  position: relative;
  padding-left: 1em;
  list-style: disc;
  list-style: inside; }

.interview {
  background-color: #f7f7f7; }
  .interview .content_wrap {
    max-width: inherit;
    width: 100%; }
    .interview .content_wrap .title {
      margin-top: 80px; }
      .interview .content_wrap .title h3 {
        font-size: 40px; }
      .interview .content_wrap .title .position {
        display: block;
        overflow: hidden;
        width: auto;
        margin-bottom: 0.5em;
        font-weight: 600;
        font-size: 15px; }
      .interview .content_wrap .title .name {
        display: block;
        font-weight: 600;
        font-size: 20px; }
      .interview .content_wrap .title .face {
        display: block;
        width: 200px;
        margin: 20px auto 0 auto;
        height: auto;
        overflow: hidden; }
        .interview .content_wrap .title .face img {
          width: 100%;
          height: auto;
          animation: fluidrotate_2 20s ease 0s infinite;
          animation-duration: 20s;
          animation-timing-function: ease;
          animation-delay: 0s;
          animation-iteration-count: infinite;
          animation-direction: normal;
          animation-fill-mode: none;
          animation-play-state: running;
          animation-name: fluidrotate_2; }
    .interview .content_wrap section {
      margin: 0;
      padding-bottom: 40px; }
    .interview .content_wrap section::before {
      background: none;
      margin: 0; }
    .interview .content_wrap section:nth-of-type(even) .tx_wrap {
      -webkit-order: 2;
      order: 2; }
    .interview .content_wrap section:nth-of-type(even) .image_wrap {
      -webkit-order: 1;
      order: 1; }
    .interview .content_wrap h4 {
      display: block;
      /* display: inline; */
      font-size: 25px;
      margin-bottom: 1em;
      color: #a9c856; }
      .interview .content_wrap h4 .small {
        font-size: 20px; }
    .interview .content_wrap p {
      margin: 1em auto;
      line-height: 2; }
    .interview .content_wrap .interview_wrap {
      margin-bottom: 80px;
      background-color: #0063a9;
      padding-top: 200px; }
    .interview .content_wrap .btn_wrap a.btn {
      width: 260px;
      display: block;
      margin-bottom: 10px; }
    .interview .content_wrap .image_wrap {
      max-width: 800px;
      margin: 40px auto;
      text-align: center;
      max-height: 500px; }
      .interview .content_wrap .image_wrap img {
        width: auto;
        max-width: 100%;
        max-height: 700px;
        animation: fluidrotate_2 20s ease 0s infinite;
        animation-duration: 20s;
        animation-timing-function: ease;
        animation-delay: 0s;
        animation-iteration-count: infinite;
        animation-direction: normal;
        animation-fill-mode: none;
        animation-play-state: running;
        animation-name: fluidrotate_2; }
    .interview .content_wrap .flex_wrap {
      display: -webkit-flex;
      display: flex; }
      .interview .content_wrap .flex_wrap .tx_wrap {
        position: relative;
        width: 60%;
        padding: 60px 6vw;
        top: -170px;
        margin: 40px;
        background: #fff; }
    .interview .content_wrap .interview_wrap.no_image_wrap {
      background: none;
      margin: 0;
      padding-top: 0;
      margin-bottom: 40px; }
      .interview .content_wrap .interview_wrap.no_image_wrap section {
        max-width: 1200px;
        background-color: #fff;
        margin: 0 auto;
        padding: 30px 6vw; }
      .interview .content_wrap .interview_wrap.no_image_wrap .image_wrap img {
        max-height: inherit; }

.privacy-policy h3 {
  font-size: 30px; }
.privacy-policy h4 {
  font-size: 20px; }
.privacy-policy p {
  margin: 20px auto; }
.privacy-policy h4 + p {
  margin-top: 0.5em; }

.contact .title {
  margin: 40px auto; }
.contact h3 {
  font-size: 40px; }

.contact_form table {
  width: 100%;
  max-width: 1000px; }
  .contact_form table select {
    max-width: 100%; }

.entry .title {
  margin: 40px auto; }
  .entry .title h3 {
    font-size: 40px; }

.confirm table {
  table-layout: fixed;
  border-collapse: collapse;
  margin-bottom: 40px; }
  .confirm table tr {
    padding: 1em;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc; }
  .confirm table th {
    width: 30%;
    padding: 1.5em; }
  .confirm table td {
    width: 70%;
    padding: 1.5em; }

/*----------------------------
プライバシーポリシー
----------------------------*/
.privacy-policy h3 {
  text-align: left; }

/*----------------------------
タブレットサイズ
----------------------------*/
@media (max-width: 959px) {
  .gl_nav ul li a {
    color: #000; }

  h3 {
    font-size: 25px; }

  .wrapper .title_area h2 {
    font-size: 24px; }
  .wrapper .title_area .title_s {
    font-size: 16px; } }
/*----------------------------
~680px
----------------------------*/
@media (max-width: 680px) {
  .title {
    margin-bottom: 40px; }

  section {
    margin: 50px auto; }

  /* section::before,
  .contact_form::before{
  	display: block;
  	margin: 0 auto 40px auto;
  	content: '';
  	width: 50%;
  	height: 1px;
  	background-color: #a9c856;
  }*/
  p.center {
    text-align: left;
    margin: 20px auto; }

  p.read {
    width: 90%;
    font-size: 15px;
    margin: 20px auto; }

  .cont_wrap .tx_wrap p {
    font-size: 14px; }

  .wrapper {
    margin-top: 50px; }
    .wrapper .content_wrap {
      width: 85%; }

  .contact .btn_wrap {
    margin-top: 0; }

  .contact_form table {
    margin-bottom: 0; }

  .contact_form {
    margin-top: 50px; }
    .contact_form table {
      width: 100%;
      overflow: hidden; }
      .contact_form table tr {
        display: block;
        padding-bottom: 1.5em; }
      .contact_form table th {
        display: block;
        width: 100%;
        margin-bottom: 5px; }
      .contact_form table td {
        display: block;
        width: 100%; }
    .contact_form p {
      margin: 0 auto; }

  .contact_form table th,
  .contact_form table td {
    padding: 0;
    text-align: left; }

  textarea, select, input {
    width: 100%;
    margin-bottom: 5px; }

  input[type="checkbox"],
  input[type="radio"] {
    width: auto;
    margin-bottom: 0; }

  .choice {
    display: block; }

  .error {
    display: block; }

  .title h3 {
    font-size: 40px;
    line-height: 1.2; }

  section#vision .copy_text {
    font-size: 21px; }

  section#mission .copy_text {
    font-size: 21px; }

  section#value .copy_text {
    font-size: 21px; }

  section#philosophy p {
    text-align: left; }
    section#philosophy p br {
      display: none; }

  section#company-profile .cont_wrap dl {
    display: block;
    width: 100%; }
  section#company-profile .cont_wrap > dl dd {
    margin-left: 0; }
  section#company-profile .cont_wrap > dl dl dt {
    padding-left: 0;
    display: inline-block;
    padding-right: 1em; }
  section#company-profile .cont_wrap dl dl dd {
    display: inline-block; }

  section#history .cont_wrap > dl dl dt {
    padding-left: 0; }
  section#history .cont_wrap > dl dl dd {
    width: 100%;
    padding-left: 0.5em; }

  section#access .cont_wrap {
    display: block; }
    section#access .cont_wrap .map_cont {
      width: 100%;
      margin-bottom: 50px; }

  section#message .flex_cont {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  section#message .tx_wrap {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-order: 2;
    order: 2; }
  section#message .image_wrap {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-order: 1;
    order: 1;
    text-align: center;
    margin-bottom: 40px; }
    section#message .image_wrap img {
      width: 150px; }

  body.service {
    background: none; }

  body.service #service.sec_wrap {
    padding-top: 0; }
    body.service #service.sec_wrap .wrap {
      padding: 50px 10px;
      padding-bottom: 0; }
    body.service #service.sec_wrap .cont_wrap.flex_cont {
      background: #fff; }
      body.service #service.sec_wrap .cont_wrap.flex_cont .tx_wrap, body.service #service.sec_wrap .cont_wrap.flex_cont .image_wrap {
        -webkit-flex-basis: 100%;
        flex-basis: 100%; }
      body.service #service.sec_wrap .cont_wrap.flex_cont .tx_wrap {
        top: 0;
        margin-bottom: 0px;
        padding: 20px;
        padding-bottom: 0; }
        body.service #service.sec_wrap .cont_wrap.flex_cont .tx_wrap p {
          font-size: 12px; }
      body.service #service.sec_wrap .cont_wrap.flex_cont .image_wrap img {
        margin-bottom: 0;
        padding: 20px;
        padding-top: 10px;
        background-color: #fff; }
      body.service #service.sec_wrap .cont_wrap.flex_cont h3 img {
        max-width: 140px; }
      body.service #service.sec_wrap .cont_wrap.flex_cont .title_s {
        margin-bottom: 20px; }
        body.service #service.sec_wrap .cont_wrap.flex_cont .title_s span {
          font-size: 18px; }

  /*----------------------------
  recruit
  ----------------------------*/
  .recruit .list_wrap li {
    -webkit-flex-basis: 47%;
    flex-basis: 47%; }
    .recruit .list_wrap li .image_wrap {
      padding: 0; }
    .recruit .list_wrap li .tx_wrap {
      padding: 0; }
    .recruit .list_wrap li h4 {
      font-size: 12px; }
    .recruit .list_wrap li .sub_text {
      font-size: 11px; }
    .recruit .list_wrap li .name {
      font-size: 18px; }

  .recruit .op_wrap {
    display: block; }
    .recruit .op_wrap li {
      display: block;
      width: 100%; }
      .recruit .op_wrap li a {
        padding: 2em 1em; }
  .recruit .i_wrap {
    display: block;
    width: 100%; }
    .recruit .i_wrap li {
      width: 100%; }
    .recruit .i_wrap .sub_text, .recruit .i_wrap .name {
      font-size: 12px; }

  .recruit_detail .op_wrap > li {
    width: 100%;
    display: block; }
  .recruit_detail .recruit_table table tr {
    border: none; }
  .recruit_detail .recruit_table table th {
    display: block;
    width: 100%;
    padding: 5px; }
  .recruit_detail .recruit_table table td {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 1em 0; }

  body.interview {
    background: none; }

  .interview .content_wrap .title h3 {
    font-size: 18px;
    text-align: left; }

  .interview .content_wrap .interview_wrap {
    margin-bottom: 40px;
    padding-top: 0; }

  .interview .content_wrap .interview_wrap {
    background: none; }
  .interview .wrapper .content_wrap {
    width: 100%; }
    .interview .wrapper .content_wrap .title {
      margin: 40px 6vw;
      text-align: left; }
      .interview .wrapper .content_wrap .title .position {
        margin-top: 0; }
    .interview .wrapper .content_wrap h4 {
      font-size: 18px; }
    .interview .wrapper .content_wrap .flex_wrap {
      display: block; }
      .interview .wrapper .content_wrap .flex_wrap .tx_wrap {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        margin: 0 auto;
        top: 0; }
      .interview .wrapper .content_wrap .flex_wrap .image_wrap {
        max-height: 320px;
        margin: 0 auto; }
        .interview .wrapper .content_wrap .flex_wrap .image_wrap img {
          max-height: inherit; }

  /*----------------------------
  privacy-policy
  ----------------------------*/
  .privacy-policy h3 {
    font-size: 20px; }
  .privacy-policy h4 {
    font-size: 16px; }

  /*----------------------------
  form
  ----------------------------*/
  .entry .title h3 {
    font-size: 30px; }

  .confirm table th, .confirm table td {
    display: block;
    width: 100%;
    padding: 0; }
  .confirm table tr {
    display: block;
    padding: 1em 0; }
  .confirm table td {
    padding: 0.5em 0 0 0.5em; } }

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