<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* reset
-------------------------------------*/
html {
  background: #fff; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0; }

table {
  border-collapse: separate;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

img {
  vertical-align: top;
  pointer-events: none; }

address, caption, em, strong, th {
  font-style: normal;
  font-weight: normal; }

ol, ul, li {
  list-style: none; }

caption, th, td {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

sup {
  vertical-align: super;
  font-size: 84%; }

sub {
  vertical-align: sub;
  font-size: 84%; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit; }

/* setting
-------------------------------------*/
html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: auto;
  color: #222;
  font-family: 'Quicksand', '游ゴシック体', 'YuGothic',"游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", 'sans-serif', 'sans-serif','游明朝体', 'Yu Mincho','游明朝', 'YuMincho',"ヒラギノ明朝 Pro", 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho';
  width: 100%;
  -webkit-font-feature-settings: “palt” 1;
  font-feature-settings: “palt” 1;
  margin: auto;
  background-size: 100%;
  background-color: #fff;
  font-size: 100%;
  line-height: 1.7rem; }

main {
  display: block; }

a {
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a, a:visited {
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

table {
  width: 100%; }

p, a, ul, li {
  text-align: justify; }

img {
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%; }

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
body {
  display: none;
  width: 100%;
  min-width: 1120px;
  font-feature-settings: "pkna" 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1.2px;
  font-weight: 300; }
  body p {
    line-height: 26px; }
  body .button {
    margin-top: 30px; }
    body .button a {
      width: 280px;
      height: 64px;
      max-width: 100%;
      margin: 0 auto;
      background: #002f9f;
      border-radius: 10px;
      font-size: 18px;
      font-size: 1.8rem;
      color: #fff;
      font-weight: 500;
      text-align: center;
      display: -webkit-box;
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      justify-content: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      align-items: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      -webkit-box-align: center;
      position: relative; }
      body .button a::after {
        content: '';
        display: block;
        width: 25px;
        height: 25px;
        background-image: url("/img/arrow.png");
        background-size: contain;
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        margin: auto 0; }
      body .button a:hover {
        background: #001474; }
  body .ac a {
    color: #fff !important;
    cursor: pointer; }
  @media (max-width: 768px) {
    body {
      font-size: 14px;
      font-size: 1.4rem;
      min-width: 100%; }
      body .anchor {
        display: block;
        padding-top: 150px;
        margin-top: -150px; }
      body #contact.anchor {
        display: block;
        padding-top: 200px;
        margin-top: -200px; } }

/*--------------------------------
	common
--------------------------------*/
#main h1, #sub h1 {
  margin-bottom: 50px; }
  #main h1 span, #sub h1 span {
    display: block;
    color: #555;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    margin-top: 20px; }
#main h2, #sub h2 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 50px; }
  #main h2::before, #sub h2::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #333;
    vertical-align: middle;
    margin-right: 10px; }
  #main h2 span, #sub h2 span {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #0181e4;
    margin-left: 10px; }
@media (max-width: 768px) {
  #main h1 span, #sub h1 span {
    font-size: 18px;
    font-size: 1.8rem; }
  #main h2, #sub h2 {
    font-size: 20px;
    font-size: 2rem; }
    #main h2 span, #sub h2 span {
      display: block;
      margin-top: 10px; }
    #main h2::before, #sub h2::before {
      width: 20px; } }

.ctn {
  width: 1080px;
  margin: auto; }
  @media (max-width: 768px) {
    .ctn {
      width: 100%;
      padding: 0 20px; } }

#sub {
  padding: 100px 0; }
  #sub h3 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 600;
    color: #0181e4;
    margin-bottom: 40px; }
  #sub h4 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 30px; }
  @media (max-width: 768px) {
    #sub {
      padding: 50px 0; } }

/*--------------------------------
	news
--------------------------------*/
#main.news {
  background: url("/img/news-bg.png") top center no-repeat;
  background-size: auto 657px;
  min-height: 657px;
  padding-top: 60px;
  padding-bottom: 130px;
  margin-top: -157px;
  position: relative;
  overflow: hidden; }
  #main.news .ctn {
    position: relative;
    display: none;
    z-index: 1; }
  #main.news ul.list-news {
    background: rgba(255, 255, 255, 0.85);
    padding: 30px 50px; }
  @media (max-width: 768px) {
    #main.news {
      padding-top: 160px;
      margin-top: -260px; }
      #main.news ul.list-news {
        padding: 15px;
        border: solid 2px #ecf3f9; } }

