@font-face {
  font-family: 'Alte-DIN-1451-Mittelschrift';
  src: url("../Alte-DIN-1451-Mittelschrift.ttf.woff") format("woff"), url("../Alte-DIN-1451-Mittelschrift.ttf.svg#Alte-DIN-1451-Mittelschrift") format("svg"), url("../Alte-DIN-1451-Mittelschrift.ttf.eot"), url("../Alte-DIN-1451-Mittelschrift.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #4d515f;
  overflow-x: hidden; }

@-webkit-keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#menu {
  position: relative;
  z-index: 100; }
  #menu #button {
    width: 100px;
    height: 100px;
    background: #ecdb31;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    animation: fadein 0.5s linear 0s forwards;
    opacity: 0; }
    #menu #button p {
      position: relative;
      top: 50px;
      font-size: 16px;
      font-size: 1.6rem;
      text-align: center; }
    #menu #button .slidebar,
    #menu #button .slidebar span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
      text-decoration: none;
      color: #231815; }
    #menu #button .slidebar {
      position: relative;
      width: 100px;
      height: 100px;
      box-sizing: border-box; }
    #menu #button .slidebar span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #231815;
      width: 46px; }
    #menu #button .slidebar span:nth-of-type(1) {
      top: 20px;
      left: 27px; }
    #menu #button .slidebar span:nth-of-type(2) {
      top: 38px;
      left: 27px; }
    #menu #button .slidebar span:nth-of-type(3) {
      top: 56px;
      left: 27px; }
    #menu #button .slidebar span:nth-of-type(1) {
      -webkit-animation: menu-bar01 .75s forwards;
      animation: menu-bar01 .75s forwards; }
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg); }
  50% {
    -webkit-transform: translateY(20px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0); } }
@keyframes menu-bar01 {
  0% {
    transform: translateY(20px) rotate(45deg); }
  50% {
    transform: translateY(20px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }
    #menu #button .slidebar span:nth-of-type(2) {
      transition: all .25s .25s;
      opacity: 1; }
    #menu #button .slidebar span:nth-of-type(3) {
      -webkit-animation: menu-bar02 .75s forwards;
      animation: menu-bar02 .75s forwards; }
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-20px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(-20px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0); } }
@keyframes menu-bar02 {
  0% {
    transform: translateY(-20px) rotate(-45deg); }
  50% {
    transform: translateY(-20px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }
    #menu #button .slidebar.active span:nth-of-type(1) {
      -webkit-animation: active-menu-bar01 .75s forwards;
      animation: active-menu-bar01 .75s forwards; }
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(17px) rotate(0); }
  100% {
    -webkit-transform: translateY(17px) rotate(45deg); } }
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(17px) rotate(0); }
  100% {
    transform: translateY(17px) rotate(45deg); } }
    #menu #button .slidebar.active span:nth-of-type(2) {
      opacity: 0; }
    #menu #button .slidebar.active span:nth-of-type(3) {
      -webkit-animation: active-menu-bar03 .75s forwards;
      animation: active-menu-bar03 .75s forwards; }
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(-20px) rotate(0); }
  100% {
    -webkit-transform: translateY(-20px) rotate(-45deg); } }
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(-20px) rotate(0); }
  100% {
    transform: translateY(-20px) rotate(-45deg); } }
  #menu .custom {
    width: 360px;
    background: #10589e; }
    #menu .custom p {
      margin: 20px 0 40px 70px; }
    #menu .custom ul {
      margin: 0;
      padding: 0;
      width: 370px;
      border-bottom: 1px solid #fff; }
      #menu .custom ul li {
        list-style: none;
        position: relative;
        margin-bottom: 17px;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 100; }
        #menu .custom ul li:before {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          left: 15px;
          top: 10px;
          border-style: solid;
          border-width: 5px 0 5px 5px;
          border-color: transparent transparent transparent #ecdb31; }
        #menu .custom ul li span {
          font-family: 'Alte-DIN-1451-Mittelschrift';
          font-size: 22px;
          font-size: 2.2rem;
          display: block; }
        #menu .custom ul li a {
          display: block;
          padding: 0px 0 0 30px; }
        #menu .custom ul li a:link, #menu .custom ul li a:visited {
          color: #fff;
          text-decoration: none; }
        #menu .custom ul li a:hover, #menu .custom ul li a:active {
          text-decoration: underline; }
      #menu .custom ul + ul {
        border-bottom: none;
        margin-top: 20px; }
        #menu .custom ul + ul li {
          font-size: 14px;
          font-size: 1.4rem;
          margin-bottom: 10px; }
          #menu .custom ul + ul li:before {
            top: 5px;
            border-color: transparent transparent transparent #fff; }
          #menu .custom ul + ul li a[href^="http"]:after {
            content: url(../img/gnavi_blank.png);
            padding-left: 5px; }

