@charset "UTF-8";

.frame h3 {
  font-size: 20px;
  font-weight: normal;
  border-left: 8px solid #f4a016;
  padding: 5px 15px; }
.frame h4 {
  font-weight: inherit;
  font-size: 18px;
  margin-bottom: 0; }

#list {
  margin-bottom: .5em; }
  #list ul {
    line-height: 30px;
    margin: 1em 0 1em 2em; }
    #list ul li {
      list-style: circle outside none; }

/* recruit table */
table.recruit_contents {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 10px;
  font-size: 14px; }
  table.recruit_contents ul {
    line-height: 25px;
    margin: 0; }
  table.recruit_contents th, table.recruit_contents td {
    padding: 5px; }
    @media screen and (min-width: 768px) {
      table.recruit_contents th, table.recruit_contents td {
        padding: 10px; } }
  table.recruit_contents th {
    background: #e6e6e6;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    position: relative;
    color: #171717;
    font-weight: inherit;
    font-size: 15px;
    min-width: 60px; }
    table.recruit_contents th:after {
      left: 100%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-left-color: #e6e6e6;
      border-width: 10px;
      margin-top: -10px; }
  table.recruit_contents td {
    background: #F9F9F9;
    padding-left: 15px; }
    @media screen and (min-width: 768px) {
      table.recruit_contents td {
        padding-left: 20px; } }

/* firefox */
@-moz-document url-prefix() {
  table.recruit_contents th::after {
    float: right;
    padding: 0;
    left: 30px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 10px solid transparent;
    border-left: #e6e6e6 10px solid;
    margin-top: -10px; } }
/* MAP */
tr > td > span:nth-child(2) {
  margin-bottom: 5px; }
  @media screen and (min-width: 768px) {
    tr > td > span:nth-child(2) {
      margin-bottom: 0; } }
@media screen and (min-width: 768px) {
  tr > td > p#company_map > iframe {
    height: 450px; } }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #171717; }

::-moz-selection {
  background: #f4a016;
  color: #fdfdfd;
  text-shadow: none; }

::selection {
  background: #f4a016;
  color: #fdfdfd;
  text-shadow: none; }

h2, h3, h4 {
  color: #171717;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; }

h3 {
  font-size: 20px; }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 23px; } }

hr {
  margin: 0; }

.panel_box {
  padding: 15px;
  border: 3px solid #efefef;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .panel_box {
      text-align: left; } }
  .panel_box a.uk-button {
    background-color: #efefef;
    font-size: 14px;
    padding: 0; }
  .panel_box img {
    width: 200px; }
  .panel_box p {
    font-size: 14px; }

.link_scroll {
  margin-top: -100px;
  padding-top: 100px; }
  @media screen and (min-width: 768px) {
    .link_scroll {
      margin-top: -80px;
      padding-top: 80px; } }

/* contents title */
.main_title {
  padding: 0 0 .8em .6em;
  position: relative;
  border-bottom: 4px solid #ccc; }
  .main_title:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 25%;
    height: 4px;
    background-color: #f4a016; }

/* background */
.back_gray {
  background-color: #F9F9F9; }

.back_black {
  background-color: #404040; }

.back_white {
  background-color: #FFFFFF; }

.business_bg {
  background: url("../img/gear_r.svg"), url("../img/gear_l.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: bottom -55px right -200px, bottom -55px left -200px;
  background-size: 85% 85%; }
  @media screen and (min-width: 768px) {
    .business_bg {
      background-position: bottom -55px right -300px, bottom -55px left -300px; } }
  .business_bg h3 {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .business_bg h3 {
        margin-bottom: 35px; } }

.business_bg a {
  background-color: #FFFFFF; }
  .business_bg a:hover {
    background-color: rgba(255, 255, 255, 0.8); }

/* line */
.content_title {
  border-left: 5px solid #efefef;
  padding-left: 15px; }

.table_line {
  border-left: none; }
  @media screen and (min-width: 768px) {
    .table_line {
      border-left: 5px solid #efefef; } }

.marker_orange {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f4a016));
  background: linear-gradient(transparent 60%, #f4a016 60%); }

/* content box */
.content_box {
  background: #F9F9F9;
  padding: 20px 20px 5px;
  margin: 15px 0 36px 0; }
  @media screen and (min-width: 768px) {
    .content_box {
      padding: 20px 25px 5px 25px; } }

.balloon_frame {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 15px 30px;
  min-width: 120px;
  max-width: 100%;
  color: #404040;
  font-size: 16px;
  background: #ddd; }
  .balloon_frame:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ddd; }
  .balloon_frame p {
    margin: 0;
    padding: 0; }

/* font size */
.text_small {
  font-size: 14px; }

.text_medium {
  font-size: 15px; }

.text_large {
  font-size: 16px; }
  @media screen and (min-width: 768px) {
    .text_large {
      font-size: 18px; } }

.text_xlarge {
  font-size: 22px; }

/* header */
header#header {
  height: 100px;
  background-color: rgba(239, 239, 239, 0.85); }
  @media screen and (min-width: 768px) {
    header#header {
      height: 80px; } }
  header#header > .header_menu > nav {
    display: block;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      header#header > .header_menu > nav {
        display: -webkit-box;
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex; } }
    header#header > .header_menu > nav a {
      height: 50px;
      color: #404040; }
      @media screen and (min-width: 768px) {
        header#header > .header_menu > nav a {
          height: 80px; } }
      header#header > .header_menu > nav a img {
        padding-top: 15px;
        width: 140px; }
        @media screen and (min-width: 768px) {
          header#header > .header_menu > nav a img {
            padding-top: 0;
            width: 180px; } }
    header#header > .header_menu > nav ul {
      margin: 0 auto;
      font-weight: bold; }
      @media screen and (min-width: 768px) {
        header#header > .header_menu > nav ul {
          margin: 0; } }
      header#header > .header_menu > nav ul > li > a {
        color: #565656;
        width: 100%;
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; }
        header#header > .header_menu > nav ul > li > a:hover {
          border-bottom: 5px solid #f4a016; }
      header#header > .header_menu > nav ul > li .home {
        font-weight: bold; }
        header#header > .header_menu > nav ul > li .home:hover {
          color: #f4a016;
          border-bottom: none; }