ul.list-news li {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox; }
  ul.list-news li:not(:last-child) {
    border-bottom: dashed 1px #cdcdcd;
    padding-bottom: 15px; }
  ul.list-news li:not(:first-child) {
    margin-top: 15px; }
  ul.list-news li article {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center; }
  ul.list-news li .day {
    color: #0181e4;
    line-height: 16px; }
  ul.list-news li .tag {
    background: #333;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    padding: 5px;
    margin-left: 20px;
    white-space: nowrap; }
  ul.list-news li a {
    margin-left: 60px;
    line-height: 20px;
    display: block;
    overflow: hidden;
    height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis; }
    ul.list-news li a:hover {
      color: #333;
      opacity: .8; }
@media (max-width: 768px) {
  ul.list-news li {
    display: block; }
    ul.list-news li a {
      margin-left: 0;
      margin-top: 10px; } }

/*--------------------------------
	feature
--------------------------------*/
#main.feature {
  background: url("/img/feature-bg.png") center top no-repeat;
  background-size: auto 1170px;
  padding-top: 140px;
  padding-bottom: 100px;
  margin-top: -160px;
  position: relative;
  z-index: 1; }
  #main.feature h1 {
    text-align: center; }
    #main.feature h1 span {
      color: #fff; }
  #main.feature h2 {
    color: #fff; }
    #main.feature h2::before {
      background: #fff; }
  #main.feature .wrap {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center; }
    #main.feature .wrap article, #main.feature .wrap figure {
      width: calc(50% - 40px); }
    #main.feature .wrap p {
      color: #fff; }
      #main.feature .wrap p strong {
        font-size: 20px;
        font-size: 2rem;
        color: #ebfacf;
        font-weight: 500; }
  #main.feature .wrap-video {
    margin-top: 100px; }
    #main.feature .wrap-video h3 {
      display: inline-block;
      display: table;
      margin: 0 auto;
      background: #fff;
      padding: 15px;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 600;
      margin-bottom: 20px; }
    #main.feature .wrap-video .inner {
      border: solid 3px #fff;
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); }
      #main.feature .wrap-video .inner video, #main.feature .wrap-video .inner img {
        width: 100%; }
#main.feature .wrap-video .wrap_youtube{
	width: 100%;
}
#main.feature .wrap-video .wrap_youtube .youtube{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#main.feature .wrap-video .wrap_youtube .youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

  @media (max-width: 768px) {
    #main.feature {
      background-size: cover;
      padding-top: 180px;
      padding-bottom: 80px; }
      #main.feature .wrap {
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: row-reverse;
        -ms-flex-direction: column-reverse;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse; }
        #main.feature .wrap article, #main.feature .wrap figure {
          width: 100%; }
        #main.feature .wrap figure {
          text-align: center; }
        #main.feature .wrap article {
          margin-top: 40px; }
      #main.feature .wrap-video {
        margin-top: 50px; } }