#pagetop {
  clear: both;
  margin: 10px 0 0 0;
  padding: 100px 0 0 0;
  position: relative;
  z-index: 10; }
  #pagetop a {
    display: block; }
    #pagetop a img {
      position: absolute;
      right: 0;
      bottom: -10px; }
    #pagetop a:hover img {
      bottom: 0; }

footer {
  width: 100%;
  background: #10589e;
  padding: 0;
  position: relative; }
  footer .hicchi {
    position: absolute;
    top: -57px;
    z-index: 5;
    animation-name: anime;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }
@keyframes anime {
  0% {
    left: 100%; }
  100% {
    left: 0; } }
  footer .hicchi img {
    animation-name: anime2;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }
@keyframes anime2 {
  0% {
    transform: translateY(-3px); }
  50% {
    transform: translateY(5px); }
  100% {
    transform: translateY(-3px); } }
  footer .foot {
    width: 1000px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    letter-spacing: -.4em;
    padding-bottom: 20px; }
    footer .foot ul {
      margin: -1px 0 0 0;
      padding: 35px 0 0 0;
      border-bottom: none;
      width: 50%;
      display: inline-block;
      letter-spacing: normal; }
      footer .foot ul li {
        list-style: none;
        position: relative;
        margin-bottom: 17px;
        font-weight: 100;
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 10px; }
        footer .foot ul li:before {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          left: 15px;
          top: 7px;
          border-style: solid;
          border-width: 5px 0 5px 5px;
          border-color: transparent transparent transparent #fff; }
        footer .foot ul li a[href^="http"]:after {
          content: url(../img/gnavi_blank.png);
          padding-left: 5px; }
        footer .foot ul li a {
          display: block;
          padding: 0px 0 0 30px; }
        footer .foot ul li a:link, footer .foot ul li a:visited {
          color: #fff;
          text-decoration: none; }
        footer .foot ul li a:hover, footer .foot ul li a:active {
          text-decoration: underline; }
      footer .foot ul + div {
        width: 50%;
        display: inline-block;
        letter-spacing: normal;
        text-align: right; }
        footer .foot ul + div p + p {
          font-size: 12px;
          font-size: 1.2rem;
          color: #fff;
          font-weight: 100; }

dl.table {
  width: 900px;
  margin: 0 auto;
  border-bottom: 1px solid #e6e6e6; }
  dl.table dt {
    padding: 10px 30px 0 30px;
    border-top: 1px solid #e6e6e6;
    width: 170px;
    box-sizing: border-box;
    float: left;
    font-size: 16px;
    font-size: 1.6rem;
    color: #231815;
    font-weight: 700; }
  dl.table dd {
    padding: 10px 30px 0 30px;
    border-top: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin-left: 170px;
    padding-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #4d515f; }
    dl.table dd:after {
      content: '';
      display: block;
      clear: both; }

#btn {
  width: 300px;
  height: 60px;
  background: #ecdb31;
  line-height: 60px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  margin: 0;
  padding: 0; }
  #btn a:link, #btn a:visited {
    display: block;
    color: #231815;
    text-decoration: none; }
  #btn a:hover, #btn a:active {
    color: #fff;
    text-decoration: none; }
  #btn:hover {
    background: #10589e; }
  #btn:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #10589e transparent; }
  #btn:hover::after {
    border-color: transparent transparent #ecdb31 transparent; }

#index h2 {
  font-family: 'Alte-DIN-1451-Mittelschrift';
  color: #10589e;
  font-size: 55px;
  font-size: 5.5rem;
  text-align: center;
  font-weight: normal;
  margin: 0 0 20px; }
  #index h2 span {
    font-size: 20px;
    font-size: 2rem;
    display: block;
    font-weight: 700;
    margin-top: -5px; }