@media screen and (min-width: 768px) {
  .service_text span:after {
    content: "について"; } }

/* hero box */
.hero_box {
  background: url("../img/circle.svg"), url("../img/hero_img.png");
  overflow: hidden;
  background-repeat: no-repeat, repeat;
  background-size: 150% 150%, 170% auto;
  max-height: 200px;
  background-position: 50% 50%, 80% 50%; }
  .hero_box h2 {
    font-size: 17px;
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; }
  @media screen and (min-width: 768px) {
    .hero_box {
      background-size: 125% 125%, 120% auto;
      max-height: 300px; }
      .hero_box h2 {
        font-size: 20px; } }
  .hero_box .hero_img {
    background: url("../img/code_flower.svg") no-repeat;
    width: 100%;
    height: 40px;
    background-position: 50% 50%; }
    @media screen and (min-width: 768px) {
      .hero_box .hero_img {
        height: 50px; } }

/* footer */
#pagetop {
  display: none; }

footer.footer_link {
  background-color: #68a8a8; }
  footer.footer_link > ul > li:nth-child(n+2):not(.uk-first-column)::before {
    content: "";
    height: 1px;
    margin-left: -10px;
    margin-right: 10px;
    border-left: 12px solid rgba(255, 255, 255, 0.2); }
    footer.footer_link > ul > li:nth-child(n+2):not(.uk-first-column)::before:first-child {
      border: none; }
  footer.footer_link > ul > li > a:first-child {
    color: #FFFFFF; }

/* service logo */
.cardbody {
  max-height: 180px; }
  .cardbody img {
    max-height: 150px; }

.atwiki_logo {
  background-image: url("../img/atwiki_mark.svg"); }

.logo_size {
  width: 50px;
  height: 50px; }

/* table */
tr {
  border-bottom: 1px solid #efefef; }
  @media screen and (min-width: 768px) {
    tr {
      border-bottom: none; } }

#company table {
  border-collapse: separate;
  border-spacing: 15px; }
  #company table tr:last-child {
    border-bottom: none; }
  #company table tr th {
    vertical-align: middle;
    font-weight: bold; }

/* font color */
.color_black {
  color: #171717; }

.color_white {
  color: #FFFFFF; }
  .color_white:hover, .color_white:active {
    color: #FFFFFF;
    text-decoration: none; }

/* layout */
.sp_center {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .sp_center {
      text-align: left; } }

.sp_bottom {
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .sp_bottom {
      margin-bottom: 0; } }

.frame_box {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .frame_box {
      margin-top: 0; } }

/* top scroll */
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 0;
  background-color: rgba(244, 160, 22, 0.85);
  color: #FFFFFF; }
  #pagetop a {
    display: block;
    z-index: 999;
    padding: 10px 15px 5px 15px; }

.small_top {
  margin-top: 15px; }

/* IE11 only */
@media all and (-ms-high-contrast: none) {
  .hero_img {
    padding-top: 20px; }
  .marker_orange {
    background: none; }

  footer.footer_link > ul > li {
    content: "";
    height: 1px;
    border-left: 12px solid rgba(255, 255, 255, 0.2);
    margin-left: 10px;
    padding-left: 10px; }
    footer.footer_link > ul > li:first-child {
      border: none; }
    footer.footer_link > ul > li:nth-child(n+2):not(.uk-first-column)::before {
      border-left: none; } }
/* pages closed */
.news_frame {
  background: #f9f9f9;
  border: 5px solid #dddddd;
  margin: 25px auto;
  border-radius: 255px 15px 225px 15px / 15px 225px 15px 255px; }
  @media screen and (min-width: 768px) {
    .news_frame {
      margin: 25px 15px; } }

.news_frame h1 {
  color: #585656; }

.news_frame h1 span {
  font-size: 20px; }
  @media screen and (min-width: 768px) {
    .news_frame h1 span {
      font-size: 23px; } }