/*--------------------------------
	attractive
--------------------------------*/
#main.attractive {
  padding-top: 150px; }
  #main.attractive .wrap-01 {
    background: url("/img/attractive-bg-01.png") center top no-repeat;
    background-size: auto 1570px;
    padding-bottom: 305px; }
    #main.attractive .wrap-01 .workplace {
      display: -webkit-box;
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      justify-content: space-around;
      -webkit-justify-content: space-around;
      -ms-flex-pack: justify;
      -webkit-box-pack: justify; }
      #main.attractive .wrap-01 .workplace dl {
        width: 240px;
        max-width: 100%; }
        #main.attractive .wrap-01 .workplace dl dt {
          width: 200px;
          height: 200px;
          max-width: 100%;
          margin: 0 auto;
          background: #fff;
          border-radius: 10px;
          display: -webkit-box;
          display: flex;
          display: -webkit-flex;
          display: -ms-flexbox;
          flex-direction: column;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          justify-content: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          -webkit-box-pack: center;
          align-items: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          -webkit-box-align: center; }
          #main.attractive .wrap-01 .workplace dl dt p {
            font-size: 20px;
            font-size: 2rem;
            font-weight: 600;
            text-align: center;
            margin-top: 30px; }
        #main.attractive .wrap-01 .workplace dl dd {
          margin-top: 30px;
          line-height: 26px;
          font-weight: 500; }
          #main.attractive .wrap-01 .workplace dl dd strong {
            font-weight: 600;
            color: #002f9f; }
    #main.attractive .wrap-01 .allowance {
      margin-top: 70px; }
      #main.attractive .wrap-01 .allowance ul {
        padding: 0 100px;
        display: -webkit-box;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        #main.attractive .wrap-01 .allowance ul li {
          width: 180px;
          height: 180px;
          padding: 20px;
          border-radius: 50rem;
          background: #fff;
          border: solid 3px #0181e4; }
          #main.attractive .wrap-01 .allowance ul li:not(:first-child):not(:nth-child(5)) {
            margin-left: 50px; }
          #main.attractive .wrap-01 .allowance ul li figure {
            text-align: center; }
          #main.attractive .wrap-01 .allowance ul li p {
            font-size: 20px;
            font-size: 2rem;
            line-height: 30px;
            font-weight: 600;
            text-align: center;
            min-height: 60px;
            display: -webkit-box;
            display: flex;
            display: -webkit-flex;
            display: -ms-flexbox;
            justify-content: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            -webkit-box-pack: center;
            align-items: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            -webkit-box-align: center;
            margin-top: 15px; }
          #main.attractive .wrap-01 .allowance ul li:nth-child(odd) {
            background: #0181e4; }
            #main.attractive .wrap-01 .allowance ul li:nth-child(odd) p {
              color: #fff; }
  @media (max-width: 768px) {
    #main.attractive {
      padding-top: 0; }
      #main.attractive .wrap-01 {
        background-size: cover;
        padding-bottom: 210px; }
        #main.attractive .wrap-01 .workplace {
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
          #main.attractive .wrap-01 .workplace dl {
            margin: 0 auto;
            margin-bottom: 40px; }
        #main.attractive .wrap-01 .allowance ul {
          padding: 0;
          display: block; }
          #main.attractive .wrap-01 .allowance ul li {
            width: 100%;
            max-width: 400px;
            margin: 0 auto;
            height: auto;
            padding: 5px 20px;
            display: -webkit-box;
            display: flex;
            display: -webkit-flex;
            display: -ms-flexbox;
            align-items: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            -webkit-box-align: center; }
            #main.attractive .wrap-01 .allowance ul li:not(:first-child):not(:nth-child(5)) {
              margin: 0 auto; }
            #main.attractive .wrap-01 .allowance ul li:not(:first-child) {
              margin-top: 10px !important; }
            #main.attractive .wrap-01 .allowance ul li p {
              min-height: inherit;
              margin-top: 0;
              margin-left: 10px; } }

/*--------------------------------
	allowance_more
--------------------------------*/
#main.allowance_more {
  background: url("/img/attractive-bg-02.png") center top no-repeat;
  padding-top: 140px;
  padding-bottom: 200px;
  margin-top: -327px; }
  #main.allowance_more h3 {
    font-size: 42px;
    font-size: 4.2rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px; }
  #main.allowance_more .wrap-ttl {
    background: #fff;
    border-radius: 10px;
    padding: 25px; }
    #main.allowance_more .wrap-ttl p, #main.allowance_more .wrap-ttl h4 {
      font-weight: 600;
      text-align: center; }
    #main.allowance_more .wrap-ttl p {
      font-size: 20px;
      font-size: 2rem;
      color: #4bbb5a; }
    #main.allowance_more .wrap-ttl h4 {
      font-size: 26px;
      font-size: 2.6rem;
      margin-top: 15px; }
      #main.allowance_more .wrap-ttl h4 .orange {
        display: inline-block;
        font-size: 32px;
        font-size: 3.2rem;
        background: #eb7736;
        color: #fff;
        padding: 0 0 2px 0; }
      #main.allowance_more .wrap-ttl h4 .normal {
        font-size: 24px;
        font-size: 2.4rem; }
  #main.allowance_more .wrap-cont {
    margin-top: 50px;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify; }
    #main.allowance_more .wrap-cont article {
      width: 695px;
      max-width: 100%; }
    #main.allowance_more .wrap-cont h5 {
      font-size: 24px;
      font-size: 2.4rem;
      color: #fff;
      font-weight: 600;
      margin-bottom: 40px; }
      #main.allowance_more .wrap-cont h5::after {
        content: '';
        display: block;
        width: 40px;
        height: 2px;
        background: #0181e4;
        margin-top: 15px; }
    #main.allowance_more .wrap-cont p {
      color: #fff; }
      #main.allowance_more .wrap-cont p strong, #main.allowance_more .wrap-cont p span {
        color: #ebfacf;
        font-weight: 500;
        letter-spacing: 0; }
      #main.allowance_more .wrap-cont p strong {
        font-size: 20px;
        font-size: 2rem; }
  @media (max-width: 768px) {
    #main.allowance_more {
      background-size: cover;
      padding-top: 220px;
      padding-bottom: 250px; }
      #main.allowance_more .wrap-ttl {
        padding: 10px; }
        #main.allowance_more .wrap-ttl p {
          font-size: 16px;
          font-size: 1.6rem; }
        #main.allowance_more .wrap-ttl h4 {
          font-size: 22px;
          font-size: 2.2rem;
          text-align: center;
          margin-top: 10px; }
          #main.allowance_more .wrap-ttl h4 .orange {
            font-size: 20px;
            font-size: 2rem; }
          #main.allowance_more .wrap-ttl h4 .normal {
            font-size: 16px;
            font-size: 1.6rem; }
          #main.allowance_more .wrap-ttl h4 br {
            display: none; }
      #main.allowance_more .wrap-cont {
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: row-reverse;
        -ms-flex-direction: column-reverse;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse; }
        #main.allowance_more .wrap-cont article {
          margin-top: 20px; }
        #main.allowance_more .wrap-cont figure {
          text-align: center; } }