#index #philosophy {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  margin-top: 90px; }
  #index #philosophy h3 {
    color: #231815;
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 20px;
    font-weight: 400; }
    #index #philosophy h3 + p {
      font-size: 16px;
      font-size: 1.6rem;
      width: 550px;
      margin: 30px 0 100px; }
  #index #philosophy img {
    position: absolute;
    top: 125px;
    right: 0; }
#index #we {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  margin-top: 180px; }
  #index #we div {
    width: 900px;
    background: #e6e6e6;
    margin: 0 auto; }
    #index #we div ul {
      margin: 0 auto;
      padding: 25px 0 50px;
      width: 840px;
      display: -webkit-flex;
      -webkit-flex-wrap: wrap;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      #index #we div ul li {
        width: 135px;
        list-style: none; }
        #index #we div ul li figure {
          margin: 0;
          padding: 0; }
          #index #we div ul li figure span {
            width: 135px;
            height: 135px;
            background: #ecdb31;
            display: block;
            border-radius: 50%;
            position: relative; }
            #index #we div ul li figure span img {
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              height: 70px;
              width: auto; }
          #index #we div ul li figure figcaption {
            font-size: 19px;
            font-size: 1.9rem;
            color: #231815;
            text-align: center;
            margin-top: 10px; }
  #index #we #btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto; }
#index #ws {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  margin-top: 180px; }
  #index #ws div {
    width: 872px;
    margin: 0 0 0 30px;
    position: relative; }
    #index #ws div h3 {
      font-size: 30px;
      font-size: 3rem;
      color: #231815;
      font-weight: 400;
      text-align: right;
      margin: 50px 0 0 0; }
      #index #ws div h3 strong {
        font-size: 36px;
        font-size: 3.6rem;
        font-weight: 700; }
      #index #ws div h3 + p {
        position: absolute;
        top: 0px; }
    #index #ws div #btn {
      margin: 300px 0 0 80px;
      z-index: 10; }
    #index #ws div + div {
      width: 930px;
      margin: -300px 0 0 60px; }
      #index #ws div + div h3 {
        text-align: left;
        padding: 400px 0 0 0; }
        #index #ws div + div h3 + p {
          right: 0; }
      #index #ws div + div #btn {
        position: absolute;
        top: 440px;
        right: 80px;
        margin: 0; }
#index #ve {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  margin-top: 180px; }
  #index #ve div {
    width: 900px;
    margin: 0 auto;
    background: #e6e6e6 url(../img/index/04_img.png) no-repeat bottom right; }
    #index #ve div p {
      font-size: 16px;
      font-size: 1.6rem;
      text-align: center;
      padding: 40px 0 60px;
      margin: 0;
      line-height: 180%; }
  #index #ve #btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto; }
#index .spb {
  position: relative;
  margin: 100px auto 0 auto;
  width: 945px;
  min-height: 450px; }
  #index .spb #se {
    width: 440px;
    box-sizing: border-box;
    margin: 0 auto 0;
    position: absolute;
    left: 0;
    top: 90px; }
  #index .spb #pr {
    width: 440px;
    box-sizing: border-box;
    margin: 0 auto 0;
    position: absolute;
    right: 0;
    top: 0; }
  #index .spb div {
    width: 100%;
    margin: 0 auto;
    background: #e6e6e6; }
    #index .spb div p {
      font-size: 16px;
      font-size: 1.6rem;
      text-align: center;
      padding: 40px 0 60px;
      margin: 0;
      line-height: 180%; }
  #index .spb #btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto; }