/*--------------------------------
	voice
--------------------------------*/
#main.voice {
  background: url("/img/voice-bg.png") center bottom no-repeat;
  padding-top: 240px;
  padding-bottom: 220px;
  margin-top: -265px; }
  #main.voice h1 {
    text-align: center; }
  #main.voice ul {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 82.5px; }
    #main.voice ul li {
      width: 420px;
      max-width: 100%; }
      #main.voice ul li:nth-child(even) {
        margin-left: 75px; }
      #main.voice ul li:nth-child(n+3) {
        margin-top: 60px;
        display: none; }
      #main.voice ul li h3 {
        font-size: 18px;
        font-size: 1.8rem;
        margin-top: 30px; }
        #main.voice ul li h3::before {
          content: '';
          display: inline-block;
          width: 30px;
          height: 30px;
          background-image: url("/img/voice-triangle.png");
          background-size: contain;
          vertical-align: middle; }
      #main.voice ul li p {
        height: 250px;
        overflow: scroll;
        margin-top: 30px;
        padding: 20px;
        background: #fff;
        border: solid 2px #eee;
        white-space: pre-wrap; }
  @media (max-width: 768px) {
    #main.voice {
      padding-top: 170px;
      margin-top: -280px; }
      #main.voice ul {
        display: block;
        padding: 0; }
        #main.voice ul li {
          width: 100%;
          max-width: 440px;
          margin: 0 auto; }
          #main.voice ul li:nth-child(even) {
            margin: 0 auto; }
          #main.voice ul li:not(:first-child) {
            margin-top: 40px !important; } }

/*--------------------------------
	faq
--------------------------------*/
#main.faq {
  background: url("/img/faq-bg.png") center top no-repeat;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 200px;
  margin-top: -210px;
  position: relative;
  z-index: 2; }
  #main.faq h1 {
    text-align: center; }
  #main.faq dl:nth-child(n+4) {
    display: none; }
  #main.faq dl:not(:first-child) {
    margin-top: 50px; }
  #main.faq dl dt p {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500; }
  #main.faq dl dt::before {
    content: 'Q';
    background: #0181e4;
    padding-bottom: 10px; }
  #main.faq dl dt::after {
    background: #0181e4; }
  #main.faq dl dd {
    margin-top: 20px;
    margin-left: 70px; }
    #main.faq dl dd p {
      font-weight: 400;
      white-space: pre-wrap; }
    #main.faq dl dd::before {
      content: 'A';
      background: #4bbb5a;
      padding-bottom: 5px;
      padding-left: 3px; }
  #main.faq dl dt, #main.faq dl dd {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    position: relative; }
    #main.faq dl dt p, #main.faq dl dd p {
      padding-bottom: 20px; }
    #main.faq dl dt::before, #main.faq dl dd::before {
      font-size: 30px;
      font-size: 3rem;
      min-width: 44px;
      height: 44px;
      border-radius: 50rem;
      color: #fff;
      font-weight: 500;
      display: -webkit-box;
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      justify-content: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      align-items: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      -webkit-box-align: center;
      margin-right: 20px; }
    #main.faq dl dt::after, #main.faq dl dd::after {
      content: '';
      width: 97%;
      height: 2px;
      position: absolute;
      bottom: 10px;
      right: 0; }
  @media (max-width: 768px) {
    #main.faq {
      background-size: cover;
      padding-top: 250px;
      padding-bottom: 250px;
      margin-top: -250px; }
      #main.faq dl:not(:first-child) {
        margin-top: 40px; }
      #main.faq dl dt::after {
        width: 89%; }
      #main.faq dl dt p {
        font-size: 16px;
        font-size: 1.6rem; }
      #main.faq dl dt, #main.faq dl dd {
        align-items: flex-end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        -webkit-box-align: end; }
      #main.faq dl dd {
        margin-left: 0;
        margin-top: 10px; } }