#index #er {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  margin-top: 180px; }
  #index #er .other {
    width: 900px;
    margin: 0 auto;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #index #er .other dl {
      width: 450px;
      padding-top: 40px; }
      #index #er .other dl dt {
        margin: 0;
        padding: 7px 0 0 15px;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: 700;
        color: #231815;
        position: relative; }
        #index #er .other dl dt:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 50px 50px 0 0;
          border-color: #ecdb31 transparent transparent transparent;
          z-index: -1; }
      #index #er .other dl dd {
        margin: 0;
        padding: 0; }
        #index #er .other dl dd dl {
          padding: 0; }
          #index #er .other dl dd dl dt {
            font-size: 16px;
            font-size: 1.6rem;
            font-weight: 400;
            color: #4d515f;
            float: left;
            width: 112px;
            box-sizing: border-box;
            padding: 0 0 0 30px; }
            #index #er .other dl dd dl dt:before {
              display: none; }
            #index #er .other dl dd dl dt:after {
              content: "";
              position: absolute;
              right: 5px;
              top: 8px;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 5px 0 5px 5px;
              border-color: transparent transparent transparent #10589e; }
          #index #er .other dl dd dl dd {
            font-size: 16px;
            font-size: 1.6rem;
            font-weight: 400;
            box-sizing: border-box;
            margin-left: 112px; }
            #index #er .other dl dd dl dd:after {
              content: '';
              display: block;
              clear: both; }
#index #entry {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  margin-top: 180px; }
  #index #entry p {
    text-align: center;
    font-size: 60px;
    font-size: 6rem;
    font-weight: 700;
    color: #231815;
    margin: 40px 0 0; }
    #index #entry p + p {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400;
      color: #4d515f;
      margin: 0; }

#philosophy #mainimages,
#workenvironment #mainimages,
#workstyle1 #mainimages,
#workstyle2 #mainimages,
#equipment #mainimages,
#secret #mainimages,
#profile #mainimages,
#policy #mainimages {
  background: linear-gradient(90deg, #ecdb31 0%, #ecdb31 50%, #10589e 50%, #10589e 100%);
  height: 350px;
  min-width: 1000px;
  width: 100%;
  position: relative; }
  #philosophy #mainimages .back,
  #workenvironment #mainimages .back,
  #workstyle1 #mainimages .back,
  #workstyle2 #mainimages .back,
  #equipment #mainimages .back,
  #secret #mainimages .back,
  #profile #mainimages .back,
  #policy #mainimages .back {
    background: url(../img/subimage.jpg) no-repeat center;
    position: relative; }
    #philosophy #mainimages .back h1,
    #workenvironment #mainimages .back h1,
    #workstyle1 #mainimages .back h1,
    #workstyle2 #mainimages .back h1,
    #equipment #mainimages .back h1,
    #secret #mainimages .back h1,
    #profile #mainimages .back h1,
    #policy #mainimages .back h1 {
      margin: 0;
      padding: 0;
      text-align: center; }
    #philosophy #mainimages .back p,
    #workenvironment #mainimages .back p,
    #workstyle1 #mainimages .back p,
    #workstyle2 #mainimages .back p,
    #equipment #mainimages .back p,
    #secret #mainimages .back p,
    #profile #mainimages .back p,
    #policy #mainimages .back p {
      text-align: center;
      width: 520px;
      position: absolute;
      color: #10589e;
      font-weight: normal;
      margin-left: -100px;
      margin-top: 0px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 20px;
      font-size: 2rem; }
      #philosophy #mainimages .back p span,
      #workenvironment #mainimages .back p span,
      #workstyle1 #mainimages .back p span,
      #workstyle2 #mainimages .back p span,
      #equipment #mainimages .back p span,
      #secret #mainimages .back p span,
      #profile #mainimages .back p span,
      #policy #mainimages .back p span {
        font-family: 'Alte-DIN-1451-Mittelschrift';
        font-size: 55px;
        font-size: 5.5rem;
        display: block;
        margin-bottom: 5px;
        line-height: 100%; }
        #philosophy #mainimages .back p span span,
        #workenvironment #mainimages .back p span span,
        #workstyle1 #mainimages .back p span span,
        #workstyle2 #mainimages .back p span span,
        #equipment #mainimages .back p span span,
        #secret #mainimages .back p span span,
        #profile #mainimages .back p span span,
        #policy #mainimages .back p span span {
          font-size: 30px;
          font-size: 3rem;
          margin: 5px 0 -50px; }

#philosophy article {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  margin-top: 50px; }
  #philosophy article h2 {
    font-size: 36px;
    font-size: 3.6rem;
    color: #10589e;
    text-align: center;
    font-weight: 400;
    margin: 0 0 50px 0; }
    #philosophy article h2 strong {
      font-weight: 700; }
    #philosophy article h2 + p {
      width: 610px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 180%; }
      #philosophy article h2 + p span {
        text-align: right;
        float: right; }
      #philosophy article h2 + p + p {
        position: absolute;
        right: -50px;
        top: 200px;
        z-index: -1; }

#workenvironment .txt {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  margin-top: 50px; }
  #workenvironment .txt p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 180%;
    text-align: center;
    margin: 0; }
#workenvironment .box {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  margin-top: 45px;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  #workenvironment .box dl {
    margin: 0;
    padding: 0;
    text-align: center; }
    #workenvironment .box dl dt h2 {
      font-size: 20px;
      font-size: 2rem;
      color: #231815;
      margin: 10px 0 0 0; }
    #workenvironment .box dl dt figure {
      padding: 0;
      margin: 0; }
    #workenvironment .box dl dd {
      margin: 0;
      padding: 0; }
      #workenvironment .box dl dd p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 180%;
        text-align: left;
        margin: 10px 0 0; }
  #workenvironment .box .select {
    background: #e6e6e6;
    width: 320px;
    box-sizing: border-box;
    padding: 20px 15px;
    margin-bottom: 20px; }
    #workenvironment .box .select dl dd {
      display: -webkit-flex;
      -webkit-flex-wrap: wrap;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
    #workenvironment .box .select div {
      width: 140px;
      padding: 10px;
      margin-top: 13px;
      box-sizing: border-box;
      text-align: center; }
      #workenvironment .box .select div h3 {
        font-size: 14px;
        font-size: 1.4rem;
        margin: 0; }
      #workenvironment .box .select div p {
        font-size: 13px;
        font-size: 1.3rem;
        margin: 0; }
        #workenvironment .box .select div p span {
          font-size: 10px;
          font-size: 1rem; }
    #workenvironment .box .select div:nth-child(2n) {
      background: #10589e; }
      #workenvironment .box .select div:nth-child(2n) h3 {
        color: #fff; }
      #workenvironment .box .select div:nth-child(2n) p {
        color: #fff; }
    #workenvironment .box .select div:nth-child(2n+1) {
      background: #ecdb31; }
      #workenvironment .box .select div:nth-child(2n+1) h3 {
        color: #231815; }
      #workenvironment .box .select div:nth-child(2n+1) p {
        color: #231815; }
  #workenvironment .box .support {
    background: #e6e6e6;
    width: 320px;
    box-sizing: border-box;
    padding: 20px 15px;
    margin-bottom: 20px; }
  #workenvironment .box .salary {
    background: #e6e6e6;
    width: 320px;
    box-sizing: border-box;
    padding: 20px 15px;
    margin-bottom: 20px; }
    #workenvironment .box .salary dl dd {
      display: -webkit-flex;
      -webkit-flex-wrap: wrap;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
    #workenvironment .box .salary p + p {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      margin: 20px 0 10px;
      color: #231815; }
      #workenvironment .box .salary p + p span {
        color: #10589e;
        font-size: 60px;
        font-size: 6rem;
        padding-left: 10px; }
        #workenvironment .box .salary p + p span span {
          font-size: 36px;
          font-size: 3.6rem;
          padding-left: 0px; }
    #workenvironment .box .salary div {
      color: #231815;
      background: #ecdb31;
      width: 140px;
      box-sizing: border-box;
      padding: 5px 0;
      font-size: 14px;
      font-size: 1.4rem; }
  #workenvironment .box .congratulation {
    background: #e6e6e6;
    width: 320px;
    box-sizing: border-box;
    padding: 20px 15px;
    margin-bottom: 20px; }
    #workenvironment .box .congratulation p + p {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      margin: 20px 0 10px;
      color: #231815;
      text-align: left; }
      #workenvironment .box .congratulation p + p span {
        color: #10589e;
        font-size: 60px;
        font-size: 6rem;
        padding-left: 10px; }
        #workenvironment .box .congratulation p + p span span {
          font-size: 34px;
          font-size: 3.4rem;
          padding-left: 0px; }
  #workenvironment .box .course {
    background: #e6e6e6;
    width: 660px;
    box-sizing: border-box;
    padding: 20px 15px;
    margin-bottom: 20px;
    text-align: left; }
    #workenvironment .box .course h3 {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      margin: 0;
      color: #231815;
      text-align: left;
      margin: 10px 0 0; }
      #workenvironment .box .course h3 + p {
        text-align: left;
        margin: 0; }
    #workenvironment .box .course p + p {
      font-size: 12px;
      font-size: 1.2rem;
      color: #4d515f;
      font-weight: 400;
      text-align: left;
      margin: 0; }
      #workenvironment .box .course p + p span {
        font-size: 36px;
        font-size: 3.6rem;
        font-weight: 700;
        color: #10589e;
        text-align: left;
        line-height: 140%; }
    #workenvironment .box .course .se {
      display: -webkit-flex;
      -webkit-flex-wrap: wrap;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding-top: 10px; }
      #workenvironment .box .course .se div {
        width: 50%; }
        #workenvironment .box .course .se div p {
          font-size: 12px;
          font-size: 1.2rem;
          color: #4d515f;
          font-weight: 400;
          text-align: left;
          margin: 0; }
          #workenvironment .box .course .se div p span {
            font-size: 36px;
            font-size: 3.6rem;
            font-weight: 700;
            color: #10589e;
            text-align: left;
            line-height: 140%; }