/*--------------------------------
	recruit
--------------------------------*/
#main.recruit {
  background-color: #fff;
  background-image: linear-gradient(transparent 95%, #e3edf6 50%, #e3edf6), linear-gradient(90deg, transparent 95%, #e3edf6 50%, #e3edf6);
  background-size: 10px 10px;
  background-repeat: repeat;
  padding-top: 220px;
  padding-bottom: 230px;
  margin-top: -260px;
  position: relative;
  z-index: 1; }
  #main.recruit h1 {
    text-align: center; }
  #main.recruit h3 {
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    background: #a0a0a0;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px; }
  #main.recruit .recruit_02 {
    margin-top: 70px; }
  #main.recruit .wrap-table tr:nth-child(odd) th, #main.recruit .wrap-table tr:nth-child(odd) td {
    background: rgba(160, 160, 160, 0.3); }
  #main.recruit .wrap-table tr:nth-child(odd) th {
    border-radius: 10px 0 0 10px; }
  #main.recruit .wrap-table tr:nth-child(odd) td {
    border-radius: 0 10px 10px 0; }
  #main.recruit .wrap-table tr:nth-child(n+5) {
    display: none; }
  #main.recruit .wrap-table tr th, #main.recruit .wrap-table tr td {
    line-height: 24px;
    font-weight: 400;
    padding: 15px; }
  #main.recruit .wrap-table tr th {
    width: 20%;
    text-align: center; }
  #main.recruit .wrap-table tr td {
    white-space: pre-wrap; }
  @media (max-width: 768px) {
    #main.recruit {
      padding-top: 150px;
      padding-bottom: 200px;
      margin-top: -215px; }
      #main.recruit .wrap-table tr th, #main.recruit .wrap-table tr td {
        padding: 15px 10px; }
      #main.recruit .wrap-table tr th {
        width: 35%; } }

/*--------------------------------
	company
--------------------------------*/
#main.company {
  background: url("/img/company-bg.png") center top no-repeat;
  padding-top: 200px;
  padding-bottom: 320px;
  margin-top: -200px;
  position: relative;
  z-index: 2; }
  #main.company h1 {
    text-align: center; }
  #main.company .wrap {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify; }
  #main.company .wrap-table, #main.company iframe {
    width: calc(50% - 40px); }
  #main.company .wrap-table tr:first-child th, #main.company .wrap-table tr:first-child td {
    border-top: solid 2px #d2d2d2; }
  #main.company .wrap-table tr th, #main.company .wrap-table tr td {
    line-height: 24px;
    padding: 15px;
    border-bottom: solid 2px #d2d2d2; }
  #main.company .wrap-table tr th {
    width: 35%;
    text-align: center; }
  #main.company .wrap-table tr td {
    white-space: pre-wrap; }
  #main.company iframe {
    display: block;
    height: 460px; }
  @media (max-width: 768px) {
    #main.company {
      padding-top: 170px; }
      #main.company .wrap {
        display: block; }
      #main.company .wrap-table, #main.company iframe {
        width: 100%; }
      #main.company .wrap-table tr th, #main.company .wrap-table tr td {
        padding: 15px 10px; }
      #main.company iframe {
        margin-top: 20px;
        height: 300px; } }

/*--------------------------------
	contact
--------------------------------*/
#main.contact {
  background: url("/img/form-bg.png") center bottom no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  position: relative;
  z-index: 2; }
  #main.contact .wrap-info {
    background: #0181e4;
    padding: 50px;
    margin-top: -200px; }
    #main.contact .wrap-info h1, #main.contact .wrap-info h3, #main.contact .wrap-info p, #main.contact .wrap-info a, #main.contact .wrap-info h1 span {
      text-align: center;
      color: #fff; }
    #main.contact .wrap-info h3 {
      margin-bottom: 40px; }
      #main.contact .wrap-info h3 span {
        border-bottom: solid 2px #fff; }
    #main.contact .wrap-info p {
      margin-top: 25px; }
  #main.contact .wrap-form {
    margin-top: 100px; }
    #main.contact .wrap-form h1 {
      text-align: center; }
  @media (max-width: 768px) {
    #main.contact {
      padding-bottom: 150px; }
      #main.contact .wrap-info {
        padding: 30px; }
        #main.contact .wrap-info h3 span {
          line-height: 20px; } }

/*# sourceMappingURL=style.css.map */
</pre></body></html>