#workstyle1 .prof,
#workstyle2 .prof {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  margin-top: 50px;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end; }
  #workstyle1 .prof h2,
  #workstyle2 .prof h2 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    color: #10589e;
    position: relative;
    padding-left: 130px;
    margin: 0; }
    #workstyle1 .prof h2 span,
    #workstyle2 .prof h2 span {
      font-size: 24px;
      font-size: 2.4rem; }
    #workstyle1 .prof h2 span.rome,
    #workstyle2 .prof h2 span.rome {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 400;
      display: block; }
    #workstyle1 .prof h2:before,
    #workstyle2 .prof h2:before {
      content: url(../img/workstyle/01_time.png);
      position: absolute;
      top: 0;
      left: 0; }
    #workstyle1 .prof h2 + p,
    #workstyle2 .prof h2 + p {
      font-size: 18px;
      font-size: 1.8rem;
      padding-left: 130px;
      margin: 5px 0 0;
      color: #10589e; }
  #workstyle1 .prof h3,
  #workstyle2 .prof h3 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    color: #231815;
    margin: 30px 0 70px; }
    #workstyle1 .prof h3 strong,
    #workstyle2 .prof h3 strong {
      font-size: 36px;
      font-size: 3.6rem;
      font-weight: 700; }
    #workstyle1 .prof h3 + p,
    #workstyle2 .prof h3 + p {
      margin: 0;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 180%;
      width: 380px; }
  #workstyle1 .prof .right,
  #workstyle2 .prof .right {
    position: relative;
    width: 500px;
    text-align: right; }
    #workstyle1 .prof .right .face,
    #workstyle2 .prof .right .face {
      position: absolute;
      left: -280px;
      bottom: 0;
      z-index: -1; }
#workstyle1 .pic,
#workstyle2 .pic {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  margin-top: 60px;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  #workstyle1 .pic div,
  #workstyle2 .pic div {
    width: 470px; }
    #workstyle1 .pic div h4,
    #workstyle2 .pic div h4 {
      font-size: 24px;
      font-size: 2.4rem;
      color: #231815;
      position: relative;
      margin: 0;
      display: inline; }
      #workstyle1 .pic div h4:after,
      #workstyle2 .pic div h4:after {
        content: "";
        position: absolute;
        left: 0;
        height: 10px;
        width: 100%;
        background: #ecdb31;
        bottom: 0;
        z-index: -1; }
    #workstyle1 .pic div p,
    #workstyle2 .pic div p {
      width: 100%;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 180%;
      margin: 20px 0 0; }
      #workstyle1 .pic div p img,
      #workstyle2 .pic div p img {
        margin-left: 5px; }
  #workstyle1 .pic #btn,
  #workstyle2 .pic #btn {
    margin: 50px 0 0 700px; }

#workstyle2 .prof h2:before {
  content: url(../img/workstyle/02_time.png); }

#equipment h2 {
  font-size: 30px;
  font-size: 3rem;
  color: #231815;
  line-height: 180%;
  border-bottom: 1px solid #231815;
  width: 100%;
  margin: 0; }
#equipment .car {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  margin: 50px auto;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  #equipment .car div {
    margin: 40px 0 50px;
    width: 480px;
    position: relative;
    overflow: visible; }
    #equipment .car div h3 {
      font-size: 30px;
      font-size: 3rem;
      color: #10589e;
      margin: 0;
      padding: 0; }
      #equipment .car div h3 span {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400;
        margin-left: 10px; }
    #equipment .car div p {
      position: relative;
      z-index: -1;
      margin: -30px 0 0 0;
      text-align: center; }
      #equipment .car div p + p {
        position: absolute;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 180%;
        top: 310px;
        text-align: left; }
#equipment .equipment {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  margin: 50px auto;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around; }
  #equipment .equipment div {
    margin: 40px 0 0;
    width: 230px;
    position: relative;
    overflow: visible;
    text-align: center; }
    #equipment .equipment div h3 {
      font-size: 22px;
      font-size: 2.2rem;
      color: #10589e;
      margin: 0;
      padding: 0; }
      #equipment .equipment div h3 span {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400; }
      #equipment .equipment div h3.sefe {
        font-size: 20px;
        font-size: 2rem; }
        #equipment .equipment div h3.sefe span {
          font-size: 12px;
          font-size: 1.2rem; }
    #equipment .equipment div p {
      margin: 15px 0; }
      #equipment .equipment div p + p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 180%;
        text-align: left; }

#secret article {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  margin-top: 50px; }
  #secret article h2 {
    font-size: 36px;
    font-size: 3.6rem;
    color: #10589e;
    text-align: center;
    font-weight: 700;
    margin: 0; }
    #secret article h2 + p {
      color: #231815;
      font-size: 18px;
      font-size: 1.8rem;
      text-align: center;
      margin: 0; }
  #secret article ol {
    background: url(../img/secret/img01.png) no-repeat 250px 0;
    width: 100%;
    height: 400px;
    position: relative;
    padding: 0; }
    #secret article ol li {
      list-style: none;
      position: absolute;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 180%; }
      #secret article ol li:nth-child(1) {
        width: 270px;
        top: 10px;
        left: 0; }
      #secret article ol li:nth-child(2) {
        width: 240px;
        top: 230px;
        left: 0; }
      #secret article ol li:nth-child(3) {
        width: 250px;
        top: 130px;
        right: 0; }
  #secret article h3 {
    font-size: 24px;
    font-size: 2.4rem;
    color: #10589e;
    text-align: center;
    font-weight: 700;
    margin: 90px 0 0;
    line-height: 200%; }
    #secret article h3 br {
      padding-bottom: 20px; }
    #secret article h3 + p {
      color: #231815;
      font-size: 18px;
      font-size: 1.8rem;
      text-align: center;
      margin: 0; }
      #secret article h3 + p + p {
        width: 100%;
        margin: 40px 0 0 0;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        display: flex;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        justify-content: space-around; }

#profile article {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  margin-top: 50px; }
  #profile article h2 {
    font-size: 36px;
    font-size: 3.6rem;
    color: #10589e;
    text-align: center;
    font-weight: 700;
    margin: 0; }
    #profile article h2 + p {
      color: #231815;
      font-size: 48px;
      font-size: 4.8rem;
      text-align: center;
      font-weight: 700;
      margin: 10px 0 0; }
      #profile article h2 + p + p {
        text-align: center;
        position: relative;
        margin: 30px 0 90px 0; }
        #profile article h2 + p + p span {
          position: absolute;
          bottom: 0;
          right: 30px; }
  #profile article .hou {
    color: #231815;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    font-weight: 700;
    margin: 10px 0 90px; }
  #profile article .table {
    margin-top: 30px; }

#policy article {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  margin-top: 50px; }
  #policy article h2 {
    font-size: 36px;
    font-size: 3.6rem;
    color: #10589e;
    text-align: center;
    font-weight: 700;
    margin: 0; }
  #policy article h3 {
    font-size: 25px;
    font-size: 2.5rem;
    color: #10589e;
    text-align: left;
    font-weight: 700;
    margin: 40px 0 0; }
  #policy article p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 180%;
    text-align: left;
    margin: 0; }

.sp {
  display: none; }

.pc {
  display: block; }
